Max level shown:
1 [ Dec 19 22:22:21 Enabled. ]
2 [ Dec 19 22:22:22 Rereading configuration. ]
3 [ Dec 19 22:22:22 Rereading configuration. ]
4 [ Dec 19 22:22:24 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 [ Dec 19 22:22:24 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 2024.12.19 22:22:25.110933 [ 1 ] {} <Information> Application: Will watch for the process with pid 23026
29 2024.12.19 22:22:25.111441 [ 1 ] {} <Information> Application: Forked a child process to watch
30 2024.12.19 22:22:25.351004 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 23026
31 2024.12.19 22:22:25.351823 [ 1 ] {} <Information> Application: starting up
32 2024.12.19 22:22:25.352546 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc
33 2024.12.19 22:22:25.438948 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48.
34 2024.12.19 22:22:25.498679 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536
35 2024.12.19 22:22:25.498735 [ 1 ] {} <Debug> Application: Initializing DateLUT.
36 2024.12.19 22:22:25.498748 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'.
37 2024.12.19 22:22:25.498819 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it
38 2024.12.19 22:22:25.499213 [ 1 ] {} <Debug> Application: Initializing interserver credentials.
39 2024.12.19 22:22:25.500827 [ 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 2024.12.19 22:22:25.501619 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration
43 2024.12.19 22:22:25.502524 [ 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 2024.12.19 22:22:25.502557 [ 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 2024.12.19 22:22:25.502574 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB
46 2024.12.19 22:22:25.502761 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads
47 2024.12.19 22:22:25.503703 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads
48 2024.12.19 22:22:25.508763 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads
49 2024.12.19 22:22:25.509923 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads
50 2024.12.19 22:22:25.511219 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again.
51 2024.12.19 22:22:25.511286 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration
52 2024.12.19 22:22:25.512905 [ 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 2024.12.19 22:22:25.513444 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration
56 2024.12.19 22:22:25.518051 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration
57 2024.12.19 22:22:25.518816 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml
58 2024.12.19 22:22:25.520402 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin
59 2024.12.19 22:22:25.520853 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8
60 2024.12.19 22:22:25.521270 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8
61 2024.12.19 22:22:25.521740 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8
62 2024.12.19 22:22:25.523277 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds
63 2024.12.19 22:22:25.523304 [ 1 ] {} <Information> Application: Loading metadata from /data/
64 2024.12.19 22:22:25.523378 [ 125 ] {} <Debug> DNSResolver: Updating DNS cache
65 2024.12.19 22:22:25.523562 [ 125 ] {} <Debug> DNSResolver: Updated DNS cache
66 2024.12.19 22:22:25.532968 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total.
67 2024.12.19 22:22:25.532994 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000146213 sec
68 2024.12.19 22:22:25.533046 [ 1 ] {} <Trace> ReferentialDeps: No tables
69 2024.12.19 22:22:25.533061 [ 1 ] {} <Trace> LoadingDeps: No tables
70 2024.12.19 22:22:25.533794 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables.
71 2024.12.19 22:22:25.535105 [ 1 ] {} <Debug> SystemLog: Creating system.query_log from query_log
72 2024.12.19 22:22:25.546461 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config
73 2024.12.19 22:22:25.546503 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config
74 2024.12.19 22:22:25.546531 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config
75 2024.12.19 22:22:25.546548 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config
76 2024.12.19 22:22:25.546580 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config
77 2024.12.19 22:22:25.546601 [ 1 ] {} <Debug> SystemLog: Creating system.metric_log from metric_log
78 2024.12.19 22:22:25.549259 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config
79 2024.12.19 22:22:25.549306 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config
80 2024.12.19 22:22:25.549336 [ 1 ] {} <Debug> SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log
81 2024.12.19 22:22:25.549522 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config
82 2024.12.19 22:22:25.549543 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config
83 2024.12.19 22:22:25.549578 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config
84 2024.12.19 22:22:25.549605 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config
85 2024.12.19 22:22:25.549618 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config
86 2024.12.19 22:22:25.549646 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config
87 2024.12.19 22:22:25.549667 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config
88 2024.12.19 22:22:25.577463 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal.
89 2024.12.19 22:22:25.584212 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total.
90 2024.12.19 22:22:25.584267 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 7.4961e-05 sec
91 2024.12.19 22:22:25.584284 [ 1 ] {} <Trace> ReferentialDeps: No tables
92 2024.12.19 22:22:25.584296 [ 1 ] {} <Trace> LoadingDeps: No tables
93 2024.12.19 22:22:25.584321 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables.
94 2024.12.19 22:22:25.584627 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/
95 2024.12.19 22:22:25.584681 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded
96 2024.12.19 22:22:25.584697 [ 1 ] {} <Debug> Application: Loaded metadata.
97 2024.12.19 22:22:25.584712 [ 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 2024.12.19 22:22:25.584728 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled.
99 2024.12.19 22:22:25.595700 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again.
100 2024.12.19 22:22:25.595923 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 24.78 MiB, peak 24.78 MiB, free memory in arenas 0.00 B, will set to 117.11 MiB (RSS), difference: 92.33 MiB
101 2024.12.19 22:22:25.596917 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.943e-05 sec.
102 2024.12.19 22:22:25.597833 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123
103 2024.12.19 22:22:25.597913 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000
104 2024.12.19 22:22:25.597933 [ 1 ] {} <Information> Application: Ready for connections.
105 2024.12.19 22:22:26.319265 [ 3 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:54247
106 2024.12.19 22:22:26.319790 [ 3 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
107 2024.12.19 22:22:26.319841 [ 3 ] {} <Debug> TCP-Session: 050bf9b0-7dbf-4c4e-846d-23dba7f81faa Authenticating user 'default' from [fd00:1122:3344:101::a]:54247
108 2024.12.19 22:22:26.319870 [ 3 ] {} <Debug> TCP-Session: 050bf9b0-7dbf-4c4e-846d-23dba7f81faa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
109 2024.12.19 22:22:26.319888 [ 3 ] {} <Debug> TCP-Session: 050bf9b0-7dbf-4c4e-846d-23dba7f81faa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
110 2024.12.19 22:22:26.319965 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
111 2024.12.19 22:22:26.319991 [ 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 2024.12.19 22:22:26.320015 [ 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 2024.12.19 22:22:26.320879 [ 4 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:56054
114 2024.12.19 22:22:26.321021 [ 4 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
115 2024.12.19 22:22:26.321054 [ 4 ] {} <Debug> TCP-Session: a518d901-bdc3-4e69-ac7e-89fb23835cd2 Authenticating user 'default' from [fd00:1122:3344:101::c]:56054
116 2024.12.19 22:22:26.321081 [ 4 ] {} <Debug> TCP-Session: a518d901-bdc3-4e69-ac7e-89fb23835cd2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
117 2024.12.19 22:22:26.321117 [ 4 ] {} <Debug> TCP-Session: a518d901-bdc3-4e69-ac7e-89fb23835cd2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
118 2024.12.19 22:22:26.321185 [ 4 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
119 2024.12.19 22:22:26.321215 [ 4 ] {} <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
120 2024.12.19 22:22:26.321244 [ 4 ] {} <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
121 2024.12.19 22:22:26.323426 [ 253 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:41494
122 2024.12.19 22:22:26.323430 [ 5 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:53745
123 2024.12.19 22:22:26.323496 [ 254 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:48811
124 2024.12.19 22:22:26.323856 [ 255 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:39515
125 2024.12.19 22:22:26.323860 [ 5 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
126 2024.12.19 22:22:26.324071 [ 5 ] {} <Debug> TCP-Session: 762cb33f-f80f-40af-98c9-dc5454205465 Authenticating user 'default' from [fd00:1122:3344:101::a]:53745
127 2024.12.19 22:22:26.324084 [ 256 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:64743
128 2024.12.19 22:22:26.324111 [ 5 ] {} <Debug> TCP-Session: 762cb33f-f80f-40af-98c9-dc5454205465 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
129 2024.12.19 22:22:26.324144 [ 5 ] {} <Debug> TCP-Session: 762cb33f-f80f-40af-98c9-dc5454205465 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
130 2024.12.19 22:22:26.324244 [ 257 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:46232
131 2024.12.19 22:22:26.324712 [ 258 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:52274
132 2024.12.19 22:22:26.324851 [ 259 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:56647
133 2024.12.19 22:22:26.324859 [ 258 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
134 2024.12.19 22:22:26.324901 [ 258 ] {} <Debug> TCP-Session: 31936e24-a41e-4c5d-bde9-a4ad026e048a Authenticating user 'default' from [fd00:1122:3344:101::c]:52274
135 2024.12.19 22:22:26.325047 [ 259 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
136 2024.12.19 22:22:26.325065 [ 258 ] {} <Debug> TCP-Session: 31936e24-a41e-4c5d-bde9-a4ad026e048a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
137 2024.12.19 22:22:26.325072 [ 261 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:50013
138 2024.12.19 22:22:26.325078 [ 260 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:59499
139 2024.12.19 22:22:26.325119 [ 258 ] {} <Debug> TCP-Session: 31936e24-a41e-4c5d-bde9-a4ad026e048a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
140 2024.12.19 22:22:26.325127 [ 259 ] {} <Debug> TCP-Session: 154d7f4b-3b78-4cff-80b7-5e25ea011fad Authenticating user 'default' from [fd00:1122:3344:101::c]:56647
141 2024.12.19 22:22:26.325235 [ 262 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:41492
142 2024.12.19 22:22:26.325415 [ 263 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:52413
143 2024.12.19 22:22:26.325426 [ 259 ] {} <Debug> TCP-Session: 154d7f4b-3b78-4cff-80b7-5e25ea011fad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
144 2024.12.19 22:22:26.325435 [ 261 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
145 2024.12.19 22:22:26.325762 [ 262 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
146 2024.12.19 22:22:26.325781 [ 263 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
147 2024.12.19 22:22:26.325774 [ 261 ] {} <Debug> TCP-Session: 4ec55059-f49e-4244-8f6b-7d1c848c0dce Authenticating user 'default' from [fd00:1122:3344:101::c]:50013
148 2024.12.19 22:22:26.325914 [ 259 ] {} <Debug> TCP-Session: 154d7f4b-3b78-4cff-80b7-5e25ea011fad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
149 2024.12.19 22:22:26.325947 [ 263 ] {} <Debug> TCP-Session: d75afff9-f971-4f41-ade3-a0b37f8aed1c Authenticating user 'default' from [fd00:1122:3344:101::c]:52413
150 2024.12.19 22:22:26.325911 [ 264 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:51672
151 2024.12.19 22:22:26.325923 [ 260 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
152 2024.12.19 22:22:26.326036 [ 261 ] {} <Debug> TCP-Session: 4ec55059-f49e-4244-8f6b-7d1c848c0dce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
153 2024.12.19 22:22:26.326154 [ 260 ] {} <Debug> TCP-Session: 0e283ea2-180a-4f77-9b21-7b52c3366ae0 Authenticating user 'default' from [fd00:1122:3344:101::c]:59499
154 2024.12.19 22:22:26.325978 [ 262 ] {} <Debug> TCP-Session: d735b5c8-7137-473d-8300-30e5bf38ea56 Authenticating user 'default' from [fd00:1122:3344:101::c]:41492
155 2024.12.19 22:22:26.326178 [ 263 ] {} <Debug> TCP-Session: d75afff9-f971-4f41-ade3-a0b37f8aed1c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
156 2024.12.19 22:22:26.326225 [ 264 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
157 2024.12.19 22:22:26.326235 [ 260 ] {} <Debug> TCP-Session: 0e283ea2-180a-4f77-9b21-7b52c3366ae0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
158 2024.12.19 22:22:26.326250 [ 262 ] {} <Debug> TCP-Session: d735b5c8-7137-473d-8300-30e5bf38ea56 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
159 2024.12.19 22:22:26.326266 [ 261 ] {} <Debug> TCP-Session: 4ec55059-f49e-4244-8f6b-7d1c848c0dce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
160 2024.12.19 22:22:26.326302 [ 263 ] {} <Debug> TCP-Session: d75afff9-f971-4f41-ade3-a0b37f8aed1c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
161 2024.12.19 22:22:26.326412 [ 260 ] {} <Debug> TCP-Session: 0e283ea2-180a-4f77-9b21-7b52c3366ae0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
162 2024.12.19 22:22:26.326422 [ 264 ] {} <Debug> TCP-Session: 0c5a28d2-288a-4e8c-b907-579b4f8d2f36 Authenticating user 'default' from [fd00:1122:3344:101::c]:51672
163 2024.12.19 22:22:26.326455 [ 262 ] {} <Debug> TCP-Session: d735b5c8-7137-473d-8300-30e5bf38ea56 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
164 2024.12.19 22:22:26.326573 [ 264 ] {} <Debug> TCP-Session: 0c5a28d2-288a-4e8c-b907-579b4f8d2f36 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
165 2024.12.19 22:22:26.326627 [ 264 ] {} <Debug> TCP-Session: 0c5a28d2-288a-4e8c-b907-579b4f8d2f36 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
166 2024.12.19 22:22:26.330613 [ 254 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
167 2024.12.19 22:22:26.330646 [ 254 ] {} <Debug> TCP-Session: 948adaae-b019-476d-ae0a-cff239e852e3 Authenticating user 'default' from [fd00:1122:3344:101::a]:48811
168 2024.12.19 22:22:26.330676 [ 254 ] {} <Debug> TCP-Session: 948adaae-b019-476d-ae0a-cff239e852e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
169 2024.12.19 22:22:26.330754 [ 254 ] {} <Debug> TCP-Session: 948adaae-b019-476d-ae0a-cff239e852e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
170 2024.12.19 22:22:26.330792 [ 253 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
171 2024.12.19 22:22:26.330807 [ 256 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
172 2024.12.19 22:22:26.330823 [ 255 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
173 2024.12.19 22:22:26.330881 [ 253 ] {} <Debug> TCP-Session: f642b6b8-21de-48d7-981c-966f149b8de8 Authenticating user 'default' from [fd00:1122:3344:101::a]:41494
174 2024.12.19 22:22:26.330859 [ 265 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:42767
175 2024.12.19 22:22:26.330905 [ 256 ] {} <Debug> TCP-Session: a07e0861-668c-47a1-b599-9a9cb5342b17 Authenticating user 'default' from [fd00:1122:3344:101::a]:64743
176 2024.12.19 22:22:26.330927 [ 253 ] {} <Debug> TCP-Session: f642b6b8-21de-48d7-981c-966f149b8de8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
177 2024.12.19 22:22:26.330794 [ 257 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
178 2024.12.19 22:22:26.330976 [ 256 ] {} <Debug> TCP-Session: a07e0861-668c-47a1-b599-9a9cb5342b17 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
179 2024.12.19 22:22:26.330985 [ 253 ] {} <Debug> TCP-Session: f642b6b8-21de-48d7-981c-966f149b8de8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
180 2024.12.19 22:22:26.330945 [ 255 ] {} <Debug> TCP-Session: 6ae95e61-3efb-44e0-b06b-612c96ceda36 Authenticating user 'default' from [fd00:1122:3344:101::a]:39515
181 2024.12.19 22:22:26.331229 [ 265 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
182 2024.12.19 22:22:26.331212 [ 255 ] {} <Debug> TCP-Session: 6ae95e61-3efb-44e0-b06b-612c96ceda36 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
183 2024.12.19 22:22:26.331234 [ 257 ] {} <Debug> TCP-Session: b0e3924b-2f68-48c3-ac36-d3d05e9da191 Authenticating user 'default' from [fd00:1122:3344:101::a]:46232
184 2024.12.19 22:22:26.331274 [ 256 ] {} <Debug> TCP-Session: a07e0861-668c-47a1-b599-9a9cb5342b17 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
185 2024.12.19 22:22:26.331286 [ 265 ] {} <Debug> TCP-Session: e7009503-5735-47d2-9112-2cd298790ca8 Authenticating user 'default' from [fd00:1122:3344:101::a]:42767
186 2024.12.19 22:22:26.331331 [ 255 ] {} <Debug> TCP-Session: 6ae95e61-3efb-44e0-b06b-612c96ceda36 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
187 2024.12.19 22:22:26.331386 [ 257 ] {} <Debug> TCP-Session: b0e3924b-2f68-48c3-ac36-d3d05e9da191 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
188 2024.12.19 22:22:26.331481 [ 265 ] {} <Debug> TCP-Session: e7009503-5735-47d2-9112-2cd298790ca8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
189 2024.12.19 22:22:26.331519 [ 257 ] {} <Debug> TCP-Session: b0e3924b-2f68-48c3-ac36-d3d05e9da191 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
190 2024.12.19 22:22:26.331528 [ 265 ] {} <Debug> TCP-Session: e7009503-5735-47d2-9112-2cd298790ca8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
191 2024.12.19 22:22:26.387434 [ 266 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34446
192 2024.12.19 22:22:26.387574 [ 266 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
193 2024.12.19 22:22:26.387602 [ 266 ] {} <Debug> TCP-Session: bfafdc35-3956-413c-b0a5-43decee0ca01 Authenticating user 'default' from [fd00:1122:3344:101::e]:34446
194 2024.12.19 22:22:26.387649 [ 266 ] {} <Debug> TCP-Session: bfafdc35-3956-413c-b0a5-43decee0ca01 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
195 2024.12.19 22:22:26.387667 [ 266 ] {} <Debug> TCP-Session: bfafdc35-3956-413c-b0a5-43decee0ca01 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
196 2024.12.19 22:22:26.387798 [ 266 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
197 2024.12.19 22:22:26.387838 [ 266 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
198 2024.12.19 22:22:26.387860 [ 266 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
199 2024.12.19 22:22:26.388400 [ 268 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63004
200 2024.12.19 22:22:26.388403 [ 267 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47603
201 2024.12.19 22:22:26.388469 [ 269 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55984
202 2024.12.19 22:22:26.388903 [ 268 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
203 2024.12.19 22:22:26.388911 [ 269 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
204 2024.12.19 22:22:26.388939 [ 270 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50606
205 2024.12.19 22:22:26.388979 [ 269 ] {} <Debug> TCP-Session: 4e3764ee-a3db-4225-b2ee-c7a89add5971 Authenticating user 'default' from [fd00:1122:3344:101::e]:55984
206 2024.12.19 22:22:26.388968 [ 268 ] {} <Debug> TCP-Session: ed8c29db-61c5-41c0-8a42-4797ecfd819e Authenticating user 'default' from [fd00:1122:3344:101::e]:63004
207 2024.12.19 22:22:26.389021 [ 271 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40402
208 2024.12.19 22:22:26.389043 [ 269 ] {} <Debug> TCP-Session: 4e3764ee-a3db-4225-b2ee-c7a89add5971 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
209 2024.12.19 22:22:26.388926 [ 267 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
210 2024.12.19 22:22:26.389210 [ 269 ] {} <Debug> TCP-Session: 4e3764ee-a3db-4225-b2ee-c7a89add5971 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
211 2024.12.19 22:22:26.389228 [ 270 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
212 2024.12.19 22:22:26.389219 [ 272 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60512
213 2024.12.19 22:22:26.389331 [ 268 ] {} <Debug> TCP-Session: ed8c29db-61c5-41c0-8a42-4797ecfd819e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
214 2024.12.19 22:22:26.389465 [ 273 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41464
215 2024.12.19 22:22:26.389513 [ 270 ] {} <Debug> TCP-Session: 2752a4fd-73af-41a6-997e-ab3d44d7dd43 Authenticating user 'default' from [fd00:1122:3344:101::e]:50606
216 2024.12.19 22:22:26.389523 [ 268 ] {} <Debug> TCP-Session: ed8c29db-61c5-41c0-8a42-4797ecfd819e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
217 2024.12.19 22:22:26.389534 [ 267 ] {} <Debug> TCP-Session: fd61061a-74fd-46af-81bf-0aaa4bc139d4 Authenticating user 'default' from [fd00:1122:3344:101::e]:47603
218 2024.12.19 22:22:26.389545 [ 272 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
219 2024.12.19 22:22:26.389866 [ 273 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
220 2024.12.19 22:22:26.389865 [ 271 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
221 2024.12.19 22:22:26.389896 [ 272 ] {} <Debug> TCP-Session: 625ced60-b700-4c07-97b3-5d09e7492f7c Authenticating user 'default' from [fd00:1122:3344:101::e]:60512
222 2024.12.19 22:22:26.389933 [ 270 ] {} <Debug> TCP-Session: 2752a4fd-73af-41a6-997e-ab3d44d7dd43 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
223 2024.12.19 22:22:26.389986 [ 273 ] {} <Debug> TCP-Session: 0ddae7ad-b521-4ac5-8907-31b8e56ce153 Authenticating user 'default' from [fd00:1122:3344:101::e]:41464
224 2024.12.19 22:22:26.390044 [ 270 ] {} <Debug> TCP-Session: 2752a4fd-73af-41a6-997e-ab3d44d7dd43 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
225 2024.12.19 22:22:26.390004 [ 267 ] {} <Debug> TCP-Session: fd61061a-74fd-46af-81bf-0aaa4bc139d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
226 2024.12.19 22:22:26.390073 [ 273 ] {} <Debug> TCP-Session: 0ddae7ad-b521-4ac5-8907-31b8e56ce153 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
227 2024.12.19 22:22:26.390103 [ 271 ] {} <Debug> TCP-Session: 128844ad-7ecc-446f-8280-84eade13d424 Authenticating user 'default' from [fd00:1122:3344:101::e]:40402
228 2024.12.19 22:22:26.390128 [ 272 ] {} <Debug> TCP-Session: 625ced60-b700-4c07-97b3-5d09e7492f7c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
229 2024.12.19 22:22:26.390230 [ 267 ] {} <Debug> TCP-Session: fd61061a-74fd-46af-81bf-0aaa4bc139d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
230 2024.12.19 22:22:26.390266 [ 273 ] {} <Debug> TCP-Session: 0ddae7ad-b521-4ac5-8907-31b8e56ce153 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
231 2024.12.19 22:22:26.390296 [ 272 ] {} <Debug> TCP-Session: 625ced60-b700-4c07-97b3-5d09e7492f7c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
232 2024.12.19 22:22:26.390281 [ 271 ] {} <Debug> TCP-Session: 128844ad-7ecc-446f-8280-84eade13d424 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
233 2024.12.19 22:22:26.390413 [ 271 ] {} <Debug> TCP-Session: 128844ad-7ecc-446f-8280-84eade13d424 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
234 2024.12.19 22:22:26.816750 [ 274 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:41894
235 2024.12.19 22:22:26.817001 [ 274 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
236 2024.12.19 22:22:26.817045 [ 274 ] {} <Debug> TCP-Session: fa0ebceb-a0cb-4ecb-8eac-6d3165ea6f54 Authenticating user 'default' from [fd00:1122:3344:101::d]:41894
237 2024.12.19 22:22:26.817088 [ 274 ] {} <Debug> TCP-Session: fa0ebceb-a0cb-4ecb-8eac-6d3165ea6f54 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
238 2024.12.19 22:22:26.817111 [ 274 ] {} <Debug> TCP-Session: fa0ebceb-a0cb-4ecb-8eac-6d3165ea6f54 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
239 2024.12.19 22:22:26.817193 [ 274 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
240 2024.12.19 22:22:26.817222 [ 274 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
241 2024.12.19 22:22:26.817255 [ 274 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
242 2024.12.19 22:22:26.818443 [ 275 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:51529
243 2024.12.19 22:22:26.818612 [ 276 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:38795
244 2024.12.19 22:22:26.818659 [ 275 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
245 2024.12.19 22:22:26.818665 [ 277 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:44115
246 2024.12.19 22:22:26.818926 [ 275 ] {} <Debug> TCP-Session: 7b810c8b-5281-4aaa-b77e-5a76f737c6ad Authenticating user 'default' from [fd00:1122:3344:101::d]:51529
247 2024.12.19 22:22:26.818951 [ 278 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:56322
248 2024.12.19 22:22:26.818974 [ 279 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:47353
249 2024.12.19 22:22:26.819098 [ 280 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:42934
250 2024.12.19 22:22:26.819114 [ 275 ] {} <Debug> TCP-Session: 7b810c8b-5281-4aaa-b77e-5a76f737c6ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
251 2024.12.19 22:22:26.819557 [ 275 ] {} <Debug> TCP-Session: 7b810c8b-5281-4aaa-b77e-5a76f737c6ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
252 2024.12.19 22:22:26.819557 [ 281 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:48007
253 2024.12.19 22:22:26.819605 [ 282 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:38880
254 2024.12.19 22:22:26.819559 [ 278 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
255 2024.12.19 22:22:26.820003 [ 277 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
256 2024.12.19 22:22:26.820027 [ 278 ] {} <Debug> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Authenticating user 'default' from [fd00:1122:3344:101::d]:56322
257 2024.12.19 22:22:26.820019 [ 282 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
258 2024.12.19 22:22:26.820186 [ 276 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
259 2024.12.19 22:22:26.820202 [ 281 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
260 2024.12.19 22:22:26.820232 [ 280 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
261 2024.12.19 22:22:26.820221 [ 279 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
262 2024.12.19 22:22:26.820259 [ 278 ] {} <Debug> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
263 2024.12.19 22:22:26.820322 [ 282 ] {} <Debug> TCP-Session: c116fe86-2e13-410f-ace5-56db4ce8301f Authenticating user 'default' from [fd00:1122:3344:101::d]:38880
264 2024.12.19 22:22:26.820196 [ 277 ] {} <Debug> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Authenticating user 'default' from [fd00:1122:3344:101::d]:44115
265 2024.12.19 22:22:26.820348 [ 276 ] {} <Debug> TCP-Session: c69dc91b-ab8d-4c71-beed-7bd8773682bc Authenticating user 'default' from [fd00:1122:3344:101::d]:38795
266 2024.12.19 22:22:26.820429 [ 279 ] {} <Debug> TCP-Session: 35f507e3-9585-4542-a1f1-ce04611d8b0c Authenticating user 'default' from [fd00:1122:3344:101::d]:47353
267 2024.12.19 22:22:26.820458 [ 278 ] {} <Debug> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
268 2024.12.19 22:22:26.820484 [ 282 ] {} <Debug> TCP-Session: c116fe86-2e13-410f-ace5-56db4ce8301f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
269 2024.12.19 22:22:26.820526 [ 280 ] {} <Debug> TCP-Session: 11ece648-5617-4edb-b091-89c3ba86487f Authenticating user 'default' from [fd00:1122:3344:101::d]:42934
270 2024.12.19 22:22:26.820609 [ 276 ] {} <Debug> TCP-Session: c69dc91b-ab8d-4c71-beed-7bd8773682bc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
271 2024.12.19 22:22:26.820679 [ 279 ] {} <Debug> TCP-Session: 35f507e3-9585-4542-a1f1-ce04611d8b0c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
272 2024.12.19 22:22:26.820733 [ 280 ] {} <Debug> TCP-Session: 11ece648-5617-4edb-b091-89c3ba86487f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
273 2024.12.19 22:22:26.820746 [ 282 ] {} <Debug> TCP-Session: c116fe86-2e13-410f-ace5-56db4ce8301f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
274 2024.12.19 22:22:26.820774 [ 276 ] {} <Debug> TCP-Session: c69dc91b-ab8d-4c71-beed-7bd8773682bc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
275 2024.12.19 22:22:26.820802 [ 279 ] {} <Debug> TCP-Session: 35f507e3-9585-4542-a1f1-ce04611d8b0c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
276 2024.12.19 22:22:26.820790 [ 277 ] {} <Debug> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
277 2024.12.19 22:22:26.820689 [ 281 ] {} <Debug> TCP-Session: d2a69879-c8fa-491a-926a-2c162bc8f854 Authenticating user 'default' from [fd00:1122:3344:101::d]:48007
278 2024.12.19 22:22:26.820886 [ 280 ] {} <Debug> TCP-Session: 11ece648-5617-4edb-b091-89c3ba86487f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
279 2024.12.19 22:22:26.820959 [ 277 ] {} <Debug> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
280 2024.12.19 22:22:26.820979 [ 281 ] {} <Debug> TCP-Session: d2a69879-c8fa-491a-926a-2c162bc8f854 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
281 2024.12.19 22:22:26.821981 [ 281 ] {} <Debug> TCP-Session: d2a69879-c8fa-491a-926a-2c162bc8f854 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
282 2024.12.19 22:22:26.822872 [ 274 ] {} <Trace> TCP-Session: fa0ebceb-a0cb-4ecb-8eac-6d3165ea6f54 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
283 2024.12.19 22:22:26.826904 [ 274 ] {9cc2ce19-d822-4303-987c-388656e4ff31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41894) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete)
284 2024.12.19 22:22:26.876417 [ 274 ] {9cc2ce19-d822-4303-987c-388656e4ff31} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:41894) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below):
285 
286 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
287 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
288 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
289 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
290 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
291 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
292 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
293 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
294 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
295 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
296 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
297 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
298 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
299 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
300 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse
301 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse
302 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
303 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
304 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
305 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
306 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1
307 
308 2024.12.19 22:22:26.878030 [ 274 ] {9cc2ce19-d822-4303-987c-388656e4ff31} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below):
309 
310 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
311 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
312 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
313 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
314 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
315 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
316 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
317 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
318 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
319 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
320 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
321 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
322 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
323 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
324 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse
325 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse
326 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
327 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
328 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
329 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
330 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1
331 
332 2024.12.19 22:22:26.878168 [ 274 ] {9cc2ce19-d822-4303-987c-388656e4ff31} <Debug> TCPHandler: Processed in 0.05786863 sec.
333 2024.12.19 22:22:26.878522 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
334 2024.12.19 22:22:26.878721 [ 277 ] {38b264b0-2992-4adb-a71d-bdae8b6bd8f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete)
335 2024.12.19 22:22:26.879076 [ 277 ] {38b264b0-2992-4adb-a71d-bdae8b6bd8f7} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:44115) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below):
336 
337 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
338 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
339 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
340 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
341 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
342 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
343 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
344 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
345 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
346 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
347 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
348 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
349 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
350 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
351 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse
352 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse
353 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
354 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
355 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
356 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
357 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1
358 
359 2024.12.19 22:22:26.879196 [ 277 ] {38b264b0-2992-4adb-a71d-bdae8b6bd8f7} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below):
360 
361 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
362 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
363 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
364 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
365 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
366 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
367 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
368 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
369 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
370 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
371 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
372 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
373 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
374 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
375 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse
376 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse
377 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
378 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
379 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
380 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
381 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1
382 
383 2024.12.19 22:22:26.879301 [ 277 ] {38b264b0-2992-4adb-a71d-bdae8b6bd8f7} <Debug> TCPHandler: Processed in 0.000891699 sec.
384 2024.12.19 22:22:26.879692 [ 274 ] {} <Trace> TCP-Session: fa0ebceb-a0cb-4ecb-8eac-6d3165ea6f54 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
385 2024.12.19 22:22:26.881062 [ 274 ] {a797de30-106e-43ad-97f1-c4f317adf8ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41894) DROP DATABASE IF EXISTS oximeter (stage: Complete)
386 2024.12.19 22:22:26.881709 [ 274 ] {a797de30-106e-43ad-97f1-c4f317adf8ff} <Debug> TCPHandler: Processed in 0.002127106 sec.
387 2024.12.19 22:22:26.882043 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
388 2024.12.19 22:22:26.882145 [ 277 ] {3bdc0311-ade0-4308-85ff-13266bde65c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete)
389 2024.12.19 22:22:26.882253 [ 277 ] {3bdc0311-ade0-4308-85ff-13266bde65c4} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.*
390 2024.12.19 22:22:26.883735 [ 277 ] {3bdc0311-ade0-4308-85ff-13266bde65c4} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total.
391 2024.12.19 22:22:26.883756 [ 277 ] {3bdc0311-ade0-4308-85ff-13266bde65c4} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.8962e-05 sec
392 2024.12.19 22:22:26.883785 [ 277 ] {3bdc0311-ade0-4308-85ff-13266bde65c4} <Trace> ReferentialDeps: No tables
393 2024.12.19 22:22:26.883797 [ 277 ] {3bdc0311-ade0-4308-85ff-13266bde65c4} <Trace> LoadingDeps: No tables
394 2024.12.19 22:22:26.883818 [ 277 ] {3bdc0311-ade0-4308-85ff-13266bde65c4} <Information> DatabaseAtomic (oximeter): Starting up tables.
395 2024.12.19 22:22:26.883862 [ 277 ] {3bdc0311-ade0-4308-85ff-13266bde65c4} <Debug> TCPHandler: Processed in 0.001945723 sec.
396 2024.12.19 22:22:26.884119 [ 274 ] {} <Trace> TCP-Session: fa0ebceb-a0cb-4ecb-8eac-6d3165ea6f54 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
397 2024.12.19 22:22:26.884314 [ 274 ] {2df9c37c-6127-4839-87d2-e6aff091b46c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41894) /* The version table contains metadata about the `oximeter` database */
398 CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete)
399 2024.12.19 22:22:26.884396 [ 274 ] {2df9c37c-6127-4839-87d2-e6aff091b46c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version
400 2024.12.19 22:22:26.892579 [ 274 ] {2df9c37c-6127-4839-87d2-e6aff091b46c} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1
401 2024.12.19 22:22:26.894189 [ 274 ] {2df9c37c-6127-4839-87d2-e6aff091b46c} <Debug> oximeter.version (8b0d1ef6-898b-4c55-8246-9a076b14c639): Loading data parts
402 2024.12.19 22:22:26.894772 [ 274 ] {2df9c37c-6127-4839-87d2-e6aff091b46c} <Debug> oximeter.version (8b0d1ef6-898b-4c55-8246-9a076b14c639): There are no data parts
403 2024.12.19 22:22:26.897365 [ 274 ] {2df9c37c-6127-4839-87d2-e6aff091b46c} <Debug> TCPHandler: Processed in 0.0132986 sec.
404 2024.12.19 22:22:26.897609 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
405 2024.12.19 22:22:26.897849 [ 277 ] {6da8619a-c739-4650-a939-cc78fb3c02d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) /* The measurement tables contain all individual samples from each timeseries.
406 *
407 * Each table stores a single datum type, and otherwise contains nearly the same
408 * structure. The primary sorting key is on the timeseries name, key, and then
409 * timestamp, so that all timeseries from the same schema are grouped, followed
410 * by all samples from the same timeseries.
411 *
412 * This reflects that one usually looks up the _key_ in one or more field table,
413 * and then uses that to index quickly into the measurements tables.
414 */
415 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)
416 2024.12.19 22:22:26.897918 [ 277 ] {6da8619a-c739-4650-a939-cc78fb3c02d6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool
417 2024.12.19 22:22:26.906114 [ 277 ] {6da8619a-c739-4650-a939-cc78fb3c02d6} <Debug> oximeter.measurements_bool (164ca455-e956-4308-a817-eda615c184e9): Loading data parts
418 2024.12.19 22:22:26.906336 [ 277 ] {6da8619a-c739-4650-a939-cc78fb3c02d6} <Debug> oximeter.measurements_bool (164ca455-e956-4308-a817-eda615c184e9): There are no data parts
419 2024.12.19 22:22:26.907659 [ 277 ] {6da8619a-c739-4650-a939-cc78fb3c02d6} <Debug> TCPHandler: Processed in 0.01011012 sec.
420 2024.12.19 22:22:26.907882 [ 274 ] {} <Trace> TCP-Session: fa0ebceb-a0cb-4ecb-8eac-6d3165ea6f54 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
421 2024.12.19 22:22:26.908076 [ 274 ] {71fba8e0-8acf-4a2a-8284-3a054eb27a6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41894) 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)
422 2024.12.19 22:22:26.908138 [ 274 ] {71fba8e0-8acf-4a2a-8284-3a054eb27a6c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8
423 2024.12.19 22:22:26.909877 [ 274 ] {71fba8e0-8acf-4a2a-8284-3a054eb27a6c} <Debug> oximeter.measurements_i8 (337d737b-8d33-4a88-9ebf-0e0e1cf2efaa): Loading data parts
424 2024.12.19 22:22:26.910118 [ 274 ] {71fba8e0-8acf-4a2a-8284-3a054eb27a6c} <Debug> oximeter.measurements_i8 (337d737b-8d33-4a88-9ebf-0e0e1cf2efaa): There are no data parts
425 2024.12.19 22:22:26.911735 [ 274 ] {71fba8e0-8acf-4a2a-8284-3a054eb27a6c} <Debug> TCPHandler: Processed in 0.003908215 sec.
426 2024.12.19 22:22:26.911932 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
427 2024.12.19 22:22:26.912150 [ 277 ] {930c64b4-6334-4d7f-92f0-cd63cd535688} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) 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)
428 2024.12.19 22:22:26.912202 [ 277 ] {930c64b4-6334-4d7f-92f0-cd63cd535688} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8
429 2024.12.19 22:22:26.913907 [ 277 ] {930c64b4-6334-4d7f-92f0-cd63cd535688} <Debug> oximeter.measurements_u8 (818f93b0-3ed3-4893-8636-3f78740d415a): Loading data parts
430 2024.12.19 22:22:26.914138 [ 277 ] {930c64b4-6334-4d7f-92f0-cd63cd535688} <Debug> oximeter.measurements_u8 (818f93b0-3ed3-4893-8636-3f78740d415a): There are no data parts
431 2024.12.19 22:22:26.919233 [ 277 ] {930c64b4-6334-4d7f-92f0-cd63cd535688} <Debug> TCPHandler: Processed in 0.00734891 sec.
432 2024.12.19 22:22:26.919449 [ 274 ] {} <Trace> TCP-Session: fa0ebceb-a0cb-4ecb-8eac-6d3165ea6f54 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
433 2024.12.19 22:22:26.919642 [ 274 ] {f3b00724-ee83-450f-a7c8-eedc58cca45b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41894) 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)
434 2024.12.19 22:22:26.919699 [ 274 ] {f3b00724-ee83-450f-a7c8-eedc58cca45b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16
435 2024.12.19 22:22:26.921688 [ 274 ] {f3b00724-ee83-450f-a7c8-eedc58cca45b} <Debug> oximeter.measurements_i16 (2ddfa4da-fd08-4149-a7c7-269483d5b289): Loading data parts
436 2024.12.19 22:22:26.921869 [ 274 ] {f3b00724-ee83-450f-a7c8-eedc58cca45b} <Debug> oximeter.measurements_i16 (2ddfa4da-fd08-4149-a7c7-269483d5b289): There are no data parts
437 2024.12.19 22:22:26.923759 [ 274 ] {f3b00724-ee83-450f-a7c8-eedc58cca45b} <Debug> TCPHandler: Processed in 0.004412946 sec.
438 2024.12.19 22:22:26.924011 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
439 2024.12.19 22:22:26.924231 [ 277 ] {37faa832-d82d-416a-b99f-429c59df31e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) 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)
440 2024.12.19 22:22:26.924291 [ 277 ] {37faa832-d82d-416a-b99f-429c59df31e5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16
441 2024.12.19 22:22:26.926714 [ 277 ] {37faa832-d82d-416a-b99f-429c59df31e5} <Debug> oximeter.measurements_u16 (0052e4d7-91b0-43bf-8326-55d92491a9d9): Loading data parts
442 2024.12.19 22:22:26.926883 [ 277 ] {37faa832-d82d-416a-b99f-429c59df31e5} <Debug> oximeter.measurements_u16 (0052e4d7-91b0-43bf-8326-55d92491a9d9): There are no data parts
443 2024.12.19 22:22:26.928682 [ 277 ] {37faa832-d82d-416a-b99f-429c59df31e5} <Debug> TCPHandler: Processed in 0.004768454 sec.
444 2024.12.19 22:22:26.928903 [ 274 ] {} <Trace> TCP-Session: fa0ebceb-a0cb-4ecb-8eac-6d3165ea6f54 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
445 2024.12.19 22:22:26.929161 [ 274 ] {c6086847-7141-4874-9c0c-2b9183e0154e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41894) 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)
446 2024.12.19 22:22:26.929234 [ 274 ] {c6086847-7141-4874-9c0c-2b9183e0154e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32
447 2024.12.19 22:22:26.931268 [ 274 ] {c6086847-7141-4874-9c0c-2b9183e0154e} <Debug> oximeter.measurements_i32 (a4874ba2-bcf1-4739-9f33-e350735f605c): Loading data parts
448 2024.12.19 22:22:26.931460 [ 274 ] {c6086847-7141-4874-9c0c-2b9183e0154e} <Debug> oximeter.measurements_i32 (a4874ba2-bcf1-4739-9f33-e350735f605c): There are no data parts
449 2024.12.19 22:22:26.932882 [ 274 ] {c6086847-7141-4874-9c0c-2b9183e0154e} <Debug> TCPHandler: Processed in 0.004038658 sec.
450 2024.12.19 22:22:26.933141 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
451 2024.12.19 22:22:26.933357 [ 277 ] {02600293-5b4d-43dc-b5d8-6de75c7fe79e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) 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)
452 2024.12.19 22:22:26.933411 [ 277 ] {02600293-5b4d-43dc-b5d8-6de75c7fe79e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32
453 2024.12.19 22:22:26.935882 [ 277 ] {02600293-5b4d-43dc-b5d8-6de75c7fe79e} <Debug> oximeter.measurements_u32 (66246daa-a031-4f8c-a685-2467f7f90ff0): Loading data parts
454 2024.12.19 22:22:26.936128 [ 277 ] {02600293-5b4d-43dc-b5d8-6de75c7fe79e} <Debug> oximeter.measurements_u32 (66246daa-a031-4f8c-a685-2467f7f90ff0): There are no data parts
455 2024.12.19 22:22:26.937456 [ 277 ] {02600293-5b4d-43dc-b5d8-6de75c7fe79e} <Debug> TCPHandler: Processed in 0.004403666 sec.
456 2024.12.19 22:22:26.937664 [ 274 ] {} <Trace> TCP-Session: fa0ebceb-a0cb-4ecb-8eac-6d3165ea6f54 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
457 2024.12.19 22:22:26.937846 [ 274 ] {2a57d0c6-60e5-462b-9704-98fab38537cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41894) 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)
458 2024.12.19 22:22:26.937905 [ 274 ] {2a57d0c6-60e5-462b-9704-98fab38537cb} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64
459 2024.12.19 22:22:26.940398 [ 274 ] {2a57d0c6-60e5-462b-9704-98fab38537cb} <Debug> oximeter.measurements_i64 (fa23349e-07d6-4af3-a405-3b28eae900e1): Loading data parts
460 2024.12.19 22:22:26.940581 [ 274 ] {2a57d0c6-60e5-462b-9704-98fab38537cb} <Debug> oximeter.measurements_i64 (fa23349e-07d6-4af3-a405-3b28eae900e1): There are no data parts
461 2024.12.19 22:22:26.942016 [ 274 ] {2a57d0c6-60e5-462b-9704-98fab38537cb} <Debug> TCPHandler: Processed in 0.004360275 sec.
462 2024.12.19 22:22:26.942206 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
463 2024.12.19 22:22:26.942410 [ 277 ] {8d9ffa2f-079a-4e32-a9a3-1e95b13e20c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) 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)
464 2024.12.19 22:22:26.942456 [ 277 ] {8d9ffa2f-079a-4e32-a9a3-1e95b13e20c8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64
465 2024.12.19 22:22:26.944282 [ 277 ] {8d9ffa2f-079a-4e32-a9a3-1e95b13e20c8} <Debug> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Loading data parts
466 2024.12.19 22:22:26.944480 [ 277 ] {8d9ffa2f-079a-4e32-a9a3-1e95b13e20c8} <Debug> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): There are no data parts
467 2024.12.19 22:22:26.945920 [ 277 ] {8d9ffa2f-079a-4e32-a9a3-1e95b13e20c8} <Debug> TCPHandler: Processed in 0.003817083 sec.
468 2024.12.19 22:22:26.946244 [ 274 ] {} <Trace> TCP-Session: fa0ebceb-a0cb-4ecb-8eac-6d3165ea6f54 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
469 2024.12.19 22:22:26.946500 [ 274 ] {4b75c3ec-c737-4a25-9f11-3851d33d7262} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41894) 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)
470 2024.12.19 22:22:26.946592 [ 274 ] {4b75c3ec-c737-4a25-9f11-3851d33d7262} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32
471 2024.12.19 22:22:26.948681 [ 274 ] {4b75c3ec-c737-4a25-9f11-3851d33d7262} <Debug> oximeter.measurements_f32 (ea21a270-9c94-4f13-8765-a30df63d5612): Loading data parts
472 2024.12.19 22:22:26.948892 [ 274 ] {4b75c3ec-c737-4a25-9f11-3851d33d7262} <Debug> oximeter.measurements_f32 (ea21a270-9c94-4f13-8765-a30df63d5612): There are no data parts
473 2024.12.19 22:22:26.950246 [ 274 ] {4b75c3ec-c737-4a25-9f11-3851d33d7262} <Debug> TCPHandler: Processed in 0.004086119 sec.
474 2024.12.19 22:22:26.950452 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
475 2024.12.19 22:22:26.950712 [ 277 ] {990293b8-f7b2-48fd-932b-ee3c43830747} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) 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)
476 2024.12.19 22:22:26.950768 [ 277 ] {990293b8-f7b2-48fd-932b-ee3c43830747} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64
477 2024.12.19 22:22:26.953284 [ 277 ] {990293b8-f7b2-48fd-932b-ee3c43830747} <Debug> oximeter.measurements_f64 (f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd): Loading data parts
478 2024.12.19 22:22:26.953456 [ 277 ] {990293b8-f7b2-48fd-932b-ee3c43830747} <Debug> oximeter.measurements_f64 (f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd): There are no data parts
479 2024.12.19 22:22:26.954674 [ 277 ] {990293b8-f7b2-48fd-932b-ee3c43830747} <Debug> TCPHandler: Processed in 0.004248883 sec.
480 2024.12.19 22:22:26.954888 [ 274 ] {} <Trace> TCP-Session: fa0ebceb-a0cb-4ecb-8eac-6d3165ea6f54 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
481 2024.12.19 22:22:26.955094 [ 274 ] {71fb6835-dc14-40f7-b261-a1fea0e1b010} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41894) 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)
482 2024.12.19 22:22:26.955162 [ 274 ] {71fb6835-dc14-40f7-b261-a1fea0e1b010} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string
483 2024.12.19 22:22:26.956971 [ 274 ] {71fb6835-dc14-40f7-b261-a1fea0e1b010} <Debug> oximeter.measurements_string (aa88e032-784e-4000-ae47-334f1fd05f03): Loading data parts
484 2024.12.19 22:22:26.957160 [ 274 ] {71fb6835-dc14-40f7-b261-a1fea0e1b010} <Debug> oximeter.measurements_string (aa88e032-784e-4000-ae47-334f1fd05f03): There are no data parts
485 2024.12.19 22:22:26.958789 [ 274 ] {71fb6835-dc14-40f7-b261-a1fea0e1b010} <Debug> TCPHandler: Processed in 0.003952226 sec.
486 2024.12.19 22:22:26.958995 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
487 2024.12.19 22:22:26.959199 [ 277 ] {6ca0bee8-a181-4fba-a738-0e86adb914ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /*
488 * NOTE: Right now we can't unambiguously record a nullable byte array.
489 * Arrays cannot be nested in `Nullable()` types, and encoding the array as
490 * a string isn't palatable for a few reasons.
491 * See: https://github.com/oxidecomputer/omicron/issues/4551 for more
492 * details.
493 */
494 datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
495 2024.12.19 22:22:26.959258 [ 277 ] {6ca0bee8-a181-4fba-a738-0e86adb914ac} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes
496 2024.12.19 22:22:26.961789 [ 277 ] {6ca0bee8-a181-4fba-a738-0e86adb914ac} <Debug> oximeter.measurements_bytes (1e51b8ae-c865-4ef0-b2e3-ee94d109c4a0): Loading data parts
497 2024.12.19 22:22:26.961973 [ 277 ] {6ca0bee8-a181-4fba-a738-0e86adb914ac} <Debug> oximeter.measurements_bytes (1e51b8ae-c865-4ef0-b2e3-ee94d109c4a0): There are no data parts
498 2024.12.19 22:22:26.963319 [ 277 ] {6ca0bee8-a181-4fba-a738-0e86adb914ac} <Debug> TCPHandler: Processed in 0.004380116 sec.
499 2024.12.19 22:22:26.963529 [ 274 ] {} <Trace> TCP-Session: fa0ebceb-a0cb-4ecb-8eac-6d3165ea6f54 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
500 2024.12.19 22:22:26.963859 [ 274 ] {dc435af9-2a99-4cdf-896c-08c17acdea00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41894) 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)
501 2024.12.19 22:22:26.963955 [ 274 ] {dc435af9-2a99-4cdf-896c-08c17acdea00} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64
502 2024.12.19 22:22:26.965955 [ 274 ] {dc435af9-2a99-4cdf-896c-08c17acdea00} <Debug> oximeter.measurements_cumulativei64 (f5041d13-712a-476d-9d2b-2cd4649a2ea8): Loading data parts
503 2024.12.19 22:22:26.966150 [ 274 ] {dc435af9-2a99-4cdf-896c-08c17acdea00} <Debug> oximeter.measurements_cumulativei64 (f5041d13-712a-476d-9d2b-2cd4649a2ea8): There are no data parts
504 2024.12.19 22:22:26.967483 [ 274 ] {dc435af9-2a99-4cdf-896c-08c17acdea00} <Debug> TCPHandler: Processed in 0.004035468 sec.
505 2024.12.19 22:22:26.967680 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
506 2024.12.19 22:22:26.967880 [ 277 ] {7caa16ef-b555-4562-89f5-3021a1dfbf94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) 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)
507 2024.12.19 22:22:26.968019 [ 277 ] {7caa16ef-b555-4562-89f5-3021a1dfbf94} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64
508 2024.12.19 22:22:26.970019 [ 277 ] {7caa16ef-b555-4562-89f5-3021a1dfbf94} <Debug> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Loading data parts
509 2024.12.19 22:22:26.970194 [ 277 ] {7caa16ef-b555-4562-89f5-3021a1dfbf94} <Debug> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): There are no data parts
510 2024.12.19 22:22:26.971433 [ 277 ] {7caa16ef-b555-4562-89f5-3021a1dfbf94} <Debug> TCPHandler: Processed in 0.003761082 sec.
511 2024.12.19 22:22:26.971638 [ 274 ] {} <Trace> TCP-Session: fa0ebceb-a0cb-4ecb-8eac-6d3165ea6f54 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
512 2024.12.19 22:22:26.971852 [ 274 ] {ab25a4d9-e8e1-4b01-87d6-54e2209fdda0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41894) 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)
513 2024.12.19 22:22:26.971925 [ 274 ] {ab25a4d9-e8e1-4b01-87d6-54e2209fdda0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32
514 2024.12.19 22:22:26.973969 [ 274 ] {ab25a4d9-e8e1-4b01-87d6-54e2209fdda0} <Debug> oximeter.measurements_cumulativef32 (61766aa6-cebb-4fad-b7ed-d18161ee2038): Loading data parts
515 2024.12.19 22:22:26.974159 [ 274 ] {ab25a4d9-e8e1-4b01-87d6-54e2209fdda0} <Debug> oximeter.measurements_cumulativef32 (61766aa6-cebb-4fad-b7ed-d18161ee2038): There are no data parts
516 2024.12.19 22:22:26.975506 [ 274 ] {ab25a4d9-e8e1-4b01-87d6-54e2209fdda0} <Debug> TCPHandler: Processed in 0.003920365 sec.
517 2024.12.19 22:22:26.975710 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
518 2024.12.19 22:22:26.975935 [ 277 ] {4ca20800-69ef-4dd3-9843-ef1ba9e7c41f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) 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)
519 2024.12.19 22:22:26.975995 [ 277 ] {4ca20800-69ef-4dd3-9843-ef1ba9e7c41f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64
520 2024.12.19 22:22:26.977923 [ 277 ] {4ca20800-69ef-4dd3-9843-ef1ba9e7c41f} <Debug> oximeter.measurements_cumulativef64 (1d99e5a0-1c22-41bc-986b-280505404b39): Loading data parts
521 2024.12.19 22:22:26.978173 [ 277 ] {4ca20800-69ef-4dd3-9843-ef1ba9e7c41f} <Debug> oximeter.measurements_cumulativef64 (1d99e5a0-1c22-41bc-986b-280505404b39): There are no data parts
522 2024.12.19 22:22:26.979422 [ 277 ] {4ca20800-69ef-4dd3-9843-ef1ba9e7c41f} <Debug> TCPHandler: Processed in 0.003793023 sec.
523 2024.12.19 22:22:26.979622 [ 274 ] {} <Trace> TCP-Session: fa0ebceb-a0cb-4ecb-8eac-6d3165ea6f54 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
524 2024.12.19 22:22:26.979889 [ 274 ] {e04b78d4-125e-47cd-87cc-39bb0ec12a3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41894) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /*
525 * NOTE: Array types cannot be Nullable, see
526 * https://clickhouse.com/docs/en/sql-reference/data-types/nullable
527 * for more details.
528 *
529 * This means we need to use empty arrays to indicate a missing value. This
530 * is unfortunate, and at this point relies on the fact that an
531 * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need
532 * to figure out another way to represent missing samples here.
533 */
534 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)
535 2024.12.19 22:22:26.980031 [ 274 ] {e04b78d4-125e-47cd-87cc-39bb0ec12a3a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8
536 2024.12.19 22:22:26.982257 [ 274 ] {e04b78d4-125e-47cd-87cc-39bb0ec12a3a} <Debug> oximeter.measurements_histogrami8 (3a98de02-7ecc-4e85-9b55-41459d9846c6): Loading data parts
537 2024.12.19 22:22:26.982424 [ 274 ] {e04b78d4-125e-47cd-87cc-39bb0ec12a3a} <Debug> oximeter.measurements_histogrami8 (3a98de02-7ecc-4e85-9b55-41459d9846c6): There are no data parts
538 2024.12.19 22:22:26.984043 [ 274 ] {e04b78d4-125e-47cd-87cc-39bb0ec12a3a} <Debug> TCPHandler: Processed in 0.004440187 sec.
539 2024.12.19 22:22:26.984231 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
540 2024.12.19 22:22:26.984522 [ 277 ] {b80ba95e-b705-4466-b115-6a07df907094} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) 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)
541 2024.12.19 22:22:26.984611 [ 277 ] {b80ba95e-b705-4466-b115-6a07df907094} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8
542 2024.12.19 22:22:26.986687 [ 277 ] {b80ba95e-b705-4466-b115-6a07df907094} <Debug> oximeter.measurements_histogramu8 (c8a3f67a-1466-497e-a580-31025f14def3): Loading data parts
543 2024.12.19 22:22:26.986883 [ 277 ] {b80ba95e-b705-4466-b115-6a07df907094} <Debug> oximeter.measurements_histogramu8 (c8a3f67a-1466-497e-a580-31025f14def3): There are no data parts
544 2024.12.19 22:22:26.988512 [ 277 ] {b80ba95e-b705-4466-b115-6a07df907094} <Debug> TCPHandler: Processed in 0.004320904 sec.
545 2024.12.19 22:22:26.988720 [ 274 ] {} <Trace> TCP-Session: fa0ebceb-a0cb-4ecb-8eac-6d3165ea6f54 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
546 2024.12.19 22:22:26.988991 [ 274 ] {0e8ec6ab-0619-4906-b371-5200f36a8ad9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41894) 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)
547 2024.12.19 22:22:26.989061 [ 274 ] {0e8ec6ab-0619-4906-b371-5200f36a8ad9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16
548 2024.12.19 22:22:26.993871 [ 274 ] {0e8ec6ab-0619-4906-b371-5200f36a8ad9} <Debug> oximeter.measurements_histogrami16 (0fa9db92-5bb9-43fa-bdd5-fbb745c7c331): Loading data parts
549 2024.12.19 22:22:26.994103 [ 274 ] {0e8ec6ab-0619-4906-b371-5200f36a8ad9} <Debug> oximeter.measurements_histogrami16 (0fa9db92-5bb9-43fa-bdd5-fbb745c7c331): There are no data parts
550 2024.12.19 22:22:26.995710 [ 274 ] {0e8ec6ab-0619-4906-b371-5200f36a8ad9} <Debug> TCPHandler: Processed in 0.007043283 sec.
551 2024.12.19 22:22:26.995902 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
552 2024.12.19 22:22:26.996175 [ 277 ] {3ad23436-324e-4df4-abc4-36151c267319} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) 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)
553 2024.12.19 22:22:26.996239 [ 277 ] {3ad23436-324e-4df4-abc4-36151c267319} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16
554 2024.12.19 22:22:26.998437 [ 277 ] {3ad23436-324e-4df4-abc4-36151c267319} <Debug> oximeter.measurements_histogramu16 (79e4a70b-0d6b-4bdb-9414-4ca2eb0cc17d): Loading data parts
555 2024.12.19 22:22:26.998616 [ 277 ] {3ad23436-324e-4df4-abc4-36151c267319} <Debug> oximeter.measurements_histogramu16 (79e4a70b-0d6b-4bdb-9414-4ca2eb0cc17d): There are no data parts
556 2024.12.19 22:22:26.999866 [ 277 ] {3ad23436-324e-4df4-abc4-36151c267319} <Debug> TCPHandler: Processed in 0.004071218 sec.
557 2024.12.19 22:22:27.000135 [ 274 ] {} <Trace> TCP-Session: fa0ebceb-a0cb-4ecb-8eac-6d3165ea6f54 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
558 2024.12.19 22:22:27.000490 [ 274 ] {8f1e09fc-7b66-4071-a7a2-868619f99ce9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41894) 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)
559 2024.12.19 22:22:27.000585 [ 274 ] {8f1e09fc-7b66-4071-a7a2-868619f99ce9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32
560 2024.12.19 22:22:27.000730 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 123.67 MiB, peak 123.67 MiB, free memory in arenas 0.00 B, will set to 135.77 MiB (RSS), difference: 12.10 MiB
561 2024.12.19 22:22:27.003561 [ 274 ] {8f1e09fc-7b66-4071-a7a2-868619f99ce9} <Debug> oximeter.measurements_histogrami32 (1ad85e6c-357f-4049-90a5-a6ab45d5a66c): Loading data parts
562 2024.12.19 22:22:27.003741 [ 274 ] {8f1e09fc-7b66-4071-a7a2-868619f99ce9} <Debug> oximeter.measurements_histogrami32 (1ad85e6c-357f-4049-90a5-a6ab45d5a66c): There are no data parts
563 2024.12.19 22:22:27.005312 [ 274 ] {8f1e09fc-7b66-4071-a7a2-868619f99ce9} <Debug> TCPHandler: Processed in 0.005250894 sec.
564 2024.12.19 22:22:27.005553 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
565 2024.12.19 22:22:27.005802 [ 277 ] {e76bb2c0-39ff-431c-9db4-2983bbd4c768} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) 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)
566 2024.12.19 22:22:27.005869 [ 277 ] {e76bb2c0-39ff-431c-9db4-2983bbd4c768} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32
567 2024.12.19 22:22:27.008109 [ 277 ] {e76bb2c0-39ff-431c-9db4-2983bbd4c768} <Debug> oximeter.measurements_histogramu32 (200f7a94-88c5-4f55-9c98-51db1ba0207b): Loading data parts
568 2024.12.19 22:22:27.008304 [ 277 ] {e76bb2c0-39ff-431c-9db4-2983bbd4c768} <Debug> oximeter.measurements_histogramu32 (200f7a94-88c5-4f55-9c98-51db1ba0207b): There are no data parts
569 2024.12.19 22:22:27.009664 [ 277 ] {e76bb2c0-39ff-431c-9db4-2983bbd4c768} <Debug> TCPHandler: Processed in 0.004173942 sec.
570 2024.12.19 22:22:27.009849 [ 274 ] {} <Trace> TCP-Session: fa0ebceb-a0cb-4ecb-8eac-6d3165ea6f54 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
571 2024.12.19 22:22:27.010176 [ 274 ] {ffbc1e0e-bb4f-4264-ae37-5570bf259672} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41894) 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)
572 2024.12.19 22:22:27.010270 [ 274 ] {ffbc1e0e-bb4f-4264-ae37-5570bf259672} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64
573 2024.12.19 22:22:27.012921 [ 274 ] {ffbc1e0e-bb4f-4264-ae37-5570bf259672} <Debug> oximeter.measurements_histogrami64 (6d07cdbb-e379-4028-8880-7d3724a00db5): Loading data parts
574 2024.12.19 22:22:27.013152 [ 274 ] {ffbc1e0e-bb4f-4264-ae37-5570bf259672} <Debug> oximeter.measurements_histogrami64 (6d07cdbb-e379-4028-8880-7d3724a00db5): There are no data parts
575 2024.12.19 22:22:27.014371 [ 274 ] {ffbc1e0e-bb4f-4264-ae37-5570bf259672} <Debug> TCPHandler: Processed in 0.004541508 sec.
576 2024.12.19 22:22:27.014569 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
577 2024.12.19 22:22:27.014831 [ 277 ] {ccc8c5cf-b959-4b22-9390-5c8b9ce8575a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) 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)
578 2024.12.19 22:22:27.014902 [ 277 ] {ccc8c5cf-b959-4b22-9390-5c8b9ce8575a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64
579 2024.12.19 22:22:27.017332 [ 277 ] {ccc8c5cf-b959-4b22-9390-5c8b9ce8575a} <Debug> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Loading data parts
580 2024.12.19 22:22:27.017518 [ 277 ] {ccc8c5cf-b959-4b22-9390-5c8b9ce8575a} <Debug> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): There are no data parts
581 2024.12.19 22:22:27.018687 [ 277 ] {ccc8c5cf-b959-4b22-9390-5c8b9ce8575a} <Debug> TCPHandler: Processed in 0.004177531 sec.
582 2024.12.19 22:22:27.018879 [ 274 ] {} <Trace> TCP-Session: fa0ebceb-a0cb-4ecb-8eac-6d3165ea6f54 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
583 2024.12.19 22:22:27.019225 [ 274 ] {bdfef4dc-dd0b-4d2f-bdf2-8491e24b238c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41894) 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)
584 2024.12.19 22:22:27.019300 [ 274 ] {bdfef4dc-dd0b-4d2f-bdf2-8491e24b238c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32
585 2024.12.19 22:22:27.021347 [ 274 ] {bdfef4dc-dd0b-4d2f-bdf2-8491e24b238c} <Debug> oximeter.measurements_histogramf32 (293d4df3-0e15-4fbd-8877-67154e9a431b): Loading data parts
586 2024.12.19 22:22:27.021495 [ 274 ] {bdfef4dc-dd0b-4d2f-bdf2-8491e24b238c} <Debug> oximeter.measurements_histogramf32 (293d4df3-0e15-4fbd-8877-67154e9a431b): There are no data parts
587 2024.12.19 22:22:27.022787 [ 274 ] {bdfef4dc-dd0b-4d2f-bdf2-8491e24b238c} <Debug> TCPHandler: Processed in 0.003904575 sec.
588 2024.12.19 22:22:27.023003 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
589 2024.12.19 22:22:27.023260 [ 277 ] {795bdb73-9770-46b9-85ca-ca92a2d35947} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) 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)
590 2024.12.19 22:22:27.023330 [ 277 ] {795bdb73-9770-46b9-85ca-ca92a2d35947} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64
591 2024.12.19 22:22:27.025352 [ 277 ] {795bdb73-9770-46b9-85ca-ca92a2d35947} <Debug> oximeter.measurements_histogramf64 (44998115-36ae-4061-9208-4b480882ccf3): Loading data parts
592 2024.12.19 22:22:27.025529 [ 277 ] {795bdb73-9770-46b9-85ca-ca92a2d35947} <Debug> oximeter.measurements_histogramf64 (44998115-36ae-4061-9208-4b480882ccf3): There are no data parts
593 2024.12.19 22:22:27.027236 [ 277 ] {795bdb73-9770-46b9-85ca-ca92a2d35947} <Debug> TCPHandler: Processed in 0.004296503 sec.
594 2024.12.19 22:22:27.027432 [ 274 ] {} <Trace> TCP-Session: fa0ebceb-a0cb-4ecb-8eac-6d3165ea6f54 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
595 2024.12.19 22:22:27.027627 [ 274 ] {31fe9046-3227-4146-80d3-4ad8d0f7bda6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41894) /* The field tables store named dimensions of each timeseries.
596 *
597 * As with the measurement tables, there is one field table for each field data
598 * type. Fields are deduplicated by using the "replacing merge tree", though
599 * this behavior **must not** be relied upon for query correctness.
600 *
601 * The index for the fields differs from the measurements, however. Rows are
602 * sorted by timeseries name, then field name, field value, and finally
603 * timeseries key. This reflects the most common pattern for looking them up:
604 * by field name and possibly value, within a timeseries. The resulting keys are
605 * usually then used to look up measurements.
606 *
607 * NOTE: We may want to consider a secondary index on these tables, sorting by
608 * timeseries name and then key, since it would improve lookups where one
609 * already has the key. Realistically though, these tables are quite small and
610 * so performance benefits will be low in absolute terms.
611 *
612 * TTL: We use a materialized column to expire old field table records. This
613 * column is generated automatically by the database whenever a new row is
614 * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *`
615 * query. Since these tables are `ReplacingMergeTree`s, that means the last
616 * record will remain during a deduplication, which will have the last
617 * timestamp. ClickHouse will then expire old data for us, similar to the
618 * measurement tables.
619 */
620 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)
621 2024.12.19 22:22:27.027685 [ 274 ] {31fe9046-3227-4146-80d3-4ad8d0f7bda6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool
622 2024.12.19 22:22:27.029605 [ 274 ] {31fe9046-3227-4146-80d3-4ad8d0f7bda6} <Debug> oximeter.fields_bool (0e2898e0-dd81-404b-acd4-3094b47821c4): Loading data parts
623 2024.12.19 22:22:27.029769 [ 274 ] {31fe9046-3227-4146-80d3-4ad8d0f7bda6} <Debug> oximeter.fields_bool (0e2898e0-dd81-404b-acd4-3094b47821c4): There are no data parts
624 2024.12.19 22:22:27.031035 [ 274 ] {31fe9046-3227-4146-80d3-4ad8d0f7bda6} <Debug> TCPHandler: Processed in 0.003633888 sec.
625 2024.12.19 22:22:27.031239 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
626 2024.12.19 22:22:27.031449 [ 277 ] {ddb12bc8-8d7d-48fa-97fa-eaabb7cc7aad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) 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)
627 2024.12.19 22:22:27.031507 [ 277 ] {ddb12bc8-8d7d-48fa-97fa-eaabb7cc7aad} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8
628 2024.12.19 22:22:27.033406 [ 277 ] {ddb12bc8-8d7d-48fa-97fa-eaabb7cc7aad} <Debug> oximeter.fields_i8 (e81c6402-7a41-48ff-ba9d-082fd5365aba): Loading data parts
629 2024.12.19 22:22:27.033581 [ 277 ] {ddb12bc8-8d7d-48fa-97fa-eaabb7cc7aad} <Debug> oximeter.fields_i8 (e81c6402-7a41-48ff-ba9d-082fd5365aba): There are no data parts
630 2024.12.19 22:22:27.034682 [ 277 ] {ddb12bc8-8d7d-48fa-97fa-eaabb7cc7aad} <Debug> TCPHandler: Processed in 0.003524427 sec.
631 2024.12.19 22:22:27.034892 [ 274 ] {} <Trace> TCP-Session: fa0ebceb-a0cb-4ecb-8eac-6d3165ea6f54 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
632 2024.12.19 22:22:27.035162 [ 274 ] {1c1f5ab9-148a-4888-913c-5cf9baf158b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41894) 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)
633 2024.12.19 22:22:27.035232 [ 274 ] {1c1f5ab9-148a-4888-913c-5cf9baf158b2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8
634 2024.12.19 22:22:27.037140 [ 274 ] {1c1f5ab9-148a-4888-913c-5cf9baf158b2} <Debug> oximeter.fields_u8 (74ab6f56-b776-4e15-89eb-af2ec1acc724): Loading data parts
635 2024.12.19 22:22:27.037328 [ 274 ] {1c1f5ab9-148a-4888-913c-5cf9baf158b2} <Debug> oximeter.fields_u8 (74ab6f56-b776-4e15-89eb-af2ec1acc724): There are no data parts
636 2024.12.19 22:22:27.038405 [ 274 ] {1c1f5ab9-148a-4888-913c-5cf9baf158b2} <Debug> TCPHandler: Processed in 0.003559917 sec.
637 2024.12.19 22:22:27.038574 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
638 2024.12.19 22:22:27.038774 [ 277 ] {58cab3c9-ab51-42b1-a673-cdbdaaaa7c0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) 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)
639 2024.12.19 22:22:27.038830 [ 277 ] {58cab3c9-ab51-42b1-a673-cdbdaaaa7c0e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16
640 2024.12.19 22:22:27.040691 [ 277 ] {58cab3c9-ab51-42b1-a673-cdbdaaaa7c0e} <Debug> oximeter.fields_i16 (8b34b429-6d62-480d-bd41-33dce3ff3ffb): Loading data parts
641 2024.12.19 22:22:27.040875 [ 277 ] {58cab3c9-ab51-42b1-a673-cdbdaaaa7c0e} <Debug> oximeter.fields_i16 (8b34b429-6d62-480d-bd41-33dce3ff3ffb): There are no data parts
642 2024.12.19 22:22:27.042065 [ 277 ] {58cab3c9-ab51-42b1-a673-cdbdaaaa7c0e} <Debug> TCPHandler: Processed in 0.003507706 sec.
643 2024.12.19 22:22:27.042247 [ 274 ] {} <Trace> TCP-Session: fa0ebceb-a0cb-4ecb-8eac-6d3165ea6f54 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
644 2024.12.19 22:22:27.042431 [ 274 ] {f866172d-de49-48cd-b073-74f01b4d02c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41894) 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)
645 2024.12.19 22:22:27.042489 [ 274 ] {f866172d-de49-48cd-b073-74f01b4d02c1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16
646 2024.12.19 22:22:27.044408 [ 274 ] {f866172d-de49-48cd-b073-74f01b4d02c1} <Debug> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Loading data parts
647 2024.12.19 22:22:27.044581 [ 274 ] {f866172d-de49-48cd-b073-74f01b4d02c1} <Debug> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): There are no data parts
648 2024.12.19 22:22:27.045661 [ 274 ] {f866172d-de49-48cd-b073-74f01b4d02c1} <Debug> TCPHandler: Processed in 0.003496796 sec.
649 2024.12.19 22:22:27.045844 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
650 2024.12.19 22:22:27.046110 [ 277 ] {016c793d-c51a-41b8-b330-34e1325703d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) 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)
651 2024.12.19 22:22:27.046168 [ 277 ] {016c793d-c51a-41b8-b330-34e1325703d1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32
652 2024.12.19 22:22:27.048060 [ 277 ] {016c793d-c51a-41b8-b330-34e1325703d1} <Debug> oximeter.fields_i32 (caf561c1-541d-47e2-b27a-c65653e53109): Loading data parts
653 2024.12.19 22:22:27.048236 [ 277 ] {016c793d-c51a-41b8-b330-34e1325703d1} <Debug> oximeter.fields_i32 (caf561c1-541d-47e2-b27a-c65653e53109): There are no data parts
654 2024.12.19 22:22:27.049418 [ 277 ] {016c793d-c51a-41b8-b330-34e1325703d1} <Debug> TCPHandler: Processed in 0.003596478 sec.
655 2024.12.19 22:22:27.049608 [ 274 ] {} <Trace> TCP-Session: fa0ebceb-a0cb-4ecb-8eac-6d3165ea6f54 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
656 2024.12.19 22:22:27.049790 [ 274 ] {e29ba2f3-3c01-451e-a92b-87e7bdec63ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41894) 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)
657 2024.12.19 22:22:27.049864 [ 274 ] {e29ba2f3-3c01-451e-a92b-87e7bdec63ca} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32
658 2024.12.19 22:22:27.051844 [ 274 ] {e29ba2f3-3c01-451e-a92b-87e7bdec63ca} <Debug> oximeter.fields_u32 (96604386-977a-478c-b894-f09eb465191c): Loading data parts
659 2024.12.19 22:22:27.052079 [ 274 ] {e29ba2f3-3c01-451e-a92b-87e7bdec63ca} <Debug> oximeter.fields_u32 (96604386-977a-478c-b894-f09eb465191c): There are no data parts
660 2024.12.19 22:22:27.053757 [ 274 ] {e29ba2f3-3c01-451e-a92b-87e7bdec63ca} <Debug> TCPHandler: Processed in 0.004162221 sec.
661 2024.12.19 22:22:27.053970 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
662 2024.12.19 22:22:27.054166 [ 277 ] {80d98745-05e5-4822-ade1-4d373411cdf4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) 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)
663 2024.12.19 22:22:27.054231 [ 277 ] {80d98745-05e5-4822-ade1-4d373411cdf4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64
664 2024.12.19 22:22:27.056450 [ 277 ] {80d98745-05e5-4822-ade1-4d373411cdf4} <Debug> oximeter.fields_i64 (7bf837b3-9e89-4190-985c-29cc8f701eab): Loading data parts
665 2024.12.19 22:22:27.056650 [ 277 ] {80d98745-05e5-4822-ade1-4d373411cdf4} <Debug> oximeter.fields_i64 (7bf837b3-9e89-4190-985c-29cc8f701eab): There are no data parts
666 2024.12.19 22:22:27.057906 [ 277 ] {80d98745-05e5-4822-ade1-4d373411cdf4} <Debug> TCPHandler: Processed in 0.003985376 sec.
667 2024.12.19 22:22:27.058123 [ 274 ] {} <Trace> TCP-Session: fa0ebceb-a0cb-4ecb-8eac-6d3165ea6f54 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
668 2024.12.19 22:22:27.058362 [ 274 ] {78b1bfab-8618-476c-8ce1-51d3abe49407} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41894) 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)
669 2024.12.19 22:22:27.058412 [ 274 ] {78b1bfab-8618-476c-8ce1-51d3abe49407} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64
670 2024.12.19 22:22:27.060307 [ 274 ] {78b1bfab-8618-476c-8ce1-51d3abe49407} <Debug> oximeter.fields_u64 (3bc6e1df-823a-4619-83c2-4d7cc8b2bb7f): Loading data parts
671 2024.12.19 22:22:27.060494 [ 274 ] {78b1bfab-8618-476c-8ce1-51d3abe49407} <Debug> oximeter.fields_u64 (3bc6e1df-823a-4619-83c2-4d7cc8b2bb7f): There are no data parts
672 2024.12.19 22:22:27.061747 [ 274 ] {78b1bfab-8618-476c-8ce1-51d3abe49407} <Debug> TCPHandler: Processed in 0.00367971 sec.
673 2024.12.19 22:22:27.061956 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
674 2024.12.19 22:22:27.062140 [ 277 ] {57450796-45e1-47d1-978d-e188446185cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) 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)
675 2024.12.19 22:22:27.062203 [ 277 ] {57450796-45e1-47d1-978d-e188446185cc} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr
676 2024.12.19 22:22:27.063946 [ 277 ] {57450796-45e1-47d1-978d-e188446185cc} <Debug> oximeter.fields_ipaddr (15c96da1-d320-4880-85e7-7388ae0c0cda): Loading data parts
677 2024.12.19 22:22:27.064180 [ 277 ] {57450796-45e1-47d1-978d-e188446185cc} <Debug> oximeter.fields_ipaddr (15c96da1-d320-4880-85e7-7388ae0c0cda): There are no data parts
678 2024.12.19 22:22:27.065265 [ 277 ] {57450796-45e1-47d1-978d-e188446185cc} <Debug> TCPHandler: Processed in 0.003374524 sec.
679 2024.12.19 22:22:27.065438 [ 274 ] {} <Trace> TCP-Session: fa0ebceb-a0cb-4ecb-8eac-6d3165ea6f54 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
680 2024.12.19 22:22:27.065632 [ 274 ] {66666b53-cf91-496d-8953-92b32974d615} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41894) 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)
681 2024.12.19 22:22:27.065687 [ 274 ] {66666b53-cf91-496d-8953-92b32974d615} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string
682 2024.12.19 22:22:27.067574 [ 274 ] {66666b53-cf91-496d-8953-92b32974d615} <Debug> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Loading data parts
683 2024.12.19 22:22:27.067731 [ 274 ] {66666b53-cf91-496d-8953-92b32974d615} <Debug> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): There are no data parts
684 2024.12.19 22:22:27.068909 [ 274 ] {66666b53-cf91-496d-8953-92b32974d615} <Debug> TCPHandler: Processed in 0.003495927 sec.
685 2024.12.19 22:22:27.069107 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
686 2024.12.19 22:22:27.069285 [ 277 ] {389d46f3-fd9d-4734-bb70-2d1669635ce6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) 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)
687 2024.12.19 22:22:27.069344 [ 277 ] {389d46f3-fd9d-4734-bb70-2d1669635ce6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid
688 2024.12.19 22:22:27.071135 [ 277 ] {389d46f3-fd9d-4734-bb70-2d1669635ce6} <Debug> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Loading data parts
689 2024.12.19 22:22:27.071312 [ 277 ] {389d46f3-fd9d-4734-bb70-2d1669635ce6} <Debug> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): There are no data parts
690 2024.12.19 22:22:27.072494 [ 277 ] {389d46f3-fd9d-4734-bb70-2d1669635ce6} <Debug> TCPHandler: Processed in 0.003435435 sec.
691 2024.12.19 22:22:27.072691 [ 274 ] {} <Trace> TCP-Session: fa0ebceb-a0cb-4ecb-8eac-6d3165ea6f54 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
692 2024.12.19 22:22:27.073015 [ 274 ] {e2d69473-bc29-4401-adbb-6030a912414c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41894) /* The timeseries schema table stores the extracted schema for the samples
693 * oximeter collects.
694 */
695 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)
696 2024.12.19 22:22:27.073098 [ 274 ] {e2d69473-bc29-4401-adbb-6030a912414c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema
697 2024.12.19 22:22:27.074853 [ 274 ] {e2d69473-bc29-4401-adbb-6030a912414c} <Debug> oximeter.timeseries_schema (9a9e2674-b493-4e00-a5d3-0e6d74bb616d): Loading data parts
698 2024.12.19 22:22:27.075076 [ 274 ] {e2d69473-bc29-4401-adbb-6030a912414c} <Debug> oximeter.timeseries_schema (9a9e2674-b493-4e00-a5d3-0e6d74bb616d): There are no data parts
699 2024.12.19 22:22:27.076329 [ 274 ] {e2d69473-bc29-4401-adbb-6030a912414c} <Debug> TCPHandler: Processed in 0.003714911 sec.
700 2024.12.19 22:22:27.076513 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
701 2024.12.19 22:22:27.076695 [ 277 ] {c0cc9d98-6a18-467c-8b7d-c7c189b79e7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.version (*) VALUES (stage: Complete)
702 2024.12.19 22:22:27.077892 [ 277 ] {c0cc9d98-6a18-467c-8b7d-c7c189b79e7b} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version
703 2024.12.19 22:22:27.085837 [ 284 ] {c0cc9d98-6a18-467c-8b7d-c7c189b79e7b} <Trace> oximeter.version (8b0d1ef6-898b-4c55-8246-9a076b14c639): Trying to reserve 1.00 MiB using storage policy from min volume index 0
704 2024.12.19 22:22:27.085934 [ 284 ] {c0cc9d98-6a18-467c-8b7d-c7c189b79e7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
705 2024.12.19 22:22:27.090612 [ 284 ] {c0cc9d98-6a18-467c-8b7d-c7c189b79e7b} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
706 2024.12.19 22:22:27.090972 [ 284 ] {c0cc9d98-6a18-467c-8b7d-c7c189b79e7b} <Trace> oximeter.version (8b0d1ef6-898b-4c55-8246-9a076b14c639): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
707 2024.12.19 22:22:27.091308 [ 277 ] {c0cc9d98-6a18-467c-8b7d-c7c189b79e7b} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.014643 sec., 68.29201666325207 rows/sec., 1.07 KiB/sec.
708 2024.12.19 22:22:27.091587 [ 277 ] {c0cc9d98-6a18-467c-8b7d-c7c189b79e7b} <Debug> TCPHandler: Processed in 0.015122699 sec.
709 2024.12.19 22:22:28.000740 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 137.31 MiB, peak 137.31 MiB, free memory in arenas 0.00 B, will set to 140.97 MiB (RSS), difference: 3.66 MiB
710 2024.12.19 22:22:33.050930 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8
711 2024.12.19 22:22:33.050960 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 549 entries to flush up to offset 549
712 2024.12.19 22:22:33.051093 [ 243 ] {} <Debug> SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog
713 2024.12.19 22:22:33.051110 [ 244 ] {} <Debug> SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog
714 2024.12.19 22:22:33.059650 [ 244 ] {} <Debug> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534): Loading data parts
715 2024.12.19 22:22:33.060127 [ 244 ] {} <Debug> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534): There are no data parts
716 2024.12.19 22:22:33.072496 [ 244 ] {} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534): Trying to reserve 1.00 MiB using storage policy from min volume index 0
717 2024.12.19 22:22:33.072638 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
718 2024.12.19 22:22:33.074536 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
719 2024.12.19 22:22:33.074779 [ 244 ] {} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
720 2024.12.19 22:22:33.075056 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 549
721 2024.12.19 22:22:33.075859 [ 243 ] {} <Debug> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600): Loading data parts
722 2024.12.19 22:22:33.076038 [ 243 ] {} <Debug> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600): There are no data parts
723 2024.12.19 22:22:33.099892 [ 243 ] {} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600): Trying to reserve 1.00 MiB using storage policy from min volume index 0
724 2024.12.19 22:22:33.099973 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
725 2024.12.19 22:22:33.107348 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
726 2024.12.19 22:22:33.108121 [ 243 ] {} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
727 2024.12.19 22:22:33.110426 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 8
728 2024.12.19 22:22:34.001091 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 145.95 MiB, peak 149.95 MiB, free memory in arenas 0.00 B, will set to 150.55 MiB (RSS), difference: 4.60 MiB
729 2024.12.19 22:22:35.550766 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 90 entries to flush up to offset 90
730 2024.12.19 22:22:35.550979 [ 242 ] {} <Debug> SystemLog (system.query_log): Creating new table system.query_log for QueryLog
731 2024.12.19 22:22:35.556195 [ 242 ] {} <Debug> system.query_log (70720294-7ac9-485f-8b0b-2131ff2acf2b): Loading data parts
732 2024.12.19 22:22:35.556368 [ 242 ] {} <Debug> system.query_log (70720294-7ac9-485f-8b0b-2131ff2acf2b): There are no data parts
733 2024.12.19 22:22:35.562188 [ 242 ] {} <Trace> system.query_log (70720294-7ac9-485f-8b0b-2131ff2acf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
734 2024.12.19 22:22:35.562316 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
735 2024.12.19 22:22:35.564109 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
736 2024.12.19 22:22:35.564635 [ 242 ] {} <Trace> system.query_log (70720294-7ac9-485f-8b0b-2131ff2acf2b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
737 2024.12.19 22:22:35.565167 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 90
738 2024.12.19 22:22:36.000188 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 154.73 MiB, peak 154.73 MiB, free memory in arenas 0.00 B, will set to 150.95 MiB (RSS), difference: -3.79 MiB
739 2024.12.19 22:22:36.526912 [ 285 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:55718
740 2024.12.19 22:22:36.527039 [ 285 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
741 2024.12.19 22:22:36.527251 [ 285 ] {} <Debug> TCP-Session: 610b161b-cc09-43fa-97c9-05d2a8c99065 Authenticating user 'default' from [fd00:1122:3344:101::b]:55718
742 2024.12.19 22:22:36.527276 [ 285 ] {} <Debug> TCP-Session: 610b161b-cc09-43fa-97c9-05d2a8c99065 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
743 2024.12.19 22:22:36.527290 [ 285 ] {} <Debug> TCP-Session: 610b161b-cc09-43fa-97c9-05d2a8c99065 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
744 2024.12.19 22:22:36.527430 [ 285 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
745 2024.12.19 22:22:36.527461 [ 285 ] {} <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
746 2024.12.19 22:22:36.527626 [ 285 ] {} <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
747 2024.12.19 22:22:36.536141 [ 286 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:60326
748 2024.12.19 22:22:36.536311 [ 288 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:37567
749 2024.12.19 22:22:36.536345 [ 286 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
750 2024.12.19 22:22:36.536333 [ 287 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:46869
751 2024.12.19 22:22:36.536406 [ 286 ] {} <Debug> TCP-Session: 77fa38c2-bc26-4f30-9b2a-c9c58dcd4086 Authenticating user 'default' from [fd00:1122:3344:101::b]:60326
752 2024.12.19 22:22:36.536593 [ 289 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:41673
753 2024.12.19 22:22:36.536690 [ 288 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
754 2024.12.19 22:22:36.536734 [ 286 ] {} <Debug> TCP-Session: 77fa38c2-bc26-4f30-9b2a-c9c58dcd4086 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
755 2024.12.19 22:22:36.536779 [ 287 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
756 2024.12.19 22:22:36.536802 [ 288 ] {} <Debug> TCP-Session: f21e21f6-ff8f-46e5-94d4-3f0c737bf901 Authenticating user 'default' from [fd00:1122:3344:101::b]:37567
757 2024.12.19 22:22:36.537013 [ 286 ] {} <Debug> TCP-Session: 77fa38c2-bc26-4f30-9b2a-c9c58dcd4086 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
758 2024.12.19 22:22:36.537051 [ 290 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:43867
759 2024.12.19 22:22:36.537071 [ 288 ] {} <Debug> TCP-Session: f21e21f6-ff8f-46e5-94d4-3f0c737bf901 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
760 2024.12.19 22:22:36.537062 [ 287 ] {} <Debug> TCP-Session: 49e08ceb-7494-4ddf-a09e-80cacb6511df Authenticating user 'default' from [fd00:1122:3344:101::b]:46869
761 2024.12.19 22:22:36.537097 [ 291 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:43688
762 2024.12.19 22:22:36.537040 [ 289 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
763 2024.12.19 22:22:36.537175 [ 288 ] {} <Debug> TCP-Session: f21e21f6-ff8f-46e5-94d4-3f0c737bf901 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
764 2024.12.19 22:22:36.537367 [ 292 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:50192
765 2024.12.19 22:22:36.537405 [ 287 ] {} <Debug> TCP-Session: 49e08ceb-7494-4ddf-a09e-80cacb6511df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
766 2024.12.19 22:22:36.537533 [ 291 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
767 2024.12.19 22:22:36.537544 [ 289 ] {} <Debug> TCP-Session: 9672d115-e085-46d3-819d-3301b5dee1d9 Authenticating user 'default' from [fd00:1122:3344:101::b]:41673
768 2024.12.19 22:22:36.537685 [ 291 ] {} <Debug> TCP-Session: c2b8508d-094e-4be9-8f4c-f78d9086f4ab Authenticating user 'default' from [fd00:1122:3344:101::b]:43688
769 2024.12.19 22:22:36.537692 [ 287 ] {} <Debug> TCP-Session: 49e08ceb-7494-4ddf-a09e-80cacb6511df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
770 2024.12.19 22:22:36.537713 [ 289 ] {} <Debug> TCP-Session: 9672d115-e085-46d3-819d-3301b5dee1d9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
771 2024.12.19 22:22:36.537727 [ 291 ] {} <Debug> TCP-Session: c2b8508d-094e-4be9-8f4c-f78d9086f4ab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
772 2024.12.19 22:22:36.537758 [ 289 ] {} <Debug> TCP-Session: 9672d115-e085-46d3-819d-3301b5dee1d9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
773 2024.12.19 22:22:36.537775 [ 291 ] {} <Debug> TCP-Session: c2b8508d-094e-4be9-8f4c-f78d9086f4ab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
774 2024.12.19 22:22:36.540956 [ 292 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
775 2024.12.19 22:22:36.540993 [ 290 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
776 2024.12.19 22:22:36.541004 [ 292 ] {} <Debug> TCP-Session: c0556a2f-472c-41b7-981e-fb5950faeb09 Authenticating user 'default' from [fd00:1122:3344:101::b]:50192
777 2024.12.19 22:22:36.541040 [ 290 ] {} <Debug> TCP-Session: 48eb3d59-3ef0-4153-b9ea-2eee14bb065e Authenticating user 'default' from [fd00:1122:3344:101::b]:43867
778 2024.12.19 22:22:36.541047 [ 292 ] {} <Debug> TCP-Session: c0556a2f-472c-41b7-981e-fb5950faeb09 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
779 2024.12.19 22:22:36.541072 [ 290 ] {} <Debug> TCP-Session: 48eb3d59-3ef0-4153-b9ea-2eee14bb065e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
780 2024.12.19 22:22:36.541078 [ 292 ] {} <Debug> TCP-Session: c0556a2f-472c-41b7-981e-fb5950faeb09 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
781 2024.12.19 22:22:36.541102 [ 290 ] {} <Debug> TCP-Session: 48eb3d59-3ef0-4153-b9ea-2eee14bb065e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
782 2024.12.19 22:22:40.524450 [ 137 ] {} <Debug> DNSResolver: Updating DNS cache
783 2024.12.19 22:22:40.524517 [ 137 ] {} <Debug> DNSResolver: Updated DNS cache
784 2024.12.19 22:22:40.576128 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 976
785 2024.12.19 22:22:40.576991 [ 244 ] {} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534): Trying to reserve 1.00 MiB using storage policy from min volume index 0
786 2024.12.19 22:22:40.577034 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
787 2024.12.19 22:22:40.577889 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
788 2024.12.19 22:22:40.578423 [ 244 ] {} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
789 2024.12.19 22:22:40.578640 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976
790 2024.12.19 22:22:40.611471 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16
791 2024.12.19 22:22:40.633482 [ 243 ] {} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600): Trying to reserve 1.00 MiB using storage policy from min volume index 0
792 2024.12.19 22:22:40.633550 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
793 2024.12.19 22:22:40.640814 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
794 2024.12.19 22:22:40.641958 [ 243 ] {} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
795 2024.12.19 22:22:40.644542 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 16
796 2024.12.19 22:22:41.001159 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 151.90 MiB, peak 155.90 MiB, free memory in arenas 0.00 B, will set to 154.25 MiB (RSS), difference: 2.34 MiB
797 2024.12.19 22:22:46.000536 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 150.26 MiB, peak 155.90 MiB, free memory in arenas 0.00 B, will set to 154.28 MiB (RSS), difference: 4.02 MiB
798 2024.12.19 22:22:47.093286 [ 274 ] {} <Trace> TCP-Session: fa0ebceb-a0cb-4ecb-8eac-6d3165ea6f54 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
799 2024.12.19 22:22:47.093482 [ 274 ] {16d0b4f4-f9be-4d2b-8aa4-1c2e375a179c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41894) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete)
800 2024.12.19 22:22:47.093871 [ 274 ] {16d0b4f4-f9be-4d2b-8aa4-1c2e375a179c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
801 2024.12.19 22:22:47.095997 [ 274 ] {16d0b4f4-f9be-4d2b-8aa4-1c2e375a179c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
802 2024.12.19 22:22:47.096832 [ 274 ] {16d0b4f4-f9be-4d2b-8aa4-1c2e375a179c} <Debug> TCPHandler: Processed in 0.0036741 sec.
803 2024.12.19 22:22:47.099214 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
804 2024.12.19 22:22:47.099377 [ 277 ] {4ab0e86d-5b8f-4f21-a972-68029c718fb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_routes') FORMAT Native; (stage: Complete)
805 2024.12.19 22:22:47.102986 [ 277 ] {4ab0e86d-5b8f-4f21-a972-68029c718fb9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
806 2024.12.19 22:22:47.103044 [ 277 ] {4ab0e86d-5b8f-4f21-a972-68029c718fb9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
807 2024.12.19 22:22:47.103570 [ 277 ] {4ab0e86d-5b8f-4f21-a972-68029c718fb9} <Debug> TCPHandler: Processed in 0.004416647 sec.
808 2024.12.19 22:22:47.103891 [ 274 ] {} <Trace> TCP-Session: fa0ebceb-a0cb-4ecb-8eac-6d3165ea6f54 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
809 2024.12.19 22:22:47.104031 [ 274 ] {ef693399-6018-424e-b229-d89d835869d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41894) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete)
810 2024.12.19 22:22:47.104387 [ 274 ] {ef693399-6018-424e-b229-d89d835869d3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
811 2024.12.19 22:22:47.104439 [ 274 ] {ef693399-6018-424e-b229-d89d835869d3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
812 2024.12.19 22:22:47.104910 [ 274 ] {ef693399-6018-424e-b229-d89d835869d3} <Debug> TCPHandler: Processed in 0.001071814 sec.
813 2024.12.19 22:22:47.105159 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
814 2024.12.19 22:22:47.105295 [ 277 ] {ae498682-f5c1-486d-9788-d60fa5923df3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) 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)
815 2024.12.19 22:22:47.105614 [ 277 ] {ae498682-f5c1-486d-9788-d60fa5923df3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
816 2024.12.19 22:22:47.105667 [ 277 ] {ae498682-f5c1-486d-9788-d60fa5923df3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
817 2024.12.19 22:22:47.106137 [ 277 ] {ae498682-f5c1-486d-9788-d60fa5923df3} <Debug> TCPHandler: Processed in 0.001027663 sec.
818 2024.12.19 22:22:47.106411 [ 274 ] {} <Trace> TCP-Session: fa0ebceb-a0cb-4ecb-8eac-6d3165ea6f54 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
819 2024.12.19 22:22:47.106547 [ 274 ] {f0c351ef-25af-49fa-974c-ee5f08881df8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41894) 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)
820 2024.12.19 22:22:47.106870 [ 274 ] {f0c351ef-25af-49fa-974c-ee5f08881df8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
821 2024.12.19 22:22:47.106921 [ 274 ] {f0c351ef-25af-49fa-974c-ee5f08881df8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
822 2024.12.19 22:22:47.107388 [ 274 ] {f0c351ef-25af-49fa-974c-ee5f08881df8} <Debug> TCPHandler: Processed in 0.001030013 sec.
823 2024.12.19 22:22:47.107626 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
824 2024.12.19 22:22:47.107766 [ 277 ] {856bbc92-48ed-4408-a952-309a55a37269} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) 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)
825 2024.12.19 22:22:47.108088 [ 277 ] {856bbc92-48ed-4408-a952-309a55a37269} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
826 2024.12.19 22:22:47.108141 [ 277 ] {856bbc92-48ed-4408-a952-309a55a37269} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
827 2024.12.19 22:22:47.108729 [ 277 ] {856bbc92-48ed-4408-a952-309a55a37269} <Debug> TCPHandler: Processed in 0.001153785 sec.
828 2024.12.19 22:22:47.108970 [ 274 ] {} <Trace> TCP-Session: fa0ebceb-a0cb-4ecb-8eac-6d3165ea6f54 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
829 2024.12.19 22:22:47.109129 [ 274 ] {cc04f889-c3ec-4d6f-8c9c-f3816edaf99c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41894) 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)
830 2024.12.19 22:22:47.109520 [ 274 ] {cc04f889-c3ec-4d6f-8c9c-f3816edaf99c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
831 2024.12.19 22:22:47.109581 [ 274 ] {cc04f889-c3ec-4d6f-8c9c-f3816edaf99c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
832 2024.12.19 22:22:47.110116 [ 274 ] {cc04f889-c3ec-4d6f-8c9c-f3816edaf99c} <Debug> TCPHandler: Processed in 0.001196606 sec.
833 2024.12.19 22:22:47.110343 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
834 2024.12.19 22:22:47.110486 [ 277 ] {c5b50582-2be3-4534-b970-b064eea825d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) 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)
835 2024.12.19 22:22:47.110820 [ 277 ] {c5b50582-2be3-4534-b970-b064eea825d3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
836 2024.12.19 22:22:47.110872 [ 277 ] {c5b50582-2be3-4534-b970-b064eea825d3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
837 2024.12.19 22:22:47.111345 [ 277 ] {c5b50582-2be3-4534-b970-b064eea825d3} <Debug> TCPHandler: Processed in 0.001051793 sec.
838 2024.12.19 22:22:47.111581 [ 274 ] {} <Trace> TCP-Session: fa0ebceb-a0cb-4ecb-8eac-6d3165ea6f54 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
839 2024.12.19 22:22:47.111717 [ 274 ] {5f60e384-5e51-4231-a2df-ff6340d13769} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41894) 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)
840 2024.12.19 22:22:47.112046 [ 274 ] {5f60e384-5e51-4231-a2df-ff6340d13769} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
841 2024.12.19 22:22:47.112097 [ 274 ] {5f60e384-5e51-4231-a2df-ff6340d13769} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
842 2024.12.19 22:22:47.112559 [ 274 ] {5f60e384-5e51-4231-a2df-ff6340d13769} <Debug> TCPHandler: Processed in 0.001030422 sec.
843 2024.12.19 22:22:47.112797 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
844 2024.12.19 22:22:47.112939 [ 277 ] {115afa87-813b-40d6-9348-2f38e1b07da2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) 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)
845 2024.12.19 22:22:47.113345 [ 277 ] {115afa87-813b-40d6-9348-2f38e1b07da2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
846 2024.12.19 22:22:47.113409 [ 277 ] {115afa87-813b-40d6-9348-2f38e1b07da2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
847 2024.12.19 22:22:47.113965 [ 277 ] {115afa87-813b-40d6-9348-2f38e1b07da2} <Debug> TCPHandler: Processed in 0.001218797 sec.
848 2024.12.19 22:22:47.114197 [ 274 ] {} <Trace> TCP-Session: fa0ebceb-a0cb-4ecb-8eac-6d3165ea6f54 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
849 2024.12.19 22:22:47.114339 [ 274 ] {e121ef26-d1ca-487b-92d7-131db4c43ee4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41894) 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)
850 2024.12.19 22:22:47.114672 [ 274 ] {e121ef26-d1ca-487b-92d7-131db4c43ee4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
851 2024.12.19 22:22:47.114722 [ 274 ] {e121ef26-d1ca-487b-92d7-131db4c43ee4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
852 2024.12.19 22:22:47.115184 [ 274 ] {e121ef26-d1ca-487b-92d7-131db4c43ee4} <Debug> TCPHandler: Processed in 0.001037013 sec.
853 2024.12.19 22:22:47.115436 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
854 2024.12.19 22:22:47.115577 [ 277 ] {9489421e-a140-49cd-a5f3-f4eb463c6792} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) 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)
855 2024.12.19 22:22:47.115916 [ 277 ] {9489421e-a140-49cd-a5f3-f4eb463c6792} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
856 2024.12.19 22:22:47.115970 [ 277 ] {9489421e-a140-49cd-a5f3-f4eb463c6792} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
857 2024.12.19 22:22:47.116446 [ 277 ] {9489421e-a140-49cd-a5f3-f4eb463c6792} <Debug> TCPHandler: Processed in 0.001061543 sec.
858 2024.12.19 22:22:47.116707 [ 274 ] {} <Trace> TCP-Session: fa0ebceb-a0cb-4ecb-8eac-6d3165ea6f54 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
859 2024.12.19 22:22:47.116850 [ 274 ] {75d1a573-89d6-4549-96f3-d1ada95af52a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41894) 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)
860 2024.12.19 22:22:47.117185 [ 274 ] {75d1a573-89d6-4549-96f3-d1ada95af52a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
861 2024.12.19 22:22:47.117235 [ 274 ] {75d1a573-89d6-4549-96f3-d1ada95af52a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
862 2024.12.19 22:22:47.117696 [ 274 ] {75d1a573-89d6-4549-96f3-d1ada95af52a} <Debug> TCPHandler: Processed in 0.001039452 sec.
863 2024.12.19 22:22:47.117930 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
864 2024.12.19 22:22:47.118093 [ 277 ] {2699807e-46eb-4bdc-b724-bb6db7311efc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) 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)
865 2024.12.19 22:22:47.118521 [ 277 ] {2699807e-46eb-4bdc-b724-bb6db7311efc} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
866 2024.12.19 22:22:47.118585 [ 277 ] {2699807e-46eb-4bdc-b724-bb6db7311efc} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
867 2024.12.19 22:22:47.119126 [ 277 ] {2699807e-46eb-4bdc-b724-bb6db7311efc} <Debug> TCPHandler: Processed in 0.001245477 sec.
868 2024.12.19 22:22:47.119362 [ 274 ] {} <Trace> TCP-Session: fa0ebceb-a0cb-4ecb-8eac-6d3165ea6f54 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
869 2024.12.19 22:22:47.119506 [ 274 ] {b17d3c2d-e3bd-4e95-8d0e-32ed505c0d61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41894) 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)
870 2024.12.19 22:22:47.119850 [ 274 ] {b17d3c2d-e3bd-4e95-8d0e-32ed505c0d61} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
871 2024.12.19 22:22:47.119902 [ 274 ] {b17d3c2d-e3bd-4e95-8d0e-32ed505c0d61} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
872 2024.12.19 22:22:47.120368 [ 274 ] {b17d3c2d-e3bd-4e95-8d0e-32ed505c0d61} <Debug> TCPHandler: Processed in 0.001055174 sec.
873 2024.12.19 22:22:47.120595 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
874 2024.12.19 22:22:47.120740 [ 277 ] {d84a4416-9229-41c5-8728-3e9501d43c73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) 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)
875 2024.12.19 22:22:47.121096 [ 277 ] {d84a4416-9229-41c5-8728-3e9501d43c73} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
876 2024.12.19 22:22:47.121148 [ 277 ] {d84a4416-9229-41c5-8728-3e9501d43c73} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
877 2024.12.19 22:22:47.121676 [ 277 ] {d84a4416-9229-41c5-8728-3e9501d43c73} <Debug> TCPHandler: Processed in 0.001132605 sec.
878 2024.12.19 22:22:47.121919 [ 274 ] {} <Trace> TCP-Session: fa0ebceb-a0cb-4ecb-8eac-6d3165ea6f54 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
879 2024.12.19 22:22:47.122078 [ 274 ] {e8962c98-25e0-4c81-a1a2-3c568339fec9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41894) 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)
880 2024.12.19 22:22:47.122517 [ 274 ] {e8962c98-25e0-4c81-a1a2-3c568339fec9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
881 2024.12.19 22:22:47.122579 [ 274 ] {e8962c98-25e0-4c81-a1a2-3c568339fec9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
882 2024.12.19 22:22:47.123123 [ 274 ] {e8962c98-25e0-4c81-a1a2-3c568339fec9} <Debug> TCPHandler: Processed in 0.001256437 sec.
883 2024.12.19 22:22:47.123372 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
884 2024.12.19 22:22:47.123519 [ 277 ] {a863c359-feb4-410b-9393-98f326cf6ffb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) 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)
885 2024.12.19 22:22:47.123881 [ 277 ] {a863c359-feb4-410b-9393-98f326cf6ffb} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
886 2024.12.19 22:22:47.123933 [ 277 ] {a863c359-feb4-410b-9393-98f326cf6ffb} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
887 2024.12.19 22:22:47.124417 [ 277 ] {a863c359-feb4-410b-9393-98f326cf6ffb} <Debug> TCPHandler: Processed in 0.001096024 sec.
888 2024.12.19 22:22:47.130338 [ 274 ] {} <Trace> TCP-Session: fa0ebceb-a0cb-4ecb-8eac-6d3165ea6f54 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
889 2024.12.19 22:22:47.130456 [ 274 ] {1b33cb10-beda-4b0c-af1f-280817cddcb3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41894) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
890 2024.12.19 22:22:47.130503 [ 274 ] {1b33cb10-beda-4b0c-af1f-280817cddcb3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
891 2024.12.19 22:22:47.131200 [ 274 ] {1b33cb10-beda-4b0c-af1f-280817cddcb3} <Trace> oximeter.timeseries_schema (9a9e2674-b493-4e00-a5d3-0e6d74bb616d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
892 2024.12.19 22:22:47.131238 [ 274 ] {1b33cb10-beda-4b0c-af1f-280817cddcb3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
893 2024.12.19 22:22:47.131902 [ 274 ] {1b33cb10-beda-4b0c-af1f-280817cddcb3} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
894 2024.12.19 22:22:47.132285 [ 274 ] {1b33cb10-beda-4b0c-af1f-280817cddcb3} <Trace> oximeter.timeseries_schema (9a9e2674-b493-4e00-a5d3-0e6d74bb616d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
895 2024.12.19 22:22:47.132472 [ 274 ] {1b33cb10-beda-4b0c-af1f-280817cddcb3} <Debug> executeQuery: Read 18 rows, 2.52 KiB in 0.002053 sec., 8767.657087189478 rows/sec., 1.20 MiB/sec.
896 2024.12.19 22:22:47.132523 [ 274 ] {1b33cb10-beda-4b0c-af1f-280817cddcb3} <Debug> TCPHandler: Processed in 0.002239818 sec.
897 2024.12.19 22:22:47.132669 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
898 2024.12.19 22:22:47.132797 [ 277 ] {33cc3b83-6fba-4596-ae5b-148c95649feb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
899 2024.12.19 22:22:47.132852 [ 277 ] {33cc3b83-6fba-4596-ae5b-148c95649feb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
900 2024.12.19 22:22:47.136744 [ 277 ] {33cc3b83-6fba-4596-ae5b-148c95649feb} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Trying to reserve 1.00 MiB using storage policy from min volume index 0
901 2024.12.19 22:22:47.136778 [ 277 ] {33cc3b83-6fba-4596-ae5b-148c95649feb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
902 2024.12.19 22:22:47.139642 [ 277 ] {33cc3b83-6fba-4596-ae5b-148c95649feb} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
903 2024.12.19 22:22:47.140247 [ 277 ] {33cc3b83-6fba-4596-ae5b-148c95649feb} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
904 2024.12.19 22:22:47.140479 [ 277 ] {33cc3b83-6fba-4596-ae5b-148c95649feb} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.007698 sec., 7274.616783580151 rows/sec., 568.71 KiB/sec.
905 2024.12.19 22:22:47.140588 [ 277 ] {33cc3b83-6fba-4596-ae5b-148c95649feb} <Debug> TCPHandler: Processed in 0.007985434 sec.
906 2024.12.19 22:22:47.140738 [ 274 ] {} <Trace> TCP-Session: fa0ebceb-a0cb-4ecb-8eac-6d3165ea6f54 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
907 2024.12.19 22:22:47.140866 [ 274 ] {7d29e46b-0dec-404d-9a07-d08eefd26c11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41894) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
908 2024.12.19 22:22:47.140919 [ 274 ] {7d29e46b-0dec-404d-9a07-d08eefd26c11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
909 2024.12.19 22:22:47.141474 [ 274 ] {7d29e46b-0dec-404d-9a07-d08eefd26c11} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
910 2024.12.19 22:22:47.141512 [ 274 ] {7d29e46b-0dec-404d-9a07-d08eefd26c11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
911 2024.12.19 22:22:47.141961 [ 274 ] {7d29e46b-0dec-404d-9a07-d08eefd26c11} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
912 2024.12.19 22:22:47.142453 [ 274 ] {7d29e46b-0dec-404d-9a07-d08eefd26c11} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
913 2024.12.19 22:22:47.142685 [ 274 ] {7d29e46b-0dec-404d-9a07-d08eefd26c11} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001835 sec., 34877.38419618529 rows/sec., 2.72 MiB/sec.
914 2024.12.19 22:22:47.142751 [ 274 ] {7d29e46b-0dec-404d-9a07-d08eefd26c11} <Debug> TCPHandler: Processed in 0.002078385 sec.
915 2024.12.19 22:22:47.142888 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
916 2024.12.19 22:22:47.142998 [ 277 ] {f66a91b4-eb44-480e-80d4-4a1397fdf1d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
917 2024.12.19 22:22:47.143047 [ 277 ] {f66a91b4-eb44-480e-80d4-4a1397fdf1d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
918 2024.12.19 22:22:47.143601 [ 277 ] {f66a91b4-eb44-480e-80d4-4a1397fdf1d5} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
919 2024.12.19 22:22:47.143637 [ 277 ] {f66a91b4-eb44-480e-80d4-4a1397fdf1d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
920 2024.12.19 22:22:47.146151 [ 277 ] {f66a91b4-eb44-480e-80d4-4a1397fdf1d5} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
921 2024.12.19 22:22:47.146593 [ 277 ] {f66a91b4-eb44-480e-80d4-4a1397fdf1d5} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
922 2024.12.19 22:22:47.146773 [ 277 ] {f66a91b4-eb44-480e-80d4-4a1397fdf1d5} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.003801 sec., 33675.34859247566 rows/sec., 2.35 MiB/sec.
923 2024.12.19 22:22:47.146824 [ 277 ] {f66a91b4-eb44-480e-80d4-4a1397fdf1d5} <Debug> TCPHandler: Processed in 0.003989247 sec.
924 2024.12.19 22:22:47.146969 [ 274 ] {} <Trace> TCP-Session: fa0ebceb-a0cb-4ecb-8eac-6d3165ea6f54 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
925 2024.12.19 22:22:47.147096 [ 274 ] {90977260-117c-4bd0-bcb3-12d3b5f3c1f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41894) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
926 2024.12.19 22:22:47.147150 [ 274 ] {90977260-117c-4bd0-bcb3-12d3b5f3c1f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
927 2024.12.19 22:22:47.147657 [ 274 ] {90977260-117c-4bd0-bcb3-12d3b5f3c1f4} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
928 2024.12.19 22:22:47.147701 [ 274 ] {90977260-117c-4bd0-bcb3-12d3b5f3c1f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
929 2024.12.19 22:22:47.148188 [ 274 ] {90977260-117c-4bd0-bcb3-12d3b5f3c1f4} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
930 2024.12.19 22:22:47.148666 [ 274 ] {90977260-117c-4bd0-bcb3-12d3b5f3c1f4} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
931 2024.12.19 22:22:47.148831 [ 274 ] {90977260-117c-4bd0-bcb3-12d3b5f3c1f4} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001766 sec., 27180.067950169876 rows/sec., 1.83 MiB/sec.
932 2024.12.19 22:22:47.148877 [ 274 ] {90977260-117c-4bd0-bcb3-12d3b5f3c1f4} <Debug> TCPHandler: Processed in 0.001961933 sec.
933 2024.12.19 22:22:48.079614 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1464
934 2024.12.19 22:22:48.080581 [ 244 ] {} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534): Trying to reserve 1.00 MiB using storage policy from min volume index 0
935 2024.12.19 22:22:48.080618 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
936 2024.12.19 22:22:48.081405 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
937 2024.12.19 22:22:48.081862 [ 244 ] {} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
938 2024.12.19 22:22:48.082034 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1464
939 2024.12.19 22:22:48.145617 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23
940 2024.12.19 22:22:48.164254 [ 243 ] {} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600): Trying to reserve 1.00 MiB using storage policy from min volume index 0
941 2024.12.19 22:22:48.164304 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
942 2024.12.19 22:22:48.171317 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
943 2024.12.19 22:22:48.172473 [ 243 ] {} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
944 2024.12.19 22:22:48.174830 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 23
945 2024.12.19 22:22:52.094225 [ 274 ] {} <Trace> TCP-Session: fa0ebceb-a0cb-4ecb-8eac-6d3165ea6f54 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
946 2024.12.19 22:22:52.094426 [ 274 ] {06abb101-98d8-4a10-83e8-c0eac57e0160} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41894) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
947 2024.12.19 22:22:52.094498 [ 274 ] {06abb101-98d8-4a10-83e8-c0eac57e0160} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
948 2024.12.19 22:22:52.095259 [ 274 ] {06abb101-98d8-4a10-83e8-c0eac57e0160} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Trying to reserve 1.00 MiB using storage policy from min volume index 0
949 2024.12.19 22:22:52.095310 [ 274 ] {06abb101-98d8-4a10-83e8-c0eac57e0160} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
950 2024.12.19 22:22:52.095907 [ 274 ] {06abb101-98d8-4a10-83e8-c0eac57e0160} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
951 2024.12.19 22:22:52.096375 [ 274 ] {06abb101-98d8-4a10-83e8-c0eac57e0160} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
952 2024.12.19 22:22:52.096674 [ 274 ] {06abb101-98d8-4a10-83e8-c0eac57e0160} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.00228 sec., 24561.40350877193 rows/sec., 1.88 MiB/sec.
953 2024.12.19 22:22:52.096780 [ 274 ] {06abb101-98d8-4a10-83e8-c0eac57e0160} <Debug> TCPHandler: Processed in 0.002689008 sec.
954 2024.12.19 22:22:52.096981 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
955 2024.12.19 22:22:52.097121 [ 277 ] {3443439c-3cd1-402d-aa54-ee043e57e506} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
956 2024.12.19 22:22:52.097177 [ 277 ] {3443439c-3cd1-402d-aa54-ee043e57e506} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
957 2024.12.19 22:22:52.097830 [ 277 ] {3443439c-3cd1-402d-aa54-ee043e57e506} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
958 2024.12.19 22:22:52.097869 [ 277 ] {3443439c-3cd1-402d-aa54-ee043e57e506} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
959 2024.12.19 22:22:52.098338 [ 277 ] {3443439c-3cd1-402d-aa54-ee043e57e506} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
960 2024.12.19 22:22:52.098879 [ 277 ] {3443439c-3cd1-402d-aa54-ee043e57e506} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
961 2024.12.19 22:22:52.099171 [ 277 ] {3443439c-3cd1-402d-aa54-ee043e57e506} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002065 sec., 30992.73607748184 rows/sec., 2.42 MiB/sec.
962 2024.12.19 22:22:52.099274 [ 277 ] {3443439c-3cd1-402d-aa54-ee043e57e506} <Debug> TCPHandler: Processed in 0.002363262 sec.
963 2024.12.19 22:22:52.099435 [ 274 ] {} <Trace> TCP-Session: fa0ebceb-a0cb-4ecb-8eac-6d3165ea6f54 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
964 2024.12.19 22:22:52.099564 [ 274 ] {3353013c-8d84-4b93-9cb8-4e967fbee7c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41894) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
965 2024.12.19 22:22:52.099623 [ 274 ] {3353013c-8d84-4b93-9cb8-4e967fbee7c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
966 2024.12.19 22:22:52.100181 [ 274 ] {3353013c-8d84-4b93-9cb8-4e967fbee7c1} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
967 2024.12.19 22:22:52.100220 [ 274 ] {3353013c-8d84-4b93-9cb8-4e967fbee7c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
968 2024.12.19 22:22:52.100711 [ 274 ] {3353013c-8d84-4b93-9cb8-4e967fbee7c1} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
969 2024.12.19 22:22:52.101164 [ 274 ] {3353013c-8d84-4b93-9cb8-4e967fbee7c1} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
970 2024.12.19 22:22:52.101374 [ 274 ] {3353013c-8d84-4b93-9cb8-4e967fbee7c1} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001841 sec., 86909.28843020098 rows/sec., 6.05 MiB/sec.
971 2024.12.19 22:22:52.101425 [ 274 ] {3353013c-8d84-4b93-9cb8-4e967fbee7c1} <Debug> TCPHandler: Processed in 0.002055005 sec.
972 2024.12.19 22:22:52.101576 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
973 2024.12.19 22:22:52.101707 [ 277 ] {3eef2a10-ff04-4255-a514-58144641c57d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
974 2024.12.19 22:22:52.101763 [ 277 ] {3eef2a10-ff04-4255-a514-58144641c57d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
975 2024.12.19 22:22:52.102284 [ 277 ] {3eef2a10-ff04-4255-a514-58144641c57d} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
976 2024.12.19 22:22:52.102330 [ 277 ] {3eef2a10-ff04-4255-a514-58144641c57d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
977 2024.12.19 22:22:52.102844 [ 277 ] {3eef2a10-ff04-4255-a514-58144641c57d} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
978 2024.12.19 22:22:52.103279 [ 277 ] {3eef2a10-ff04-4255-a514-58144641c57d} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
979 2024.12.19 22:22:52.103489 [ 277 ] {3eef2a10-ff04-4255-a514-58144641c57d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001812 sec., 33112.58278145696 rows/sec., 2.23 MiB/sec.
980 2024.12.19 22:22:52.103539 [ 277 ] {3eef2a10-ff04-4255-a514-58144641c57d} <Debug> TCPHandler: Processed in 0.002027534 sec.
981 2024.12.19 22:22:55.524572 [ 110 ] {} <Debug> DNSResolver: Updating DNS cache
982 2024.12.19 22:22:55.524640 [ 110 ] {} <Debug> DNSResolver: Updated DNS cache
983 2024.12.19 22:22:55.565558 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 144
984 2024.12.19 22:22:55.569690 [ 242 ] {} <Trace> system.query_log (70720294-7ac9-485f-8b0b-2131ff2acf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
985 2024.12.19 22:22:55.569733 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
986 2024.12.19 22:22:55.571323 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
987 2024.12.19 22:22:55.571818 [ 242 ] {} <Trace> system.query_log (70720294-7ac9-485f-8b0b-2131ff2acf2b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
988 2024.12.19 22:22:55.572453 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 144
989 2024.12.19 22:22:55.582130 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1891
990 2024.12.19 22:22:55.582862 [ 244 ] {} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534): Trying to reserve 1.00 MiB using storage policy from min volume index 0
991 2024.12.19 22:22:55.582914 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
992 2024.12.19 22:22:55.583631 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
993 2024.12.19 22:22:55.584065 [ 244 ] {} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
994 2024.12.19 22:22:55.584284 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891
995 2024.12.19 22:22:55.674885 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31
996 2024.12.19 22:22:55.694200 [ 243 ] {} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600): Trying to reserve 1.00 MiB using storage policy from min volume index 0
997 2024.12.19 22:22:55.694252 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
998 2024.12.19 22:22:55.700970 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
999 2024.12.19 22:22:55.702142 [ 243 ] {} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1000 2024.12.19 22:22:55.704576 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 31
1001 2024.12.19 22:22:57.086659 [ 274 ] {} <Trace> TCP-Session: fa0ebceb-a0cb-4ecb-8eac-6d3165ea6f54 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1002 2024.12.19 22:22:57.086913 [ 274 ] {63e6ad7f-4cfd-4308-9357-9e53bff05b09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41894) 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)
1003 2024.12.19 22:22:57.087359 [ 274 ] {63e6ad7f-4cfd-4308-9357-9e53bff05b09} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1004 2024.12.19 22:22:57.087438 [ 274 ] {63e6ad7f-4cfd-4308-9357-9e53bff05b09} <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
1005 2024.12.19 22:22:57.087759 [ 274 ] {63e6ad7f-4cfd-4308-9357-9e53bff05b09} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1006 2024.12.19 22:22:57.087980 [ 274 ] {63e6ad7f-4cfd-4308-9357-9e53bff05b09} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1007 2024.12.19 22:22:57.088315 [ 274 ] {63e6ad7f-4cfd-4308-9357-9e53bff05b09} <Debug> oximeter.timeseries_schema (9a9e2674-b493-4e00-a5d3-0e6d74bb616d) (SelectExecutor): Key condition: (column 0 notIn 18-element set)
1008 2024.12.19 22:22:57.089508 [ 274 ] {63e6ad7f-4cfd-4308-9357-9e53bff05b09} <Trace> oximeter.timeseries_schema (9a9e2674-b493-4e00-a5d3-0e6d74bb616d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1009 2024.12.19 22:22:57.089562 [ 274 ] {63e6ad7f-4cfd-4308-9357-9e53bff05b09} <Debug> oximeter.timeseries_schema (9a9e2674-b493-4e00-a5d3-0e6d74bb616d) (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
1010 2024.12.19 22:22:57.089582 [ 274 ] {63e6ad7f-4cfd-4308-9357-9e53bff05b09} <Trace> oximeter.timeseries_schema (9a9e2674-b493-4e00-a5d3-0e6d74bb616d) (SelectExecutor): Spreading mark ranges among streams (default reading)
1011 2024.12.19 22:22:57.089699 [ 274 ] {63e6ad7f-4cfd-4308-9357-9e53bff05b09} <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'))"
1012 2024.12.19 22:22:57.089724 [ 274 ] {63e6ad7f-4cfd-4308-9357-9e53bff05b09} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1013 2024.12.19 22:22:57.097562 [ 274 ] {63e6ad7f-4cfd-4308-9357-9e53bff05b09} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.010759 sec., 1673.0179384701182 rows/sec., 68.44 KiB/sec.
1014 2024.12.19 22:22:57.097699 [ 274 ] {63e6ad7f-4cfd-4308-9357-9e53bff05b09} <Debug> TCPHandler: Processed in 0.011222735 sec.
1015 2024.12.19 22:22:57.098556 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1016 2024.12.19 22:22:57.098755 [ 277 ] {48677f1d-fa56-462e-9d2d-5e035f62b490} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) 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)
1017 2024.12.19 22:22:57.099092 [ 277 ] {48677f1d-fa56-462e-9d2d-5e035f62b490} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1018 2024.12.19 22:22:57.099143 [ 277 ] {48677f1d-fa56-462e-9d2d-5e035f62b490} <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
1019 2024.12.19 22:22:57.099421 [ 277 ] {48677f1d-fa56-462e-9d2d-5e035f62b490} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1020 2024.12.19 22:22:57.099488 [ 277 ] {48677f1d-fa56-462e-9d2d-5e035f62b490} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1021 2024.12.19 22:22:57.099632 [ 277 ] {48677f1d-fa56-462e-9d2d-5e035f62b490} <Debug> oximeter.timeseries_schema (9a9e2674-b493-4e00-a5d3-0e6d74bb616d) (SelectExecutor): Key condition: (column 0 notIn 19-element set)
1022 2024.12.19 22:22:57.099666 [ 277 ] {48677f1d-fa56-462e-9d2d-5e035f62b490} <Trace> oximeter.timeseries_schema (9a9e2674-b493-4e00-a5d3-0e6d74bb616d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1023 2024.12.19 22:22:57.099689 [ 277 ] {48677f1d-fa56-462e-9d2d-5e035f62b490} <Debug> oximeter.timeseries_schema (9a9e2674-b493-4e00-a5d3-0e6d74bb616d) (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
1024 2024.12.19 22:22:57.099707 [ 277 ] {48677f1d-fa56-462e-9d2d-5e035f62b490} <Trace> oximeter.timeseries_schema (9a9e2674-b493-4e00-a5d3-0e6d74bb616d) (SelectExecutor): Spreading mark ranges among streams (default reading)
1025 2024.12.19 22:22:57.099751 [ 277 ] {48677f1d-fa56-462e-9d2d-5e035f62b490} <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'))"
1026 2024.12.19 22:22:57.099775 [ 277 ] {48677f1d-fa56-462e-9d2d-5e035f62b490} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1027 2024.12.19 22:22:57.100438 [ 277 ] {48677f1d-fa56-462e-9d2d-5e035f62b490} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001771 sec., 10163.749294184077 rows/sec., 415.77 KiB/sec.
1028 2024.12.19 22:22:57.100567 [ 277 ] {48677f1d-fa56-462e-9d2d-5e035f62b490} <Debug> TCPHandler: Processed in 0.002082265 sec.
1029 2024.12.19 22:22:57.100891 [ 274 ] {} <Trace> TCP-Session: fa0ebceb-a0cb-4ecb-8eac-6d3165ea6f54 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1030 2024.12.19 22:22:57.101123 [ 274 ] {2466f312-1857-4c26-aa60-92cfb793010a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41894) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
1031 2024.12.19 22:22:57.101421 [ 274 ] {2466f312-1857-4c26-aa60-92cfb793010a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1032 2024.12.19 22:22:57.101465 [ 274 ] {2466f312-1857-4c26-aa60-92cfb793010a} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes')" moved to PREWHERE
1033 2024.12.19 22:22:57.101728 [ 274 ] {2466f312-1857-4c26-aa60-92cfb793010a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1034 2024.12.19 22:22:57.101793 [ 274 ] {2466f312-1857-4c26-aa60-92cfb793010a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1035 2024.12.19 22:22:57.101933 [ 274 ] {2466f312-1857-4c26-aa60-92cfb793010a} <Debug> oximeter.timeseries_schema (9a9e2674-b493-4e00-a5d3-0e6d74bb616d) (SelectExecutor): Key condition: (column 0 notIn 20-element set)
1036 2024.12.19 22:22:57.101967 [ 274 ] {2466f312-1857-4c26-aa60-92cfb793010a} <Trace> oximeter.timeseries_schema (9a9e2674-b493-4e00-a5d3-0e6d74bb616d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1037 2024.12.19 22:22:57.101991 [ 274 ] {2466f312-1857-4c26-aa60-92cfb793010a} <Debug> oximeter.timeseries_schema (9a9e2674-b493-4e00-a5d3-0e6d74bb616d) (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
1038 2024.12.19 22:22:57.102008 [ 274 ] {2466f312-1857-4c26-aa60-92cfb793010a} <Trace> oximeter.timeseries_schema (9a9e2674-b493-4e00-a5d3-0e6d74bb616d) (SelectExecutor): Spreading mark ranges among streams (default reading)
1039 2024.12.19 22:22:57.102052 [ 274 ] {2466f312-1857-4c26-aa60-92cfb793010a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes'))"
1040 2024.12.19 22:22:57.102074 [ 274 ] {2466f312-1857-4c26-aa60-92cfb793010a} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1041 2024.12.19 22:22:57.102737 [ 274 ] {2466f312-1857-4c26-aa60-92cfb793010a} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001703 sec., 10569.583088667057 rows/sec., 432.37 KiB/sec.
1042 2024.12.19 22:22:57.102856 [ 274 ] {2466f312-1857-4c26-aa60-92cfb793010a} <Debug> TCPHandler: Processed in 0.002038094 sec.
1043 2024.12.19 22:22:57.103539 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1044 2024.12.19 22:22:57.103728 [ 277 ] {feb28348-2526-468e-ae02-71f61e39d249} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
1045 2024.12.19 22:22:57.104057 [ 277 ] {feb28348-2526-468e-ae02-71f61e39d249} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1046 2024.12.19 22:22:57.104109 [ 277 ] {feb28348-2526-468e-ae02-71f61e39d249} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes')" moved to PREWHERE
1047 2024.12.19 22:22:57.104386 [ 277 ] {feb28348-2526-468e-ae02-71f61e39d249} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1048 2024.12.19 22:22:57.104453 [ 277 ] {feb28348-2526-468e-ae02-71f61e39d249} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1049 2024.12.19 22:22:57.104594 [ 277 ] {feb28348-2526-468e-ae02-71f61e39d249} <Debug> oximeter.timeseries_schema (9a9e2674-b493-4e00-a5d3-0e6d74bb616d) (SelectExecutor): Key condition: (column 0 notIn 21-element set)
1050 2024.12.19 22:22:57.104627 [ 277 ] {feb28348-2526-468e-ae02-71f61e39d249} <Trace> oximeter.timeseries_schema (9a9e2674-b493-4e00-a5d3-0e6d74bb616d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1051 2024.12.19 22:22:57.104652 [ 277 ] {feb28348-2526-468e-ae02-71f61e39d249} <Debug> oximeter.timeseries_schema (9a9e2674-b493-4e00-a5d3-0e6d74bb616d) (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
1052 2024.12.19 22:22:57.104669 [ 277 ] {feb28348-2526-468e-ae02-71f61e39d249} <Trace> oximeter.timeseries_schema (9a9e2674-b493-4e00-a5d3-0e6d74bb616d) (SelectExecutor): Spreading mark ranges among streams (default reading)
1053 2024.12.19 22:22:57.104714 [ 277 ] {feb28348-2526-468e-ae02-71f61e39d249} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes'))"
1054 2024.12.19 22:22:57.104736 [ 277 ] {feb28348-2526-468e-ae02-71f61e39d249} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1055 2024.12.19 22:22:57.105287 [ 277 ] {feb28348-2526-468e-ae02-71f61e39d249} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001645 sec., 10942.24924012158 rows/sec., 447.62 KiB/sec.
1056 2024.12.19 22:22:57.105416 [ 277 ] {feb28348-2526-468e-ae02-71f61e39d249} <Debug> TCPHandler: Processed in 0.001939202 sec.
1057 2024.12.19 22:22:57.105777 [ 274 ] {} <Trace> TCP-Session: fa0ebceb-a0cb-4ecb-8eac-6d3165ea6f54 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1058 2024.12.19 22:22:57.105966 [ 274 ] {e3bc9f76-a36b-413a-89ac-0d2cf500327d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41894) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity') FORMAT Native; (stage: Complete)
1059 2024.12.19 22:22:57.106285 [ 274 ] {e3bc9f76-a36b-413a-89ac-0d2cf500327d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1060 2024.12.19 22:22:57.106328 [ 274 ] {e3bc9f76-a36b-413a-89ac-0d2cf500327d} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity')" moved to PREWHERE
1061 2024.12.19 22:22:57.106594 [ 274 ] {e3bc9f76-a36b-413a-89ac-0d2cf500327d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1062 2024.12.19 22:22:57.106660 [ 274 ] {e3bc9f76-a36b-413a-89ac-0d2cf500327d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1063 2024.12.19 22:22:57.106799 [ 274 ] {e3bc9f76-a36b-413a-89ac-0d2cf500327d} <Debug> oximeter.timeseries_schema (9a9e2674-b493-4e00-a5d3-0e6d74bb616d) (SelectExecutor): Key condition: (column 0 notIn 22-element set)
1064 2024.12.19 22:22:57.106833 [ 274 ] {e3bc9f76-a36b-413a-89ac-0d2cf500327d} <Trace> oximeter.timeseries_schema (9a9e2674-b493-4e00-a5d3-0e6d74bb616d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1065 2024.12.19 22:22:57.106858 [ 274 ] {e3bc9f76-a36b-413a-89ac-0d2cf500327d} <Debug> oximeter.timeseries_schema (9a9e2674-b493-4e00-a5d3-0e6d74bb616d) (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
1066 2024.12.19 22:22:57.106875 [ 274 ] {e3bc9f76-a36b-413a-89ac-0d2cf500327d} <Trace> oximeter.timeseries_schema (9a9e2674-b493-4e00-a5d3-0e6d74bb616d) (SelectExecutor): Spreading mark ranges among streams (default reading)
1067 2024.12.19 22:22:57.106918 [ 274 ] {e3bc9f76-a36b-413a-89ac-0d2cf500327d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity'))"
1068 2024.12.19 22:22:57.106940 [ 274 ] {e3bc9f76-a36b-413a-89ac-0d2cf500327d} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1069 2024.12.19 22:22:57.107549 [ 274 ] {e3bc9f76-a36b-413a-89ac-0d2cf500327d} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001669 sec., 10784.901138406232 rows/sec., 441.18 KiB/sec.
1070 2024.12.19 22:22:57.107664 [ 274 ] {e3bc9f76-a36b-413a-89ac-0d2cf500327d} <Debug> TCPHandler: Processed in 0.001951713 sec.
1071 2024.12.19 22:22:57.107944 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1072 2024.12.19 22:22:57.108133 [ 277 ] {dce820af-25ae-43db-a0d1-08deacc736f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy') FORMAT Native; (stage: Complete)
1073 2024.12.19 22:22:57.108465 [ 277 ] {dce820af-25ae-43db-a0d1-08deacc736f8} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1074 2024.12.19 22:22:57.108519 [ 277 ] {dce820af-25ae-43db-a0d1-08deacc736f8} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy')" moved to PREWHERE
1075 2024.12.19 22:22:57.108849 [ 277 ] {dce820af-25ae-43db-a0d1-08deacc736f8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1076 2024.12.19 22:22:57.108928 [ 277 ] {dce820af-25ae-43db-a0d1-08deacc736f8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1077 2024.12.19 22:22:57.109100 [ 277 ] {dce820af-25ae-43db-a0d1-08deacc736f8} <Debug> oximeter.timeseries_schema (9a9e2674-b493-4e00-a5d3-0e6d74bb616d) (SelectExecutor): Key condition: (column 0 notIn 23-element set)
1078 2024.12.19 22:22:57.109141 [ 277 ] {dce820af-25ae-43db-a0d1-08deacc736f8} <Trace> oximeter.timeseries_schema (9a9e2674-b493-4e00-a5d3-0e6d74bb616d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1079 2024.12.19 22:22:57.109169 [ 277 ] {dce820af-25ae-43db-a0d1-08deacc736f8} <Debug> oximeter.timeseries_schema (9a9e2674-b493-4e00-a5d3-0e6d74bb616d) (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
1080 2024.12.19 22:22:57.109187 [ 277 ] {dce820af-25ae-43db-a0d1-08deacc736f8} <Trace> oximeter.timeseries_schema (9a9e2674-b493-4e00-a5d3-0e6d74bb616d) (SelectExecutor): Spreading mark ranges among streams (default reading)
1081 2024.12.19 22:22:57.109232 [ 277 ] {dce820af-25ae-43db-a0d1-08deacc736f8} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy'))"
1082 2024.12.19 22:22:57.109255 [ 277 ] {dce820af-25ae-43db-a0d1-08deacc736f8} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1083 2024.12.19 22:22:57.109845 [ 277 ] {dce820af-25ae-43db-a0d1-08deacc736f8} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001798 sec., 10011.123470522803 rows/sec., 409.53 KiB/sec.
1084 2024.12.19 22:22:57.109964 [ 277 ] {dce820af-25ae-43db-a0d1-08deacc736f8} <Debug> TCPHandler: Processed in 0.002082956 sec.
1085 2024.12.19 22:22:57.110217 [ 274 ] {} <Trace> TCP-Session: fa0ebceb-a0cb-4ecb-8eac-6d3165ea6f54 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1086 2024.12.19 22:22:57.110372 [ 274 ] {537bc2e0-6044-4eff-9ee4-3dfd022ac599} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41894) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete)
1087 2024.12.19 22:22:57.110641 [ 274 ] {537bc2e0-6044-4eff-9ee4-3dfd022ac599} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1088 2024.12.19 22:22:57.110684 [ 274 ] {537bc2e0-6044-4eff-9ee4-3dfd022ac599} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE
1089 2024.12.19 22:22:57.110955 [ 274 ] {537bc2e0-6044-4eff-9ee4-3dfd022ac599} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1090 2024.12.19 22:22:57.111019 [ 274 ] {537bc2e0-6044-4eff-9ee4-3dfd022ac599} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1091 2024.12.19 22:22:57.111157 [ 274 ] {537bc2e0-6044-4eff-9ee4-3dfd022ac599} <Debug> oximeter.timeseries_schema (9a9e2674-b493-4e00-a5d3-0e6d74bb616d) (SelectExecutor): Key condition: (column 0 notIn 24-element set)
1092 2024.12.19 22:22:57.111189 [ 274 ] {537bc2e0-6044-4eff-9ee4-3dfd022ac599} <Trace> oximeter.timeseries_schema (9a9e2674-b493-4e00-a5d3-0e6d74bb616d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1093 2024.12.19 22:22:57.111211 [ 274 ] {537bc2e0-6044-4eff-9ee4-3dfd022ac599} <Debug> oximeter.timeseries_schema (9a9e2674-b493-4e00-a5d3-0e6d74bb616d) (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
1094 2024.12.19 22:22:57.111228 [ 274 ] {537bc2e0-6044-4eff-9ee4-3dfd022ac599} <Trace> oximeter.timeseries_schema (9a9e2674-b493-4e00-a5d3-0e6d74bb616d) (SelectExecutor): Spreading mark ranges among streams (default reading)
1095 2024.12.19 22:22:57.111271 [ 274 ] {537bc2e0-6044-4eff-9ee4-3dfd022ac599} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))"
1096 2024.12.19 22:22:57.111292 [ 274 ] {537bc2e0-6044-4eff-9ee4-3dfd022ac599} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1097 2024.12.19 22:22:57.111859 [ 274 ] {537bc2e0-6044-4eff-9ee4-3dfd022ac599} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001556 sec., 11568.123393316195 rows/sec., 473.22 KiB/sec.
1098 2024.12.19 22:22:57.111976 [ 274 ] {537bc2e0-6044-4eff-9ee4-3dfd022ac599} <Debug> TCPHandler: Processed in 0.00181199 sec.
1099 2024.12.19 22:22:57.112218 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1100 2024.12.19 22:22:57.112410 [ 277 ] {278f777e-e863-493a-8fa5-43f2916a2cc5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete)
1101 2024.12.19 22:22:57.112747 [ 277 ] {278f777e-e863-493a-8fa5-43f2916a2cc5} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1102 2024.12.19 22:22:57.112801 [ 277 ] {278f777e-e863-493a-8fa5-43f2916a2cc5} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE
1103 2024.12.19 22:22:57.113144 [ 277 ] {278f777e-e863-493a-8fa5-43f2916a2cc5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1104 2024.12.19 22:22:57.113216 [ 277 ] {278f777e-e863-493a-8fa5-43f2916a2cc5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1105 2024.12.19 22:22:57.113357 [ 277 ] {278f777e-e863-493a-8fa5-43f2916a2cc5} <Debug> oximeter.timeseries_schema (9a9e2674-b493-4e00-a5d3-0e6d74bb616d) (SelectExecutor): Key condition: (column 0 notIn 25-element set)
1106 2024.12.19 22:22:57.113390 [ 277 ] {278f777e-e863-493a-8fa5-43f2916a2cc5} <Trace> oximeter.timeseries_schema (9a9e2674-b493-4e00-a5d3-0e6d74bb616d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1107 2024.12.19 22:22:57.113414 [ 277 ] {278f777e-e863-493a-8fa5-43f2916a2cc5} <Debug> oximeter.timeseries_schema (9a9e2674-b493-4e00-a5d3-0e6d74bb616d) (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
1108 2024.12.19 22:22:57.113431 [ 277 ] {278f777e-e863-493a-8fa5-43f2916a2cc5} <Trace> oximeter.timeseries_schema (9a9e2674-b493-4e00-a5d3-0e6d74bb616d) (SelectExecutor): Spreading mark ranges among streams (default reading)
1109 2024.12.19 22:22:57.113475 [ 277 ] {278f777e-e863-493a-8fa5-43f2916a2cc5} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))"
1110 2024.12.19 22:22:57.113498 [ 277 ] {278f777e-e863-493a-8fa5-43f2916a2cc5} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1111 2024.12.19 22:22:57.114192 [ 277 ] {278f777e-e863-493a-8fa5-43f2916a2cc5} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.00187 sec., 9625.668449197861 rows/sec., 393.76 KiB/sec.
1112 2024.12.19 22:22:57.114311 [ 277 ] {278f777e-e863-493a-8fa5-43f2916a2cc5} <Debug> TCPHandler: Processed in 0.002155297 sec.
1113 2024.12.19 22:22:57.114545 [ 274 ] {} <Trace> TCP-Session: fa0ebceb-a0cb-4ecb-8eac-6d3165ea6f54 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1114 2024.12.19 22:22:57.114733 [ 274 ] {ebd16f26-df5d-4a22-a48a-a70c1baa77d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41894) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete)
1115 2024.12.19 22:22:57.115062 [ 274 ] {ebd16f26-df5d-4a22-a48a-a70c1baa77d4} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1116 2024.12.19 22:22:57.115114 [ 274 ] {ebd16f26-df5d-4a22-a48a-a70c1baa77d4} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE
1117 2024.12.19 22:22:57.115403 [ 274 ] {ebd16f26-df5d-4a22-a48a-a70c1baa77d4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1118 2024.12.19 22:22:57.115468 [ 274 ] {ebd16f26-df5d-4a22-a48a-a70c1baa77d4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1119 2024.12.19 22:22:57.115605 [ 274 ] {ebd16f26-df5d-4a22-a48a-a70c1baa77d4} <Debug> oximeter.timeseries_schema (9a9e2674-b493-4e00-a5d3-0e6d74bb616d) (SelectExecutor): Key condition: (column 0 notIn 26-element set)
1120 2024.12.19 22:22:57.115638 [ 274 ] {ebd16f26-df5d-4a22-a48a-a70c1baa77d4} <Trace> oximeter.timeseries_schema (9a9e2674-b493-4e00-a5d3-0e6d74bb616d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1121 2024.12.19 22:22:57.115660 [ 274 ] {ebd16f26-df5d-4a22-a48a-a70c1baa77d4} <Debug> oximeter.timeseries_schema (9a9e2674-b493-4e00-a5d3-0e6d74bb616d) (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
1122 2024.12.19 22:22:57.115678 [ 274 ] {ebd16f26-df5d-4a22-a48a-a70c1baa77d4} <Trace> oximeter.timeseries_schema (9a9e2674-b493-4e00-a5d3-0e6d74bb616d) (SelectExecutor): Spreading mark ranges among streams (default reading)
1123 2024.12.19 22:22:57.115720 [ 274 ] {ebd16f26-df5d-4a22-a48a-a70c1baa77d4} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))"
1124 2024.12.19 22:22:57.115742 [ 274 ] {ebd16f26-df5d-4a22-a48a-a70c1baa77d4} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1125 2024.12.19 22:22:57.116381 [ 274 ] {ebd16f26-df5d-4a22-a48a-a70c1baa77d4} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001735 sec., 10374.63976945245 rows/sec., 424.40 KiB/sec.
1126 2024.12.19 22:22:57.116505 [ 274 ] {ebd16f26-df5d-4a22-a48a-a70c1baa77d4} <Debug> TCPHandler: Processed in 0.002020884 sec.
1127 2024.12.19 22:22:57.116776 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1128 2024.12.19 22:22:57.116971 [ 277 ] {9443017b-8760-495d-b38f-73fe57ea9964} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete)
1129 2024.12.19 22:22:57.117288 [ 277 ] {9443017b-8760-495d-b38f-73fe57ea9964} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1130 2024.12.19 22:22:57.117333 [ 277 ] {9443017b-8760-495d-b38f-73fe57ea9964} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE
1131 2024.12.19 22:22:57.117613 [ 277 ] {9443017b-8760-495d-b38f-73fe57ea9964} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1132 2024.12.19 22:22:57.117679 [ 277 ] {9443017b-8760-495d-b38f-73fe57ea9964} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1133 2024.12.19 22:22:57.117818 [ 277 ] {9443017b-8760-495d-b38f-73fe57ea9964} <Debug> oximeter.timeseries_schema (9a9e2674-b493-4e00-a5d3-0e6d74bb616d) (SelectExecutor): Key condition: (column 0 notIn 27-element set)
1134 2024.12.19 22:22:57.117851 [ 277 ] {9443017b-8760-495d-b38f-73fe57ea9964} <Trace> oximeter.timeseries_schema (9a9e2674-b493-4e00-a5d3-0e6d74bb616d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1135 2024.12.19 22:22:57.117874 [ 277 ] {9443017b-8760-495d-b38f-73fe57ea9964} <Debug> oximeter.timeseries_schema (9a9e2674-b493-4e00-a5d3-0e6d74bb616d) (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
1136 2024.12.19 22:22:57.117891 [ 277 ] {9443017b-8760-495d-b38f-73fe57ea9964} <Trace> oximeter.timeseries_schema (9a9e2674-b493-4e00-a5d3-0e6d74bb616d) (SelectExecutor): Spreading mark ranges among streams (default reading)
1137 2024.12.19 22:22:57.117936 [ 277 ] {9443017b-8760-495d-b38f-73fe57ea9964} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))"
1138 2024.12.19 22:22:57.117959 [ 277 ] {9443017b-8760-495d-b38f-73fe57ea9964} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1139 2024.12.19 22:22:57.118649 [ 277 ] {9443017b-8760-495d-b38f-73fe57ea9964} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.00177 sec., 10169.491525423728 rows/sec., 416.00 KiB/sec.
1140 2024.12.19 22:22:57.118777 [ 277 ] {9443017b-8760-495d-b38f-73fe57ea9964} <Debug> TCPHandler: Processed in 0.002063625 sec.
1141 2024.12.19 22:22:57.119114 [ 274 ] {} <Trace> TCP-Session: fa0ebceb-a0cb-4ecb-8eac-6d3165ea6f54 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1142 2024.12.19 22:22:57.119287 [ 274 ] {61121a52-91df-473c-aafb-15be209d8913} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41894) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1143 2024.12.19 22:22:57.119561 [ 274 ] {61121a52-91df-473c-aafb-15be209d8913} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1144 2024.12.19 22:22:57.119604 [ 274 ] {61121a52-91df-473c-aafb-15be209d8913} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1145 2024.12.19 22:22:57.119890 [ 274 ] {61121a52-91df-473c-aafb-15be209d8913} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1146 2024.12.19 22:22:57.119953 [ 274 ] {61121a52-91df-473c-aafb-15be209d8913} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1147 2024.12.19 22:22:57.120091 [ 274 ] {61121a52-91df-473c-aafb-15be209d8913} <Debug> oximeter.timeseries_schema (9a9e2674-b493-4e00-a5d3-0e6d74bb616d) (SelectExecutor): Key condition: (column 0 notIn 28-element set)
1148 2024.12.19 22:22:57.120123 [ 274 ] {61121a52-91df-473c-aafb-15be209d8913} <Trace> oximeter.timeseries_schema (9a9e2674-b493-4e00-a5d3-0e6d74bb616d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1149 2024.12.19 22:22:57.120145 [ 274 ] {61121a52-91df-473c-aafb-15be209d8913} <Debug> oximeter.timeseries_schema (9a9e2674-b493-4e00-a5d3-0e6d74bb616d) (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
1150 2024.12.19 22:22:57.120162 [ 274 ] {61121a52-91df-473c-aafb-15be209d8913} <Trace> oximeter.timeseries_schema (9a9e2674-b493-4e00-a5d3-0e6d74bb616d) (SelectExecutor): Spreading mark ranges among streams (default reading)
1151 2024.12.19 22:22:57.120204 [ 274 ] {61121a52-91df-473c-aafb-15be209d8913} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1152 2024.12.19 22:22:57.120227 [ 274 ] {61121a52-91df-473c-aafb-15be209d8913} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1153 2024.12.19 22:22:57.120931 [ 274 ] {61121a52-91df-473c-aafb-15be209d8913} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001714 sec., 10501.750291715285 rows/sec., 429.60 KiB/sec.
1154 2024.12.19 22:22:57.121058 [ 274 ] {61121a52-91df-473c-aafb-15be209d8913} <Debug> TCPHandler: Processed in 0.002007173 sec.
1155 2024.12.19 22:22:57.121266 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1156 2024.12.19 22:22:57.121428 [ 277 ] {77882139-0686-41cd-ab6a-8b400d368af1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1157 2024.12.19 22:22:57.121704 [ 277 ] {77882139-0686-41cd-ab6a-8b400d368af1} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1158 2024.12.19 22:22:57.121748 [ 277 ] {77882139-0686-41cd-ab6a-8b400d368af1} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1159 2024.12.19 22:22:57.122034 [ 277 ] {77882139-0686-41cd-ab6a-8b400d368af1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1160 2024.12.19 22:22:57.122099 [ 277 ] {77882139-0686-41cd-ab6a-8b400d368af1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1161 2024.12.19 22:22:57.122241 [ 277 ] {77882139-0686-41cd-ab6a-8b400d368af1} <Debug> oximeter.timeseries_schema (9a9e2674-b493-4e00-a5d3-0e6d74bb616d) (SelectExecutor): Key condition: (column 0 notIn 29-element set)
1162 2024.12.19 22:22:57.122274 [ 277 ] {77882139-0686-41cd-ab6a-8b400d368af1} <Trace> oximeter.timeseries_schema (9a9e2674-b493-4e00-a5d3-0e6d74bb616d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1163 2024.12.19 22:22:57.122296 [ 277 ] {77882139-0686-41cd-ab6a-8b400d368af1} <Debug> oximeter.timeseries_schema (9a9e2674-b493-4e00-a5d3-0e6d74bb616d) (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
1164 2024.12.19 22:22:57.122315 [ 277 ] {77882139-0686-41cd-ab6a-8b400d368af1} <Trace> oximeter.timeseries_schema (9a9e2674-b493-4e00-a5d3-0e6d74bb616d) (SelectExecutor): Spreading mark ranges among streams (default reading)
1165 2024.12.19 22:22:57.122358 [ 277 ] {77882139-0686-41cd-ab6a-8b400d368af1} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1166 2024.12.19 22:22:57.122381 [ 277 ] {77882139-0686-41cd-ab6a-8b400d368af1} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1167 2024.12.19 22:22:57.123061 [ 277 ] {77882139-0686-41cd-ab6a-8b400d368af1} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001706 sec., 10550.996483001172 rows/sec., 431.61 KiB/sec.
1168 2024.12.19 22:22:57.123185 [ 277 ] {77882139-0686-41cd-ab6a-8b400d368af1} <Debug> TCPHandler: Processed in 0.001971813 sec.
1169 2024.12.19 22:22:57.127632 [ 274 ] {} <Trace> TCP-Session: fa0ebceb-a0cb-4ecb-8eac-6d3165ea6f54 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1170 2024.12.19 22:22:57.127948 [ 274 ] {b01409c0-fbba-4135-9195-c100e8024322} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41894) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1171 2024.12.19 22:22:57.128371 [ 274 ] {b01409c0-fbba-4135-9195-c100e8024322} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1172 2024.12.19 22:22:57.128416 [ 274 ] {b01409c0-fbba-4135-9195-c100e8024322} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1173 2024.12.19 22:22:57.128709 [ 274 ] {b01409c0-fbba-4135-9195-c100e8024322} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1174 2024.12.19 22:22:57.128773 [ 274 ] {b01409c0-fbba-4135-9195-c100e8024322} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1175 2024.12.19 22:22:57.128914 [ 274 ] {b01409c0-fbba-4135-9195-c100e8024322} <Debug> oximeter.timeseries_schema (9a9e2674-b493-4e00-a5d3-0e6d74bb616d) (SelectExecutor): Key condition: (column 0 notIn 30-element set)
1176 2024.12.19 22:22:57.128948 [ 274 ] {b01409c0-fbba-4135-9195-c100e8024322} <Trace> oximeter.timeseries_schema (9a9e2674-b493-4e00-a5d3-0e6d74bb616d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1177 2024.12.19 22:22:57.128970 [ 274 ] {b01409c0-fbba-4135-9195-c100e8024322} <Debug> oximeter.timeseries_schema (9a9e2674-b493-4e00-a5d3-0e6d74bb616d) (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
1178 2024.12.19 22:22:57.128987 [ 274 ] {b01409c0-fbba-4135-9195-c100e8024322} <Trace> oximeter.timeseries_schema (9a9e2674-b493-4e00-a5d3-0e6d74bb616d) (SelectExecutor): Spreading mark ranges among streams (default reading)
1179 2024.12.19 22:22:57.129029 [ 274 ] {b01409c0-fbba-4135-9195-c100e8024322} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1180 2024.12.19 22:22:57.129052 [ 274 ] {b01409c0-fbba-4135-9195-c100e8024322} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1181 2024.12.19 22:22:57.129748 [ 274 ] {b01409c0-fbba-4135-9195-c100e8024322} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001956 sec., 9202.453987730061 rows/sec., 376.45 KiB/sec.
1182 2024.12.19 22:22:57.129875 [ 274 ] {b01409c0-fbba-4135-9195-c100e8024322} <Debug> TCPHandler: Processed in 0.002352562 sec.
1183 2024.12.19 22:22:57.136843 [ 274 ] {} <Trace> TCP-Session: fa0ebceb-a0cb-4ecb-8eac-6d3165ea6f54 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1184 2024.12.19 22:22:57.136964 [ 274 ] {5e353ff4-bbb3-4821-8801-bb0218043239} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41894) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
1185 2024.12.19 22:22:57.137012 [ 274 ] {5e353ff4-bbb3-4821-8801-bb0218043239} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1186 2024.12.19 22:22:57.137693 [ 274 ] {5e353ff4-bbb3-4821-8801-bb0218043239} <Trace> oximeter.timeseries_schema (9a9e2674-b493-4e00-a5d3-0e6d74bb616d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1187 2024.12.19 22:22:57.137741 [ 274 ] {5e353ff4-bbb3-4821-8801-bb0218043239} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
1188 2024.12.19 22:22:57.138359 [ 274 ] {5e353ff4-bbb3-4821-8801-bb0218043239} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1189 2024.12.19 22:22:57.138733 [ 274 ] {5e353ff4-bbb3-4821-8801-bb0218043239} <Trace> oximeter.timeseries_schema (9a9e2674-b493-4e00-a5d3-0e6d74bb616d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1190 2024.12.19 22:22:57.138980 [ 274 ] {5e353ff4-bbb3-4821-8801-bb0218043239} <Debug> executeQuery: Read 13 rows, 2.63 KiB in 0.00205 sec., 6341.463414634146 rows/sec., 1.26 MiB/sec.
1191 2024.12.19 22:22:57.139034 [ 274 ] {5e353ff4-bbb3-4821-8801-bb0218043239} <Debug> TCPHandler: Processed in 0.002244459 sec.
1192 2024.12.19 22:22:57.139186 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1193 2024.12.19 22:22:57.139315 [ 277 ] {401aa021-53ff-49bf-b463-46be068acfc2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
1194 2024.12.19 22:22:57.139369 [ 277 ] {401aa021-53ff-49bf-b463-46be068acfc2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
1195 2024.12.19 22:22:57.140647 [ 277 ] {401aa021-53ff-49bf-b463-46be068acfc2} <Trace> oximeter.fields_i16 (8b34b429-6d62-480d-bd41-33dce3ff3ffb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1196 2024.12.19 22:22:57.140683 [ 277 ] {401aa021-53ff-49bf-b463-46be068acfc2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
1197 2024.12.19 22:22:57.141155 [ 277 ] {401aa021-53ff-49bf-b463-46be068acfc2} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1198 2024.12.19 22:22:57.141631 [ 277 ] {401aa021-53ff-49bf-b463-46be068acfc2} <Trace> oximeter.fields_i16 (8b34b429-6d62-480d-bd41-33dce3ff3ffb): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1199 2024.12.19 22:22:57.141871 [ 277 ] {401aa021-53ff-49bf-b463-46be068acfc2} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002581 sec., 5424.254165052305 rows/sec., 390.47 KiB/sec.
1200 2024.12.19 22:22:57.141932 [ 277 ] {401aa021-53ff-49bf-b463-46be068acfc2} <Debug> TCPHandler: Processed in 0.002811091 sec.
1201 2024.12.19 22:22:57.142069 [ 274 ] {} <Trace> TCP-Session: fa0ebceb-a0cb-4ecb-8eac-6d3165ea6f54 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1202 2024.12.19 22:22:57.142198 [ 274 ] {fe7f6ab0-f2e2-4425-bfee-e330f4c720ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41894) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1203 2024.12.19 22:22:57.142252 [ 274 ] {fe7f6ab0-f2e2-4425-bfee-e330f4c720ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1204 2024.12.19 22:22:57.142999 [ 274 ] {fe7f6ab0-f2e2-4425-bfee-e330f4c720ce} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1205 2024.12.19 22:22:57.143043 [ 274 ] {fe7f6ab0-f2e2-4425-bfee-e330f4c720ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
1206 2024.12.19 22:22:57.143533 [ 274 ] {fe7f6ab0-f2e2-4425-bfee-e330f4c720ce} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1207 2024.12.19 22:22:57.144048 [ 274 ] {fe7f6ab0-f2e2-4425-bfee-e330f4c720ce} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1208 2024.12.19 22:22:57.144324 [ 274 ] {fe7f6ab0-f2e2-4425-bfee-e330f4c720ce} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.002137 sec., 102480.11230697238 rows/sec., 8.93 MiB/sec.
1209 2024.12.19 22:22:57.144402 [ 274 ] {fe7f6ab0-f2e2-4425-bfee-e330f4c720ce} <Debug> TCPHandler: Processed in 0.002394402 sec.
1210 2024.12.19 22:22:57.144567 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1211 2024.12.19 22:22:57.144696 [ 277 ] {99560070-0649-4931-8881-ac2d9ff89198} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1212 2024.12.19 22:22:57.144750 [ 277 ] {99560070-0649-4931-8881-ac2d9ff89198} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1213 2024.12.19 22:22:57.145523 [ 277 ] {99560070-0649-4931-8881-ac2d9ff89198} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1214 2024.12.19 22:22:57.145560 [ 277 ] {99560070-0649-4931-8881-ac2d9ff89198} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
1215 2024.12.19 22:22:57.146010 [ 277 ] {99560070-0649-4931-8881-ac2d9ff89198} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1216 2024.12.19 22:22:57.146447 [ 277 ] {99560070-0649-4931-8881-ac2d9ff89198} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1217 2024.12.19 22:22:57.146684 [ 277 ] {99560070-0649-4931-8881-ac2d9ff89198} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.002016 sec., 7440.476190476191 rows/sec., 524.61 KiB/sec.
1218 2024.12.19 22:22:57.146738 [ 277 ] {99560070-0649-4931-8881-ac2d9ff89198} <Debug> TCPHandler: Processed in 0.002235049 sec.
1219 2024.12.19 22:22:57.146878 [ 274 ] {} <Trace> TCP-Session: fa0ebceb-a0cb-4ecb-8eac-6d3165ea6f54 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1220 2024.12.19 22:22:57.147006 [ 274 ] {7484888f-df6c-4ac6-8941-a6f719662dc6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41894) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
1221 2024.12.19 22:22:57.147058 [ 274 ] {7484888f-df6c-4ac6-8941-a6f719662dc6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
1222 2024.12.19 22:22:57.147598 [ 274 ] {7484888f-df6c-4ac6-8941-a6f719662dc6} <Trace> oximeter.fields_u32 (96604386-977a-478c-b894-f09eb465191c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1223 2024.12.19 22:22:57.147635 [ 274 ] {7484888f-df6c-4ac6-8941-a6f719662dc6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
1224 2024.12.19 22:22:57.148065 [ 274 ] {7484888f-df6c-4ac6-8941-a6f719662dc6} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1225 2024.12.19 22:22:57.148484 [ 274 ] {7484888f-df6c-4ac6-8941-a6f719662dc6} <Trace> oximeter.fields_u32 (96604386-977a-478c-b894-f09eb465191c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1226 2024.12.19 22:22:57.148752 [ 274 ] {7484888f-df6c-4ac6-8941-a6f719662dc6} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001763 sec., 7941.009642654566 rows/sec., 556.14 KiB/sec.
1227 2024.12.19 22:22:57.148819 [ 274 ] {7484888f-df6c-4ac6-8941-a6f719662dc6} <Debug> TCPHandler: Processed in 0.002004144 sec.
1228 2024.12.19 22:22:57.148963 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1229 2024.12.19 22:22:57.149093 [ 277 ] {ff2b710d-fb09-4ea1-8f35-69ae1d890fb7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
1230 2024.12.19 22:22:57.149149 [ 277 ] {ff2b710d-fb09-4ea1-8f35-69ae1d890fb7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
1231 2024.12.19 22:22:57.149777 [ 277 ] {ff2b710d-fb09-4ea1-8f35-69ae1d890fb7} <Trace> oximeter.fields_u8 (74ab6f56-b776-4e15-89eb-af2ec1acc724): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1232 2024.12.19 22:22:57.149823 [ 277 ] {ff2b710d-fb09-4ea1-8f35-69ae1d890fb7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
1233 2024.12.19 22:22:57.150328 [ 277 ] {ff2b710d-fb09-4ea1-8f35-69ae1d890fb7} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1234 2024.12.19 22:22:57.150756 [ 277 ] {ff2b710d-fb09-4ea1-8f35-69ae1d890fb7} <Trace> oximeter.fields_u8 (74ab6f56-b776-4e15-89eb-af2ec1acc724): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1235 2024.12.19 22:22:57.151039 [ 277 ] {ff2b710d-fb09-4ea1-8f35-69ae1d890fb7} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001974 sec., 6585.612968591692 rows/sec., 410.61 KiB/sec.
1236 2024.12.19 22:22:57.151092 [ 277 ] {ff2b710d-fb09-4ea1-8f35-69ae1d890fb7} <Debug> TCPHandler: Processed in 0.002192588 sec.
1237 2024.12.19 22:22:57.151238 [ 274 ] {} <Trace> TCP-Session: fa0ebceb-a0cb-4ecb-8eac-6d3165ea6f54 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1238 2024.12.19 22:22:57.151365 [ 274 ] {d920d4e5-214d-479a-ab0d-2a5e5f3fe45e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41894) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1239 2024.12.19 22:22:57.151417 [ 274 ] {d920d4e5-214d-479a-ab0d-2a5e5f3fe45e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1240 2024.12.19 22:22:57.152239 [ 274 ] {d920d4e5-214d-479a-ab0d-2a5e5f3fe45e} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1241 2024.12.19 22:22:57.152277 [ 274 ] {d920d4e5-214d-479a-ab0d-2a5e5f3fe45e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
1242 2024.12.19 22:22:57.152722 [ 274 ] {d920d4e5-214d-479a-ab0d-2a5e5f3fe45e} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1243 2024.12.19 22:22:57.153139 [ 274 ] {d920d4e5-214d-479a-ab0d-2a5e5f3fe45e} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1244 2024.12.19 22:22:57.153441 [ 274 ] {d920d4e5-214d-479a-ab0d-2a5e5f3fe45e} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.0021 sec., 185714.28571428574 rows/sec., 13.17 MiB/sec.
1245 2024.12.19 22:22:57.153498 [ 274 ] {d920d4e5-214d-479a-ab0d-2a5e5f3fe45e} <Debug> TCPHandler: Processed in 0.002324521 sec.
1246 2024.12.19 22:22:57.153646 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1247 2024.12.19 22:22:57.153775 [ 277 ] {20908db6-a5eb-42e1-9e13-3afd97d5a5d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
1248 2024.12.19 22:22:57.153832 [ 277 ] {20908db6-a5eb-42e1-9e13-3afd97d5a5d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
1249 2024.12.19 22:22:57.154312 [ 277 ] {20908db6-a5eb-42e1-9e13-3afd97d5a5d9} <Trace> oximeter.measurements_bool (164ca455-e956-4308-a817-eda615c184e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1250 2024.12.19 22:22:57.154350 [ 277 ] {20908db6-a5eb-42e1-9e13-3afd97d5a5d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
1251 2024.12.19 22:22:57.154794 [ 277 ] {20908db6-a5eb-42e1-9e13-3afd97d5a5d9} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1252 2024.12.19 22:22:57.155220 [ 277 ] {20908db6-a5eb-42e1-9e13-3afd97d5a5d9} <Trace> oximeter.measurements_bool (164ca455-e956-4308-a817-eda615c184e9): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1253 2024.12.19 22:22:57.155511 [ 277 ] {20908db6-a5eb-42e1-9e13-3afd97d5a5d9} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001741 sec., 3446.2952326249283 rows/sec., 180.06 KiB/sec.
1254 2024.12.19 22:22:57.155635 [ 277 ] {20908db6-a5eb-42e1-9e13-3afd97d5a5d9} <Debug> TCPHandler: Processed in 0.002053024 sec.
1255 2024.12.19 22:22:57.155778 [ 274 ] {} <Trace> TCP-Session: fa0ebceb-a0cb-4ecb-8eac-6d3165ea6f54 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1256 2024.12.19 22:22:57.155908 [ 274 ] {92754da8-d761-4b05-9a64-e4dd83d6aba2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41894) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1257 2024.12.19 22:22:57.155965 [ 274 ] {92754da8-d761-4b05-9a64-e4dd83d6aba2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1258 2024.12.19 22:22:57.156537 [ 274 ] {92754da8-d761-4b05-9a64-e4dd83d6aba2} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1259 2024.12.19 22:22:57.156576 [ 274 ] {92754da8-d761-4b05-9a64-e4dd83d6aba2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
1260 2024.12.19 22:22:57.157044 [ 274 ] {92754da8-d761-4b05-9a64-e4dd83d6aba2} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1261 2024.12.19 22:22:57.157501 [ 274 ] {92754da8-d761-4b05-9a64-e4dd83d6aba2} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1262 2024.12.19 22:22:57.157712 [ 274 ] {92754da8-d761-4b05-9a64-e4dd83d6aba2} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001833 sec., 129296.2356792144 rows/sec., 8.67 MiB/sec.
1263 2024.12.19 22:22:57.157763 [ 274 ] {92754da8-d761-4b05-9a64-e4dd83d6aba2} <Debug> TCPHandler: Processed in 0.002048495 sec.
1264 2024.12.19 22:22:57.157912 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1265 2024.12.19 22:22:57.158043 [ 277 ] {5b9b3b5e-4513-4e29-8e84-47fd980e6073} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
1266 2024.12.19 22:22:57.158100 [ 277 ] {5b9b3b5e-4513-4e29-8e84-47fd980e6073} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
1267 2024.12.19 22:22:57.158536 [ 277 ] {5b9b3b5e-4513-4e29-8e84-47fd980e6073} <Trace> oximeter.measurements_f64 (f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1268 2024.12.19 22:22:57.158575 [ 277 ] {5b9b3b5e-4513-4e29-8e84-47fd980e6073} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
1269 2024.12.19 22:22:57.159047 [ 277 ] {5b9b3b5e-4513-4e29-8e84-47fd980e6073} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1270 2024.12.19 22:22:57.159549 [ 277 ] {5b9b3b5e-4513-4e29-8e84-47fd980e6073} <Trace> oximeter.measurements_f64 (f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1271 2024.12.19 22:22:57.159784 [ 277 ] {5b9b3b5e-4513-4e29-8e84-47fd980e6073} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001768 sec., 565.6108597285067 rows/sec., 38.11 KiB/sec.
1272 2024.12.19 22:22:57.159832 [ 277 ] {5b9b3b5e-4513-4e29-8e84-47fd980e6073} <Debug> TCPHandler: Processed in 0.001982454 sec.
1273 2024.12.19 22:22:57.159956 [ 274 ] {} <Trace> TCP-Session: fa0ebceb-a0cb-4ecb-8eac-6d3165ea6f54 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1274 2024.12.19 22:22:57.160061 [ 274 ] {f1be44c9-bd47-4569-9cae-6a69a2b15a51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41894) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
1275 2024.12.19 22:22:57.160126 [ 274 ] {f1be44c9-bd47-4569-9cae-6a69a2b15a51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
1276 2024.12.19 22:22:57.161279 [ 274 ] {f1be44c9-bd47-4569-9cae-6a69a2b15a51} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1277 2024.12.19 22:22:57.161316 [ 274 ] {f1be44c9-bd47-4569-9cae-6a69a2b15a51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
1278 2024.12.19 22:22:57.164194 [ 274 ] {f1be44c9-bd47-4569-9cae-6a69a2b15a51} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1279 2024.12.19 22:22:57.164653 [ 274 ] {f1be44c9-bd47-4569-9cae-6a69a2b15a51} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1280 2024.12.19 22:22:57.164968 [ 274 ] {f1be44c9-bd47-4569-9cae-6a69a2b15a51} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.00492 sec., 1626.0162601626016 rows/sec., 2.91 MiB/sec.
1281 2024.12.19 22:22:57.165061 [ 274 ] {f1be44c9-bd47-4569-9cae-6a69a2b15a51} <Debug> TCPHandler: Processed in 0.005156613 sec.
1282 2024.12.19 22:22:57.165209 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1283 2024.12.19 22:22:57.165317 [ 277 ] {f092406e-7332-418e-9638-d4fb79f87472} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1284 2024.12.19 22:22:57.165364 [ 277 ] {f092406e-7332-418e-9638-d4fb79f87472} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1285 2024.12.19 22:22:57.165800 [ 277 ] {f092406e-7332-418e-9638-d4fb79f87472} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1286 2024.12.19 22:22:57.165838 [ 277 ] {f092406e-7332-418e-9638-d4fb79f87472} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
1287 2024.12.19 22:22:57.166300 [ 277 ] {f092406e-7332-418e-9638-d4fb79f87472} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1288 2024.12.19 22:22:57.166744 [ 277 ] {f092406e-7332-418e-9638-d4fb79f87472} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1289 2024.12.19 22:22:57.166954 [ 277 ] {f092406e-7332-418e-9638-d4fb79f87472} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001659 sec., 49427.365883062084 rows/sec., 3.14 MiB/sec.
1290 2024.12.19 22:22:57.167005 [ 277 ] {f092406e-7332-418e-9638-d4fb79f87472} <Debug> TCPHandler: Processed in 0.001852781 sec.
1291 2024.12.19 22:23:02.093490 [ 274 ] {} <Trace> TCP-Session: fa0ebceb-a0cb-4ecb-8eac-6d3165ea6f54 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1292 2024.12.19 22:23:02.093690 [ 274 ] {f99d6d61-a455-44f2-85bd-9db4e0de33df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41894) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1293 2024.12.19 22:23:02.093764 [ 274 ] {f99d6d61-a455-44f2-85bd-9db4e0de33df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1294 2024.12.19 22:23:02.094518 [ 274 ] {f99d6d61-a455-44f2-85bd-9db4e0de33df} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1295 2024.12.19 22:23:02.094571 [ 274 ] {f99d6d61-a455-44f2-85bd-9db4e0de33df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
1296 2024.12.19 22:23:02.095120 [ 274 ] {f99d6d61-a455-44f2-85bd-9db4e0de33df} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1297 2024.12.19 22:23:02.095593 [ 274 ] {f99d6d61-a455-44f2-85bd-9db4e0de33df} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1298 2024.12.19 22:23:02.095833 [ 274 ] {f99d6d61-a455-44f2-85bd-9db4e0de33df} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002197 sec., 25489.30359581247 rows/sec., 1.95 MiB/sec.
1299 2024.12.19 22:23:02.095890 [ 274 ] {f99d6d61-a455-44f2-85bd-9db4e0de33df} <Debug> TCPHandler: Processed in 0.002532465 sec.
1300 2024.12.19 22:23:02.096058 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1301 2024.12.19 22:23:02.096196 [ 277 ] {367ae1f1-3238-4446-9d73-e6e2f56fb639} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1302 2024.12.19 22:23:02.096251 [ 277 ] {367ae1f1-3238-4446-9d73-e6e2f56fb639} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1303 2024.12.19 22:23:02.096939 [ 277 ] {367ae1f1-3238-4446-9d73-e6e2f56fb639} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1304 2024.12.19 22:23:02.096987 [ 277 ] {367ae1f1-3238-4446-9d73-e6e2f56fb639} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
1305 2024.12.19 22:23:02.097475 [ 277 ] {367ae1f1-3238-4446-9d73-e6e2f56fb639} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1306 2024.12.19 22:23:02.097957 [ 277 ] {367ae1f1-3238-4446-9d73-e6e2f56fb639} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1307 2024.12.19 22:23:02.098192 [ 277 ] {367ae1f1-3238-4446-9d73-e6e2f56fb639} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002025 sec., 31604.93827160494 rows/sec., 2.47 MiB/sec.
1308 2024.12.19 22:23:02.098244 [ 277 ] {367ae1f1-3238-4446-9d73-e6e2f56fb639} <Debug> TCPHandler: Processed in 0.002254549 sec.
1309 2024.12.19 22:23:02.098406 [ 274 ] {} <Trace> TCP-Session: fa0ebceb-a0cb-4ecb-8eac-6d3165ea6f54 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1310 2024.12.19 22:23:02.098534 [ 274 ] {369d4048-0a74-475a-b4a9-d11e47028fd6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41894) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1311 2024.12.19 22:23:02.098594 [ 274 ] {369d4048-0a74-475a-b4a9-d11e47028fd6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1312 2024.12.19 22:23:02.099200 [ 274 ] {369d4048-0a74-475a-b4a9-d11e47028fd6} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1313 2024.12.19 22:23:02.099238 [ 274 ] {369d4048-0a74-475a-b4a9-d11e47028fd6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
1314 2024.12.19 22:23:02.099717 [ 274 ] {369d4048-0a74-475a-b4a9-d11e47028fd6} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1315 2024.12.19 22:23:02.100176 [ 274 ] {369d4048-0a74-475a-b4a9-d11e47028fd6} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1316 2024.12.19 22:23:02.100460 [ 274 ] {369d4048-0a74-475a-b4a9-d11e47028fd6} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001934 sec., 82730.09307135471 rows/sec., 5.76 MiB/sec.
1317 2024.12.19 22:23:02.100597 [ 274 ] {369d4048-0a74-475a-b4a9-d11e47028fd6} <Debug> TCPHandler: Processed in 0.002254599 sec.
1318 2024.12.19 22:23:02.100753 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1319 2024.12.19 22:23:02.100882 [ 277 ] {0a3be1af-bcc0-4158-aba8-933ba2062732} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1320 2024.12.19 22:23:02.100938 [ 277 ] {0a3be1af-bcc0-4158-aba8-933ba2062732} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1321 2024.12.19 22:23:02.101420 [ 277 ] {0a3be1af-bcc0-4158-aba8-933ba2062732} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1322 2024.12.19 22:23:02.101458 [ 277 ] {0a3be1af-bcc0-4158-aba8-933ba2062732} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
1323 2024.12.19 22:23:02.101944 [ 277 ] {0a3be1af-bcc0-4158-aba8-933ba2062732} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1324 2024.12.19 22:23:02.102383 [ 277 ] {0a3be1af-bcc0-4158-aba8-933ba2062732} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1325 2024.12.19 22:23:02.102597 [ 277 ] {0a3be1af-bcc0-4158-aba8-933ba2062732} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001744 sec., 34403.66972477064 rows/sec., 2.32 MiB/sec.
1326 2024.12.19 22:23:02.102648 [ 277 ] {0a3be1af-bcc0-4158-aba8-933ba2062732} <Debug> TCPHandler: Processed in 0.001957703 sec.
1327 2024.12.19 22:23:03.085071 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 2379
1328 2024.12.19 22:23:03.085732 [ 244 ] {} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1329 2024.12.19 22:23:03.085779 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
1330 2024.12.19 22:23:03.086501 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1331 2024.12.19 22:23:03.087040 [ 244 ] {} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1332 2024.12.19 22:23:03.087313 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2379
1333 2024.12.19 22:23:03.205336 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38
1334 2024.12.19 22:23:03.224817 [ 243 ] {} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1335 2024.12.19 22:23:03.224863 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
1336 2024.12.19 22:23:03.231901 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1337 2024.12.19 22:23:03.233018 [ 243 ] {} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1338 2024.12.19 22:23:03.235470 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 38
1339 2024.12.19 22:23:04.001161 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 159.60 MiB, peak 163.60 MiB, free memory in arenas 0.00 B, will set to 160.92 MiB (RSS), difference: 1.32 MiB
1340 2024.12.19 22:23:05.573384 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 202
1341 2024.12.19 22:23:05.576925 [ 242 ] {} <Trace> system.query_log (70720294-7ac9-485f-8b0b-2131ff2acf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1342 2024.12.19 22:23:05.576966 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
1343 2024.12.19 22:23:05.578539 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1344 2024.12.19 22:23:05.578854 [ 242 ] {} <Trace> system.query_log (70720294-7ac9-485f-8b0b-2131ff2acf2b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1345 2024.12.19 22:23:05.579319 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 202
1346 2024.12.19 22:23:07.097958 [ 274 ] {} <Trace> TCP-Session: fa0ebceb-a0cb-4ecb-8eac-6d3165ea6f54 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1347 2024.12.19 22:23:07.098261 [ 274 ] {73cb4e98-6ac4-423e-80c0-30bd65f233f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41894) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
1348 2024.12.19 22:23:07.098356 [ 274 ] {73cb4e98-6ac4-423e-80c0-30bd65f233f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
1349 2024.12.19 22:23:07.099082 [ 274 ] {73cb4e98-6ac4-423e-80c0-30bd65f233f0} <Trace> oximeter.fields_i16 (8b34b429-6d62-480d-bd41-33dce3ff3ffb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1350 2024.12.19 22:23:07.099136 [ 274 ] {73cb4e98-6ac4-423e-80c0-30bd65f233f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
1351 2024.12.19 22:23:07.099686 [ 274 ] {73cb4e98-6ac4-423e-80c0-30bd65f233f0} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1352 2024.12.19 22:23:07.100140 [ 274 ] {73cb4e98-6ac4-423e-80c0-30bd65f233f0} <Trace> oximeter.fields_i16 (8b34b429-6d62-480d-bd41-33dce3ff3ffb): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1353 2024.12.19 22:23:07.100413 [ 274 ] {73cb4e98-6ac4-423e-80c0-30bd65f233f0} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002225 sec., 6292.134831460674 rows/sec., 452.95 KiB/sec.
1354 2024.12.19 22:23:07.100559 [ 274 ] {73cb4e98-6ac4-423e-80c0-30bd65f233f0} <Debug> TCPHandler: Processed in 0.002786981 sec.
1355 2024.12.19 22:23:07.100765 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1356 2024.12.19 22:23:07.100905 [ 277 ] {a3ee6333-7313-42a2-b4f8-5cb84c950de2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1357 2024.12.19 22:23:07.100961 [ 277 ] {a3ee6333-7313-42a2-b4f8-5cb84c950de2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1358 2024.12.19 22:23:07.101689 [ 277 ] {a3ee6333-7313-42a2-b4f8-5cb84c950de2} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1359 2024.12.19 22:23:07.101729 [ 277 ] {a3ee6333-7313-42a2-b4f8-5cb84c950de2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
1360 2024.12.19 22:23:07.102219 [ 277 ] {a3ee6333-7313-42a2-b4f8-5cb84c950de2} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1361 2024.12.19 22:23:07.102660 [ 277 ] {a3ee6333-7313-42a2-b4f8-5cb84c950de2} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1362 2024.12.19 22:23:07.102906 [ 277 ] {a3ee6333-7313-42a2-b4f8-5cb84c950de2} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.002032 sec., 107775.5905511811 rows/sec., 9.39 MiB/sec.
1363 2024.12.19 22:23:07.102963 [ 277 ] {a3ee6333-7313-42a2-b4f8-5cb84c950de2} <Debug> TCPHandler: Processed in 0.002267689 sec.
1364 2024.12.19 22:23:07.103108 [ 274 ] {} <Trace> TCP-Session: fa0ebceb-a0cb-4ecb-8eac-6d3165ea6f54 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1365 2024.12.19 22:23:07.103237 [ 274 ] {46535f22-333f-4838-a229-284698fdf3b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41894) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1366 2024.12.19 22:23:07.103291 [ 274 ] {46535f22-333f-4838-a229-284698fdf3b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1367 2024.12.19 22:23:07.103937 [ 274 ] {46535f22-333f-4838-a229-284698fdf3b6} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1368 2024.12.19 22:23:07.103985 [ 274 ] {46535f22-333f-4838-a229-284698fdf3b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
1369 2024.12.19 22:23:07.104515 [ 274 ] {46535f22-333f-4838-a229-284698fdf3b6} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1370 2024.12.19 22:23:07.105018 [ 274 ] {46535f22-333f-4838-a229-284698fdf3b6} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1371 2024.12.19 22:23:07.105266 [ 274 ] {46535f22-333f-4838-a229-284698fdf3b6} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.002053 sec., 7306.380905991232 rows/sec., 515.16 KiB/sec.
1372 2024.12.19 22:23:07.105425 [ 274 ] {46535f22-333f-4838-a229-284698fdf3b6} <Debug> TCPHandler: Processed in 0.002381252 sec.
1373 2024.12.19 22:23:07.105589 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1374 2024.12.19 22:23:07.105699 [ 277 ] {3bbc6c43-6caf-439b-83e2-25acdc49d78b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
1375 2024.12.19 22:23:07.105745 [ 277 ] {3bbc6c43-6caf-439b-83e2-25acdc49d78b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
1376 2024.12.19 22:23:07.106294 [ 277 ] {3bbc6c43-6caf-439b-83e2-25acdc49d78b} <Trace> oximeter.fields_u32 (96604386-977a-478c-b894-f09eb465191c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1377 2024.12.19 22:23:07.106333 [ 277 ] {3bbc6c43-6caf-439b-83e2-25acdc49d78b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
1378 2024.12.19 22:23:07.106795 [ 277 ] {3bbc6c43-6caf-439b-83e2-25acdc49d78b} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1379 2024.12.19 22:23:07.107259 [ 277 ] {3bbc6c43-6caf-439b-83e2-25acdc49d78b} <Trace> oximeter.fields_u32 (96604386-977a-478c-b894-f09eb465191c): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1380 2024.12.19 22:23:07.107535 [ 277 ] {3bbc6c43-6caf-439b-83e2-25acdc49d78b} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001845 sec., 7588.075880758807 rows/sec., 531.42 KiB/sec.
1381 2024.12.19 22:23:07.107605 [ 277 ] {3bbc6c43-6caf-439b-83e2-25acdc49d78b} <Debug> TCPHandler: Processed in 0.002068785 sec.
1382 2024.12.19 22:23:07.107757 [ 274 ] {} <Trace> TCP-Session: fa0ebceb-a0cb-4ecb-8eac-6d3165ea6f54 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1383 2024.12.19 22:23:07.107885 [ 274 ] {2b85037e-9fc8-4fb9-8314-412a922de2fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41894) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
1384 2024.12.19 22:23:07.107939 [ 274 ] {2b85037e-9fc8-4fb9-8314-412a922de2fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
1385 2024.12.19 22:23:07.108517 [ 274 ] {2b85037e-9fc8-4fb9-8314-412a922de2fa} <Trace> oximeter.fields_u8 (74ab6f56-b776-4e15-89eb-af2ec1acc724): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1386 2024.12.19 22:23:07.108557 [ 274 ] {2b85037e-9fc8-4fb9-8314-412a922de2fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
1387 2024.12.19 22:23:07.108997 [ 274 ] {2b85037e-9fc8-4fb9-8314-412a922de2fa} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1388 2024.12.19 22:23:07.109422 [ 274 ] {2b85037e-9fc8-4fb9-8314-412a922de2fa} <Trace> oximeter.fields_u8 (74ab6f56-b776-4e15-89eb-af2ec1acc724): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1389 2024.12.19 22:23:07.109668 [ 274 ] {2b85037e-9fc8-4fb9-8314-412a922de2fa} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001794 sec., 7246.376811594203 rows/sec., 451.81 KiB/sec.
1390 2024.12.19 22:23:07.109809 [ 274 ] {2b85037e-9fc8-4fb9-8314-412a922de2fa} <Debug> TCPHandler: Processed in 0.002116176 sec.
1391 2024.12.19 22:23:07.109947 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1392 2024.12.19 22:23:07.110078 [ 277 ] {7ac34865-6338-4094-a248-6cb2a7817b88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1393 2024.12.19 22:23:07.110132 [ 277 ] {7ac34865-6338-4094-a248-6cb2a7817b88} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1394 2024.12.19 22:23:07.110845 [ 277 ] {7ac34865-6338-4094-a248-6cb2a7817b88} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1395 2024.12.19 22:23:07.110884 [ 277 ] {7ac34865-6338-4094-a248-6cb2a7817b88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
1396 2024.12.19 22:23:07.111382 [ 277 ] {7ac34865-6338-4094-a248-6cb2a7817b88} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1397 2024.12.19 22:23:07.111873 [ 277 ] {7ac34865-6338-4094-a248-6cb2a7817b88} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1398 2024.12.19 22:23:07.112130 [ 277 ] {7ac34865-6338-4094-a248-6cb2a7817b88} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.00208 sec., 187500.00000000003 rows/sec., 13.30 MiB/sec.
1399 2024.12.19 22:23:07.112184 [ 277 ] {7ac34865-6338-4094-a248-6cb2a7817b88} <Debug> TCPHandler: Processed in 0.002301231 sec.
1400 2024.12.19 22:23:07.112327 [ 274 ] {} <Trace> TCP-Session: fa0ebceb-a0cb-4ecb-8eac-6d3165ea6f54 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1401 2024.12.19 22:23:07.112454 [ 274 ] {f1cc383a-0d35-4187-8c87-0eee630f2266} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41894) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
1402 2024.12.19 22:23:07.112509 [ 274 ] {f1cc383a-0d35-4187-8c87-0eee630f2266} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
1403 2024.12.19 22:23:07.113037 [ 274 ] {f1cc383a-0d35-4187-8c87-0eee630f2266} <Trace> oximeter.measurements_bool (164ca455-e956-4308-a817-eda615c184e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1404 2024.12.19 22:23:07.113114 [ 274 ] {f1cc383a-0d35-4187-8c87-0eee630f2266} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
1405 2024.12.19 22:23:07.113685 [ 274 ] {f1cc383a-0d35-4187-8c87-0eee630f2266} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1406 2024.12.19 22:23:07.114133 [ 274 ] {f1cc383a-0d35-4187-8c87-0eee630f2266} <Trace> oximeter.measurements_bool (164ca455-e956-4308-a817-eda615c184e9): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1407 2024.12.19 22:23:07.114413 [ 274 ] {f1cc383a-0d35-4187-8c87-0eee630f2266} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001969 sec., 3047.2320975114276 rows/sec., 159.21 KiB/sec.
1408 2024.12.19 22:23:07.114480 [ 274 ] {f1cc383a-0d35-4187-8c87-0eee630f2266} <Debug> TCPHandler: Processed in 0.002215229 sec.
1409 2024.12.19 22:23:07.114624 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1410 2024.12.19 22:23:07.114754 [ 277 ] {4422c618-28be-4bba-8f69-ac6f96206154} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1411 2024.12.19 22:23:07.114811 [ 277 ] {4422c618-28be-4bba-8f69-ac6f96206154} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1412 2024.12.19 22:23:07.115411 [ 277 ] {4422c618-28be-4bba-8f69-ac6f96206154} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1413 2024.12.19 22:23:07.115450 [ 277 ] {4422c618-28be-4bba-8f69-ac6f96206154} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
1414 2024.12.19 22:23:07.115943 [ 277 ] {4422c618-28be-4bba-8f69-ac6f96206154} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1415 2024.12.19 22:23:07.116375 [ 277 ] {4422c618-28be-4bba-8f69-ac6f96206154} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1416 2024.12.19 22:23:07.116694 [ 277 ] {4422c618-28be-4bba-8f69-ac6f96206154} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001945 sec., 121850.8997429306 rows/sec., 8.17 MiB/sec.
1417 2024.12.19 22:23:07.116835 [ 277 ] {4422c618-28be-4bba-8f69-ac6f96206154} <Debug> TCPHandler: Processed in 0.00227532 sec.
1418 2024.12.19 22:23:07.116975 [ 274 ] {} <Trace> TCP-Session: fa0ebceb-a0cb-4ecb-8eac-6d3165ea6f54 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1419 2024.12.19 22:23:07.117108 [ 274 ] {9cb0356c-11fe-40e1-8170-19a0fcd71097} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41894) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
1420 2024.12.19 22:23:07.117165 [ 274 ] {9cb0356c-11fe-40e1-8170-19a0fcd71097} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
1421 2024.12.19 22:23:07.117606 [ 274 ] {9cb0356c-11fe-40e1-8170-19a0fcd71097} <Trace> oximeter.measurements_f64 (f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1422 2024.12.19 22:23:07.117645 [ 274 ] {9cb0356c-11fe-40e1-8170-19a0fcd71097} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
1423 2024.12.19 22:23:07.118082 [ 274 ] {9cb0356c-11fe-40e1-8170-19a0fcd71097} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1424 2024.12.19 22:23:07.118520 [ 274 ] {9cb0356c-11fe-40e1-8170-19a0fcd71097} <Trace> oximeter.measurements_f64 (f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1425 2024.12.19 22:23:07.118794 [ 274 ] {9cb0356c-11fe-40e1-8170-19a0fcd71097} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001707 sec., 585.8230814294084 rows/sec., 39.47 KiB/sec.
1426 2024.12.19 22:23:07.118856 [ 274 ] {9cb0356c-11fe-40e1-8170-19a0fcd71097} <Debug> TCPHandler: Processed in 0.001943773 sec.
1427 2024.12.19 22:23:07.118988 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1428 2024.12.19 22:23:07.119097 [ 277 ] {1fb74f0e-9a87-4016-8d72-e72d69fc4630} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
1429 2024.12.19 22:23:07.119165 [ 277 ] {1fb74f0e-9a87-4016-8d72-e72d69fc4630} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
1430 2024.12.19 22:23:07.120183 [ 277 ] {1fb74f0e-9a87-4016-8d72-e72d69fc4630} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1431 2024.12.19 22:23:07.120222 [ 277 ] {1fb74f0e-9a87-4016-8d72-e72d69fc4630} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
1432 2024.12.19 22:23:07.120933 [ 277 ] {1fb74f0e-9a87-4016-8d72-e72d69fc4630} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1433 2024.12.19 22:23:07.121448 [ 277 ] {1fb74f0e-9a87-4016-8d72-e72d69fc4630} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1434 2024.12.19 22:23:07.121702 [ 277 ] {1fb74f0e-9a87-4016-8d72-e72d69fc4630} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002627 sec., 3045.298819946707 rows/sec., 5.46 MiB/sec.
1435 2024.12.19 22:23:07.121793 [ 277 ] {1fb74f0e-9a87-4016-8d72-e72d69fc4630} <Debug> TCPHandler: Processed in 0.002857012 sec.
1436 2024.12.19 22:23:07.121932 [ 274 ] {} <Trace> TCP-Session: fa0ebceb-a0cb-4ecb-8eac-6d3165ea6f54 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1437 2024.12.19 22:23:07.122061 [ 274 ] {61ed790d-7f7c-46d0-95ef-672a752b89dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41894) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1438 2024.12.19 22:23:07.122116 [ 274 ] {61ed790d-7f7c-46d0-95ef-672a752b89dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1439 2024.12.19 22:23:07.122570 [ 274 ] {61ed790d-7f7c-46d0-95ef-672a752b89dd} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1440 2024.12.19 22:23:07.122608 [ 274 ] {61ed790d-7f7c-46d0-95ef-672a752b89dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
1441 2024.12.19 22:23:07.123056 [ 274 ] {61ed790d-7f7c-46d0-95ef-672a752b89dd} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1442 2024.12.19 22:23:07.123514 [ 274 ] {61ed790d-7f7c-46d0-95ef-672a752b89dd} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1443 2024.12.19 22:23:07.123761 [ 274 ] {61ed790d-7f7c-46d0-95ef-672a752b89dd} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001728 sec., 47453.70370370371 rows/sec., 3.01 MiB/sec.
1444 2024.12.19 22:23:07.123813 [ 274 ] {61ed790d-7f7c-46d0-95ef-672a752b89dd} <Debug> TCPHandler: Processed in 0.001942683 sec.
1445 2024.12.19 22:23:10.524703 [ 82 ] {} <Debug> DNSResolver: Updating DNS cache
1446 2024.12.19 22:23:10.524770 [ 82 ] {} <Debug> DNSResolver: Updated DNS cache
1447 2024.12.19 22:23:10.588388 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 2806
1448 2024.12.19 22:23:10.589025 [ 244 ] {} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1449 2024.12.19 22:23:10.589081 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
1450 2024.12.19 22:23:10.589704 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1451 2024.12.19 22:23:10.589966 [ 244 ] {} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1452 2024.12.19 22:23:10.590169 [ 82 ] {} <Debug> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1453 2024.12.19 22:23:10.590252 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2806
1454 2024.12.19 22:23:10.590281 [ 82 ] {} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1455 2024.12.19 22:23:10.590317 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
1456 2024.12.19 22:23:10.590560 [ 201 ] {b24e19f3-0afd-43dd-aba1-eb03aae2e534::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
1457 2024.12.19 22:23:10.590733 [ 201 ] {b24e19f3-0afd-43dd-aba1-eb03aae2e534::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1458 2024.12.19 22:23:10.590815 [ 201 ] {b24e19f3-0afd-43dd-aba1-eb03aae2e534::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 549 rows starting from the beginning of the part
1459 2024.12.19 22:23:10.590946 [ 201 ] {b24e19f3-0afd-43dd-aba1-eb03aae2e534::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 427 rows starting from the beginning of the part
1460 2024.12.19 22:23:10.591132 [ 201 ] {b24e19f3-0afd-43dd-aba1-eb03aae2e534::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 488 rows starting from the beginning of the part
1461 2024.12.19 22:23:10.591327 [ 201 ] {b24e19f3-0afd-43dd-aba1-eb03aae2e534::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 427 rows starting from the beginning of the part
1462 2024.12.19 22:23:10.591500 [ 201 ] {b24e19f3-0afd-43dd-aba1-eb03aae2e534::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 488 rows starting from the beginning of the part
1463 2024.12.19 22:23:10.591641 [ 201 ] {b24e19f3-0afd-43dd-aba1-eb03aae2e534::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 427 rows starting from the beginning of the part
1464 2024.12.19 22:23:10.608089 [ 195 ] {b24e19f3-0afd-43dd-aba1-eb03aae2e534::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2806 rows, containing 4 columns (4 merged, 0 gathered) in 0.017688225 sec., 158636.60712140423 rows/sec., 2.27 MiB/sec.
1465 2024.12.19 22:23:10.608878 [ 188 ] {b24e19f3-0afd-43dd-aba1-eb03aae2e534::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1466 2024.12.19 22:23:10.609273 [ 188 ] {b24e19f3-0afd-43dd-aba1-eb03aae2e534::all_1_6_1} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1467 2024.12.19 22:23:10.609365 [ 188 ] {b24e19f3-0afd-43dd-aba1-eb03aae2e534::all_1_6_1} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1468 2024.12.19 22:23:10.609506 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.34 MiB.
1469 2024.12.19 22:23:10.736475 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46
1470 2024.12.19 22:23:10.756480 [ 243 ] {} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1471 2024.12.19 22:23:10.756527 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
1472 2024.12.19 22:23:10.763763 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1473 2024.12.19 22:23:10.764596 [ 243 ] {} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1474 2024.12.19 22:23:10.764859 [ 80 ] {} <Debug> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1475 2024.12.19 22:23:10.764923 [ 80 ] {} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1476 2024.12.19 22:23:10.764963 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
1477 2024.12.19 22:23:10.765444 [ 188 ] {616d7a77-365c-46c3-a06a-0a94885b3600::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
1478 2024.12.19 22:23:10.779630 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 46
1479 2024.12.19 22:23:10.781452 [ 188 ] {616d7a77-365c-46c3-a06a-0a94885b3600::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1480 2024.12.19 22:23:10.783161 [ 188 ] {616d7a77-365c-46c3-a06a-0a94885b3600::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
1481 2024.12.19 22:23:10.788776 [ 188 ] {616d7a77-365c-46c3-a06a-0a94885b3600::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
1482 2024.12.19 22:23:10.794153 [ 188 ] {616d7a77-365c-46c3-a06a-0a94885b3600::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
1483 2024.12.19 22:23:10.799058 [ 188 ] {616d7a77-365c-46c3-a06a-0a94885b3600::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
1484 2024.12.19 22:23:10.806456 [ 188 ] {616d7a77-365c-46c3-a06a-0a94885b3600::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
1485 2024.12.19 22:23:10.811050 [ 188 ] {616d7a77-365c-46c3-a06a-0a94885b3600::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
1486 2024.12.19 22:23:10.869892 [ 195 ] {616d7a77-365c-46c3-a06a-0a94885b3600::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.104813402 sec., 438.8751736156794 rows/sec., 2.27 MiB/sec.
1487 2024.12.19 22:23:10.872476 [ 195 ] {616d7a77-365c-46c3-a06a-0a94885b3600::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1488 2024.12.19 22:23:10.875428 [ 195 ] {616d7a77-365c-46c3-a06a-0a94885b3600::all_1_6_1} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1489 2024.12.19 22:23:10.875544 [ 195 ] {616d7a77-365c-46c3-a06a-0a94885b3600::all_1_6_1} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1490 2024.12.19 22:23:10.877846 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB.
1491 2024.12.19 22:23:11.000174 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 162.12 MiB, peak 171.66 MiB, free memory in arenas 0.00 B, will set to 165.73 MiB (RSS), difference: 3.62 MiB
1492 2024.12.19 22:23:12.093397 [ 274 ] {} <Trace> TCP-Session: fa0ebceb-a0cb-4ecb-8eac-6d3165ea6f54 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1493 2024.12.19 22:23:12.093584 [ 274 ] {ac4b2732-001a-4355-8035-dc096be40763} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41894) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1494 2024.12.19 22:23:12.093655 [ 274 ] {ac4b2732-001a-4355-8035-dc096be40763} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1495 2024.12.19 22:23:12.094401 [ 274 ] {ac4b2732-001a-4355-8035-dc096be40763} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1496 2024.12.19 22:23:12.094444 [ 274 ] {ac4b2732-001a-4355-8035-dc096be40763} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
1497 2024.12.19 22:23:12.094913 [ 274 ] {ac4b2732-001a-4355-8035-dc096be40763} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1498 2024.12.19 22:23:12.095166 [ 274 ] {ac4b2732-001a-4355-8035-dc096be40763} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1499 2024.12.19 22:23:12.095356 [ 78 ] {} <Debug> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1500 2024.12.19 22:23:12.095435 [ 274 ] {ac4b2732-001a-4355-8035-dc096be40763} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001898 sec., 29504.741833508957 rows/sec., 2.25 MiB/sec.
1501 2024.12.19 22:23:12.095442 [ 78 ] {} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1502 2024.12.19 22:23:12.095522 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
1503 2024.12.19 22:23:12.095575 [ 274 ] {ac4b2732-001a-4355-8035-dc096be40763} <Debug> TCPHandler: Processed in 0.00230483 sec.
1504 2024.12.19 22:23:12.095698 [ 191 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::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
1505 2024.12.19 22:23:12.095762 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1506 2024.12.19 22:23:12.095813 [ 191 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1507 2024.12.19 22:23:12.095847 [ 191 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 56 rows starting from the beginning of the part
1508 2024.12.19 22:23:12.095923 [ 277 ] {0acde3e6-2f14-4523-a040-e8b8c92c32bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1509 2024.12.19 22:23:12.095969 [ 191 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 56 rows starting from the beginning of the part
1510 2024.12.19 22:23:12.096047 [ 277 ] {0acde3e6-2f14-4523-a040-e8b8c92c32bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1511 2024.12.19 22:23:12.096411 [ 191 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 219 rows starting from the beginning of the part
1512 2024.12.19 22:23:12.096845 [ 191 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::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
1513 2024.12.19 22:23:12.097134 [ 191 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 219 rows starting from the beginning of the part
1514 2024.12.19 22:23:12.097513 [ 191 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 56 rows starting from the beginning of the part
1515 2024.12.19 22:23:12.098615 [ 277 ] {0acde3e6-2f14-4523-a040-e8b8c92c32bf} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1516 2024.12.19 22:23:12.098667 [ 277 ] {0acde3e6-2f14-4523-a040-e8b8c92c32bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
1517 2024.12.19 22:23:12.099330 [ 277 ] {0acde3e6-2f14-4523-a040-e8b8c92c32bf} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1518 2024.12.19 22:23:12.099553 [ 187 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 662 rows, containing 5 columns (5 merged, 0 gathered) in 0.003905095 sec., 169522.12430171354 rows/sec., 14.80 MiB/sec.
1519 2024.12.19 22:23:12.099684 [ 277 ] {0acde3e6-2f14-4523-a040-e8b8c92c32bf} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1520 2024.12.19 22:23:12.099881 [ 187 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1521 2024.12.19 22:23:12.099926 [ 78 ] {} <Debug> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1522 2024.12.19 22:23:12.100021 [ 78 ] {} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1523 2024.12.19 22:23:12.100121 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
1524 2024.12.19 22:23:12.100660 [ 189 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::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
1525 2024.12.19 22:23:12.100738 [ 277 ] {0acde3e6-2f14-4523-a040-e8b8c92c32bf} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004508 sec., 14196.98314108252 rows/sec., 1.11 MiB/sec.
1526 2024.12.19 22:23:12.100893 [ 187 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_6_1} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1527 2024.12.19 22:23:12.101253 [ 277 ] {0acde3e6-2f14-4523-a040-e8b8c92c32bf} <Debug> TCPHandler: Processed in 0.00555389 sec.
1528 2024.12.19 22:23:12.101267 [ 187 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_6_1} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1529 2024.12.19 22:23:12.101297 [ 189 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1530 2024.12.19 22:23:12.101482 [ 189 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 64 rows starting from the beginning of the part
1531 2024.12.19 22:23:12.101529 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB.
1532 2024.12.19 22:23:12.101542 [ 274 ] {} <Trace> TCP-Session: fa0ebceb-a0cb-4ecb-8eac-6d3165ea6f54 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1533 2024.12.19 22:23:12.101734 [ 189 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 64 rows starting from the beginning of the part
1534 2024.12.19 22:23:12.102071 [ 189 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 390 rows starting from the beginning of the part
1535 2024.12.19 22:23:12.102164 [ 274 ] {bb8415af-83fb-48d5-8af5-90eff164efbe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41894) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1536 2024.12.19 22:23:12.102311 [ 189 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::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
1537 2024.12.19 22:23:12.102453 [ 274 ] {bb8415af-83fb-48d5-8af5-90eff164efbe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1538 2024.12.19 22:23:12.102609 [ 189 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 390 rows starting from the beginning of the part
1539 2024.12.19 22:23:12.102932 [ 189 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 64 rows starting from the beginning of the part
1540 2024.12.19 22:23:12.104566 [ 274 ] {bb8415af-83fb-48d5-8af5-90eff164efbe} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1541 2024.12.19 22:23:12.104647 [ 274 ] {bb8415af-83fb-48d5-8af5-90eff164efbe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
1542 2024.12.19 22:23:12.105671 [ 274 ] {bb8415af-83fb-48d5-8af5-90eff164efbe} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1543 2024.12.19 22:23:12.106074 [ 187 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1036 rows, containing 5 columns (5 merged, 0 gathered) in 0.005787086 sec., 179019.28535363046 rows/sec., 13.69 MiB/sec.
1544 2024.12.19 22:23:12.106155 [ 274 ] {bb8415af-83fb-48d5-8af5-90eff164efbe} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1545 2024.12.19 22:23:12.106398 [ 187 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1546 2024.12.19 22:23:12.106405 [ 78 ] {} <Debug> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1547 2024.12.19 22:23:12.106514 [ 78 ] {} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1548 2024.12.19 22:23:12.106595 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
1549 2024.12.19 22:23:12.106834 [ 274 ] {bb8415af-83fb-48d5-8af5-90eff164efbe} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004932 sec., 32441.200324412006 rows/sec., 2.26 MiB/sec.
1550 2024.12.19 22:23:12.106978 [ 190 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::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
1551 2024.12.19 22:23:12.107120 [ 274 ] {bb8415af-83fb-48d5-8af5-90eff164efbe} <Debug> TCPHandler: Processed in 0.005718604 sec.
1552 2024.12.19 22:23:12.107370 [ 187 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_6_1} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1553 2024.12.19 22:23:12.107423 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1554 2024.12.19 22:23:12.107454 [ 190 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1555 2024.12.19 22:23:12.107533 [ 190 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 128 rows starting from the beginning of the part
1556 2024.12.19 22:23:12.107565 [ 187 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_6_1} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1557 2024.12.19 22:23:12.107861 [ 277 ] {ee8669d0-fa8c-43b8-821e-0057c7877f18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1558 2024.12.19 22:23:12.107950 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB.
1559 2024.12.19 22:23:12.108044 [ 190 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 160 rows starting from the beginning of the part
1560 2024.12.19 22:23:12.108187 [ 277 ] {ee8669d0-fa8c-43b8-821e-0057c7877f18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1561 2024.12.19 22:23:12.108497 [ 190 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 237 rows starting from the beginning of the part
1562 2024.12.19 22:23:12.108915 [ 190 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 160 rows starting from the beginning of the part
1563 2024.12.19 22:23:12.109294 [ 190 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 237 rows starting from the beginning of the part
1564 2024.12.19 22:23:12.109655 [ 190 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::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
1565 2024.12.19 22:23:12.110631 [ 277 ] {ee8669d0-fa8c-43b8-821e-0057c7877f18} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1566 2024.12.19 22:23:12.110708 [ 277 ] {ee8669d0-fa8c-43b8-821e-0057c7877f18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
1567 2024.12.19 22:23:12.111736 [ 277 ] {ee8669d0-fa8c-43b8-821e-0057c7877f18} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1568 2024.12.19 22:23:12.112190 [ 277 ] {ee8669d0-fa8c-43b8-821e-0057c7877f18} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1569 2024.12.19 22:23:12.112598 [ 78 ] {} <Debug> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1570 2024.12.19 22:23:12.112727 [ 78 ] {} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1571 2024.12.19 22:23:12.112836 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
1572 2024.12.19 22:23:12.113010 [ 189 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1082 rows, containing 5 columns (5 merged, 0 gathered) in 0.006252616 sec., 173047.5692094317 rows/sec., 11.85 MiB/sec.
1573 2024.12.19 22:23:12.113200 [ 190 ] {a2784562-0832-4e33-8769-44c7df75eec1::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
1574 2024.12.19 22:23:12.113215 [ 277 ] {ee8669d0-fa8c-43b8-821e-0057c7877f18} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005588 sec., 10737.29420186113 rows/sec., 740.99 KiB/sec.
1575 2024.12.19 22:23:12.113501 [ 189 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1576 2024.12.19 22:23:12.113587 [ 190 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1577 2024.12.19 22:23:12.113604 [ 277 ] {ee8669d0-fa8c-43b8-821e-0057c7877f18} <Debug> TCPHandler: Processed in 0.006366719 sec.
1578 2024.12.19 22:23:12.113686 [ 190 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 48 rows starting from the beginning of the part
1579 2024.12.19 22:23:12.114029 [ 190 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 60 rows starting from the beginning of the part
1580 2024.12.19 22:23:12.114271 [ 190 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 82 rows starting from the beginning of the part
1581 2024.12.19 22:23:12.114432 [ 190 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 60 rows starting from the beginning of the part
1582 2024.12.19 22:23:12.114576 [ 189 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1583 2024.12.19 22:23:12.114693 [ 190 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 82 rows starting from the beginning of the part
1584 2024.12.19 22:23:12.114921 [ 190 ] {a2784562-0832-4e33-8769-44c7df75eec1::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
1585 2024.12.19 22:23:12.115001 [ 189 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1586 2024.12.19 22:23:12.115291 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB.
1587 2024.12.19 22:23:12.116115 [ 193 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 392 rows, containing 4 columns (4 merged, 0 gathered) in 0.003139328 sec., 124867.48756421758 rows/sec., 8.21 MiB/sec.
1588 2024.12.19 22:23:12.116273 [ 189 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1589 2024.12.19 22:23:12.116556 [ 189 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_6_1} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1590 2024.12.19 22:23:12.116632 [ 189 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_6_1} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1591 2024.12.19 22:23:12.116709 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB.
1592 2024.12.19 22:23:12.820811 [ 274 ] {} <Trace> TCP-Session: fa0ebceb-a0cb-4ecb-8eac-6d3165ea6f54 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1593 2024.12.19 22:23:12.821114 [ 274 ] {ef62f9de-ef0f-4bcc-895a-e7f288eaba6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41894) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1594 2024.12.19 22:23:12.821602 [ 274 ] {ef62f9de-ef0f-4bcc-895a-e7f288eaba6b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1595 2024.12.19 22:23:12.821655 [ 274 ] {ef62f9de-ef0f-4bcc-895a-e7f288eaba6b} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1596 2024.12.19 22:23:12.822013 [ 274 ] {ef62f9de-ef0f-4bcc-895a-e7f288eaba6b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1597 2024.12.19 22:23:12.822103 [ 274 ] {ef62f9de-ef0f-4bcc-895a-e7f288eaba6b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1598 2024.12.19 22:23:12.822295 [ 274 ] {ef62f9de-ef0f-4bcc-895a-e7f288eaba6b} <Debug> oximeter.timeseries_schema (9a9e2674-b493-4e00-a5d3-0e6d74bb616d) (SelectExecutor): Key condition: (column 0 notIn 31-element set)
1599 2024.12.19 22:23:12.822549 [ 295 ] {ef62f9de-ef0f-4bcc-895a-e7f288eaba6b} <Trace> oximeter.timeseries_schema (9a9e2674-b493-4e00-a5d3-0e6d74bb616d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1600 2024.12.19 22:23:12.822548 [ 294 ] {ef62f9de-ef0f-4bcc-895a-e7f288eaba6b} <Trace> oximeter.timeseries_schema (9a9e2674-b493-4e00-a5d3-0e6d74bb616d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1601 2024.12.19 22:23:12.822712 [ 274 ] {ef62f9de-ef0f-4bcc-895a-e7f288eaba6b} <Debug> oximeter.timeseries_schema (9a9e2674-b493-4e00-a5d3-0e6d74bb616d) (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
1602 2024.12.19 22:23:12.822746 [ 274 ] {ef62f9de-ef0f-4bcc-895a-e7f288eaba6b} <Trace> oximeter.timeseries_schema (9a9e2674-b493-4e00-a5d3-0e6d74bb616d) (SelectExecutor): Spreading mark ranges among streams (default reading)
1603 2024.12.19 22:23:12.822969 [ 274 ] {ef62f9de-ef0f-4bcc-895a-e7f288eaba6b} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1604 2024.12.19 22:23:12.822995 [ 274 ] {ef62f9de-ef0f-4bcc-895a-e7f288eaba6b} <Debug> oximeter.timeseries_schema (9a9e2674-b493-4e00-a5d3-0e6d74bb616d) (SelectExecutor): Reading approx. 31 rows with 2 streams
1605 2024.12.19 22:23:12.823055 [ 274 ] {ef62f9de-ef0f-4bcc-895a-e7f288eaba6b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1606 2024.12.19 22:23:12.823107 [ 274 ] {ef62f9de-ef0f-4bcc-895a-e7f288eaba6b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1607 2024.12.19 22:23:12.824578 [ 274 ] {ef62f9de-ef0f-4bcc-895a-e7f288eaba6b} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.003609 sec., 8589.6370185647 rows/sec., 324.17 KiB/sec.
1608 2024.12.19 22:23:12.824727 [ 274 ] {ef62f9de-ef0f-4bcc-895a-e7f288eaba6b} <Debug> TCPHandler: Processed in 0.004076059 sec.
1609 2024.12.19 22:23:12.825071 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1610 2024.12.19 22:23:12.825284 [ 277 ] {6ae9e71f-ec63-4130-99aa-2cfb1a4252ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1611 2024.12.19 22:23:12.825618 [ 277 ] {6ae9e71f-ec63-4130-99aa-2cfb1a4252ef} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1612 2024.12.19 22:23:12.825668 [ 277 ] {6ae9e71f-ec63-4130-99aa-2cfb1a4252ef} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1613 2024.12.19 22:23:12.825979 [ 277 ] {6ae9e71f-ec63-4130-99aa-2cfb1a4252ef} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1614 2024.12.19 22:23:12.826048 [ 277 ] {6ae9e71f-ec63-4130-99aa-2cfb1a4252ef} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1615 2024.12.19 22:23:12.826200 [ 277 ] {6ae9e71f-ec63-4130-99aa-2cfb1a4252ef} <Debug> oximeter.timeseries_schema (9a9e2674-b493-4e00-a5d3-0e6d74bb616d) (SelectExecutor): Key condition: (column 0 notIn 32-element set)
1616 2024.12.19 22:23:12.826315 [ 294 ] {6ae9e71f-ec63-4130-99aa-2cfb1a4252ef} <Trace> oximeter.timeseries_schema (9a9e2674-b493-4e00-a5d3-0e6d74bb616d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1617 2024.12.19 22:23:12.826318 [ 296 ] {6ae9e71f-ec63-4130-99aa-2cfb1a4252ef} <Trace> oximeter.timeseries_schema (9a9e2674-b493-4e00-a5d3-0e6d74bb616d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1618 2024.12.19 22:23:12.826425 [ 277 ] {6ae9e71f-ec63-4130-99aa-2cfb1a4252ef} <Debug> oximeter.timeseries_schema (9a9e2674-b493-4e00-a5d3-0e6d74bb616d) (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
1619 2024.12.19 22:23:12.826449 [ 277 ] {6ae9e71f-ec63-4130-99aa-2cfb1a4252ef} <Trace> oximeter.timeseries_schema (9a9e2674-b493-4e00-a5d3-0e6d74bb616d) (SelectExecutor): Spreading mark ranges among streams (default reading)
1620 2024.12.19 22:23:12.826530 [ 277 ] {6ae9e71f-ec63-4130-99aa-2cfb1a4252ef} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1621 2024.12.19 22:23:12.826551 [ 277 ] {6ae9e71f-ec63-4130-99aa-2cfb1a4252ef} <Debug> oximeter.timeseries_schema (9a9e2674-b493-4e00-a5d3-0e6d74bb616d) (SelectExecutor): Reading approx. 31 rows with 2 streams
1622 2024.12.19 22:23:12.826592 [ 277 ] {6ae9e71f-ec63-4130-99aa-2cfb1a4252ef} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1623 2024.12.19 22:23:12.826633 [ 277 ] {6ae9e71f-ec63-4130-99aa-2cfb1a4252ef} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1624 2024.12.19 22:23:12.827754 [ 277 ] {6ae9e71f-ec63-4130-99aa-2cfb1a4252ef} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.002571 sec., 12057.56514974718 rows/sec., 455.05 KiB/sec.
1625 2024.12.19 22:23:12.827895 [ 277 ] {6ae9e71f-ec63-4130-99aa-2cfb1a4252ef} <Debug> TCPHandler: Processed in 0.002894503 sec.
1626 2024.12.19 22:23:12.828141 [ 274 ] {} <Trace> TCP-Session: fa0ebceb-a0cb-4ecb-8eac-6d3165ea6f54 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1627 2024.12.19 22:23:12.828337 [ 274 ] {68bb0a1e-ad3b-4aa0-82a1-48799e915934} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41894) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1628 2024.12.19 22:23:12.828650 [ 274 ] {68bb0a1e-ad3b-4aa0-82a1-48799e915934} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1629 2024.12.19 22:23:12.828698 [ 274 ] {68bb0a1e-ad3b-4aa0-82a1-48799e915934} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1630 2024.12.19 22:23:12.829004 [ 274 ] {68bb0a1e-ad3b-4aa0-82a1-48799e915934} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1631 2024.12.19 22:23:12.829070 [ 274 ] {68bb0a1e-ad3b-4aa0-82a1-48799e915934} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1632 2024.12.19 22:23:12.829212 [ 274 ] {68bb0a1e-ad3b-4aa0-82a1-48799e915934} <Debug> oximeter.timeseries_schema (9a9e2674-b493-4e00-a5d3-0e6d74bb616d) (SelectExecutor): Key condition: (column 0 notIn 33-element set)
1633 2024.12.19 22:23:12.829319 [ 296 ] {68bb0a1e-ad3b-4aa0-82a1-48799e915934} <Trace> oximeter.timeseries_schema (9a9e2674-b493-4e00-a5d3-0e6d74bb616d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1634 2024.12.19 22:23:12.829324 [ 295 ] {68bb0a1e-ad3b-4aa0-82a1-48799e915934} <Trace> oximeter.timeseries_schema (9a9e2674-b493-4e00-a5d3-0e6d74bb616d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1635 2024.12.19 22:23:12.829434 [ 274 ] {68bb0a1e-ad3b-4aa0-82a1-48799e915934} <Debug> oximeter.timeseries_schema (9a9e2674-b493-4e00-a5d3-0e6d74bb616d) (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
1636 2024.12.19 22:23:12.829464 [ 274 ] {68bb0a1e-ad3b-4aa0-82a1-48799e915934} <Trace> oximeter.timeseries_schema (9a9e2674-b493-4e00-a5d3-0e6d74bb616d) (SelectExecutor): Spreading mark ranges among streams (default reading)
1637 2024.12.19 22:23:12.829546 [ 274 ] {68bb0a1e-ad3b-4aa0-82a1-48799e915934} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1638 2024.12.19 22:23:12.829566 [ 274 ] {68bb0a1e-ad3b-4aa0-82a1-48799e915934} <Debug> oximeter.timeseries_schema (9a9e2674-b493-4e00-a5d3-0e6d74bb616d) (SelectExecutor): Reading approx. 31 rows with 2 streams
1639 2024.12.19 22:23:12.829608 [ 274 ] {68bb0a1e-ad3b-4aa0-82a1-48799e915934} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1640 2024.12.19 22:23:12.829651 [ 274 ] {68bb0a1e-ad3b-4aa0-82a1-48799e915934} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1641 2024.12.19 22:23:12.830710 [ 274 ] {68bb0a1e-ad3b-4aa0-82a1-48799e915934} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.002467 sec., 12565.869477097689 rows/sec., 474.23 KiB/sec.
1642 2024.12.19 22:23:12.830866 [ 274 ] {68bb0a1e-ad3b-4aa0-82a1-48799e915934} <Debug> TCPHandler: Processed in 0.00278717 sec.
1643 2024.12.19 22:23:12.831141 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1644 2024.12.19 22:23:12.831343 [ 277 ] {ce0a0b56-27a1-4bec-b0ac-d7e193c572f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1645 2024.12.19 22:23:12.831662 [ 277 ] {ce0a0b56-27a1-4bec-b0ac-d7e193c572f0} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1646 2024.12.19 22:23:12.831711 [ 277 ] {ce0a0b56-27a1-4bec-b0ac-d7e193c572f0} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1647 2024.12.19 22:23:12.832025 [ 277 ] {ce0a0b56-27a1-4bec-b0ac-d7e193c572f0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1648 2024.12.19 22:23:12.832097 [ 277 ] {ce0a0b56-27a1-4bec-b0ac-d7e193c572f0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1649 2024.12.19 22:23:12.832246 [ 277 ] {ce0a0b56-27a1-4bec-b0ac-d7e193c572f0} <Debug> oximeter.timeseries_schema (9a9e2674-b493-4e00-a5d3-0e6d74bb616d) (SelectExecutor): Key condition: (column 0 notIn 34-element set)
1650 2024.12.19 22:23:12.832351 [ 294 ] {ce0a0b56-27a1-4bec-b0ac-d7e193c572f0} <Trace> oximeter.timeseries_schema (9a9e2674-b493-4e00-a5d3-0e6d74bb616d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1651 2024.12.19 22:23:12.832355 [ 295 ] {ce0a0b56-27a1-4bec-b0ac-d7e193c572f0} <Trace> oximeter.timeseries_schema (9a9e2674-b493-4e00-a5d3-0e6d74bb616d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1652 2024.12.19 22:23:12.832495 [ 277 ] {ce0a0b56-27a1-4bec-b0ac-d7e193c572f0} <Debug> oximeter.timeseries_schema (9a9e2674-b493-4e00-a5d3-0e6d74bb616d) (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
1653 2024.12.19 22:23:12.832525 [ 277 ] {ce0a0b56-27a1-4bec-b0ac-d7e193c572f0} <Trace> oximeter.timeseries_schema (9a9e2674-b493-4e00-a5d3-0e6d74bb616d) (SelectExecutor): Spreading mark ranges among streams (default reading)
1654 2024.12.19 22:23:12.832608 [ 277 ] {ce0a0b56-27a1-4bec-b0ac-d7e193c572f0} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1655 2024.12.19 22:23:12.832628 [ 277 ] {ce0a0b56-27a1-4bec-b0ac-d7e193c572f0} <Debug> oximeter.timeseries_schema (9a9e2674-b493-4e00-a5d3-0e6d74bb616d) (SelectExecutor): Reading approx. 31 rows with 2 streams
1656 2024.12.19 22:23:12.832670 [ 277 ] {ce0a0b56-27a1-4bec-b0ac-d7e193c572f0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1657 2024.12.19 22:23:12.832713 [ 277 ] {ce0a0b56-27a1-4bec-b0ac-d7e193c572f0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1658 2024.12.19 22:23:12.833778 [ 277 ] {ce0a0b56-27a1-4bec-b0ac-d7e193c572f0} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.002534 sec., 12233.622730860301 rows/sec., 461.69 KiB/sec.
1659 2024.12.19 22:23:12.833918 [ 277 ] {ce0a0b56-27a1-4bec-b0ac-d7e193c572f0} <Debug> TCPHandler: Processed in 0.002839952 sec.
1660 2024.12.19 22:23:12.834171 [ 274 ] {} <Trace> TCP-Session: fa0ebceb-a0cb-4ecb-8eac-6d3165ea6f54 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1661 2024.12.19 22:23:12.834383 [ 274 ] {834c9eba-1761-4439-8e18-694b3112cb6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41894) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1662 2024.12.19 22:23:12.834695 [ 274 ] {834c9eba-1761-4439-8e18-694b3112cb6a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1663 2024.12.19 22:23:12.834746 [ 274 ] {834c9eba-1761-4439-8e18-694b3112cb6a} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1664 2024.12.19 22:23:12.835064 [ 274 ] {834c9eba-1761-4439-8e18-694b3112cb6a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1665 2024.12.19 22:23:12.835130 [ 274 ] {834c9eba-1761-4439-8e18-694b3112cb6a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1666 2024.12.19 22:23:12.835279 [ 274 ] {834c9eba-1761-4439-8e18-694b3112cb6a} <Debug> oximeter.timeseries_schema (9a9e2674-b493-4e00-a5d3-0e6d74bb616d) (SelectExecutor): Key condition: (column 0 notIn 35-element set)
1667 2024.12.19 22:23:12.835390 [ 296 ] {834c9eba-1761-4439-8e18-694b3112cb6a} <Trace> oximeter.timeseries_schema (9a9e2674-b493-4e00-a5d3-0e6d74bb616d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1668 2024.12.19 22:23:12.835393 [ 295 ] {834c9eba-1761-4439-8e18-694b3112cb6a} <Trace> oximeter.timeseries_schema (9a9e2674-b493-4e00-a5d3-0e6d74bb616d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1669 2024.12.19 22:23:12.835511 [ 274 ] {834c9eba-1761-4439-8e18-694b3112cb6a} <Debug> oximeter.timeseries_schema (9a9e2674-b493-4e00-a5d3-0e6d74bb616d) (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
1670 2024.12.19 22:23:12.835539 [ 274 ] {834c9eba-1761-4439-8e18-694b3112cb6a} <Trace> oximeter.timeseries_schema (9a9e2674-b493-4e00-a5d3-0e6d74bb616d) (SelectExecutor): Spreading mark ranges among streams (default reading)
1671 2024.12.19 22:23:12.835621 [ 274 ] {834c9eba-1761-4439-8e18-694b3112cb6a} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1672 2024.12.19 22:23:12.835642 [ 274 ] {834c9eba-1761-4439-8e18-694b3112cb6a} <Debug> oximeter.timeseries_schema (9a9e2674-b493-4e00-a5d3-0e6d74bb616d) (SelectExecutor): Reading approx. 31 rows with 2 streams
1673 2024.12.19 22:23:12.835683 [ 274 ] {834c9eba-1761-4439-8e18-694b3112cb6a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1674 2024.12.19 22:23:12.835728 [ 274 ] {834c9eba-1761-4439-8e18-694b3112cb6a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1675 2024.12.19 22:23:12.836730 [ 274 ] {834c9eba-1761-4439-8e18-694b3112cb6a} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.002448 sec., 12663.398692810457 rows/sec., 477.91 KiB/sec.
1676 2024.12.19 22:23:12.836886 [ 274 ] {834c9eba-1761-4439-8e18-694b3112cb6a} <Debug> TCPHandler: Processed in 0.002777581 sec.
1677 2024.12.19 22:23:12.837165 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1678 2024.12.19 22:23:12.837369 [ 277 ] {0a898f23-d8ad-4c09-bd07-d01f2e54a04f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1679 2024.12.19 22:23:12.837683 [ 277 ] {0a898f23-d8ad-4c09-bd07-d01f2e54a04f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1680 2024.12.19 22:23:12.837732 [ 277 ] {0a898f23-d8ad-4c09-bd07-d01f2e54a04f} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1681 2024.12.19 22:23:12.838047 [ 277 ] {0a898f23-d8ad-4c09-bd07-d01f2e54a04f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1682 2024.12.19 22:23:12.838116 [ 277 ] {0a898f23-d8ad-4c09-bd07-d01f2e54a04f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1683 2024.12.19 22:23:12.838259 [ 277 ] {0a898f23-d8ad-4c09-bd07-d01f2e54a04f} <Debug> oximeter.timeseries_schema (9a9e2674-b493-4e00-a5d3-0e6d74bb616d) (SelectExecutor): Key condition: (column 0 notIn 36-element set)
1684 2024.12.19 22:23:12.838370 [ 294 ] {0a898f23-d8ad-4c09-bd07-d01f2e54a04f} <Trace> oximeter.timeseries_schema (9a9e2674-b493-4e00-a5d3-0e6d74bb616d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1685 2024.12.19 22:23:12.838375 [ 296 ] {0a898f23-d8ad-4c09-bd07-d01f2e54a04f} <Trace> oximeter.timeseries_schema (9a9e2674-b493-4e00-a5d3-0e6d74bb616d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1686 2024.12.19 22:23:12.838481 [ 277 ] {0a898f23-d8ad-4c09-bd07-d01f2e54a04f} <Debug> oximeter.timeseries_schema (9a9e2674-b493-4e00-a5d3-0e6d74bb616d) (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
1687 2024.12.19 22:23:12.838505 [ 277 ] {0a898f23-d8ad-4c09-bd07-d01f2e54a04f} <Trace> oximeter.timeseries_schema (9a9e2674-b493-4e00-a5d3-0e6d74bb616d) (SelectExecutor): Spreading mark ranges among streams (default reading)
1688 2024.12.19 22:23:12.838586 [ 277 ] {0a898f23-d8ad-4c09-bd07-d01f2e54a04f} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1689 2024.12.19 22:23:12.838606 [ 277 ] {0a898f23-d8ad-4c09-bd07-d01f2e54a04f} <Debug> oximeter.timeseries_schema (9a9e2674-b493-4e00-a5d3-0e6d74bb616d) (SelectExecutor): Reading approx. 31 rows with 2 streams
1690 2024.12.19 22:23:12.838647 [ 277 ] {0a898f23-d8ad-4c09-bd07-d01f2e54a04f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1691 2024.12.19 22:23:12.838689 [ 277 ] {0a898f23-d8ad-4c09-bd07-d01f2e54a04f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1692 2024.12.19 22:23:12.839738 [ 277 ] {0a898f23-d8ad-4c09-bd07-d01f2e54a04f} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.002469 sec., 12555.690562980964 rows/sec., 473.84 KiB/sec.
1693 2024.12.19 22:23:12.839879 [ 277 ] {0a898f23-d8ad-4c09-bd07-d01f2e54a04f} <Debug> TCPHandler: Processed in 0.002780241 sec.
1694 2024.12.19 22:23:12.928375 [ 274 ] {} <Trace> TCP-Session: fa0ebceb-a0cb-4ecb-8eac-6d3165ea6f54 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1695 2024.12.19 22:23:12.928579 [ 274 ] {f8259b68-d1cb-4d2c-b21e-4b37a62f2de2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41894) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
1696 2024.12.19 22:23:12.928679 [ 274 ] {f8259b68-d1cb-4d2c-b21e-4b37a62f2de2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1697 2024.12.19 22:23:12.929754 [ 274 ] {f8259b68-d1cb-4d2c-b21e-4b37a62f2de2} <Trace> oximeter.timeseries_schema (9a9e2674-b493-4e00-a5d3-0e6d74bb616d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1698 2024.12.19 22:23:12.929799 [ 274 ] {f8259b68-d1cb-4d2c-b21e-4b37a62f2de2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
1699 2024.12.19 22:23:12.930310 [ 274 ] {f8259b68-d1cb-4d2c-b21e-4b37a62f2de2} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1700 2024.12.19 22:23:12.930534 [ 274 ] {f8259b68-d1cb-4d2c-b21e-4b37a62f2de2} <Trace> oximeter.timeseries_schema (9a9e2674-b493-4e00-a5d3-0e6d74bb616d): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1701 2024.12.19 22:23:12.930776 [ 274 ] {f8259b68-d1cb-4d2c-b21e-4b37a62f2de2} <Debug> executeQuery: Read 6 rows, 1.34 KiB in 0.002263 sec., 2651.3477684489617 rows/sec., 590.34 KiB/sec.
1702 2024.12.19 22:23:12.930834 [ 274 ] {f8259b68-d1cb-4d2c-b21e-4b37a62f2de2} <Debug> TCPHandler: Processed in 0.002526275 sec.
1703 2024.12.19 22:23:12.930975 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1704 2024.12.19 22:23:12.931090 [ 277 ] {f3a73f49-7f71-4e9c-b162-29e7cd9712ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
1705 2024.12.19 22:23:12.931136 [ 277 ] {f3a73f49-7f71-4e9c-b162-29e7cd9712ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
1706 2024.12.19 22:23:12.931686 [ 277 ] {f3a73f49-7f71-4e9c-b162-29e7cd9712ea} <Trace> oximeter.fields_i16 (8b34b429-6d62-480d-bd41-33dce3ff3ffb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1707 2024.12.19 22:23:12.931727 [ 277 ] {f3a73f49-7f71-4e9c-b162-29e7cd9712ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
1708 2024.12.19 22:23:12.932105 [ 277 ] {f3a73f49-7f71-4e9c-b162-29e7cd9712ea} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1709 2024.12.19 22:23:12.932359 [ 277 ] {f3a73f49-7f71-4e9c-b162-29e7cd9712ea} <Trace> oximeter.fields_i16 (8b34b429-6d62-480d-bd41-33dce3ff3ffb): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1710 2024.12.19 22:23:12.932578 [ 277 ] {f3a73f49-7f71-4e9c-b162-29e7cd9712ea} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001513 sec., 9253.139458030402 rows/sec., 666.10 KiB/sec.
1711 2024.12.19 22:23:12.932632 [ 277 ] {f3a73f49-7f71-4e9c-b162-29e7cd9712ea} <Debug> TCPHandler: Processed in 0.001712517 sec.
1712 2024.12.19 22:23:12.932780 [ 274 ] {} <Trace> TCP-Session: fa0ebceb-a0cb-4ecb-8eac-6d3165ea6f54 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1713 2024.12.19 22:23:12.932908 [ 274 ] {8f1daf0b-c8ce-4e74-aad0-1586799245fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41894) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1714 2024.12.19 22:23:12.932963 [ 274 ] {8f1daf0b-c8ce-4e74-aad0-1586799245fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1715 2024.12.19 22:23:12.934359 [ 274 ] {8f1daf0b-c8ce-4e74-aad0-1586799245fb} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1716 2024.12.19 22:23:12.934398 [ 274 ] {8f1daf0b-c8ce-4e74-aad0-1586799245fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
1717 2024.12.19 22:23:12.934901 [ 274 ] {8f1daf0b-c8ce-4e74-aad0-1586799245fb} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1718 2024.12.19 22:23:12.935134 [ 274 ] {8f1daf0b-c8ce-4e74-aad0-1586799245fb} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1719 2024.12.19 22:23:12.935436 [ 274 ] {8f1daf0b-c8ce-4e74-aad0-1586799245fb} <Debug> executeQuery: Read 1359 rows, 115.65 KiB in 0.002523 sec., 538644.4708680143 rows/sec., 44.76 MiB/sec.
1720 2024.12.19 22:23:12.935593 [ 274 ] {8f1daf0b-c8ce-4e74-aad0-1586799245fb} <Debug> TCPHandler: Processed in 0.002876443 sec.
1721 2024.12.19 22:23:12.935736 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1722 2024.12.19 22:23:12.935865 [ 277 ] {c7654e9e-d833-4020-b0c8-eb901b5bd664} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1723 2024.12.19 22:23:12.935920 [ 277 ] {c7654e9e-d833-4020-b0c8-eb901b5bd664} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1724 2024.12.19 22:23:12.936620 [ 277 ] {c7654e9e-d833-4020-b0c8-eb901b5bd664} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1725 2024.12.19 22:23:12.936660 [ 277 ] {c7654e9e-d833-4020-b0c8-eb901b5bd664} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
1726 2024.12.19 22:23:12.937016 [ 277 ] {c7654e9e-d833-4020-b0c8-eb901b5bd664} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1727 2024.12.19 22:23:12.937260 [ 277 ] {c7654e9e-d833-4020-b0c8-eb901b5bd664} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1728 2024.12.19 22:23:12.937474 [ 277 ] {c7654e9e-d833-4020-b0c8-eb901b5bd664} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001637 sec., 9163.10323762981 rows/sec., 646.07 KiB/sec.
1729 2024.12.19 22:23:12.937527 [ 277 ] {c7654e9e-d833-4020-b0c8-eb901b5bd664} <Debug> TCPHandler: Processed in 0.00185469 sec.
1730 2024.12.19 22:23:12.937683 [ 274 ] {} <Trace> TCP-Session: fa0ebceb-a0cb-4ecb-8eac-6d3165ea6f54 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1731 2024.12.19 22:23:12.937811 [ 274 ] {0b0184d0-877f-402d-b714-efe9b49590f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41894) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
1732 2024.12.19 22:23:12.937865 [ 274 ] {0b0184d0-877f-402d-b714-efe9b49590f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
1733 2024.12.19 22:23:12.938572 [ 274 ] {0b0184d0-877f-402d-b714-efe9b49590f5} <Trace> oximeter.fields_u32 (96604386-977a-478c-b894-f09eb465191c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1734 2024.12.19 22:23:12.938611 [ 274 ] {0b0184d0-877f-402d-b714-efe9b49590f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
1735 2024.12.19 22:23:12.938964 [ 274 ] {0b0184d0-877f-402d-b714-efe9b49590f5} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1736 2024.12.19 22:23:12.939201 [ 274 ] {0b0184d0-877f-402d-b714-efe9b49590f5} <Trace> oximeter.fields_u32 (96604386-977a-478c-b894-f09eb465191c): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1737 2024.12.19 22:23:12.939410 [ 274 ] {0b0184d0-877f-402d-b714-efe9b49590f5} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001627 sec., 148740.012292563 rows/sec., 10.08 MiB/sec.
1738 2024.12.19 22:23:12.939461 [ 274 ] {0b0184d0-877f-402d-b714-efe9b49590f5} <Debug> TCPHandler: Processed in 0.00183991 sec.
1739 2024.12.19 22:23:12.939609 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1740 2024.12.19 22:23:12.939737 [ 277 ] {02fa66ab-f832-4946-9b8b-66f0b48d0d3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
1741 2024.12.19 22:23:12.939791 [ 277 ] {02fa66ab-f832-4946-9b8b-66f0b48d0d3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
1742 2024.12.19 22:23:12.940427 [ 277 ] {02fa66ab-f832-4946-9b8b-66f0b48d0d3e} <Trace> oximeter.fields_u8 (74ab6f56-b776-4e15-89eb-af2ec1acc724): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1743 2024.12.19 22:23:12.940473 [ 277 ] {02fa66ab-f832-4946-9b8b-66f0b48d0d3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
1744 2024.12.19 22:23:12.940828 [ 277 ] {02fa66ab-f832-4946-9b8b-66f0b48d0d3e} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1745 2024.12.19 22:23:12.941075 [ 277 ] {02fa66ab-f832-4946-9b8b-66f0b48d0d3e} <Trace> oximeter.fields_u8 (74ab6f56-b776-4e15-89eb-af2ec1acc724): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1746 2024.12.19 22:23:12.941290 [ 277 ] {02fa66ab-f832-4946-9b8b-66f0b48d0d3e} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001581 sec., 8222.643896268184 rows/sec., 512.68 KiB/sec.
1747 2024.12.19 22:23:12.941341 [ 277 ] {02fa66ab-f832-4946-9b8b-66f0b48d0d3e} <Debug> TCPHandler: Processed in 0.001795119 sec.
1748 2024.12.19 22:23:12.941477 [ 274 ] {} <Trace> TCP-Session: fa0ebceb-a0cb-4ecb-8eac-6d3165ea6f54 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1749 2024.12.19 22:23:12.941605 [ 274 ] {b1f2a085-7d90-490c-9973-d6ad20998c7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41894) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1750 2024.12.19 22:23:12.941658 [ 274 ] {b1f2a085-7d90-490c-9973-d6ad20998c7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1751 2024.12.19 22:23:12.942638 [ 274 ] {b1f2a085-7d90-490c-9973-d6ad20998c7d} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1752 2024.12.19 22:23:12.942676 [ 274 ] {b1f2a085-7d90-490c-9973-d6ad20998c7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
1753 2024.12.19 22:23:12.943056 [ 274 ] {b1f2a085-7d90-490c-9973-d6ad20998c7d} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1754 2024.12.19 22:23:12.943291 [ 274 ] {b1f2a085-7d90-490c-9973-d6ad20998c7d} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1755 2024.12.19 22:23:12.943497 [ 274 ] {b1f2a085-7d90-490c-9973-d6ad20998c7d} <Debug> executeQuery: Read 846 rows, 62.61 KiB in 0.00192 sec., 440625 rows/sec., 31.85 MiB/sec.
1756 2024.12.19 22:23:12.943548 [ 274 ] {b1f2a085-7d90-490c-9973-d6ad20998c7d} <Debug> TCPHandler: Processed in 0.002130817 sec.
1757 2024.12.19 22:23:12.943708 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1758 2024.12.19 22:23:12.943841 [ 277 ] {8c657255-08cb-4051-b2ea-5ca6bccd9dfc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
1759 2024.12.19 22:23:12.943898 [ 277 ] {8c657255-08cb-4051-b2ea-5ca6bccd9dfc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
1760 2024.12.19 22:23:12.944417 [ 277 ] {8c657255-08cb-4051-b2ea-5ca6bccd9dfc} <Trace> oximeter.measurements_bool (164ca455-e956-4308-a817-eda615c184e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1761 2024.12.19 22:23:12.944464 [ 277 ] {8c657255-08cb-4051-b2ea-5ca6bccd9dfc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
1762 2024.12.19 22:23:12.944813 [ 277 ] {8c657255-08cb-4051-b2ea-5ca6bccd9dfc} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1763 2024.12.19 22:23:12.945054 [ 277 ] {8c657255-08cb-4051-b2ea-5ca6bccd9dfc} <Trace> oximeter.measurements_bool (164ca455-e956-4308-a817-eda615c184e9): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1764 2024.12.19 22:23:12.945262 [ 277 ] {8c657255-08cb-4051-b2ea-5ca6bccd9dfc} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00145 sec., 4137.931034482759 rows/sec., 216.19 KiB/sec.
1765 2024.12.19 22:23:12.945312 [ 277 ] {8c657255-08cb-4051-b2ea-5ca6bccd9dfc} <Debug> TCPHandler: Processed in 0.001671666 sec.
1766 2024.12.19 22:23:12.945450 [ 274 ] {} <Trace> TCP-Session: fa0ebceb-a0cb-4ecb-8eac-6d3165ea6f54 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1767 2024.12.19 22:23:12.945577 [ 274 ] {845f1a46-05ee-4c8f-b260-bbcb8512cf9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41894) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1768 2024.12.19 22:23:12.945634 [ 274 ] {845f1a46-05ee-4c8f-b260-bbcb8512cf9f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1769 2024.12.19 22:23:12.946967 [ 274 ] {845f1a46-05ee-4c8f-b260-bbcb8512cf9f} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1770 2024.12.19 22:23:12.947002 [ 274 ] {845f1a46-05ee-4c8f-b260-bbcb8512cf9f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
1771 2024.12.19 22:23:12.947538 [ 274 ] {845f1a46-05ee-4c8f-b260-bbcb8512cf9f} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1772 2024.12.19 22:23:12.947772 [ 274 ] {845f1a46-05ee-4c8f-b260-bbcb8512cf9f} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1773 2024.12.19 22:23:12.948027 [ 274 ] {845f1a46-05ee-4c8f-b260-bbcb8512cf9f} <Debug> executeQuery: Read 2473 rows, 168.74 KiB in 0.002473 sec., 1000000 rows/sec., 66.63 MiB/sec.
1774 2024.12.19 22:23:12.948108 [ 274 ] {845f1a46-05ee-4c8f-b260-bbcb8512cf9f} <Debug> TCPHandler: Processed in 0.002715169 sec.
1775 2024.12.19 22:23:12.948256 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1776 2024.12.19 22:23:12.948387 [ 277 ] {af0b6181-bffb-47a0-ab86-7445bcefaa62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
1777 2024.12.19 22:23:12.948444 [ 277 ] {af0b6181-bffb-47a0-ab86-7445bcefaa62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
1778 2024.12.19 22:23:12.948953 [ 277 ] {af0b6181-bffb-47a0-ab86-7445bcefaa62} <Trace> oximeter.measurements_f64 (f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1779 2024.12.19 22:23:12.948999 [ 277 ] {af0b6181-bffb-47a0-ab86-7445bcefaa62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
1780 2024.12.19 22:23:12.949416 [ 277 ] {af0b6181-bffb-47a0-ab86-7445bcefaa62} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1781 2024.12.19 22:23:12.949660 [ 277 ] {af0b6181-bffb-47a0-ab86-7445bcefaa62} <Trace> oximeter.measurements_f64 (f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1782 2024.12.19 22:23:12.949983 [ 277 ] {af0b6181-bffb-47a0-ab86-7445bcefaa62} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001601 sec., 624.6096189881324 rows/sec., 42.09 KiB/sec.
1783 2024.12.19 22:23:12.950059 [ 277 ] {af0b6181-bffb-47a0-ab86-7445bcefaa62} <Debug> TCPHandler: Processed in 0.001865401 sec.
1784 2024.12.19 22:23:12.950190 [ 274 ] {} <Trace> TCP-Session: fa0ebceb-a0cb-4ecb-8eac-6d3165ea6f54 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1785 2024.12.19 22:23:12.950295 [ 274 ] {1a03bb82-8c42-4718-83ca-fb1b2c656c51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41894) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
1786 2024.12.19 22:23:12.950361 [ 274 ] {1a03bb82-8c42-4718-83ca-fb1b2c656c51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
1787 2024.12.19 22:23:12.951554 [ 274 ] {1a03bb82-8c42-4718-83ca-fb1b2c656c51} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1788 2024.12.19 22:23:12.951593 [ 274 ] {1a03bb82-8c42-4718-83ca-fb1b2c656c51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
1789 2024.12.19 22:23:12.952183 [ 274 ] {1a03bb82-8c42-4718-83ca-fb1b2c656c51} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1790 2024.12.19 22:23:12.952429 [ 274 ] {1a03bb82-8c42-4718-83ca-fb1b2c656c51} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1791 2024.12.19 22:23:12.952674 [ 274 ] {1a03bb82-8c42-4718-83ca-fb1b2c656c51} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002401 sec., 3331.945022907122 rows/sec., 5.97 MiB/sec.
1792 2024.12.19 22:23:12.952767 [ 274 ] {1a03bb82-8c42-4718-83ca-fb1b2c656c51} <Debug> TCPHandler: Processed in 0.002627397 sec.
1793 2024.12.19 22:23:12.952916 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1794 2024.12.19 22:23:12.953043 [ 277 ] {450fc974-3f0d-40d5-a6b0-7a1810cc0653} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1795 2024.12.19 22:23:12.953126 [ 277 ] {450fc974-3f0d-40d5-a6b0-7a1810cc0653} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1796 2024.12.19 22:23:12.953609 [ 277 ] {450fc974-3f0d-40d5-a6b0-7a1810cc0653} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1797 2024.12.19 22:23:12.953648 [ 277 ] {450fc974-3f0d-40d5-a6b0-7a1810cc0653} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
1798 2024.12.19 22:23:12.953993 [ 277 ] {450fc974-3f0d-40d5-a6b0-7a1810cc0653} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1799 2024.12.19 22:23:12.954235 [ 277 ] {450fc974-3f0d-40d5-a6b0-7a1810cc0653} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1800 2024.12.19 22:23:12.954467 [ 277 ] {450fc974-3f0d-40d5-a6b0-7a1810cc0653} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001449 sec., 23464.458247066945 rows/sec., 1.36 MiB/sec.
1801 2024.12.19 22:23:12.954519 [ 277 ] {450fc974-3f0d-40d5-a6b0-7a1810cc0653} <Debug> TCPHandler: Processed in 0.001666676 sec.
1802 2024.12.19 22:23:15.579607 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 66 entries to flush up to offset 268
1803 2024.12.19 22:23:15.583409 [ 242 ] {} <Trace> system.query_log (70720294-7ac9-485f-8b0b-2131ff2acf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1804 2024.12.19 22:23:15.583473 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
1805 2024.12.19 22:23:15.585074 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1806 2024.12.19 22:23:15.585401 [ 242 ] {} <Trace> system.query_log (70720294-7ac9-485f-8b0b-2131ff2acf2b): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1807 2024.12.19 22:23:15.586069 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 268
1808 2024.12.19 22:23:17.092007 [ 274 ] {} <Trace> TCP-Session: fa0ebceb-a0cb-4ecb-8eac-6d3165ea6f54 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1809 2024.12.19 22:23:17.092198 [ 274 ] {57589b51-cff0-4176-b568-e58d0cae4a03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41894) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1810 2024.12.19 22:23:17.092269 [ 274 ] {57589b51-cff0-4176-b568-e58d0cae4a03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1811 2024.12.19 22:23:17.093023 [ 274 ] {57589b51-cff0-4176-b568-e58d0cae4a03} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1812 2024.12.19 22:23:17.093072 [ 274 ] {57589b51-cff0-4176-b568-e58d0cae4a03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
1813 2024.12.19 22:23:17.093505 [ 274 ] {57589b51-cff0-4176-b568-e58d0cae4a03} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1814 2024.12.19 22:23:17.093760 [ 274 ] {57589b51-cff0-4176-b568-e58d0cae4a03} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1815 2024.12.19 22:23:17.094006 [ 274 ] {57589b51-cff0-4176-b568-e58d0cae4a03} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001861 sec., 30091.348737238044 rows/sec., 2.30 MiB/sec.
1816 2024.12.19 22:23:17.094061 [ 274 ] {57589b51-cff0-4176-b568-e58d0cae4a03} <Debug> TCPHandler: Processed in 0.002183717 sec.
1817 2024.12.19 22:23:17.094218 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1818 2024.12.19 22:23:17.094330 [ 277 ] {c8ede26b-9df5-4e76-addd-a8308c66fe35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1819 2024.12.19 22:23:17.094376 [ 277 ] {c8ede26b-9df5-4e76-addd-a8308c66fe35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1820 2024.12.19 22:23:17.094950 [ 277 ] {c8ede26b-9df5-4e76-addd-a8308c66fe35} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1821 2024.12.19 22:23:17.094990 [ 277 ] {c8ede26b-9df5-4e76-addd-a8308c66fe35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
1822 2024.12.19 22:23:17.095354 [ 277 ] {c8ede26b-9df5-4e76-addd-a8308c66fe35} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1823 2024.12.19 22:23:17.095594 [ 277 ] {c8ede26b-9df5-4e76-addd-a8308c66fe35} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1824 2024.12.19 22:23:17.095812 [ 277 ] {c8ede26b-9df5-4e76-addd-a8308c66fe35} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001505 sec., 42524.916943521595 rows/sec., 3.32 MiB/sec.
1825 2024.12.19 22:23:17.095865 [ 277 ] {c8ede26b-9df5-4e76-addd-a8308c66fe35} <Debug> TCPHandler: Processed in 0.001705557 sec.
1826 2024.12.19 22:23:17.096016 [ 274 ] {} <Trace> TCP-Session: fa0ebceb-a0cb-4ecb-8eac-6d3165ea6f54 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1827 2024.12.19 22:23:17.096123 [ 274 ] {8bbc70b7-a5fd-43ab-a7c6-fab4b9417263} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41894) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1828 2024.12.19 22:23:17.096173 [ 274 ] {8bbc70b7-a5fd-43ab-a7c6-fab4b9417263} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1829 2024.12.19 22:23:17.096687 [ 274 ] {8bbc70b7-a5fd-43ab-a7c6-fab4b9417263} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1830 2024.12.19 22:23:17.096726 [ 274 ] {8bbc70b7-a5fd-43ab-a7c6-fab4b9417263} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
1831 2024.12.19 22:23:17.097118 [ 274 ] {8bbc70b7-a5fd-43ab-a7c6-fab4b9417263} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1832 2024.12.19 22:23:17.097366 [ 274 ] {8bbc70b7-a5fd-43ab-a7c6-fab4b9417263} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1833 2024.12.19 22:23:17.097580 [ 274 ] {8bbc70b7-a5fd-43ab-a7c6-fab4b9417263} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001479 sec., 86544.96281271128 rows/sec., 6.03 MiB/sec.
1834 2024.12.19 22:23:17.097632 [ 274 ] {8bbc70b7-a5fd-43ab-a7c6-fab4b9417263} <Debug> TCPHandler: Processed in 0.001666876 sec.
1835 2024.12.19 22:23:17.097785 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1836 2024.12.19 22:23:17.097913 [ 277 ] {51352c51-cba0-42bd-a481-d194113acea6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1837 2024.12.19 22:23:17.097969 [ 277 ] {51352c51-cba0-42bd-a481-d194113acea6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1838 2024.12.19 22:23:17.098494 [ 277 ] {51352c51-cba0-42bd-a481-d194113acea6} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1839 2024.12.19 22:23:17.098541 [ 277 ] {51352c51-cba0-42bd-a481-d194113acea6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
1840 2024.12.19 22:23:17.098902 [ 277 ] {51352c51-cba0-42bd-a481-d194113acea6} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1841 2024.12.19 22:23:17.099143 [ 277 ] {51352c51-cba0-42bd-a481-d194113acea6} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1842 2024.12.19 22:23:17.099320 [ 277 ] {51352c51-cba0-42bd-a481-d194113acea6} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001432 sec., 33519.5530726257 rows/sec., 2.26 MiB/sec.
1843 2024.12.19 22:23:17.099425 [ 277 ] {51352c51-cba0-42bd-a481-d194113acea6} <Debug> TCPHandler: Processed in 0.001702197 sec.
1844 2024.12.19 22:23:18.090419 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 3294
1845 2024.12.19 22:23:18.091076 [ 244 ] {} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1846 2024.12.19 22:23:18.091119 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
1847 2024.12.19 22:23:18.091638 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1848 2024.12.19 22:23:18.091901 [ 244 ] {} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1849 2024.12.19 22:23:18.092211 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3294
1850 2024.12.19 22:23:18.279793 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53
1851 2024.12.19 22:23:18.298506 [ 243 ] {} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1852 2024.12.19 22:23:18.298553 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
1853 2024.12.19 22:23:18.305373 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1854 2024.12.19 22:23:18.306107 [ 243 ] {} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1855 2024.12.19 22:23:18.308514 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 53
1856 2024.12.19 22:23:19.000190 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 167.07 MiB, peak 171.66 MiB, free memory in arenas 0.00 B, will set to 168.10 MiB (RSS), difference: 1.04 MiB
1857 2024.12.19 22:23:22.092586 [ 274 ] {} <Trace> TCP-Session: fa0ebceb-a0cb-4ecb-8eac-6d3165ea6f54 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1858 2024.12.19 22:23:22.092810 [ 274 ] {b1184882-09c1-4771-aaa6-b5698336e9b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41894) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1859 2024.12.19 22:23:22.092889 [ 274 ] {b1184882-09c1-4771-aaa6-b5698336e9b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1860 2024.12.19 22:23:22.093679 [ 274 ] {b1184882-09c1-4771-aaa6-b5698336e9b6} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1861 2024.12.19 22:23:22.093726 [ 274 ] {b1184882-09c1-4771-aaa6-b5698336e9b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
1862 2024.12.19 22:23:22.094219 [ 274 ] {b1184882-09c1-4771-aaa6-b5698336e9b6} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1863 2024.12.19 22:23:22.094469 [ 274 ] {b1184882-09c1-4771-aaa6-b5698336e9b6} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1864 2024.12.19 22:23:22.094745 [ 274 ] {b1184882-09c1-4771-aaa6-b5698336e9b6} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001982 sec., 28254.28859737639 rows/sec., 2.16 MiB/sec.
1865 2024.12.19 22:23:22.094830 [ 274 ] {b1184882-09c1-4771-aaa6-b5698336e9b6} <Debug> TCPHandler: Processed in 0.002379112 sec.
1866 2024.12.19 22:23:22.095020 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1867 2024.12.19 22:23:22.095160 [ 277 ] {20985ae2-0592-46a7-b0c7-62cf2db1f23f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1868 2024.12.19 22:23:22.095220 [ 277 ] {20985ae2-0592-46a7-b0c7-62cf2db1f23f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1869 2024.12.19 22:23:22.095894 [ 277 ] {20985ae2-0592-46a7-b0c7-62cf2db1f23f} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1870 2024.12.19 22:23:22.095934 [ 277 ] {20985ae2-0592-46a7-b0c7-62cf2db1f23f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
1871 2024.12.19 22:23:22.096299 [ 277 ] {20985ae2-0592-46a7-b0c7-62cf2db1f23f} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1872 2024.12.19 22:23:22.096540 [ 277 ] {20985ae2-0592-46a7-b0c7-62cf2db1f23f} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1873 2024.12.19 22:23:22.096752 [ 277 ] {20985ae2-0592-46a7-b0c7-62cf2db1f23f} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001627 sec., 39336.20159803319 rows/sec., 3.07 MiB/sec.
1874 2024.12.19 22:23:22.096806 [ 277 ] {20985ae2-0592-46a7-b0c7-62cf2db1f23f} <Debug> TCPHandler: Processed in 0.001854 sec.
1875 2024.12.19 22:23:22.096962 [ 274 ] {} <Trace> TCP-Session: fa0ebceb-a0cb-4ecb-8eac-6d3165ea6f54 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1876 2024.12.19 22:23:22.097095 [ 274 ] {338f9c7d-26b2-409d-a553-7967599f03c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41894) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1877 2024.12.19 22:23:22.097157 [ 274 ] {338f9c7d-26b2-409d-a553-7967599f03c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1878 2024.12.19 22:23:22.097797 [ 274 ] {338f9c7d-26b2-409d-a553-7967599f03c3} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1879 2024.12.19 22:23:22.097845 [ 274 ] {338f9c7d-26b2-409d-a553-7967599f03c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
1880 2024.12.19 22:23:22.098235 [ 274 ] {338f9c7d-26b2-409d-a553-7967599f03c3} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1881 2024.12.19 22:23:22.098475 [ 274 ] {338f9c7d-26b2-409d-a553-7967599f03c3} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1882 2024.12.19 22:23:22.098653 [ 274 ] {338f9c7d-26b2-409d-a553-7967599f03c3} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001589 sec., 100692.25928256765 rows/sec., 7.01 MiB/sec.
1883 2024.12.19 22:23:22.098704 [ 274 ] {338f9c7d-26b2-409d-a553-7967599f03c3} <Debug> TCPHandler: Processed in 0.001805239 sec.
1884 2024.12.19 22:23:22.098837 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1885 2024.12.19 22:23:22.098970 [ 277 ] {382f04f9-6167-42fe-a968-45b31dbafba7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1886 2024.12.19 22:23:22.099025 [ 277 ] {382f04f9-6167-42fe-a968-45b31dbafba7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1887 2024.12.19 22:23:22.099560 [ 277 ] {382f04f9-6167-42fe-a968-45b31dbafba7} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1888 2024.12.19 22:23:22.099606 [ 277 ] {382f04f9-6167-42fe-a968-45b31dbafba7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
1889 2024.12.19 22:23:22.099998 [ 277 ] {382f04f9-6167-42fe-a968-45b31dbafba7} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1890 2024.12.19 22:23:22.100230 [ 277 ] {382f04f9-6167-42fe-a968-45b31dbafba7} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1891 2024.12.19 22:23:22.100395 [ 277 ] {382f04f9-6167-42fe-a968-45b31dbafba7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001469 sec., 40844.11164057181 rows/sec., 2.75 MiB/sec.
1892 2024.12.19 22:23:22.100440 [ 277 ] {382f04f9-6167-42fe-a968-45b31dbafba7} <Debug> TCPHandler: Processed in 0.001672447 sec.
1893 2024.12.19 22:23:25.524811 [ 54 ] {} <Debug> DNSResolver: Updating DNS cache
1894 2024.12.19 22:23:25.524862 [ 54 ] {} <Debug> DNSResolver: Updated DNS cache
1895 2024.12.19 22:23:25.593653 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 284
1896 2024.12.19 22:23:25.596390 [ 242 ] {} <Trace> system.query_log (70720294-7ac9-485f-8b0b-2131ff2acf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1897 2024.12.19 22:23:25.596444 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
1898 2024.12.19 22:23:25.597953 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1899 2024.12.19 22:23:25.598258 [ 242 ] {} <Trace> system.query_log (70720294-7ac9-485f-8b0b-2131ff2acf2b): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1900 2024.12.19 22:23:25.598856 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 284
1901 2024.12.19 22:23:25.599788 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 3721
1902 2024.12.19 22:23:25.600480 [ 244 ] {} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1903 2024.12.19 22:23:25.600529 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
1904 2024.12.19 22:23:25.601139 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1905 2024.12.19 22:23:25.601471 [ 244 ] {} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1906 2024.12.19 22:23:25.601714 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3721
1907 2024.12.19 22:23:25.816413 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61
1908 2024.12.19 22:23:25.835446 [ 243 ] {} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1909 2024.12.19 22:23:25.835507 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
1910 2024.12.19 22:23:25.842663 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1911 2024.12.19 22:23:25.843437 [ 243 ] {} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1912 2024.12.19 22:23:25.846226 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 61
1913 2024.12.19 22:23:26.819915 [ 274 ] {} <Debug> TCPHandler: Done processing connection.
1914 2024.12.19 22:23:26.820025 [ 274 ] {} <Debug> TCP-Session: fa0ebceb-a0cb-4ecb-8eac-6d3165ea6f54 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1915 2024.12.19 22:23:27.000292 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 166.76 MiB, peak 172.66 MiB, free memory in arenas 0.00 B, will set to 168.83 MiB (RSS), difference: 2.07 MiB
1916 2024.12.19 22:23:27.106738 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1917 2024.12.19 22:23:27.106929 [ 277 ] {10182f7f-995a-4224-bf03-76e03200bb97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
1918 2024.12.19 22:23:27.107007 [ 277 ] {10182f7f-995a-4224-bf03-76e03200bb97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
1919 2024.12.19 22:23:27.107737 [ 277 ] {10182f7f-995a-4224-bf03-76e03200bb97} <Trace> oximeter.fields_i16 (8b34b429-6d62-480d-bd41-33dce3ff3ffb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1920 2024.12.19 22:23:27.107786 [ 277 ] {10182f7f-995a-4224-bf03-76e03200bb97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
1921 2024.12.19 22:23:27.108195 [ 277 ] {10182f7f-995a-4224-bf03-76e03200bb97} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1922 2024.12.19 22:23:27.108427 [ 277 ] {10182f7f-995a-4224-bf03-76e03200bb97} <Trace> oximeter.fields_i16 (8b34b429-6d62-480d-bd41-33dce3ff3ffb): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1923 2024.12.19 22:23:27.108724 [ 277 ] {10182f7f-995a-4224-bf03-76e03200bb97} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001846 sec., 7583.965330444204 rows/sec., 545.94 KiB/sec.
1924 2024.12.19 22:23:27.108804 [ 277 ] {10182f7f-995a-4224-bf03-76e03200bb97} <Debug> TCPHandler: Processed in 0.002197168 sec.
1925 2024.12.19 22:23:27.109110 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1926 2024.12.19 22:23:27.109312 [ 278 ] {90e39b7c-d40d-4c26-9811-d33076fc5b7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1927 2024.12.19 22:23:27.109417 [ 278 ] {90e39b7c-d40d-4c26-9811-d33076fc5b7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1928 2024.12.19 22:23:27.110306 [ 278 ] {90e39b7c-d40d-4c26-9811-d33076fc5b7f} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1929 2024.12.19 22:23:27.110359 [ 278 ] {90e39b7c-d40d-4c26-9811-d33076fc5b7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
1930 2024.12.19 22:23:27.110832 [ 278 ] {90e39b7c-d40d-4c26-9811-d33076fc5b7f} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
1931 2024.12.19 22:23:27.111110 [ 278 ] {90e39b7c-d40d-4c26-9811-d33076fc5b7f} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1932 2024.12.19 22:23:27.111379 [ 278 ] {90e39b7c-d40d-4c26-9811-d33076fc5b7f} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.002119 sec., 103350.63709296839 rows/sec., 9.00 MiB/sec.
1933 2024.12.19 22:23:27.111546 [ 278 ] {90e39b7c-d40d-4c26-9811-d33076fc5b7f} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB.
1934 2024.12.19 22:23:27.111564 [ 278 ] {90e39b7c-d40d-4c26-9811-d33076fc5b7f} <Debug> TCPHandler: Processed in 0.002638827 sec.
1935 2024.12.19 22:23:27.111699 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1936 2024.12.19 22:23:27.111812 [ 277 ] {82298626-58f0-49ff-9d91-40405866faef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1937 2024.12.19 22:23:27.111860 [ 277 ] {82298626-58f0-49ff-9d91-40405866faef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1938 2024.12.19 22:23:27.112424 [ 277 ] {82298626-58f0-49ff-9d91-40405866faef} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1939 2024.12.19 22:23:27.112462 [ 277 ] {82298626-58f0-49ff-9d91-40405866faef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
1940 2024.12.19 22:23:27.112892 [ 277 ] {82298626-58f0-49ff-9d91-40405866faef} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1941 2024.12.19 22:23:27.113155 [ 277 ] {82298626-58f0-49ff-9d91-40405866faef} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1942 2024.12.19 22:23:27.113447 [ 277 ] {82298626-58f0-49ff-9d91-40405866faef} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.00162 sec., 9259.25925925926 rows/sec., 652.85 KiB/sec.
1943 2024.12.19 22:23:27.113654 [ 277 ] {82298626-58f0-49ff-9d91-40405866faef} <Debug> TCPHandler: Processed in 0.002002364 sec.
1944 2024.12.19 22:23:27.113831 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1945 2024.12.19 22:23:27.113980 [ 278 ] {c04d6810-5165-4c3c-8b4a-9833bc77106e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
1946 2024.12.19 22:23:27.114040 [ 278 ] {c04d6810-5165-4c3c-8b4a-9833bc77106e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
1947 2024.12.19 22:23:27.114652 [ 278 ] {c04d6810-5165-4c3c-8b4a-9833bc77106e} <Trace> oximeter.fields_u32 (96604386-977a-478c-b894-f09eb465191c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1948 2024.12.19 22:23:27.114695 [ 278 ] {c04d6810-5165-4c3c-8b4a-9833bc77106e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
1949 2024.12.19 22:23:27.115084 [ 278 ] {c04d6810-5165-4c3c-8b4a-9833bc77106e} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1950 2024.12.19 22:23:27.115322 [ 278 ] {c04d6810-5165-4c3c-8b4a-9833bc77106e} <Trace> oximeter.fields_u32 (96604386-977a-478c-b894-f09eb465191c): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1951 2024.12.19 22:23:27.115641 [ 278 ] {c04d6810-5165-4c3c-8b4a-9833bc77106e} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001673 sec., 8368.200836820084 rows/sec., 586.05 KiB/sec.
1952 2024.12.19 22:23:27.115903 [ 278 ] {c04d6810-5165-4c3c-8b4a-9833bc77106e} <Debug> TCPHandler: Processed in 0.002150336 sec.
1953 2024.12.19 22:23:27.116061 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1954 2024.12.19 22:23:27.116192 [ 277 ] {99dfafc7-c867-42ce-8550-8ccbbd346068} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
1955 2024.12.19 22:23:27.116246 [ 277 ] {99dfafc7-c867-42ce-8550-8ccbbd346068} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
1956 2024.12.19 22:23:27.116886 [ 277 ] {99dfafc7-c867-42ce-8550-8ccbbd346068} <Trace> oximeter.fields_u8 (74ab6f56-b776-4e15-89eb-af2ec1acc724): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1957 2024.12.19 22:23:27.116926 [ 277 ] {99dfafc7-c867-42ce-8550-8ccbbd346068} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
1958 2024.12.19 22:23:27.117280 [ 277 ] {99dfafc7-c867-42ce-8550-8ccbbd346068} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1959 2024.12.19 22:23:27.117509 [ 277 ] {99dfafc7-c867-42ce-8550-8ccbbd346068} <Trace> oximeter.fields_u8 (74ab6f56-b776-4e15-89eb-af2ec1acc724): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1960 2024.12.19 22:23:27.117781 [ 277 ] {99dfafc7-c867-42ce-8550-8ccbbd346068} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00157 sec., 8280.254777070064 rows/sec., 516.27 KiB/sec.
1961 2024.12.19 22:23:27.118021 [ 277 ] {99dfafc7-c867-42ce-8550-8ccbbd346068} <Debug> TCPHandler: Processed in 0.001994274 sec.
1962 2024.12.19 22:23:27.118178 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1963 2024.12.19 22:23:27.118299 [ 278 ] {c7ad40d4-37af-42f5-8a10-4f18c0bbcb35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1964 2024.12.19 22:23:27.118350 [ 278 ] {c7ad40d4-37af-42f5-8a10-4f18c0bbcb35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1965 2024.12.19 22:23:27.119234 [ 278 ] {c7ad40d4-37af-42f5-8a10-4f18c0bbcb35} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1966 2024.12.19 22:23:27.119278 [ 278 ] {c7ad40d4-37af-42f5-8a10-4f18c0bbcb35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
1967 2024.12.19 22:23:27.119703 [ 278 ] {c7ad40d4-37af-42f5-8a10-4f18c0bbcb35} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
1968 2024.12.19 22:23:27.119940 [ 278 ] {c7ad40d4-37af-42f5-8a10-4f18c0bbcb35} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1969 2024.12.19 22:23:27.120211 [ 278 ] {c7ad40d4-37af-42f5-8a10-4f18c0bbcb35} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001954 sec., 199590.58341862846 rows/sec., 14.15 MiB/sec.
1970 2024.12.19 22:23:27.120327 [ 278 ] {c7ad40d4-37af-42f5-8a10-4f18c0bbcb35} <Debug> TCPHandler: Processed in 0.002258449 sec.
1971 2024.12.19 22:23:27.120480 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1972 2024.12.19 22:23:27.120662 [ 277 ] {aa08940c-c50e-49be-91bc-7fa99e34212d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
1973 2024.12.19 22:23:27.120715 [ 277 ] {aa08940c-c50e-49be-91bc-7fa99e34212d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
1974 2024.12.19 22:23:27.121205 [ 277 ] {aa08940c-c50e-49be-91bc-7fa99e34212d} <Trace> oximeter.measurements_bool (164ca455-e956-4308-a817-eda615c184e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1975 2024.12.19 22:23:27.121246 [ 277 ] {aa08940c-c50e-49be-91bc-7fa99e34212d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
1976 2024.12.19 22:23:27.121610 [ 277 ] {aa08940c-c50e-49be-91bc-7fa99e34212d} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1977 2024.12.19 22:23:27.121855 [ 277 ] {aa08940c-c50e-49be-91bc-7fa99e34212d} <Trace> oximeter.measurements_bool (164ca455-e956-4308-a817-eda615c184e9): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1978 2024.12.19 22:23:27.122077 [ 277 ] {aa08940c-c50e-49be-91bc-7fa99e34212d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001426 sec., 4207.57363253857 rows/sec., 219.83 KiB/sec.
1979 2024.12.19 22:23:27.122317 [ 277 ] {aa08940c-c50e-49be-91bc-7fa99e34212d} <Debug> TCPHandler: Processed in 0.001829119 sec.
1980 2024.12.19 22:23:27.122476 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1981 2024.12.19 22:23:27.122602 [ 278 ] {e26093b3-985e-4497-9a77-bd2ae97ea1bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1982 2024.12.19 22:23:27.122658 [ 278 ] {e26093b3-985e-4497-9a77-bd2ae97ea1bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1983 2024.12.19 22:23:27.123281 [ 278 ] {e26093b3-985e-4497-9a77-bd2ae97ea1bb} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1984 2024.12.19 22:23:27.123320 [ 278 ] {e26093b3-985e-4497-9a77-bd2ae97ea1bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
1985 2024.12.19 22:23:27.123731 [ 278 ] {e26093b3-985e-4497-9a77-bd2ae97ea1bb} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
1986 2024.12.19 22:23:27.123952 [ 278 ] {e26093b3-985e-4497-9a77-bd2ae97ea1bb} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1987 2024.12.19 22:23:27.124266 [ 278 ] {e26093b3-985e-4497-9a77-bd2ae97ea1bb} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001712 sec., 138434.57943925232 rows/sec., 9.28 MiB/sec.
1988 2024.12.19 22:23:27.124523 [ 278 ] {e26093b3-985e-4497-9a77-bd2ae97ea1bb} <Debug> TCPHandler: Processed in 0.002164217 sec.
1989 2024.12.19 22:23:27.124758 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1990 2024.12.19 22:23:27.124898 [ 277 ] {0d88c624-59cb-4884-bded-69028e071c88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
1991 2024.12.19 22:23:27.124957 [ 277 ] {0d88c624-59cb-4884-bded-69028e071c88} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
1992 2024.12.19 22:23:27.125501 [ 277 ] {0d88c624-59cb-4884-bded-69028e071c88} <Trace> oximeter.measurements_f64 (f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1993 2024.12.19 22:23:27.125539 [ 277 ] {0d88c624-59cb-4884-bded-69028e071c88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
1994 2024.12.19 22:23:27.125890 [ 277 ] {0d88c624-59cb-4884-bded-69028e071c88} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1995 2024.12.19 22:23:27.126119 [ 277 ] {0d88c624-59cb-4884-bded-69028e071c88} <Trace> oximeter.measurements_f64 (f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1996 2024.12.19 22:23:27.126539 [ 277 ] {0d88c624-59cb-4884-bded-69028e071c88} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001624 sec., 615.7635467980296 rows/sec., 41.49 KiB/sec.
1997 2024.12.19 22:23:27.126640 [ 277 ] {0d88c624-59cb-4884-bded-69028e071c88} <Debug> TCPHandler: Processed in 0.001948732 sec.
1998 2024.12.19 22:23:27.126795 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1999 2024.12.19 22:23:27.126934 [ 278 ] {32fe50a4-3a71-4d0b-9047-e9bc56de2d49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2000 2024.12.19 22:23:27.127028 [ 278 ] {32fe50a4-3a71-4d0b-9047-e9bc56de2d49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
2001 2024.12.19 22:23:27.128136 [ 278 ] {32fe50a4-3a71-4d0b-9047-e9bc56de2d49} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2002 2024.12.19 22:23:27.128172 [ 278 ] {32fe50a4-3a71-4d0b-9047-e9bc56de2d49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
2003 2024.12.19 22:23:27.128871 [ 278 ] {32fe50a4-3a71-4d0b-9047-e9bc56de2d49} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2004 2024.12.19 22:23:27.129180 [ 278 ] {32fe50a4-3a71-4d0b-9047-e9bc56de2d49} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2005 2024.12.19 22:23:27.129668 [ 278 ] {32fe50a4-3a71-4d0b-9047-e9bc56de2d49} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002752 sec., 2906.9767441860463 rows/sec., 5.21 MiB/sec.
2006 2024.12.19 22:23:27.129802 [ 278 ] {32fe50a4-3a71-4d0b-9047-e9bc56de2d49} <Debug> TCPHandler: Processed in 0.003072266 sec.
2007 2024.12.19 22:23:27.129969 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2008 2024.12.19 22:23:27.130107 [ 277 ] {9ee260b2-a031-4eaa-a348-8b5817019ced} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2009 2024.12.19 22:23:27.130165 [ 277 ] {9ee260b2-a031-4eaa-a348-8b5817019ced} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2010 2024.12.19 22:23:27.130696 [ 277 ] {9ee260b2-a031-4eaa-a348-8b5817019ced} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2011 2024.12.19 22:23:27.130735 [ 277 ] {9ee260b2-a031-4eaa-a348-8b5817019ced} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
2012 2024.12.19 22:23:27.131131 [ 277 ] {9ee260b2-a031-4eaa-a348-8b5817019ced} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2013 2024.12.19 22:23:27.131361 [ 277 ] {9ee260b2-a031-4eaa-a348-8b5817019ced} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2014 2024.12.19 22:23:27.131626 [ 277 ] {9ee260b2-a031-4eaa-a348-8b5817019ced} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00154 sec., 53246.75324675325 rows/sec., 3.38 MiB/sec.
2015 2024.12.19 22:23:27.131750 [ 277 ] {9ee260b2-a031-4eaa-a348-8b5817019ced} <Debug> TCPHandler: Processed in 0.00185791 sec.
2016 2024.12.19 22:23:28.000425 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 171.64 MiB, peak 173.15 MiB, free memory in arenas 0.00 B, will set to 168.92 MiB (RSS), difference: -2.72 MiB
2017 2024.12.19 22:23:32.102604 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2018 2024.12.19 22:23:32.102834 [ 277 ] {3fac61f4-7d4c-4e51-b30d-999ab9edf699} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2019 2024.12.19 22:23:32.102917 [ 277 ] {3fac61f4-7d4c-4e51-b30d-999ab9edf699} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2020 2024.12.19 22:23:32.103743 [ 277 ] {3fac61f4-7d4c-4e51-b30d-999ab9edf699} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2021 2024.12.19 22:23:32.103790 [ 277 ] {3fac61f4-7d4c-4e51-b30d-999ab9edf699} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
2022 2024.12.19 22:23:32.104218 [ 277 ] {3fac61f4-7d4c-4e51-b30d-999ab9edf699} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2023 2024.12.19 22:23:32.104461 [ 277 ] {3fac61f4-7d4c-4e51-b30d-999ab9edf699} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2024 2024.12.19 22:23:32.104660 [ 45 ] {} <Debug> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2025 2024.12.19 22:23:32.104729 [ 277 ] {3fac61f4-7d4c-4e51-b30d-999ab9edf699} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001949 sec., 28732.683427398668 rows/sec., 2.19 MiB/sec.
2026 2024.12.19 22:23:32.104757 [ 45 ] {} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2027 2024.12.19 22:23:32.104831 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
2028 2024.12.19 22:23:32.104848 [ 277 ] {3fac61f4-7d4c-4e51-b30d-999ab9edf699} <Debug> TCPHandler: Processed in 0.002379471 sec.
2029 2024.12.19 22:23:32.105084 [ 190 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::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
2030 2024.12.19 22:23:32.105174 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2031 2024.12.19 22:23:32.105252 [ 190 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2032 2024.12.19 22:23:32.105305 [ 190 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 219 rows starting from the beginning of the part
2033 2024.12.19 22:23:32.105510 [ 278 ] {540cb34f-4c43-4862-99cc-46cf709c93ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2034 2024.12.19 22:23:32.105512 [ 190 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1359 rows starting from the beginning of the part
2035 2024.12.19 22:23:32.105691 [ 278 ] {540cb34f-4c43-4862-99cc-46cf709c93ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2036 2024.12.19 22:23:32.105765 [ 190 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 56 rows starting from the beginning of the part
2037 2024.12.19 22:23:32.106110 [ 190 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::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
2038 2024.12.19 22:23:32.106410 [ 190 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 219 rows starting from the beginning of the part
2039 2024.12.19 22:23:32.106671 [ 190 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::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
2040 2024.12.19 22:23:32.108777 [ 278 ] {540cb34f-4c43-4862-99cc-46cf709c93ca} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2041 2024.12.19 22:23:32.108858 [ 278 ] {540cb34f-4c43-4862-99cc-46cf709c93ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
2042 2024.12.19 22:23:32.109665 [ 278 ] {540cb34f-4c43-4862-99cc-46cf709c93ca} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2043 2024.12.19 22:23:32.110028 [ 200 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1965 rows, containing 5 columns (5 merged, 0 gathered) in 0.00508123 sec., 386717.3892935372 rows/sec., 33.74 MiB/sec.
2044 2024.12.19 22:23:32.110151 [ 278 ] {540cb34f-4c43-4862-99cc-46cf709c93ca} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2045 2024.12.19 22:23:32.110358 [ 200 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2046 2024.12.19 22:23:32.110440 [ 42 ] {} <Debug> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2047 2024.12.19 22:23:32.110621 [ 42 ] {} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2048 2024.12.19 22:23:32.110675 [ 278 ] {540cb34f-4c43-4862-99cc-46cf709c93ca} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005305 sec., 12064.090480678606 rows/sec., 964.23 KiB/sec.
2049 2024.12.19 22:23:32.110681 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
2050 2024.12.19 22:23:32.111053 [ 278 ] {540cb34f-4c43-4862-99cc-46cf709c93ca} <Debug> TCPHandler: Processed in 0.006053932 sec.
2051 2024.12.19 22:23:32.111122 [ 190 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::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
2052 2024.12.19 22:23:32.111330 [ 193 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_11_2} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2053 2024.12.19 22:23:32.111397 [ 190 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2054 2024.12.19 22:23:32.111451 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2055 2024.12.19 22:23:32.111478 [ 190 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 390 rows starting from the beginning of the part
2056 2024.12.19 22:23:32.111541 [ 193 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_11_2} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2057 2024.12.19 22:23:32.111847 [ 190 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 846 rows starting from the beginning of the part
2058 2024.12.19 22:23:32.112010 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB.
2059 2024.12.19 22:23:32.112155 [ 277 ] {c3a8784c-5615-4973-84d5-f8ad51bc4b38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2060 2024.12.19 22:23:32.112296 [ 190 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 64 rows starting from the beginning of the part
2061 2024.12.19 22:23:32.112385 [ 277 ] {c3a8784c-5615-4973-84d5-f8ad51bc4b38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2062 2024.12.19 22:23:32.112650 [ 190 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::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
2063 2024.12.19 22:23:32.113050 [ 190 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 390 rows starting from the beginning of the part
2064 2024.12.19 22:23:32.113468 [ 190 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::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
2065 2024.12.19 22:23:32.115216 [ 277 ] {c3a8784c-5615-4973-84d5-f8ad51bc4b38} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2066 2024.12.19 22:23:32.115282 [ 277 ] {c3a8784c-5615-4973-84d5-f8ad51bc4b38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
2067 2024.12.19 22:23:32.116473 [ 277 ] {c3a8784c-5615-4973-84d5-f8ad51bc4b38} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2068 2024.12.19 22:23:32.117000 [ 200 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1818 rows, containing 5 columns (5 merged, 0 gathered) in 0.006159584 sec., 295149.8023243128 rows/sec., 22.47 MiB/sec.
2069 2024.12.19 22:23:32.117013 [ 277 ] {c3a8784c-5615-4973-84d5-f8ad51bc4b38} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2070 2024.12.19 22:23:32.117220 [ 42 ] {} <Debug> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2071 2024.12.19 22:23:32.117280 [ 200 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2072 2024.12.19 22:23:32.117320 [ 42 ] {} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2073 2024.12.19 22:23:32.117397 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
2074 2024.12.19 22:23:32.117519 [ 277 ] {c3a8784c-5615-4973-84d5-f8ad51bc4b38} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005717 sec., 27986.706314500614 rows/sec., 1.95 MiB/sec.
2075 2024.12.19 22:23:32.117875 [ 277 ] {c3a8784c-5615-4973-84d5-f8ad51bc4b38} <Debug> TCPHandler: Processed in 0.006667155 sec.
2076 2024.12.19 22:23:32.117881 [ 193 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::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
2077 2024.12.19 22:23:32.118173 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2078 2024.12.19 22:23:32.118229 [ 200 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_11_2} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2079 2024.12.19 22:23:32.118332 [ 193 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2080 2024.12.19 22:23:32.118450 [ 193 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 1082 rows starting from the beginning of the part
2081 2024.12.19 22:23:32.118488 [ 200 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_11_2} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2082 2024.12.19 22:23:32.118505 [ 278 ] {1e67fbc4-50d6-4498-bb6b-4580951ba011} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2083 2024.12.19 22:23:32.118792 [ 278 ] {1e67fbc4-50d6-4498-bb6b-4580951ba011} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2084 2024.12.19 22:23:32.118857 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB.
2085 2024.12.19 22:23:32.118928 [ 193 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2473 rows starting from the beginning of the part
2086 2024.12.19 22:23:32.119324 [ 193 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 128 rows starting from the beginning of the part
2087 2024.12.19 22:23:32.119689 [ 193 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::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
2088 2024.12.19 22:23:32.120073 [ 193 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 237 rows starting from the beginning of the part
2089 2024.12.19 22:23:32.120329 [ 193 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 160 rows starting from the beginning of the part
2090 2024.12.19 22:23:32.121170 [ 278 ] {1e67fbc4-50d6-4498-bb6b-4580951ba011} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2091 2024.12.19 22:23:32.121234 [ 278 ] {1e67fbc4-50d6-4498-bb6b-4580951ba011} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
2092 2024.12.19 22:23:32.122090 [ 278 ] {1e67fbc4-50d6-4498-bb6b-4580951ba011} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2093 2024.12.19 22:23:32.122575 [ 278 ] {1e67fbc4-50d6-4498-bb6b-4580951ba011} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2094 2024.12.19 22:23:32.122829 [ 42 ] {} <Debug> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2095 2024.12.19 22:23:32.122958 [ 42 ] {} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2096 2024.12.19 22:23:32.123037 [ 278 ] {1e67fbc4-50d6-4498-bb6b-4580951ba011} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004611 sec., 13012.361743656475 rows/sec., 897.99 KiB/sec.
2097 2024.12.19 22:23:32.123044 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
2098 2024.12.19 22:23:32.123276 [ 278 ] {1e67fbc4-50d6-4498-bb6b-4580951ba011} <Debug> TCPHandler: Processed in 0.005262035 sec.
2099 2024.12.19 22:23:32.123434 [ 196 ] {a2784562-0832-4e33-8769-44c7df75eec1::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
2100 2024.12.19 22:23:32.123627 [ 196 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2101 2024.12.19 22:23:32.123662 [ 196 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 392 rows starting from the beginning of the part
2102 2024.12.19 22:23:32.123753 [ 196 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 34 rows starting from the beginning of the part
2103 2024.12.19 22:23:32.123831 [ 196 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 48 rows starting from the beginning of the part
2104 2024.12.19 22:23:32.124099 [ 196 ] {a2784562-0832-4e33-8769-44c7df75eec1::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
2105 2024.12.19 22:23:32.124366 [ 196 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 82 rows starting from the beginning of the part
2106 2024.12.19 22:23:32.124410 [ 193 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4240 rows, containing 5 columns (5 merged, 0 gathered) in 0.006851309 sec., 618859.8412361784 rows/sec., 41.74 MiB/sec.
2107 2024.12.19 22:23:32.124489 [ 196 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 60 rows starting from the beginning of the part
2108 2024.12.19 22:23:32.124752 [ 193 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2109 2024.12.19 22:23:32.125089 [ 193 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2110 2024.12.19 22:23:32.125203 [ 193 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2111 2024.12.19 22:23:32.125286 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.02 MiB.
2112 2024.12.19 22:23:32.125675 [ 193 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 676 rows, containing 4 columns (4 merged, 0 gathered) in 0.002483584 sec., 272187.290625161 rows/sec., 17.83 MiB/sec.
2113 2024.12.19 22:23:32.125964 [ 197 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2114 2024.12.19 22:23:32.126397 [ 197 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_11_2} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2115 2024.12.19 22:23:32.126502 [ 197 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_11_2} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2116 2024.12.19 22:23:32.126613 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB.
2117 2024.12.19 22:23:33.103952 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 4209
2118 2024.12.19 22:23:33.104689 [ 244 ] {} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2119 2024.12.19 22:23:33.104730 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
2120 2024.12.19 22:23:33.105263 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2121 2024.12.19 22:23:33.105523 [ 244 ] {} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2122 2024.12.19 22:23:33.105804 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4209
2123 2024.12.19 22:23:33.347760 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68
2124 2024.12.19 22:23:33.367106 [ 243 ] {} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2125 2024.12.19 22:23:33.367163 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
2126 2024.12.19 22:23:33.374239 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2127 2024.12.19 22:23:33.375062 [ 243 ] {} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2128 2024.12.19 22:23:33.378003 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 68
2129 2024.12.19 22:23:35.601454 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 314
2130 2024.12.19 22:23:35.604475 [ 242 ] {} <Trace> system.query_log (70720294-7ac9-485f-8b0b-2131ff2acf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2131 2024.12.19 22:23:35.604535 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
2132 2024.12.19 22:23:35.606099 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2133 2024.12.19 22:23:35.606442 [ 242 ] {} <Trace> system.query_log (70720294-7ac9-485f-8b0b-2131ff2acf2b): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2134 2024.12.19 22:23:35.606731 [ 38 ] {} <Debug> system.query_log (70720294-7ac9-485f-8b0b-2131ff2acf2b) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2135 2024.12.19 22:23:35.606857 [ 38 ] {} <Trace> system.query_log (70720294-7ac9-485f-8b0b-2131ff2acf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2136 2024.12.19 22:23:35.606932 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
2137 2024.12.19 22:23:35.607581 [ 196 ] {70720294-7ac9-485f-8b0b-2131ff2acf2b::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
2138 2024.12.19 22:23:35.608644 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 314
2139 2024.12.19 22:23:35.609035 [ 196 ] {70720294-7ac9-485f-8b0b-2131ff2acf2b::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2140 2024.12.19 22:23:35.609217 [ 196 ] {70720294-7ac9-485f-8b0b-2131ff2acf2b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 90 rows starting from the beginning of the part
2141 2024.12.19 22:23:35.609706 [ 196 ] {70720294-7ac9-485f-8b0b-2131ff2acf2b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 54 rows starting from the beginning of the part
2142 2024.12.19 22:23:35.610268 [ 196 ] {70720294-7ac9-485f-8b0b-2131ff2acf2b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 58 rows starting from the beginning of the part
2143 2024.12.19 22:23:35.610767 [ 196 ] {70720294-7ac9-485f-8b0b-2131ff2acf2b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 66 rows starting from the beginning of the part
2144 2024.12.19 22:23:35.611246 [ 196 ] {70720294-7ac9-485f-8b0b-2131ff2acf2b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 16 rows starting from the beginning of the part
2145 2024.12.19 22:23:35.611707 [ 196 ] {70720294-7ac9-485f-8b0b-2131ff2acf2b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 30 rows starting from the beginning of the part
2146 2024.12.19 22:23:35.620822 [ 193 ] {70720294-7ac9-485f-8b0b-2131ff2acf2b::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 314 rows, containing 72 columns (72 merged, 0 gathered) in 0.013694558 sec., 22928.815957404393 rows/sec., 22.75 MiB/sec.
2147 2024.12.19 22:23:35.621880 [ 199 ] {70720294-7ac9-485f-8b0b-2131ff2acf2b::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2148 2024.12.19 22:23:35.622737 [ 199 ] {70720294-7ac9-485f-8b0b-2131ff2acf2b::all_1_6_1} <Trace> system.query_log (70720294-7ac9-485f-8b0b-2131ff2acf2b): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2149 2024.12.19 22:23:35.622839 [ 199 ] {70720294-7ac9-485f-8b0b-2131ff2acf2b::all_1_6_1} <Trace> system.query_log (70720294-7ac9-485f-8b0b-2131ff2acf2b) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2150 2024.12.19 22:23:35.623171 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.67 MiB.
2151 2024.12.19 22:23:37.107756 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2152 2024.12.19 22:23:37.107967 [ 277 ] {b1757ee6-0d4e-4d59-ae07-e15124c5f4ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
2153 2024.12.19 22:23:37.108047 [ 277 ] {b1757ee6-0d4e-4d59-ae07-e15124c5f4ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
2154 2024.12.19 22:23:37.108810 [ 277 ] {b1757ee6-0d4e-4d59-ae07-e15124c5f4ed} <Trace> oximeter.fields_i16 (8b34b429-6d62-480d-bd41-33dce3ff3ffb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2155 2024.12.19 22:23:37.108858 [ 277 ] {b1757ee6-0d4e-4d59-ae07-e15124c5f4ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
2156 2024.12.19 22:23:37.109326 [ 277 ] {b1757ee6-0d4e-4d59-ae07-e15124c5f4ed} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2157 2024.12.19 22:23:37.109565 [ 277 ] {b1757ee6-0d4e-4d59-ae07-e15124c5f4ed} <Trace> oximeter.fields_i16 (8b34b429-6d62-480d-bd41-33dce3ff3ffb): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2158 2024.12.19 22:23:37.109764 [ 35 ] {} <Debug> oximeter.fields_i16 (8b34b429-6d62-480d-bd41-33dce3ff3ffb) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
2159 2024.12.19 22:23:37.109842 [ 277 ] {b1757ee6-0d4e-4d59-ae07-e15124c5f4ed} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001927 sec., 7265.179034769071 rows/sec., 523.00 KiB/sec.
2160 2024.12.19 22:23:37.109846 [ 35 ] {} <Trace> oximeter.fields_i16 (8b34b429-6d62-480d-bd41-33dce3ff3ffb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2161 2024.12.19 22:23:37.109934 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
2162 2024.12.19 22:23:37.109986 [ 277 ] {b1757ee6-0d4e-4d59-ae07-e15124c5f4ed} <Debug> TCPHandler: Processed in 0.002369731 sec.
2163 2024.12.19 22:23:37.110348 [ 193 ] {8b34b429-6d62-480d-bd41-33dce3ff3ffb::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
2164 2024.12.19 22:23:37.110354 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2165 2024.12.19 22:23:37.110604 [ 193 ] {8b34b429-6d62-480d-bd41-33dce3ff3ffb::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2166 2024.12.19 22:23:37.110665 [ 193 ] {8b34b429-6d62-480d-bd41-33dce3ff3ffb::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 14 rows starting from the beginning of the part
2167 2024.12.19 22:23:37.110695 [ 278 ] {960f679c-5f4c-4459-87d6-9c11f538a56e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2168 2024.12.19 22:23:37.110840 [ 193 ] {8b34b429-6d62-480d-bd41-33dce3ff3ffb::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 14 rows starting from the beginning of the part
2169 2024.12.19 22:23:37.110865 [ 278 ] {960f679c-5f4c-4459-87d6-9c11f538a56e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2170 2024.12.19 22:23:37.111200 [ 193 ] {8b34b429-6d62-480d-bd41-33dce3ff3ffb::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 14 rows starting from the beginning of the part
2171 2024.12.19 22:23:37.111566 [ 193 ] {8b34b429-6d62-480d-bd41-33dce3ff3ffb::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
2172 2024.12.19 22:23:37.111788 [ 193 ] {8b34b429-6d62-480d-bd41-33dce3ff3ffb::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 14 rows starting from the beginning of the part
2173 2024.12.19 22:23:37.113783 [ 278 ] {960f679c-5f4c-4459-87d6-9c11f538a56e} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2174 2024.12.19 22:23:37.113854 [ 278 ] {960f679c-5f4c-4459-87d6-9c11f538a56e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
2175 2024.12.19 22:23:37.114359 [ 193 ] {8b34b429-6d62-480d-bd41-33dce3ff3ffb::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004308774 sec., 16245.920533311797 rows/sec., 1.20 MiB/sec.
2176 2024.12.19 22:23:37.114579 [ 193 ] {8b34b429-6d62-480d-bd41-33dce3ff3ffb::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
2177 2024.12.19 22:23:37.114853 [ 278 ] {960f679c-5f4c-4459-87d6-9c11f538a56e} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2178 2024.12.19 22:23:37.115116 [ 199 ] {8b34b429-6d62-480d-bd41-33dce3ff3ffb::all_1_5_1} <Trace> oximeter.fields_i16 (8b34b429-6d62-480d-bd41-33dce3ff3ffb): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2179 2024.12.19 22:23:37.115307 [ 199 ] {8b34b429-6d62-480d-bd41-33dce3ff3ffb::all_1_5_1} <Trace> oximeter.fields_i16 (8b34b429-6d62-480d-bd41-33dce3ff3ffb) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
2180 2024.12.19 22:23:37.115348 [ 278 ] {960f679c-5f4c-4459-87d6-9c11f538a56e} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2181 2024.12.19 22:23:37.115487 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
2182 2024.12.19 22:23:37.115763 [ 278 ] {960f679c-5f4c-4459-87d6-9c11f538a56e} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.005144 sec., 42573.87247278383 rows/sec., 3.71 MiB/sec.
2183 2024.12.19 22:23:37.115964 [ 278 ] {960f679c-5f4c-4459-87d6-9c11f538a56e} <Debug> TCPHandler: Processed in 0.005831087 sec.
2184 2024.12.19 22:23:37.116139 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2185 2024.12.19 22:23:37.116272 [ 277 ] {e0e00d35-1b9a-4560-bf2b-7a90985a160e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2186 2024.12.19 22:23:37.116327 [ 277 ] {e0e00d35-1b9a-4560-bf2b-7a90985a160e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2187 2024.12.19 22:23:37.116985 [ 277 ] {e0e00d35-1b9a-4560-bf2b-7a90985a160e} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2188 2024.12.19 22:23:37.117029 [ 277 ] {e0e00d35-1b9a-4560-bf2b-7a90985a160e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
2189 2024.12.19 22:23:37.117472 [ 277 ] {e0e00d35-1b9a-4560-bf2b-7a90985a160e} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2190 2024.12.19 22:23:37.117707 [ 277 ] {e0e00d35-1b9a-4560-bf2b-7a90985a160e} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2191 2024.12.19 22:23:37.117869 [ 35 ] {} <Debug> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
2192 2024.12.19 22:23:37.117934 [ 35 ] {} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2193 2024.12.19 22:23:37.117972 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
2194 2024.12.19 22:23:37.117980 [ 277 ] {e0e00d35-1b9a-4560-bf2b-7a90985a160e} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001718 sec., 8731.082654249127 rows/sec., 615.61 KiB/sec.
2195 2024.12.19 22:23:37.118381 [ 277 ] {e0e00d35-1b9a-4560-bf2b-7a90985a160e} <Debug> TCPHandler: Processed in 0.00230635 sec.
2196 2024.12.19 22:23:37.118421 [ 193 ] {cc4becd3-7872-488b-b0f8-cf68375135df::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
2197 2024.12.19 22:23:37.118605 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2198 2024.12.19 22:23:37.118691 [ 193 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2199 2024.12.19 22:23:37.118799 [ 193 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 15 rows starting from the beginning of the part
2200 2024.12.19 22:23:37.118865 [ 278 ] {4798901c-0dc7-4917-9daf-b63f2663cb5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
2201 2024.12.19 22:23:37.119099 [ 278 ] {4798901c-0dc7-4917-9daf-b63f2663cb5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
2202 2024.12.19 22:23:37.119241 [ 193 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 15 rows starting from the beginning of the part
2203 2024.12.19 22:23:37.119609 [ 193 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 15 rows starting from the beginning of the part
2204 2024.12.19 22:23:37.119900 [ 193 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 15 rows starting from the beginning of the part
2205 2024.12.19 22:23:37.120264 [ 193 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 15 rows starting from the beginning of the part
2206 2024.12.19 22:23:37.121754 [ 278 ] {4798901c-0dc7-4917-9daf-b63f2663cb5d} <Trace> oximeter.fields_u32 (96604386-977a-478c-b894-f09eb465191c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2207 2024.12.19 22:23:37.121826 [ 278 ] {4798901c-0dc7-4917-9daf-b63f2663cb5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
2208 2024.12.19 22:23:37.122794 [ 198 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 75 rows, containing 5 columns (5 merged, 0 gathered) in 0.004737173 sec., 15832.227364295119 rows/sec., 1.15 MiB/sec.
2209 2024.12.19 22:23:37.122824 [ 278 ] {4798901c-0dc7-4917-9daf-b63f2663cb5d} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2210 2024.12.19 22:23:37.122978 [ 198 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
2211 2024.12.19 22:23:37.123113 [ 278 ] {4798901c-0dc7-4917-9daf-b63f2663cb5d} <Trace> oximeter.fields_u32 (96604386-977a-478c-b894-f09eb465191c): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2212 2024.12.19 22:23:37.123474 [ 278 ] {4798901c-0dc7-4917-9daf-b63f2663cb5d} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.004664 sec., 3001.7152658662094 rows/sec., 210.22 KiB/sec.
2213 2024.12.19 22:23:37.123788 [ 198 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_5_1} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2214 2024.12.19 22:23:37.123894 [ 278 ] {4798901c-0dc7-4917-9daf-b63f2663cb5d} <Debug> TCPHandler: Processed in 0.005379477 sec.
2215 2024.12.19 22:23:37.124112 [ 198 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_5_1} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
2216 2024.12.19 22:23:37.124235 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2217 2024.12.19 22:23:37.124235 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
2218 2024.12.19 22:23:37.124412 [ 277 ] {eab4a40d-02ca-4334-9bc8-39ad2c00a378} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
2219 2024.12.19 22:23:37.124465 [ 277 ] {eab4a40d-02ca-4334-9bc8-39ad2c00a378} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
2220 2024.12.19 22:23:37.125027 [ 277 ] {eab4a40d-02ca-4334-9bc8-39ad2c00a378} <Trace> oximeter.fields_u8 (74ab6f56-b776-4e15-89eb-af2ec1acc724): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2221 2024.12.19 22:23:37.125067 [ 277 ] {eab4a40d-02ca-4334-9bc8-39ad2c00a378} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
2222 2024.12.19 22:23:37.125420 [ 277 ] {eab4a40d-02ca-4334-9bc8-39ad2c00a378} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2223 2024.12.19 22:23:37.125655 [ 277 ] {eab4a40d-02ca-4334-9bc8-39ad2c00a378} <Trace> oximeter.fields_u8 (74ab6f56-b776-4e15-89eb-af2ec1acc724): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2224 2024.12.19 22:23:37.125814 [ 35 ] {} <Debug> oximeter.fields_u8 (74ab6f56-b776-4e15-89eb-af2ec1acc724) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
2225 2024.12.19 22:23:37.125880 [ 35 ] {} <Trace> oximeter.fields_u8 (74ab6f56-b776-4e15-89eb-af2ec1acc724): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2226 2024.12.19 22:23:37.125919 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
2227 2024.12.19 22:23:37.125926 [ 277 ] {eab4a40d-02ca-4334-9bc8-39ad2c00a378} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001523 sec., 8535.784635587655 rows/sec., 532.20 KiB/sec.
2228 2024.12.19 22:23:37.126290 [ 277 ] {eab4a40d-02ca-4334-9bc8-39ad2c00a378} <Debug> TCPHandler: Processed in 0.002234639 sec.
2229 2024.12.19 22:23:37.126338 [ 194 ] {74ab6f56-b776-4e15-89eb-af2ec1acc724::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
2230 2024.12.19 22:23:37.126505 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2231 2024.12.19 22:23:37.126531 [ 194 ] {74ab6f56-b776-4e15-89eb-af2ec1acc724::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2232 2024.12.19 22:23:37.126563 [ 194 ] {74ab6f56-b776-4e15-89eb-af2ec1acc724::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 13 rows starting from the beginning of the part
2233 2024.12.19 22:23:37.126643 [ 278 ] {23d14eff-f419-475e-8f14-391a3c72a380} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2234 2024.12.19 22:23:37.126731 [ 194 ] {74ab6f56-b776-4e15-89eb-af2ec1acc724::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 13 rows starting from the beginning of the part
2235 2024.12.19 22:23:37.126812 [ 278 ] {23d14eff-f419-475e-8f14-391a3c72a380} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2236 2024.12.19 22:23:37.127342 [ 194 ] {74ab6f56-b776-4e15-89eb-af2ec1acc724::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 13 rows starting from the beginning of the part
2237 2024.12.19 22:23:37.127727 [ 194 ] {74ab6f56-b776-4e15-89eb-af2ec1acc724::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 13 rows starting from the beginning of the part
2238 2024.12.19 22:23:37.128027 [ 194 ] {74ab6f56-b776-4e15-89eb-af2ec1acc724::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 13 rows starting from the beginning of the part
2239 2024.12.19 22:23:37.129274 [ 278 ] {23d14eff-f419-475e-8f14-391a3c72a380} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2240 2024.12.19 22:23:37.129320 [ 278 ] {23d14eff-f419-475e-8f14-391a3c72a380} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
2241 2024.12.19 22:23:37.129700 [ 194 ] {74ab6f56-b776-4e15-89eb-af2ec1acc724::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.00369989 sec., 17568.089862131037 rows/sec., 1.14 MiB/sec.
2242 2024.12.19 22:23:37.129827 [ 194 ] {74ab6f56-b776-4e15-89eb-af2ec1acc724::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
2243 2024.12.19 22:23:37.129913 [ 278 ] {23d14eff-f419-475e-8f14-391a3c72a380} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2244 2024.12.19 22:23:37.130122 [ 194 ] {74ab6f56-b776-4e15-89eb-af2ec1acc724::all_1_5_1} <Trace> oximeter.fields_u8 (74ab6f56-b776-4e15-89eb-af2ec1acc724): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2245 2024.12.19 22:23:37.130211 [ 278 ] {23d14eff-f419-475e-8f14-391a3c72a380} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2246 2024.12.19 22:23:37.130220 [ 194 ] {74ab6f56-b776-4e15-89eb-af2ec1acc724::all_1_5_1} <Trace> oximeter.fields_u8 (74ab6f56-b776-4e15-89eb-af2ec1acc724) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
2247 2024.12.19 22:23:37.130316 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
2248 2024.12.19 22:23:37.130444 [ 278 ] {23d14eff-f419-475e-8f14-391a3c72a380} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.003805 sec., 102496.71484888306 rows/sec., 7.27 MiB/sec.
2249 2024.12.19 22:23:37.130502 [ 278 ] {23d14eff-f419-475e-8f14-391a3c72a380} <Debug> TCPHandler: Processed in 0.004082309 sec.
2250 2024.12.19 22:23:37.130722 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2251 2024.12.19 22:23:37.130949 [ 277 ] {bdf1b6cd-fdfa-45c9-a133-bb56e55bdd06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
2252 2024.12.19 22:23:37.131044 [ 277 ] {bdf1b6cd-fdfa-45c9-a133-bb56e55bdd06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
2253 2024.12.19 22:23:37.131629 [ 277 ] {bdf1b6cd-fdfa-45c9-a133-bb56e55bdd06} <Trace> oximeter.measurements_bool (164ca455-e956-4308-a817-eda615c184e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2254 2024.12.19 22:23:37.131666 [ 277 ] {bdf1b6cd-fdfa-45c9-a133-bb56e55bdd06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
2255 2024.12.19 22:23:37.132011 [ 277 ] {bdf1b6cd-fdfa-45c9-a133-bb56e55bdd06} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2256 2024.12.19 22:23:37.132327 [ 277 ] {bdf1b6cd-fdfa-45c9-a133-bb56e55bdd06} <Trace> oximeter.measurements_bool (164ca455-e956-4308-a817-eda615c184e9): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2257 2024.12.19 22:23:37.132550 [ 277 ] {bdf1b6cd-fdfa-45c9-a133-bb56e55bdd06} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001655 sec., 3625.3776435045315 rows/sec., 189.41 KiB/sec.
2258 2024.12.19 22:23:37.132600 [ 277 ] {bdf1b6cd-fdfa-45c9-a133-bb56e55bdd06} <Debug> TCPHandler: Processed in 0.001989634 sec.
2259 2024.12.19 22:23:37.132757 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2260 2024.12.19 22:23:37.132897 [ 278 ] {f94fb269-35c7-495a-bd5c-8cd8e8339cba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2261 2024.12.19 22:23:37.132958 [ 278 ] {f94fb269-35c7-495a-bd5c-8cd8e8339cba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2262 2024.12.19 22:23:37.133597 [ 278 ] {f94fb269-35c7-495a-bd5c-8cd8e8339cba} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2263 2024.12.19 22:23:37.133635 [ 278 ] {f94fb269-35c7-495a-bd5c-8cd8e8339cba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
2264 2024.12.19 22:23:37.134023 [ 278 ] {f94fb269-35c7-495a-bd5c-8cd8e8339cba} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2265 2024.12.19 22:23:37.134270 [ 278 ] {f94fb269-35c7-495a-bd5c-8cd8e8339cba} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2266 2024.12.19 22:23:37.134448 [ 278 ] {f94fb269-35c7-495a-bd5c-8cd8e8339cba} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001584 sec., 149621.21212121213 rows/sec., 10.03 MiB/sec.
2267 2024.12.19 22:23:37.134499 [ 278 ] {f94fb269-35c7-495a-bd5c-8cd8e8339cba} <Debug> TCPHandler: Processed in 0.001809779 sec.
2268 2024.12.19 22:23:37.134633 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2269 2024.12.19 22:23:37.134751 [ 277 ] {95cfa9ce-3e16-4285-b8df-8ca09dd11bba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
2270 2024.12.19 22:23:37.134803 [ 277 ] {95cfa9ce-3e16-4285-b8df-8ca09dd11bba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
2271 2024.12.19 22:23:37.135265 [ 277 ] {95cfa9ce-3e16-4285-b8df-8ca09dd11bba} <Trace> oximeter.measurements_f64 (f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2272 2024.12.19 22:23:37.135305 [ 277 ] {95cfa9ce-3e16-4285-b8df-8ca09dd11bba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
2273 2024.12.19 22:23:37.135661 [ 277 ] {95cfa9ce-3e16-4285-b8df-8ca09dd11bba} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2274 2024.12.19 22:23:37.135890 [ 277 ] {95cfa9ce-3e16-4285-b8df-8ca09dd11bba} <Trace> oximeter.measurements_f64 (f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2275 2024.12.19 22:23:37.136034 [ 34 ] {} <Debug> oximeter.measurements_f64 (f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
2276 2024.12.19 22:23:37.136071 [ 34 ] {} <Trace> oximeter.measurements_f64 (f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2277 2024.12.19 22:23:37.136079 [ 277 ] {95cfa9ce-3e16-4285-b8df-8ca09dd11bba} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00135 sec., 740.7407407407406 rows/sec., 49.91 KiB/sec.
2278 2024.12.19 22:23:37.136097 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
2279 2024.12.19 22:23:37.136177 [ 277 ] {95cfa9ce-3e16-4285-b8df-8ca09dd11bba} <Debug> TCPHandler: Processed in 0.001599225 sec.
2280 2024.12.19 22:23:37.136458 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2281 2024.12.19 22:23:37.136537 [ 193 ] {f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd::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
2282 2024.12.19 22:23:37.136741 [ 278 ] {52810c97-31fd-467b-8b42-ffac8b07e430} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2283 2024.12.19 22:23:37.136814 [ 193 ] {f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2284 2024.12.19 22:23:37.136899 [ 193 ] {f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 1 rows starting from the beginning of the part
2285 2024.12.19 22:23:37.136913 [ 278 ] {52810c97-31fd-467b-8b42-ffac8b07e430} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
2286 2024.12.19 22:23:37.137273 [ 193 ] {f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd::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
2287 2024.12.19 22:23:37.137649 [ 193 ] {f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 1 rows starting from the beginning of the part
2288 2024.12.19 22:23:37.138009 [ 193 ] {f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 1 rows starting from the beginning of the part
2289 2024.12.19 22:23:37.138325 [ 193 ] {f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 1 rows starting from the beginning of the part
2290 2024.12.19 22:23:37.141558 [ 193 ] {f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5 rows, containing 4 columns (4 merged, 0 gathered) in 0.005379507 sec., 929.4532008230493 rows/sec., 62.63 KiB/sec.
2291 2024.12.19 22:23:37.141750 [ 193 ] {f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
2292 2024.12.19 22:23:37.142141 [ 278 ] {52810c97-31fd-467b-8b42-ffac8b07e430} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2293 2024.12.19 22:23:37.142211 [ 278 ] {52810c97-31fd-467b-8b42-ffac8b07e430} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
2294 2024.12.19 22:23:37.142437 [ 193 ] {f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd::all_1_5_1} <Trace> oximeter.measurements_f64 (f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2295 2024.12.19 22:23:37.142654 [ 193 ] {f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd::all_1_5_1} <Trace> oximeter.measurements_f64 (f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
2296 2024.12.19 22:23:37.142788 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
2297 2024.12.19 22:23:37.143220 [ 278 ] {52810c97-31fd-467b-8b42-ffac8b07e430} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2298 2024.12.19 22:23:37.143491 [ 278 ] {52810c97-31fd-467b-8b42-ffac8b07e430} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2299 2024.12.19 22:23:37.143764 [ 278 ] {52810c97-31fd-467b-8b42-ffac8b07e430} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.007069 sec., 1131.7017965766022 rows/sec., 2.03 MiB/sec.
2300 2024.12.19 22:23:37.143872 [ 278 ] {52810c97-31fd-467b-8b42-ffac8b07e430} <Debug> TCPHandler: Processed in 0.007583655 sec.
2301 2024.12.19 22:23:37.144106 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2302 2024.12.19 22:23:37.144331 [ 277 ] {b4e4ad0b-5dd6-49ad-9bef-1dc65e82ff3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2303 2024.12.19 22:23:37.144391 [ 277 ] {b4e4ad0b-5dd6-49ad-9bef-1dc65e82ff3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2304 2024.12.19 22:23:37.144962 [ 277 ] {b4e4ad0b-5dd6-49ad-9bef-1dc65e82ff3f} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2305 2024.12.19 22:23:37.145007 [ 277 ] {b4e4ad0b-5dd6-49ad-9bef-1dc65e82ff3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
2306 2024.12.19 22:23:37.145433 [ 277 ] {b4e4ad0b-5dd6-49ad-9bef-1dc65e82ff3f} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2307 2024.12.19 22:23:37.145665 [ 277 ] {b4e4ad0b-5dd6-49ad-9bef-1dc65e82ff3f} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2308 2024.12.19 22:23:37.145841 [ 277 ] {b4e4ad0b-5dd6-49ad-9bef-1dc65e82ff3f} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001562 sec., 52496.798975672216 rows/sec., 3.33 MiB/sec.
2309 2024.12.19 22:23:37.145889 [ 277 ] {b4e4ad0b-5dd6-49ad-9bef-1dc65e82ff3f} <Debug> TCPHandler: Processed in 0.001896381 sec.
2310 2024.12.19 22:23:40.525110 [ 30 ] {} <Debug> DNSResolver: Updating DNS cache
2311 2024.12.19 22:23:40.525186 [ 30 ] {} <Debug> DNSResolver: Updated DNS cache
2312 2024.12.19 22:23:40.607126 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 4636
2313 2024.12.19 22:23:40.607754 [ 244 ] {} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2314 2024.12.19 22:23:40.607802 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
2315 2024.12.19 22:23:40.608307 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2316 2024.12.19 22:23:40.608563 [ 244 ] {} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2317 2024.12.19 22:23:40.608824 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4636
2318 2024.12.19 22:23:40.879254 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76
2319 2024.12.19 22:23:40.899888 [ 243 ] {} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2320 2024.12.19 22:23:40.899938 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
2321 2024.12.19 22:23:40.907280 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2322 2024.12.19 22:23:40.908013 [ 243 ] {} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2323 2024.12.19 22:23:40.910564 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 76
2324 2024.12.19 22:23:42.098656 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2325 2024.12.19 22:23:42.098964 [ 277 ] {59d83cef-4ef3-480f-9d43-9e8d8c0899b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
2326 2024.12.19 22:23:42.099419 [ 277 ] {59d83cef-4ef3-480f-9d43-9e8d8c0899b1} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2327 2024.12.19 22:23:42.099472 [ 277 ] {59d83cef-4ef3-480f-9d43-9e8d8c0899b1} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
2328 2024.12.19 22:23:42.099839 [ 277 ] {59d83cef-4ef3-480f-9d43-9e8d8c0899b1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2329 2024.12.19 22:23:42.099917 [ 277 ] {59d83cef-4ef3-480f-9d43-9e8d8c0899b1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2330 2024.12.19 22:23:42.100086 [ 277 ] {59d83cef-4ef3-480f-9d43-9e8d8c0899b1} <Debug> oximeter.timeseries_schema (9a9e2674-b493-4e00-a5d3-0e6d74bb616d) (SelectExecutor): Key condition: (column 0 notIn 37-element set)
2331 2024.12.19 22:23:42.100211 [ 296 ] {59d83cef-4ef3-480f-9d43-9e8d8c0899b1} <Trace> oximeter.timeseries_schema (9a9e2674-b493-4e00-a5d3-0e6d74bb616d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2332 2024.12.19 22:23:42.100272 [ 294 ] {59d83cef-4ef3-480f-9d43-9e8d8c0899b1} <Trace> oximeter.timeseries_schema (9a9e2674-b493-4e00-a5d3-0e6d74bb616d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2333 2024.12.19 22:23:42.100284 [ 295 ] {59d83cef-4ef3-480f-9d43-9e8d8c0899b1} <Trace> oximeter.timeseries_schema (9a9e2674-b493-4e00-a5d3-0e6d74bb616d) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
2334 2024.12.19 22:23:42.100451 [ 277 ] {59d83cef-4ef3-480f-9d43-9e8d8c0899b1} <Debug> oximeter.timeseries_schema (9a9e2674-b493-4e00-a5d3-0e6d74bb616d) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges
2335 2024.12.19 22:23:42.100481 [ 277 ] {59d83cef-4ef3-480f-9d43-9e8d8c0899b1} <Trace> oximeter.timeseries_schema (9a9e2674-b493-4e00-a5d3-0e6d74bb616d) (SelectExecutor): Spreading mark ranges among streams (default reading)
2336 2024.12.19 22:23:42.100595 [ 277 ] {59d83cef-4ef3-480f-9d43-9e8d8c0899b1} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2337 2024.12.19 22:23:42.100619 [ 277 ] {59d83cef-4ef3-480f-9d43-9e8d8c0899b1} <Debug> oximeter.timeseries_schema (9a9e2674-b493-4e00-a5d3-0e6d74bb616d) (SelectExecutor): Reading approx. 37 rows with 3 streams
2338 2024.12.19 22:23:42.100661 [ 277 ] {59d83cef-4ef3-480f-9d43-9e8d8c0899b1} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2339 2024.12.19 22:23:42.100707 [ 277 ] {59d83cef-4ef3-480f-9d43-9e8d8c0899b1} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2340 2024.12.19 22:23:42.100746 [ 277 ] {59d83cef-4ef3-480f-9d43-9e8d8c0899b1} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2341 2024.12.19 22:23:42.102553 [ 277 ] {59d83cef-4ef3-480f-9d43-9e8d8c0899b1} <Debug> executeQuery: Read 37 rows, 1.39 KiB in 0.003738 sec., 9898.341359015516 rows/sec., 370.98 KiB/sec.
2342 2024.12.19 22:23:42.102759 [ 277 ] {59d83cef-4ef3-480f-9d43-9e8d8c0899b1} <Debug> TCPHandler: Processed in 0.004237212 sec.
2343 2024.12.19 22:23:42.103156 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2344 2024.12.19 22:23:42.103435 [ 278 ] {67c93ac7-8ad8-40ea-882f-7df376961c2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
2345 2024.12.19 22:23:42.103919 [ 278 ] {67c93ac7-8ad8-40ea-882f-7df376961c2c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2346 2024.12.19 22:23:42.103983 [ 278 ] {67c93ac7-8ad8-40ea-882f-7df376961c2c} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
2347 2024.12.19 22:23:42.104388 [ 278 ] {67c93ac7-8ad8-40ea-882f-7df376961c2c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2348 2024.12.19 22:23:42.104467 [ 278 ] {67c93ac7-8ad8-40ea-882f-7df376961c2c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2349 2024.12.19 22:23:42.104645 [ 278 ] {67c93ac7-8ad8-40ea-882f-7df376961c2c} <Debug> oximeter.timeseries_schema (9a9e2674-b493-4e00-a5d3-0e6d74bb616d) (SelectExecutor): Key condition: (column 0 notIn 38-element set)
2350 2024.12.19 22:23:42.104795 [ 298 ] {67c93ac7-8ad8-40ea-882f-7df376961c2c} <Trace> oximeter.timeseries_schema (9a9e2674-b493-4e00-a5d3-0e6d74bb616d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2351 2024.12.19 22:23:42.104818 [ 295 ] {67c93ac7-8ad8-40ea-882f-7df376961c2c} <Trace> oximeter.timeseries_schema (9a9e2674-b493-4e00-a5d3-0e6d74bb616d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2352 2024.12.19 22:23:42.104822 [ 296 ] {67c93ac7-8ad8-40ea-882f-7df376961c2c} <Trace> oximeter.timeseries_schema (9a9e2674-b493-4e00-a5d3-0e6d74bb616d) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
2353 2024.12.19 22:23:42.104958 [ 278 ] {67c93ac7-8ad8-40ea-882f-7df376961c2c} <Debug> oximeter.timeseries_schema (9a9e2674-b493-4e00-a5d3-0e6d74bb616d) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges
2354 2024.12.19 22:23:42.104989 [ 278 ] {67c93ac7-8ad8-40ea-882f-7df376961c2c} <Trace> oximeter.timeseries_schema (9a9e2674-b493-4e00-a5d3-0e6d74bb616d) (SelectExecutor): Spreading mark ranges among streams (default reading)
2355 2024.12.19 22:23:42.105103 [ 278 ] {67c93ac7-8ad8-40ea-882f-7df376961c2c} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2356 2024.12.19 22:23:42.105127 [ 278 ] {67c93ac7-8ad8-40ea-882f-7df376961c2c} <Debug> oximeter.timeseries_schema (9a9e2674-b493-4e00-a5d3-0e6d74bb616d) (SelectExecutor): Reading approx. 37 rows with 3 streams
2357 2024.12.19 22:23:42.105170 [ 278 ] {67c93ac7-8ad8-40ea-882f-7df376961c2c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2358 2024.12.19 22:23:42.105217 [ 278 ] {67c93ac7-8ad8-40ea-882f-7df376961c2c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2359 2024.12.19 22:23:42.105261 [ 278 ] {67c93ac7-8ad8-40ea-882f-7df376961c2c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2360 2024.12.19 22:23:42.106729 [ 278 ] {67c93ac7-8ad8-40ea-882f-7df376961c2c} <Debug> executeQuery: Read 37 rows, 1.39 KiB in 0.003439 sec., 10758.941552776969 rows/sec., 403.23 KiB/sec.
2361 2024.12.19 22:23:42.106913 [ 278 ] {67c93ac7-8ad8-40ea-882f-7df376961c2c} <Debug> TCPHandler: Processed in 0.003879924 sec.
2362 2024.12.19 22:23:42.107194 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2363 2024.12.19 22:23:42.107428 [ 277 ] {040bd387-d6e7-40ea-aaae-9072f04a7d44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
2364 2024.12.19 22:23:42.107867 [ 277 ] {040bd387-d6e7-40ea-aaae-9072f04a7d44} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2365 2024.12.19 22:23:42.107932 [ 277 ] {040bd387-d6e7-40ea-aaae-9072f04a7d44} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
2366 2024.12.19 22:23:42.108315 [ 277 ] {040bd387-d6e7-40ea-aaae-9072f04a7d44} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2367 2024.12.19 22:23:42.108382 [ 277 ] {040bd387-d6e7-40ea-aaae-9072f04a7d44} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2368 2024.12.19 22:23:42.108533 [ 277 ] {040bd387-d6e7-40ea-aaae-9072f04a7d44} <Debug> oximeter.timeseries_schema (9a9e2674-b493-4e00-a5d3-0e6d74bb616d) (SelectExecutor): Key condition: (column 0 notIn 39-element set)
2369 2024.12.19 22:23:42.108643 [ 296 ] {040bd387-d6e7-40ea-aaae-9072f04a7d44} <Trace> oximeter.timeseries_schema (9a9e2674-b493-4e00-a5d3-0e6d74bb616d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2370 2024.12.19 22:23:42.108677 [ 298 ] {040bd387-d6e7-40ea-aaae-9072f04a7d44} <Trace> oximeter.timeseries_schema (9a9e2674-b493-4e00-a5d3-0e6d74bb616d) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
2371 2024.12.19 22:23:42.108677 [ 295 ] {040bd387-d6e7-40ea-aaae-9072f04a7d44} <Trace> oximeter.timeseries_schema (9a9e2674-b493-4e00-a5d3-0e6d74bb616d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2372 2024.12.19 22:23:42.108798 [ 277 ] {040bd387-d6e7-40ea-aaae-9072f04a7d44} <Debug> oximeter.timeseries_schema (9a9e2674-b493-4e00-a5d3-0e6d74bb616d) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges
2373 2024.12.19 22:23:42.108827 [ 277 ] {040bd387-d6e7-40ea-aaae-9072f04a7d44} <Trace> oximeter.timeseries_schema (9a9e2674-b493-4e00-a5d3-0e6d74bb616d) (SelectExecutor): Spreading mark ranges among streams (default reading)
2374 2024.12.19 22:23:42.108934 [ 277 ] {040bd387-d6e7-40ea-aaae-9072f04a7d44} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2375 2024.12.19 22:23:42.108956 [ 277 ] {040bd387-d6e7-40ea-aaae-9072f04a7d44} <Debug> oximeter.timeseries_schema (9a9e2674-b493-4e00-a5d3-0e6d74bb616d) (SelectExecutor): Reading approx. 37 rows with 3 streams
2376 2024.12.19 22:23:42.108995 [ 277 ] {040bd387-d6e7-40ea-aaae-9072f04a7d44} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2377 2024.12.19 22:23:42.109070 [ 277 ] {040bd387-d6e7-40ea-aaae-9072f04a7d44} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2378 2024.12.19 22:23:42.109136 [ 277 ] {040bd387-d6e7-40ea-aaae-9072f04a7d44} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2379 2024.12.19 22:23:42.110617 [ 277 ] {040bd387-d6e7-40ea-aaae-9072f04a7d44} <Debug> executeQuery: Read 37 rows, 1.39 KiB in 0.003309 sec., 11181.625868842551 rows/sec., 419.07 KiB/sec.
2380 2024.12.19 22:23:42.110792 [ 277 ] {040bd387-d6e7-40ea-aaae-9072f04a7d44} <Debug> TCPHandler: Processed in 0.00365959 sec.
2381 2024.12.19 22:23:42.117805 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2382 2024.12.19 22:23:42.118099 [ 277 ] {fe01c770-e794-48d7-84ad-c95cd07b6d04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
2383 2024.12.19 22:23:42.118191 [ 277 ] {fe01c770-e794-48d7-84ad-c95cd07b6d04} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2384 2024.12.19 22:23:42.118878 [ 277 ] {fe01c770-e794-48d7-84ad-c95cd07b6d04} <Trace> oximeter.timeseries_schema (9a9e2674-b493-4e00-a5d3-0e6d74bb616d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2385 2024.12.19 22:23:42.118927 [ 277 ] {fe01c770-e794-48d7-84ad-c95cd07b6d04} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
2386 2024.12.19 22:23:42.119417 [ 277 ] {fe01c770-e794-48d7-84ad-c95cd07b6d04} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2387 2024.12.19 22:23:42.119646 [ 277 ] {fe01c770-e794-48d7-84ad-c95cd07b6d04} <Trace> oximeter.timeseries_schema (9a9e2674-b493-4e00-a5d3-0e6d74bb616d): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2388 2024.12.19 22:23:42.119899 [ 277 ] {fe01c770-e794-48d7-84ad-c95cd07b6d04} <Debug> executeQuery: Read 3 rows, 280.00 B in 0.001865 sec., 1608.57908847185 rows/sec., 146.62 KiB/sec.
2389 2024.12.19 22:23:42.119993 [ 277 ] {fe01c770-e794-48d7-84ad-c95cd07b6d04} <Debug> TCPHandler: Processed in 0.002227478 sec.
2390 2024.12.19 22:23:42.120155 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2391 2024.12.19 22:23:42.120293 [ 278 ] {a8f0fea5-b07d-45ee-8f05-e82eb89c76bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2392 2024.12.19 22:23:42.120343 [ 278 ] {a8f0fea5-b07d-45ee-8f05-e82eb89c76bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2393 2024.12.19 22:23:42.121009 [ 278 ] {a8f0fea5-b07d-45ee-8f05-e82eb89c76bd} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2394 2024.12.19 22:23:42.121050 [ 278 ] {a8f0fea5-b07d-45ee-8f05-e82eb89c76bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
2395 2024.12.19 22:23:42.121472 [ 278 ] {a8f0fea5-b07d-45ee-8f05-e82eb89c76bd} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2396 2024.12.19 22:23:42.121717 [ 278 ] {a8f0fea5-b07d-45ee-8f05-e82eb89c76bd} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2397 2024.12.19 22:23:42.121906 [ 278 ] {a8f0fea5-b07d-45ee-8f05-e82eb89c76bd} <Debug> executeQuery: Read 110 rows, 9.44 KiB in 0.001651 sec., 66626.28709872805 rows/sec., 5.58 MiB/sec.
2398 2024.12.19 22:23:42.121958 [ 278 ] {a8f0fea5-b07d-45ee-8f05-e82eb89c76bd} <Debug> TCPHandler: Processed in 0.001871651 sec.
2399 2024.12.19 22:23:42.122098 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2400 2024.12.19 22:23:42.122253 [ 277 ] {809222c8-9c9f-41de-a9b1-877b36c62b87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2401 2024.12.19 22:23:42.122345 [ 277 ] {809222c8-9c9f-41de-a9b1-877b36c62b87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2402 2024.12.19 22:23:42.123352 [ 277 ] {809222c8-9c9f-41de-a9b1-877b36c62b87} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2403 2024.12.19 22:23:42.123391 [ 277 ] {809222c8-9c9f-41de-a9b1-877b36c62b87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
2404 2024.12.19 22:23:42.123756 [ 277 ] {809222c8-9c9f-41de-a9b1-877b36c62b87} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2405 2024.12.19 22:23:42.123994 [ 277 ] {809222c8-9c9f-41de-a9b1-877b36c62b87} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2406 2024.12.19 22:23:42.124202 [ 277 ] {809222c8-9c9f-41de-a9b1-877b36c62b87} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.002004 sec., 13473.053892215568 rows/sec., 1013.11 KiB/sec.
2407 2024.12.19 22:23:42.124258 [ 277 ] {809222c8-9c9f-41de-a9b1-877b36c62b87} <Debug> TCPHandler: Processed in 0.002213618 sec.
2408 2024.12.19 22:23:42.124405 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2409 2024.12.19 22:23:42.124525 [ 278 ] {c6546478-6c09-4d7a-956e-8a1939c32347} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2410 2024.12.19 22:23:42.124574 [ 278 ] {c6546478-6c09-4d7a-956e-8a1939c32347} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2411 2024.12.19 22:23:42.125190 [ 278 ] {c6546478-6c09-4d7a-956e-8a1939c32347} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2412 2024.12.19 22:23:42.125227 [ 278 ] {c6546478-6c09-4d7a-956e-8a1939c32347} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
2413 2024.12.19 22:23:42.125590 [ 278 ] {c6546478-6c09-4d7a-956e-8a1939c32347} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2414 2024.12.19 22:23:42.125830 [ 278 ] {c6546478-6c09-4d7a-956e-8a1939c32347} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2415 2024.12.19 22:23:42.126023 [ 278 ] {c6546478-6c09-4d7a-956e-8a1939c32347} <Debug> executeQuery: Read 101 rows, 8.09 KiB in 0.001527 sec., 66142.76358873608 rows/sec., 5.17 MiB/sec.
2416 2024.12.19 22:23:42.126095 [ 278 ] {c6546478-6c09-4d7a-956e-8a1939c32347} <Debug> TCPHandler: Processed in 0.001758768 sec.
2417 2024.12.19 22:23:42.126240 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2418 2024.12.19 22:23:42.126371 [ 277 ] {e8395b0c-1555-49f0-8886-40ba44847e6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2419 2024.12.19 22:23:42.126428 [ 277 ] {e8395b0c-1555-49f0-8886-40ba44847e6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2420 2024.12.19 22:23:42.127129 [ 277 ] {e8395b0c-1555-49f0-8886-40ba44847e6a} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2421 2024.12.19 22:23:42.127179 [ 277 ] {e8395b0c-1555-49f0-8886-40ba44847e6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
2422 2024.12.19 22:23:42.127571 [ 277 ] {e8395b0c-1555-49f0-8886-40ba44847e6a} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2423 2024.12.19 22:23:42.127802 [ 277 ] {e8395b0c-1555-49f0-8886-40ba44847e6a} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2424 2024.12.19 22:23:42.128014 [ 277 ] {e8395b0c-1555-49f0-8886-40ba44847e6a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001641 sec., 97501.52346130408 rows/sec., 6.79 MiB/sec.
2425 2024.12.19 22:23:42.128067 [ 277 ] {e8395b0c-1555-49f0-8886-40ba44847e6a} <Debug> TCPHandler: Processed in 0.001867181 sec.
2426 2024.12.19 22:23:42.128219 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2427 2024.12.19 22:23:42.128358 [ 278 ] {b8299573-4eb5-43f0-82e8-95806ef07b02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2428 2024.12.19 22:23:42.128449 [ 278 ] {b8299573-4eb5-43f0-82e8-95806ef07b02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
2429 2024.12.19 22:23:42.129786 [ 278 ] {b8299573-4eb5-43f0-82e8-95806ef07b02} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2430 2024.12.19 22:23:42.129823 [ 278 ] {b8299573-4eb5-43f0-82e8-95806ef07b02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
2431 2024.12.19 22:23:42.130471 [ 278 ] {b8299573-4eb5-43f0-82e8-95806ef07b02} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2432 2024.12.19 22:23:42.130732 [ 278 ] {b8299573-4eb5-43f0-82e8-95806ef07b02} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2433 2024.12.19 22:23:42.130859 [ 27 ] {} <Debug> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2434 2024.12.19 22:23:42.130904 [ 27 ] {} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2435 2024.12.19 22:23:42.130927 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
2436 2024.12.19 22:23:42.130936 [ 278 ] {b8299573-4eb5-43f0-82e8-95806ef07b02} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002608 sec., 10352.760736196318 rows/sec., 18.55 MiB/sec.
2437 2024.12.19 22:23:42.131357 [ 186 ] {cbc455e9-47de-4677-931e-ce7496b93cef::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
2438 2024.12.19 22:23:42.131614 [ 278 ] {b8299573-4eb5-43f0-82e8-95806ef07b02} <Debug> TCPHandler: Processed in 0.003459665 sec.
2439 2024.12.19 22:23:42.131851 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2440 2024.12.19 22:23:42.131922 [ 186 ] {cbc455e9-47de-4677-931e-ce7496b93cef::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2441 2024.12.19 22:23:42.132072 [ 186 ] {cbc455e9-47de-4677-931e-ce7496b93cef::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
2442 2024.12.19 22:23:42.132114 [ 277 ] {4bc6da94-e926-4c92-8dcb-1600bf9f8712} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete)
2443 2024.12.19 22:23:42.132227 [ 277 ] {4bc6da94-e926-4c92-8dcb-1600bf9f8712} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64
2444 2024.12.19 22:23:42.132816 [ 186 ] {cbc455e9-47de-4677-931e-ce7496b93cef::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
2445 2024.12.19 22:23:42.133503 [ 186 ] {cbc455e9-47de-4677-931e-ce7496b93cef::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
2446 2024.12.19 22:23:42.134080 [ 186 ] {cbc455e9-47de-4677-931e-ce7496b93cef::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
2447 2024.12.19 22:23:42.134714 [ 186 ] {cbc455e9-47de-4677-931e-ce7496b93cef::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
2448 2024.12.19 22:23:42.134809 [ 277 ] {4bc6da94-e926-4c92-8dcb-1600bf9f8712} <Trace> oximeter.measurements_i64 (fa23349e-07d6-4af3-a405-3b28eae900e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2449 2024.12.19 22:23:42.135019 [ 277 ] {4bc6da94-e926-4c92-8dcb-1600bf9f8712} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
2450 2024.12.19 22:23:42.135371 [ 186 ] {cbc455e9-47de-4677-931e-ce7496b93cef::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
2451 2024.12.19 22:23:42.136663 [ 277 ] {4bc6da94-e926-4c92-8dcb-1600bf9f8712} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
2452 2024.12.19 22:23:42.137309 [ 277 ] {4bc6da94-e926-4c92-8dcb-1600bf9f8712} <Trace> oximeter.measurements_i64 (fa23349e-07d6-4af3-a405-3b28eae900e1): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2453 2024.12.19 22:23:42.137867 [ 277 ] {4bc6da94-e926-4c92-8dcb-1600bf9f8712} <Debug> executeQuery: Read 18 rows, 1.36 KiB in 0.005813 sec., 3096.507827283675 rows/sec., 233.35 KiB/sec.
2454 2024.12.19 22:23:42.138098 [ 277 ] {4bc6da94-e926-4c92-8dcb-1600bf9f8712} <Debug> TCPHandler: Processed in 0.006385499 sec.
2455 2024.12.19 22:23:42.138359 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2456 2024.12.19 22:23:42.138567 [ 278 ] {451ce41b-46e4-402d-ad86-6be408680a31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2457 2024.12.19 22:23:42.138646 [ 278 ] {451ce41b-46e4-402d-ad86-6be408680a31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2458 2024.12.19 22:23:42.139710 [ 278 ] {451ce41b-46e4-402d-ad86-6be408680a31} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2459 2024.12.19 22:23:42.139755 [ 278 ] {451ce41b-46e4-402d-ad86-6be408680a31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
2460 2024.12.19 22:23:42.140405 [ 278 ] {451ce41b-46e4-402d-ad86-6be408680a31} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2461 2024.12.19 22:23:42.140637 [ 192 ] {cbc455e9-47de-4677-931e-ce7496b93cef::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 67 rows, containing 19 columns (19 merged, 0 gathered) in 0.009613539 sec., 6969.337722559819 rows/sec., 12.49 MiB/sec.
2462 2024.12.19 22:23:42.140799 [ 278 ] {451ce41b-46e4-402d-ad86-6be408680a31} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2463 2024.12.19 22:23:42.141068 [ 278 ] {451ce41b-46e4-402d-ad86-6be408680a31} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002543 sec., 23594.180102241447 rows/sec., 1.59 MiB/sec.
2464 2024.12.19 22:23:42.141234 [ 278 ] {451ce41b-46e4-402d-ad86-6be408680a31} <Debug> TCPHandler: Processed in 0.002979824 sec.
2465 2024.12.19 22:23:42.141475 [ 192 ] {cbc455e9-47de-4677-931e-ce7496b93cef::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2466 2024.12.19 22:23:42.141941 [ 192 ] {cbc455e9-47de-4677-931e-ce7496b93cef::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2467 2024.12.19 22:23:42.142022 [ 192 ] {cbc455e9-47de-4677-931e-ce7496b93cef::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2468 2024.12.19 22:23:42.142170 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.71 MiB.
2469 2024.12.19 22:23:42.790261 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2470 2024.12.19 22:23:42.790529 [ 277 ] {4470e135-48ff-4ef8-bcca-d5a246f10749} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
2471 2024.12.19 22:23:42.790971 [ 277 ] {4470e135-48ff-4ef8-bcca-d5a246f10749} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2472 2024.12.19 22:23:42.791025 [ 277 ] {4470e135-48ff-4ef8-bcca-d5a246f10749} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
2473 2024.12.19 22:23:42.791403 [ 277 ] {4470e135-48ff-4ef8-bcca-d5a246f10749} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2474 2024.12.19 22:23:42.791485 [ 277 ] {4470e135-48ff-4ef8-bcca-d5a246f10749} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2475 2024.12.19 22:23:42.791665 [ 277 ] {4470e135-48ff-4ef8-bcca-d5a246f10749} <Debug> oximeter.timeseries_schema (9a9e2674-b493-4e00-a5d3-0e6d74bb616d) (SelectExecutor): Key condition: (column 0 notIn 40-element set)
2476 2024.12.19 22:23:42.791858 [ 295 ] {4470e135-48ff-4ef8-bcca-d5a246f10749} <Trace> oximeter.timeseries_schema (9a9e2674-b493-4e00-a5d3-0e6d74bb616d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2477 2024.12.19 22:23:42.791871 [ 298 ] {4470e135-48ff-4ef8-bcca-d5a246f10749} <Trace> oximeter.timeseries_schema (9a9e2674-b493-4e00-a5d3-0e6d74bb616d) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
2478 2024.12.19 22:23:42.791915 [ 294 ] {4470e135-48ff-4ef8-bcca-d5a246f10749} <Trace> oximeter.timeseries_schema (9a9e2674-b493-4e00-a5d3-0e6d74bb616d) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps
2479 2024.12.19 22:23:42.791965 [ 296 ] {4470e135-48ff-4ef8-bcca-d5a246f10749} <Trace> oximeter.timeseries_schema (9a9e2674-b493-4e00-a5d3-0e6d74bb616d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2480 2024.12.19 22:23:42.792083 [ 277 ] {4470e135-48ff-4ef8-bcca-d5a246f10749} <Debug> oximeter.timeseries_schema (9a9e2674-b493-4e00-a5d3-0e6d74bb616d) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges
2481 2024.12.19 22:23:42.792110 [ 277 ] {4470e135-48ff-4ef8-bcca-d5a246f10749} <Trace> oximeter.timeseries_schema (9a9e2674-b493-4e00-a5d3-0e6d74bb616d) (SelectExecutor): Spreading mark ranges among streams (default reading)
2482 2024.12.19 22:23:42.792253 [ 277 ] {4470e135-48ff-4ef8-bcca-d5a246f10749} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2483 2024.12.19 22:23:42.792278 [ 277 ] {4470e135-48ff-4ef8-bcca-d5a246f10749} <Debug> oximeter.timeseries_schema (9a9e2674-b493-4e00-a5d3-0e6d74bb616d) (SelectExecutor): Reading approx. 40 rows with 4 streams
2484 2024.12.19 22:23:42.792322 [ 277 ] {4470e135-48ff-4ef8-bcca-d5a246f10749} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2485 2024.12.19 22:23:42.792372 [ 277 ] {4470e135-48ff-4ef8-bcca-d5a246f10749} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2486 2024.12.19 22:23:42.792418 [ 277 ] {4470e135-48ff-4ef8-bcca-d5a246f10749} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2487 2024.12.19 22:23:42.792459 [ 277 ] {4470e135-48ff-4ef8-bcca-d5a246f10749} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2488 2024.12.19 22:23:42.794549 [ 277 ] {4470e135-48ff-4ef8-bcca-d5a246f10749} <Debug> executeQuery: Read 40 rows, 1.53 KiB in 0.004149 sec., 9640.877319836105 rows/sec., 367.65 KiB/sec.
2489 2024.12.19 22:23:42.794806 [ 277 ] {4470e135-48ff-4ef8-bcca-d5a246f10749} <Debug> MemoryTracker: Peak memory usage (for query): 143.96 KiB.
2490 2024.12.19 22:23:42.794828 [ 277 ] {4470e135-48ff-4ef8-bcca-d5a246f10749} <Debug> TCPHandler: Processed in 0.004706353 sec.
2491 2024.12.19 22:23:42.837153 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2492 2024.12.19 22:23:42.837387 [ 277 ] {086e432d-22e2-47b0-8797-97f4f3e97511} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
2493 2024.12.19 22:23:42.837482 [ 277 ] {086e432d-22e2-47b0-8797-97f4f3e97511} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2494 2024.12.19 22:23:42.838545 [ 277 ] {086e432d-22e2-47b0-8797-97f4f3e97511} <Trace> oximeter.timeseries_schema (9a9e2674-b493-4e00-a5d3-0e6d74bb616d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2495 2024.12.19 22:23:42.838589 [ 277 ] {086e432d-22e2-47b0-8797-97f4f3e97511} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
2496 2024.12.19 22:23:42.839078 [ 277 ] {086e432d-22e2-47b0-8797-97f4f3e97511} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2497 2024.12.19 22:23:42.839280 [ 277 ] {086e432d-22e2-47b0-8797-97f4f3e97511} <Trace> oximeter.timeseries_schema (9a9e2674-b493-4e00-a5d3-0e6d74bb616d): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2498 2024.12.19 22:23:42.839514 [ 277 ] {086e432d-22e2-47b0-8797-97f4f3e97511} <Debug> executeQuery: Read 1 rows, 232.00 B in 0.002234 sec., 447.62757385854974 rows/sec., 101.42 KiB/sec.
2499 2024.12.19 22:23:42.839566 [ 277 ] {086e432d-22e2-47b0-8797-97f4f3e97511} <Debug> TCPHandler: Processed in 0.002566436 sec.
2500 2024.12.19 22:23:42.839778 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2501 2024.12.19 22:23:42.840023 [ 278 ] {6dfbf46d-e2a3-4db8-9b23-42b3b8515877} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
2502 2024.12.19 22:23:42.840098 [ 278 ] {6dfbf46d-e2a3-4db8-9b23-42b3b8515877} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
2503 2024.12.19 22:23:42.840836 [ 278 ] {6dfbf46d-e2a3-4db8-9b23-42b3b8515877} <Trace> oximeter.fields_i16 (8b34b429-6d62-480d-bd41-33dce3ff3ffb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2504 2024.12.19 22:23:42.840878 [ 278 ] {6dfbf46d-e2a3-4db8-9b23-42b3b8515877} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
2505 2024.12.19 22:23:42.841302 [ 278 ] {6dfbf46d-e2a3-4db8-9b23-42b3b8515877} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2506 2024.12.19 22:23:42.841555 [ 278 ] {6dfbf46d-e2a3-4db8-9b23-42b3b8515877} <Trace> oximeter.fields_i16 (8b34b429-6d62-480d-bd41-33dce3ff3ffb): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2507 2024.12.19 22:23:42.841749 [ 278 ] {6dfbf46d-e2a3-4db8-9b23-42b3b8515877} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001777 sec., 7878.446820483962 rows/sec., 567.14 KiB/sec.
2508 2024.12.19 22:23:42.841814 [ 278 ] {6dfbf46d-e2a3-4db8-9b23-42b3b8515877} <Debug> TCPHandler: Processed in 0.002113586 sec.
2509 2024.12.19 22:23:42.841986 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2510 2024.12.19 22:23:42.842127 [ 277 ] {c68c7de7-5664-4fef-b347-58de35d343fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
2511 2024.12.19 22:23:42.842186 [ 277 ] {c68c7de7-5664-4fef-b347-58de35d343fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
2512 2024.12.19 22:23:42.842801 [ 277 ] {c68c7de7-5664-4fef-b347-58de35d343fa} <Trace> oximeter.fields_ipaddr (15c96da1-d320-4880-85e7-7388ae0c0cda): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2513 2024.12.19 22:23:42.842840 [ 277 ] {c68c7de7-5664-4fef-b347-58de35d343fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
2514 2024.12.19 22:23:42.843182 [ 277 ] {c68c7de7-5664-4fef-b347-58de35d343fa} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
2515 2024.12.19 22:23:42.843410 [ 277 ] {c68c7de7-5664-4fef-b347-58de35d343fa} <Trace> oximeter.fields_ipaddr (15c96da1-d320-4880-85e7-7388ae0c0cda): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2516 2024.12.19 22:23:42.843673 [ 277 ] {c68c7de7-5664-4fef-b347-58de35d343fa} <Debug> executeQuery: Read 12 rows, 1002.00 B in 0.001557 sec., 7707.129094412331 rows/sec., 628.46 KiB/sec.
2517 2024.12.19 22:23:42.843776 [ 277 ] {c68c7de7-5664-4fef-b347-58de35d343fa} <Debug> TCPHandler: Processed in 0.00185655 sec.
2518 2024.12.19 22:23:42.843938 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2519 2024.12.19 22:23:42.844083 [ 278 ] {cf5d6631-6f68-4495-af4a-6224400949e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2520 2024.12.19 22:23:42.844143 [ 278 ] {cf5d6631-6f68-4495-af4a-6224400949e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2521 2024.12.19 22:23:42.845255 [ 278 ] {cf5d6631-6f68-4495-af4a-6224400949e0} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2522 2024.12.19 22:23:42.845293 [ 278 ] {cf5d6631-6f68-4495-af4a-6224400949e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
2523 2024.12.19 22:23:42.845755 [ 278 ] {cf5d6631-6f68-4495-af4a-6224400949e0} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2524 2024.12.19 22:23:42.845998 [ 278 ] {cf5d6631-6f68-4495-af4a-6224400949e0} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2525 2024.12.19 22:23:42.846181 [ 278 ] {cf5d6631-6f68-4495-af4a-6224400949e0} <Debug> executeQuery: Read 1365 rows, 116.09 KiB in 0.002133 sec., 639943.741209564 rows/sec., 53.15 MiB/sec.
2526 2024.12.19 22:23:42.846237 [ 278 ] {cf5d6631-6f68-4495-af4a-6224400949e0} <Debug> TCPHandler: Processed in 0.002365172 sec.
2527 2024.12.19 22:23:42.846450 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2528 2024.12.19 22:23:42.846672 [ 277 ] {2a76c0a2-57e5-4ed9-bb99-6c4df8d18803} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2529 2024.12.19 22:23:42.846761 [ 277 ] {2a76c0a2-57e5-4ed9-bb99-6c4df8d18803} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2530 2024.12.19 22:23:42.847613 [ 277 ] {2a76c0a2-57e5-4ed9-bb99-6c4df8d18803} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2531 2024.12.19 22:23:42.847652 [ 277 ] {2a76c0a2-57e5-4ed9-bb99-6c4df8d18803} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
2532 2024.12.19 22:23:42.847999 [ 277 ] {2a76c0a2-57e5-4ed9-bb99-6c4df8d18803} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2533 2024.12.19 22:23:42.848214 [ 277 ] {2a76c0a2-57e5-4ed9-bb99-6c4df8d18803} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2534 2024.12.19 22:23:42.848446 [ 277 ] {2a76c0a2-57e5-4ed9-bb99-6c4df8d18803} <Debug> executeQuery: Read 27 rows, 1.90 KiB in 0.001854 sec., 14563.106796116504 rows/sec., 1022.39 KiB/sec.
2535 2024.12.19 22:23:42.848516 [ 277 ] {2a76c0a2-57e5-4ed9-bb99-6c4df8d18803} <Debug> TCPHandler: Processed in 0.002218218 sec.
2536 2024.12.19 22:23:42.848658 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2537 2024.12.19 22:23:42.848791 [ 278 ] {1c3a3149-7750-4d2b-9f7c-14d6ca804e26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
2538 2024.12.19 22:23:42.848844 [ 278 ] {1c3a3149-7750-4d2b-9f7c-14d6ca804e26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
2539 2024.12.19 22:23:42.849628 [ 278 ] {1c3a3149-7750-4d2b-9f7c-14d6ca804e26} <Trace> oximeter.fields_u32 (96604386-977a-478c-b894-f09eb465191c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2540 2024.12.19 22:23:42.849667 [ 278 ] {1c3a3149-7750-4d2b-9f7c-14d6ca804e26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
2541 2024.12.19 22:23:42.850033 [ 278 ] {1c3a3149-7750-4d2b-9f7c-14d6ca804e26} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2542 2024.12.19 22:23:42.850270 [ 278 ] {1c3a3149-7750-4d2b-9f7c-14d6ca804e26} <Trace> oximeter.fields_u32 (96604386-977a-478c-b894-f09eb465191c): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2543 2024.12.19 22:23:42.850439 [ 72 ] {} <Debug> oximeter.fields_u32 (96604386-977a-478c-b894-f09eb465191c) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2544 2024.12.19 22:23:42.850458 [ 278 ] {1c3a3149-7750-4d2b-9f7c-14d6ca804e26} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001644 sec., 147201.94647201945 rows/sec., 9.97 MiB/sec.
2545 2024.12.19 22:23:42.850499 [ 72 ] {} <Trace> oximeter.fields_u32 (96604386-977a-478c-b894-f09eb465191c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2546 2024.12.19 22:23:42.850574 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
2547 2024.12.19 22:23:42.850589 [ 278 ] {1c3a3149-7750-4d2b-9f7c-14d6ca804e26} <Debug> TCPHandler: Processed in 0.001944292 sec.
2548 2024.12.19 22:23:42.850896 [ 193 ] {96604386-977a-478c-b894-f09eb465191c::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
2549 2024.12.19 22:23:42.850927 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2550 2024.12.19 22:23:42.851175 [ 193 ] {96604386-977a-478c-b894-f09eb465191c::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2551 2024.12.19 22:23:42.851194 [ 277 ] {3f766c4e-3401-4a91-8492-a052d60479e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
2552 2024.12.19 22:23:42.851237 [ 193 ] {96604386-977a-478c-b894-f09eb465191c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 14 rows starting from the beginning of the part
2553 2024.12.19 22:23:42.851295 [ 277 ] {3f766c4e-3401-4a91-8492-a052d60479e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
2554 2024.12.19 22:23:42.851586 [ 193 ] {96604386-977a-478c-b894-f09eb465191c::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
2555 2024.12.19 22:23:42.851956 [ 193 ] {96604386-977a-478c-b894-f09eb465191c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 242 rows starting from the beginning of the part
2556 2024.12.19 22:23:42.852308 [ 193 ] {96604386-977a-478c-b894-f09eb465191c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 14 rows starting from the beginning of the part
2557 2024.12.19 22:23:42.852709 [ 193 ] {96604386-977a-478c-b894-f09eb465191c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 14 rows starting from the beginning of the part
2558 2024.12.19 22:23:42.853094 [ 193 ] {96604386-977a-478c-b894-f09eb465191c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 242 rows starting from the beginning of the part
2559 2024.12.19 22:23:42.854271 [ 277 ] {3f766c4e-3401-4a91-8492-a052d60479e1} <Trace> oximeter.fields_u8 (74ab6f56-b776-4e15-89eb-af2ec1acc724): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2560 2024.12.19 22:23:42.854329 [ 277 ] {3f766c4e-3401-4a91-8492-a052d60479e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
2561 2024.12.19 22:23:42.855318 [ 277 ] {3f766c4e-3401-4a91-8492-a052d60479e1} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2562 2024.12.19 22:23:42.855864 [ 277 ] {3f766c4e-3401-4a91-8492-a052d60479e1} <Trace> oximeter.fields_u8 (74ab6f56-b776-4e15-89eb-af2ec1acc724): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2563 2024.12.19 22:23:42.856224 [ 192 ] {96604386-977a-478c-b894-f09eb465191c::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 540 rows, containing 5 columns (5 merged, 0 gathered) in 0.005540961 sec., 97456.01891079906 rows/sec., 6.98 MiB/sec.
2564 2024.12.19 22:23:42.856306 [ 277 ] {3f766c4e-3401-4a91-8492-a052d60479e1} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005214 sec., 2493.2873034138856 rows/sec., 155.46 KiB/sec.
2565 2024.12.19 22:23:42.856434 [ 277 ] {3f766c4e-3401-4a91-8492-a052d60479e1} <Debug> TCPHandler: Processed in 0.005754175 sec.
2566 2024.12.19 22:23:42.856498 [ 192 ] {96604386-977a-478c-b894-f09eb465191c::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2567 2024.12.19 22:23:42.856623 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2568 2024.12.19 22:23:42.856821 [ 278 ] {d177569d-b52d-4071-89ea-6b4810ba674a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2569 2024.12.19 22:23:42.856970 [ 278 ] {d177569d-b52d-4071-89ea-6b4810ba674a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2570 2024.12.19 22:23:42.857010 [ 192 ] {96604386-977a-478c-b894-f09eb465191c::all_1_6_1} <Trace> oximeter.fields_u32 (96604386-977a-478c-b894-f09eb465191c): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2571 2024.12.19 22:23:42.857247 [ 192 ] {96604386-977a-478c-b894-f09eb465191c::all_1_6_1} <Trace> oximeter.fields_u32 (96604386-977a-478c-b894-f09eb465191c) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2572 2024.12.19 22:23:42.857453 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB.
2573 2024.12.19 22:23:42.858200 [ 278 ] {d177569d-b52d-4071-89ea-6b4810ba674a} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2574 2024.12.19 22:23:42.858244 [ 278 ] {d177569d-b52d-4071-89ea-6b4810ba674a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
2575 2024.12.19 22:23:42.858644 [ 278 ] {d177569d-b52d-4071-89ea-6b4810ba674a} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2576 2024.12.19 22:23:42.858882 [ 278 ] {d177569d-b52d-4071-89ea-6b4810ba674a} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2577 2024.12.19 22:23:42.859096 [ 278 ] {d177569d-b52d-4071-89ea-6b4810ba674a} <Debug> executeQuery: Read 858 rows, 63.59 KiB in 0.002282 sec., 375985.9772129711 rows/sec., 27.21 MiB/sec.
2578 2024.12.19 22:23:42.859154 [ 278 ] {d177569d-b52d-4071-89ea-6b4810ba674a} <Debug> TCPHandler: Processed in 0.002581036 sec.
2579 2024.12.19 22:23:42.859291 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2580 2024.12.19 22:23:42.859514 [ 277 ] {5ddcd329-c271-43a5-9e9e-12d115aa3984} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
2581 2024.12.19 22:23:42.859608 [ 277 ] {5ddcd329-c271-43a5-9e9e-12d115aa3984} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
2582 2024.12.19 22:23:42.860416 [ 277 ] {5ddcd329-c271-43a5-9e9e-12d115aa3984} <Trace> oximeter.measurements_bool (164ca455-e956-4308-a817-eda615c184e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2583 2024.12.19 22:23:42.860452 [ 277 ] {5ddcd329-c271-43a5-9e9e-12d115aa3984} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
2584 2024.12.19 22:23:42.860807 [ 277 ] {5ddcd329-c271-43a5-9e9e-12d115aa3984} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2585 2024.12.19 22:23:42.861035 [ 277 ] {5ddcd329-c271-43a5-9e9e-12d115aa3984} <Trace> oximeter.measurements_bool (164ca455-e956-4308-a817-eda615c184e9): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2586 2024.12.19 22:23:42.861151 [ 72 ] {} <Debug> oximeter.measurements_bool (164ca455-e956-4308-a817-eda615c184e9) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2587 2024.12.19 22:23:42.861189 [ 72 ] {} <Trace> oximeter.measurements_bool (164ca455-e956-4308-a817-eda615c184e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2588 2024.12.19 22:23:42.861209 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
2589 2024.12.19 22:23:42.861228 [ 277 ] {5ddcd329-c271-43a5-9e9e-12d115aa3984} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001766 sec., 3397.5084937712345 rows/sec., 177.51 KiB/sec.
2590 2024.12.19 22:23:42.861410 [ 277 ] {5ddcd329-c271-43a5-9e9e-12d115aa3984} <Debug> TCPHandler: Processed in 0.002172587 sec.
2591 2024.12.19 22:23:42.861490 [ 201 ] {164ca455-e956-4308-a817-eda615c184e9::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
2592 2024.12.19 22:23:42.861576 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2593 2024.12.19 22:23:42.861659 [ 201 ] {164ca455-e956-4308-a817-eda615c184e9::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2594 2024.12.19 22:23:42.861710 [ 201 ] {164ca455-e956-4308-a817-eda615c184e9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 6 rows starting from the beginning of the part
2595 2024.12.19 22:23:42.861710 [ 278 ] {a0aa444e-8f22-4de4-bf4b-c3983608b8ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2596 2024.12.19 22:23:42.861823 [ 278 ] {a0aa444e-8f22-4de4-bf4b-c3983608b8ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2597 2024.12.19 22:23:42.861955 [ 201 ] {164ca455-e956-4308-a817-eda615c184e9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 6 rows starting from the beginning of the part
2598 2024.12.19 22:23:42.862316 [ 201 ] {164ca455-e956-4308-a817-eda615c184e9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 6 rows starting from the beginning of the part
2599 2024.12.19 22:23:42.862669 [ 201 ] {164ca455-e956-4308-a817-eda615c184e9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 6 rows starting from the beginning of the part
2600 2024.12.19 22:23:42.862991 [ 201 ] {164ca455-e956-4308-a817-eda615c184e9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 6 rows starting from the beginning of the part
2601 2024.12.19 22:23:42.863340 [ 201 ] {164ca455-e956-4308-a817-eda615c184e9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 6 rows starting from the beginning of the part
2602 2024.12.19 22:23:42.865084 [ 278 ] {a0aa444e-8f22-4de4-bf4b-c3983608b8ad} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2603 2024.12.19 22:23:42.865143 [ 278 ] {a0aa444e-8f22-4de4-bf4b-c3983608b8ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
2604 2024.12.19 22:23:42.865173 [ 191 ] {164ca455-e956-4308-a817-eda615c184e9::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.003877095 sec., 9285.30252676295 rows/sec., 485.12 KiB/sec.
2605 2024.12.19 22:23:42.865513 [ 191 ] {164ca455-e956-4308-a817-eda615c184e9::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2606 2024.12.19 22:23:42.866002 [ 278 ] {a0aa444e-8f22-4de4-bf4b-c3983608b8ad} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2607 2024.12.19 22:23:42.866354 [ 201 ] {164ca455-e956-4308-a817-eda615c184e9::all_1_6_1} <Trace> oximeter.measurements_bool (164ca455-e956-4308-a817-eda615c184e9): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2608 2024.12.19 22:23:42.866457 [ 278 ] {a0aa444e-8f22-4de4-bf4b-c3983608b8ad} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2609 2024.12.19 22:23:42.866505 [ 201 ] {164ca455-e956-4308-a817-eda615c184e9::all_1_6_1} <Trace> oximeter.measurements_bool (164ca455-e956-4308-a817-eda615c184e9) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2610 2024.12.19 22:23:42.866723 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
2611 2024.12.19 22:23:42.866803 [ 278 ] {a0aa444e-8f22-4de4-bf4b-c3983608b8ad} <Debug> executeQuery: Read 961 rows, 65.39 KiB in 0.005125 sec., 187512.1951219512 rows/sec., 12.46 MiB/sec.
2612 2024.12.19 22:23:42.866874 [ 278 ] {a0aa444e-8f22-4de4-bf4b-c3983608b8ad} <Debug> TCPHandler: Processed in 0.005366937 sec.
2613 2024.12.19 22:23:42.867043 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2614 2024.12.19 22:23:42.867183 [ 277 ] {420833cd-1b4e-4578-bae6-edcc8026e72e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
2615 2024.12.19 22:23:42.867244 [ 277 ] {420833cd-1b4e-4578-bae6-edcc8026e72e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
2616 2024.12.19 22:23:42.867720 [ 277 ] {420833cd-1b4e-4578-bae6-edcc8026e72e} <Trace> oximeter.measurements_f64 (f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2617 2024.12.19 22:23:42.867756 [ 277 ] {420833cd-1b4e-4578-bae6-edcc8026e72e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
2618 2024.12.19 22:23:42.868110 [ 277 ] {420833cd-1b4e-4578-bae6-edcc8026e72e} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2619 2024.12.19 22:23:42.868345 [ 277 ] {420833cd-1b4e-4578-bae6-edcc8026e72e} <Trace> oximeter.measurements_f64 (f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2620 2024.12.19 22:23:42.868518 [ 277 ] {420833cd-1b4e-4578-bae6-edcc8026e72e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001366 sec., 732.0644216691069 rows/sec., 49.33 KiB/sec.
2621 2024.12.19 22:23:42.868566 [ 277 ] {420833cd-1b4e-4578-bae6-edcc8026e72e} <Debug> TCPHandler: Processed in 0.001589915 sec.
2622 2024.12.19 22:23:42.868705 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2623 2024.12.19 22:23:42.868824 [ 278 ] {a5bd8b48-054d-45aa-8a0c-83f15df68c19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2624 2024.12.19 22:23:42.868907 [ 278 ] {a5bd8b48-054d-45aa-8a0c-83f15df68c19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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 2024.12.19 22:23:42.869983 [ 278 ] {a5bd8b48-054d-45aa-8a0c-83f15df68c19} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2626 2024.12.19 22:23:42.870022 [ 278 ] {a5bd8b48-054d-45aa-8a0c-83f15df68c19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
2627 2024.12.19 22:23:42.870620 [ 278 ] {a5bd8b48-054d-45aa-8a0c-83f15df68c19} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2628 2024.12.19 22:23:42.870885 [ 278 ] {a5bd8b48-054d-45aa-8a0c-83f15df68c19} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2629 2024.12.19 22:23:42.871133 [ 278 ] {a5bd8b48-054d-45aa-8a0c-83f15df68c19} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002333 sec., 3429.0612944706386 rows/sec., 6.14 MiB/sec.
2630 2024.12.19 22:23:42.871226 [ 278 ] {a5bd8b48-054d-45aa-8a0c-83f15df68c19} <Debug> TCPHandler: Processed in 0.002574906 sec.
2631 2024.12.19 22:23:42.871432 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2632 2024.12.19 22:23:42.871674 [ 277 ] {2c971c11-0bff-4e58-bdad-6f3120d78e44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2633 2024.12.19 22:23:42.871767 [ 277 ] {2c971c11-0bff-4e58-bdad-6f3120d78e44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2634 2024.12.19 22:23:42.872510 [ 277 ] {2c971c11-0bff-4e58-bdad-6f3120d78e44} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2635 2024.12.19 22:23:42.872546 [ 277 ] {2c971c11-0bff-4e58-bdad-6f3120d78e44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
2636 2024.12.19 22:23:42.872902 [ 277 ] {2c971c11-0bff-4e58-bdad-6f3120d78e44} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2637 2024.12.19 22:23:42.873140 [ 277 ] {2c971c11-0bff-4e58-bdad-6f3120d78e44} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2638 2024.12.19 22:23:42.873306 [ 277 ] {2c971c11-0bff-4e58-bdad-6f3120d78e44} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001711 sec., 19871.420222092343 rows/sec., 1.15 MiB/sec.
2639 2024.12.19 22:23:42.873351 [ 277 ] {2c971c11-0bff-4e58-bdad-6f3120d78e44} <Debug> TCPHandler: Processed in 0.002055375 sec.
2640 2024.12.19 22:23:43.000391 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 172.92 MiB, peak 176.00 MiB, free memory in arenas 0.00 B, will set to 171.11 MiB (RSS), difference: -1.81 MiB
2641 2024.12.19 22:23:45.608825 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 72 entries to flush up to offset 386
2642 2024.12.19 22:23:45.612813 [ 242 ] {} <Trace> system.query_log (70720294-7ac9-485f-8b0b-2131ff2acf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2643 2024.12.19 22:23:45.612872 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
2644 2024.12.19 22:23:45.614420 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2645 2024.12.19 22:23:45.614732 [ 242 ] {} <Trace> system.query_log (70720294-7ac9-485f-8b0b-2131ff2acf2b): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2646 2024.12.19 22:23:45.615281 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 386
2647 2024.12.19 22:23:47.098436 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2648 2024.12.19 22:23:47.098749 [ 277 ] {0deac379-ceb0-4bef-b6fa-b40942c9d693} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2649 2024.12.19 22:23:47.098875 [ 277 ] {0deac379-ceb0-4bef-b6fa-b40942c9d693} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2650 2024.12.19 22:23:47.099817 [ 277 ] {0deac379-ceb0-4bef-b6fa-b40942c9d693} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2651 2024.12.19 22:23:47.099871 [ 277 ] {0deac379-ceb0-4bef-b6fa-b40942c9d693} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
2652 2024.12.19 22:23:47.100310 [ 277 ] {0deac379-ceb0-4bef-b6fa-b40942c9d693} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2653 2024.12.19 22:23:47.100563 [ 277 ] {0deac379-ceb0-4bef-b6fa-b40942c9d693} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2654 2024.12.19 22:23:47.100810 [ 277 ] {0deac379-ceb0-4bef-b6fa-b40942c9d693} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002147 sec., 26082.906380996737 rows/sec., 1.99 MiB/sec.
2655 2024.12.19 22:23:47.100868 [ 277 ] {0deac379-ceb0-4bef-b6fa-b40942c9d693} <Debug> TCPHandler: Processed in 0.002621297 sec.
2656 2024.12.19 22:23:47.101107 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2657 2024.12.19 22:23:47.101299 [ 278 ] {bb961db6-0f1b-4935-acef-53ae2a8bc05c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2658 2024.12.19 22:23:47.101376 [ 278 ] {bb961db6-0f1b-4935-acef-53ae2a8bc05c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2659 2024.12.19 22:23:47.102131 [ 278 ] {bb961db6-0f1b-4935-acef-53ae2a8bc05c} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2660 2024.12.19 22:23:47.102177 [ 278 ] {bb961db6-0f1b-4935-acef-53ae2a8bc05c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
2661 2024.12.19 22:23:47.102635 [ 278 ] {bb961db6-0f1b-4935-acef-53ae2a8bc05c} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2662 2024.12.19 22:23:47.102889 [ 278 ] {bb961db6-0f1b-4935-acef-53ae2a8bc05c} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2663 2024.12.19 22:23:47.103112 [ 278 ] {bb961db6-0f1b-4935-acef-53ae2a8bc05c} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001885 sec., 33952.254641909814 rows/sec., 2.65 MiB/sec.
2664 2024.12.19 22:23:47.103164 [ 278 ] {bb961db6-0f1b-4935-acef-53ae2a8bc05c} <Debug> TCPHandler: Processed in 0.002209138 sec.
2665 2024.12.19 22:23:47.103297 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2666 2024.12.19 22:23:47.103410 [ 277 ] {cc3ac691-2251-4325-8ace-627f2b5a3714} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2667 2024.12.19 22:23:47.103461 [ 277 ] {cc3ac691-2251-4325-8ace-627f2b5a3714} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2668 2024.12.19 22:23:47.104064 [ 277 ] {cc3ac691-2251-4325-8ace-627f2b5a3714} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2669 2024.12.19 22:23:47.104103 [ 277 ] {cc3ac691-2251-4325-8ace-627f2b5a3714} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
2670 2024.12.19 22:23:47.104493 [ 277 ] {cc3ac691-2251-4325-8ace-627f2b5a3714} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2671 2024.12.19 22:23:47.104726 [ 277 ] {cc3ac691-2251-4325-8ace-627f2b5a3714} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2672 2024.12.19 22:23:47.104945 [ 277 ] {cc3ac691-2251-4325-8ace-627f2b5a3714} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001522 sec., 84099.86859395533 rows/sec., 5.86 MiB/sec.
2673 2024.12.19 22:23:47.104997 [ 277 ] {cc3ac691-2251-4325-8ace-627f2b5a3714} <Debug> TCPHandler: Processed in 0.001723998 sec.
2674 2024.12.19 22:23:47.105138 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2675 2024.12.19 22:23:47.105257 [ 278 ] {b27abe2d-a99d-4a3f-9cbb-05a66a295151} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2676 2024.12.19 22:23:47.105316 [ 278 ] {b27abe2d-a99d-4a3f-9cbb-05a66a295151} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2677 2024.12.19 22:23:47.105918 [ 278 ] {b27abe2d-a99d-4a3f-9cbb-05a66a295151} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2678 2024.12.19 22:23:47.105966 [ 278 ] {b27abe2d-a99d-4a3f-9cbb-05a66a295151} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
2679 2024.12.19 22:23:47.106400 [ 278 ] {b27abe2d-a99d-4a3f-9cbb-05a66a295151} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2680 2024.12.19 22:23:47.106635 [ 278 ] {b27abe2d-a99d-4a3f-9cbb-05a66a295151} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2681 2024.12.19 22:23:47.106868 [ 278 ] {b27abe2d-a99d-4a3f-9cbb-05a66a295151} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001631 sec., 29429.797670141015 rows/sec., 1.98 MiB/sec.
2682 2024.12.19 22:23:47.106952 [ 278 ] {b27abe2d-a99d-4a3f-9cbb-05a66a295151} <Debug> TCPHandler: Processed in 0.00187057 sec.
2683 2024.12.19 22:23:48.108953 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 5124
2684 2024.12.19 22:23:48.109843 [ 244 ] {} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2685 2024.12.19 22:23:48.109885 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
2686 2024.12.19 22:23:48.110412 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2687 2024.12.19 22:23:48.110674 [ 244 ] {} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2688 2024.12.19 22:23:48.110823 [ 129 ] {} <Debug> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2689 2024.12.19 22:23:48.110879 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5124
2690 2024.12.19 22:23:48.110879 [ 129 ] {} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2691 2024.12.19 22:23:48.110915 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
2692 2024.12.19 22:23:48.111093 [ 191 ] {b24e19f3-0afd-43dd-aba1-eb03aae2e534::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
2693 2024.12.19 22:23:48.111252 [ 191 ] {b24e19f3-0afd-43dd-aba1-eb03aae2e534::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2694 2024.12.19 22:23:48.111295 [ 191 ] {b24e19f3-0afd-43dd-aba1-eb03aae2e534::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
2695 2024.12.19 22:23:48.111376 [ 191 ] {b24e19f3-0afd-43dd-aba1-eb03aae2e534::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 488 rows starting from the beginning of the part
2696 2024.12.19 22:23:48.111630 [ 191 ] {b24e19f3-0afd-43dd-aba1-eb03aae2e534::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 427 rows starting from the beginning of the part
2697 2024.12.19 22:23:48.111821 [ 191 ] {b24e19f3-0afd-43dd-aba1-eb03aae2e534::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 488 rows starting from the beginning of the part
2698 2024.12.19 22:23:48.111996 [ 191 ] {b24e19f3-0afd-43dd-aba1-eb03aae2e534::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 427 rows starting from the beginning of the part
2699 2024.12.19 22:23:48.112142 [ 191 ] {b24e19f3-0afd-43dd-aba1-eb03aae2e534::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 488 rows starting from the beginning of the part
2700 2024.12.19 22:23:48.113955 [ 187 ] {b24e19f3-0afd-43dd-aba1-eb03aae2e534::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5124 rows, containing 4 columns (4 merged, 0 gathered) in 0.002954474 sec., 1734318.8669116737 rows/sec., 24.81 MiB/sec.
2701 2024.12.19 22:23:48.114287 [ 191 ] {b24e19f3-0afd-43dd-aba1-eb03aae2e534::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2702 2024.12.19 22:23:48.114575 [ 191 ] {b24e19f3-0afd-43dd-aba1-eb03aae2e534::all_1_11_2} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2703 2024.12.19 22:23:48.114657 [ 191 ] {b24e19f3-0afd-43dd-aba1-eb03aae2e534::all_1_11_2} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2704 2024.12.19 22:23:48.114742 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB.
2705 2024.12.19 22:23:48.410610 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83
2706 2024.12.19 22:23:48.431631 [ 243 ] {} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2707 2024.12.19 22:23:48.431679 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
2708 2024.12.19 22:23:48.439333 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2709 2024.12.19 22:23:48.440106 [ 243 ] {} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2710 2024.12.19 22:23:48.440476 [ 129 ] {} <Debug> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2711 2024.12.19 22:23:48.440617 [ 129 ] {} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2712 2024.12.19 22:23:48.440688 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB.
2713 2024.12.19 22:23:48.440956 [ 195 ] {616d7a77-365c-46c3-a06a-0a94885b3600::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
2714 2024.12.19 22:23:48.449200 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 83
2715 2024.12.19 22:23:48.450399 [ 195 ] {616d7a77-365c-46c3-a06a-0a94885b3600::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2716 2024.12.19 22:23:48.451261 [ 195 ] {616d7a77-365c-46c3-a06a-0a94885b3600::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
2717 2024.12.19 22:23:48.455839 [ 195 ] {616d7a77-365c-46c3-a06a-0a94885b3600::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
2718 2024.12.19 22:23:48.460369 [ 195 ] {616d7a77-365c-46c3-a06a-0a94885b3600::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
2719 2024.12.19 22:23:48.465505 [ 195 ] {616d7a77-365c-46c3-a06a-0a94885b3600::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
2720 2024.12.19 22:23:48.470753 [ 195 ] {616d7a77-365c-46c3-a06a-0a94885b3600::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
2721 2024.12.19 22:23:48.475196 [ 195 ] {616d7a77-365c-46c3-a06a-0a94885b3600::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
2722 2024.12.19 22:23:48.531578 [ 187 ] {616d7a77-365c-46c3-a06a-0a94885b3600::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.090744956 sec., 914.6513884474195 rows/sec., 4.73 MiB/sec.
2723 2024.12.19 22:23:48.534095 [ 189 ] {616d7a77-365c-46c3-a06a-0a94885b3600::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2724 2024.12.19 22:23:48.536981 [ 189 ] {616d7a77-365c-46c3-a06a-0a94885b3600::all_1_11_2} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2725 2024.12.19 22:23:48.537105 [ 189 ] {616d7a77-365c-46c3-a06a-0a94885b3600::all_1_11_2} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2726 2024.12.19 22:23:48.539606 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB.
2727 2024.12.19 22:23:49.000351 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 172.23 MiB, peak 182.13 MiB, free memory in arenas 0.00 B, will set to 174.58 MiB (RSS), difference: 2.35 MiB
2728 2024.12.19 22:23:52.099761 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2729 2024.12.19 22:23:52.099974 [ 277 ] {24b27afe-14a8-4336-9878-741e240d5cc6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2730 2024.12.19 22:23:52.100051 [ 277 ] {24b27afe-14a8-4336-9878-741e240d5cc6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2731 2024.12.19 22:23:52.100835 [ 277 ] {24b27afe-14a8-4336-9878-741e240d5cc6} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2732 2024.12.19 22:23:52.100884 [ 277 ] {24b27afe-14a8-4336-9878-741e240d5cc6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB.
2733 2024.12.19 22:23:52.101334 [ 277 ] {24b27afe-14a8-4336-9878-741e240d5cc6} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
2734 2024.12.19 22:23:52.101592 [ 277 ] {24b27afe-14a8-4336-9878-741e240d5cc6} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2735 2024.12.19 22:23:52.101804 [ 86 ] {} <Debug> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
2736 2024.12.19 22:23:52.101870 [ 277 ] {24b27afe-14a8-4336-9878-741e240d5cc6} <Debug> executeQuery: Read 110 rows, 9.44 KiB in 0.00195 sec., 56410.256410256414 rows/sec., 4.73 MiB/sec.
2737 2024.12.19 22:23:52.101899 [ 86 ] {} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2738 2024.12.19 22:23:52.101980 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB.
2739 2024.12.19 22:23:52.101997 [ 277 ] {24b27afe-14a8-4336-9878-741e240d5cc6} <Debug> TCPHandler: Processed in 0.002364062 sec.
2740 2024.12.19 22:23:52.102239 [ 188 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::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
2741 2024.12.19 22:23:52.102283 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2742 2024.12.19 22:23:52.102514 [ 188 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2743 2024.12.19 22:23:52.102562 [ 278 ] {c4b212e5-2ef4-49a1-9b2a-28680b76e4a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2744 2024.12.19 22:23:52.102592 [ 188 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1359 rows starting from the beginning of the part
2745 2024.12.19 22:23:52.102695 [ 278 ] {c4b212e5-2ef4-49a1-9b2a-28680b76e4a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2746 2024.12.19 22:23:52.102855 [ 188 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 219 rows starting from the beginning of the part
2747 2024.12.19 22:23:52.103275 [ 188 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 110 rows starting from the beginning of the part
2748 2024.12.19 22:23:52.103607 [ 188 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1365 rows starting from the beginning of the part
2749 2024.12.19 22:23:52.103990 [ 188 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 56 rows starting from the beginning of the part
2750 2024.12.19 22:23:52.104405 [ 188 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 110 rows starting from the beginning of the part
2751 2024.12.19 22:23:52.105548 [ 278 ] {c4b212e5-2ef4-49a1-9b2a-28680b76e4a8} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2752 2024.12.19 22:23:52.105623 [ 278 ] {c4b212e5-2ef4-49a1-9b2a-28680b76e4a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB.
2753 2024.12.19 22:23:52.106834 [ 278 ] {c4b212e5-2ef4-49a1-9b2a-28680b76e4a8} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2754 2024.12.19 22:23:52.107202 [ 278 ] {c4b212e5-2ef4-49a1-9b2a-28680b76e4a8} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2755 2024.12.19 22:23:52.107610 [ 278 ] {c4b212e5-2ef4-49a1-9b2a-28680b76e4a8} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.005112 sec., 5281.69014084507 rows/sec., 397.16 KiB/sec.
2756 2024.12.19 22:23:52.107984 [ 278 ] {c4b212e5-2ef4-49a1-9b2a-28680b76e4a8} <Debug> TCPHandler: Processed in 0.005866308 sec.
2757 2024.12.19 22:23:52.108352 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2758 2024.12.19 22:23:52.108376 [ 189 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3219 rows, containing 5 columns (5 merged, 0 gathered) in 0.006284867 sec., 512182.67626029317 rows/sec., 44.61 MiB/sec.
2759 2024.12.19 22:23:52.108523 [ 277 ] {05f6b1b4-b230-4ca1-8d65-13cbaf911f2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2760 2024.12.19 22:23:52.108599 [ 277 ] {05f6b1b4-b230-4ca1-8d65-13cbaf911f2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2761 2024.12.19 22:23:52.108754 [ 187 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
2762 2024.12.19 22:23:52.109450 [ 187 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_16_3} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2763 2024.12.19 22:23:52.109680 [ 187 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_16_3} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
2764 2024.12.19 22:23:52.109899 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB.
2765 2024.12.19 22:23:52.109997 [ 277 ] {05f6b1b4-b230-4ca1-8d65-13cbaf911f2e} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2766 2024.12.19 22:23:52.110043 [ 277 ] {05f6b1b4-b230-4ca1-8d65-13cbaf911f2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB.
2767 2024.12.19 22:23:52.110426 [ 277 ] {05f6b1b4-b230-4ca1-8d65-13cbaf911f2e} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
2768 2024.12.19 22:23:52.110663 [ 277 ] {05f6b1b4-b230-4ca1-8d65-13cbaf911f2e} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2769 2024.12.19 22:23:52.110827 [ 86 ] {} <Debug> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
2770 2024.12.19 22:23:52.110884 [ 86 ] {} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2771 2024.12.19 22:23:52.110926 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB.
2772 2024.12.19 22:23:52.110923 [ 277 ] {05f6b1b4-b230-4ca1-8d65-13cbaf911f2e} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.002429 sec., 37463.976945244955 rows/sec., 2.93 MiB/sec.
2773 2024.12.19 22:23:52.111280 [ 277 ] {05f6b1b4-b230-4ca1-8d65-13cbaf911f2e} <Debug> TCPHandler: Processed in 0.003154429 sec.
2774 2024.12.19 22:23:52.111348 [ 190 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::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
2775 2024.12.19 22:23:52.111614 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2776 2024.12.19 22:23:52.111744 [ 190 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2777 2024.12.19 22:23:52.111820 [ 190 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 846 rows starting from the beginning of the part
2778 2024.12.19 22:23:52.111892 [ 278 ] {e8867409-93a2-47a7-bc55-64d65e0e8f42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2779 2024.12.19 22:23:52.112007 [ 190 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 390 rows starting from the beginning of the part
2780 2024.12.19 22:23:52.112108 [ 278 ] {e8867409-93a2-47a7-bc55-64d65e0e8f42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2781 2024.12.19 22:23:52.112293 [ 190 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 101 rows starting from the beginning of the part
2782 2024.12.19 22:23:52.112719 [ 190 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 858 rows starting from the beginning of the part
2783 2024.12.19 22:23:52.113061 [ 190 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 64 rows starting from the beginning of the part
2784 2024.12.19 22:23:52.113421 [ 190 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 91 rows starting from the beginning of the part
2785 2024.12.19 22:23:52.114756 [ 278 ] {e8867409-93a2-47a7-bc55-64d65e0e8f42} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2786 2024.12.19 22:23:52.114825 [ 278 ] {e8867409-93a2-47a7-bc55-64d65e0e8f42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB.
2787 2024.12.19 22:23:52.115804 [ 278 ] {e8867409-93a2-47a7-bc55-64d65e0e8f42} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
2788 2024.12.19 22:23:52.116076 [ 278 ] {e8867409-93a2-47a7-bc55-64d65e0e8f42} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2789 2024.12.19 22:23:52.116351 [ 86 ] {} <Debug> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
2790 2024.12.19 22:23:52.116446 [ 86 ] {} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2791 2024.12.19 22:23:52.116508 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB.
2792 2024.12.19 22:23:52.116732 [ 189 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2350 rows, containing 5 columns (5 merged, 0 gathered) in 0.005715314 sec., 411176.0088772026 rows/sec., 31.47 MiB/sec.
2793 2024.12.19 22:23:52.116734 [ 278 ] {e8867409-93a2-47a7-bc55-64d65e0e8f42} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004887 sec., 32739.922242684675 rows/sec., 2.28 MiB/sec.
2794 2024.12.19 22:23:52.116809 [ 187 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::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
2795 2024.12.19 22:23:52.116946 [ 278 ] {e8867409-93a2-47a7-bc55-64d65e0e8f42} <Debug> TCPHandler: Processed in 0.00553939 sec.
2796 2024.12.19 22:23:52.117073 [ 189 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
2797 2024.12.19 22:23:52.117327 [ 187 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2798 2024.12.19 22:23:52.117364 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2799 2024.12.19 22:23:52.117385 [ 187 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 4240 rows starting from the beginning of the part
2800 2024.12.19 22:23:52.117834 [ 187 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 237 rows starting from the beginning of the part
2801 2024.12.19 22:23:52.118189 [ 189 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_16_3} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2802 2024.12.19 22:23:52.118268 [ 187 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::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
2803 2024.12.19 22:23:52.118287 [ 277 ] {78325792-74af-49e1-8516-bc7856b501a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2804 2024.12.19 22:23:52.118627 [ 189 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_16_3} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
2805 2024.12.19 22:23:52.118660 [ 187 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 961 rows starting from the beginning of the part
2806 2024.12.19 22:23:52.119021 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB.
2807 2024.12.19 22:23:52.119150 [ 187 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 128 rows starting from the beginning of the part
2808 2024.12.19 22:23:52.119223 [ 277 ] {78325792-74af-49e1-8516-bc7856b501a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
2809 2024.12.19 22:23:52.119575 [ 187 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::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
2810 2024.12.19 22:23:52.123752 [ 277 ] {78325792-74af-49e1-8516-bc7856b501a3} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2811 2024.12.19 22:23:52.123799 [ 277 ] {78325792-74af-49e1-8516-bc7856b501a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB.
2812 2024.12.19 22:23:52.124897 [ 190 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5886 rows, containing 5 columns (5 merged, 0 gathered) in 0.00824506 sec., 713882.0093486281 rows/sec., 48.14 MiB/sec.
2813 2024.12.19 22:23:52.125039 [ 277 ] {78325792-74af-49e1-8516-bc7856b501a3} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2814 2024.12.19 22:23:52.125312 [ 190 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
2815 2024.12.19 22:23:52.125496 [ 277 ] {78325792-74af-49e1-8516-bc7856b501a3} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2816 2024.12.19 22:23:52.126116 [ 277 ] {78325792-74af-49e1-8516-bc7856b501a3} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.008275 sec., 3262.839879154079 rows/sec., 5.85 MiB/sec.
2817 2024.12.19 22:23:52.126189 [ 190 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2818 2024.12.19 22:23:52.126482 [ 190 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
2819 2024.12.19 22:23:52.126500 [ 277 ] {78325792-74af-49e1-8516-bc7856b501a3} <Debug> TCPHandler: Processed in 0.009412905 sec.
2820 2024.12.19 22:23:52.126707 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.22 MiB.
2821 2024.12.19 22:23:52.126787 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2822 2024.12.19 22:23:52.126938 [ 278 ] {8fb191fe-d93e-4627-bc34-bd0cb10ee9d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2823 2024.12.19 22:23:52.126997 [ 278 ] {8fb191fe-d93e-4627-bc34-bd0cb10ee9d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2824 2024.12.19 22:23:52.127569 [ 278 ] {8fb191fe-d93e-4627-bc34-bd0cb10ee9d9} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2825 2024.12.19 22:23:52.127607 [ 278 ] {8fb191fe-d93e-4627-bc34-bd0cb10ee9d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB.
2826 2024.12.19 22:23:52.127977 [ 278 ] {8fb191fe-d93e-4627-bc34-bd0cb10ee9d9} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
2827 2024.12.19 22:23:52.128213 [ 278 ] {8fb191fe-d93e-4627-bc34-bd0cb10ee9d9} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2828 2024.12.19 22:23:52.128335 [ 86 ] {} <Debug> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
2829 2024.12.19 22:23:52.128374 [ 86 ] {} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2830 2024.12.19 22:23:52.128399 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB.
2831 2024.12.19 22:23:52.128403 [ 278 ] {8fb191fe-d93e-4627-bc34-bd0cb10ee9d9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001496 sec., 40106.95187165776 rows/sec., 2.70 MiB/sec.
2832 2024.12.19 22:23:52.128670 [ 278 ] {8fb191fe-d93e-4627-bc34-bd0cb10ee9d9} <Debug> TCPHandler: Processed in 0.002047995 sec.
2833 2024.12.19 22:23:52.129009 [ 187 ] {a2784562-0832-4e33-8769-44c7df75eec1::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
2834 2024.12.19 22:23:52.129225 [ 187 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2835 2024.12.19 22:23:52.129281 [ 187 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 676 rows starting from the beginning of the part
2836 2024.12.19 22:23:52.129415 [ 187 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 82 rows starting from the beginning of the part
2837 2024.12.19 22:23:52.129578 [ 187 ] {a2784562-0832-4e33-8769-44c7df75eec1::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
2838 2024.12.19 22:23:52.129716 [ 187 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 34 rows starting from the beginning of the part
2839 2024.12.19 22:23:52.129780 [ 187 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 48 rows starting from the beginning of the part
2840 2024.12.19 22:23:52.129911 [ 187 ] {a2784562-0832-4e33-8769-44c7df75eec1::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
2841 2024.12.19 22:23:52.130922 [ 189 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 960 rows, containing 4 columns (4 merged, 0 gathered) in 0.002441403 sec., 393216.523449836 rows/sec., 25.72 MiB/sec.
2842 2024.12.19 22:23:52.131075 [ 187 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
2843 2024.12.19 22:23:52.131347 [ 187 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_16_3} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2844 2024.12.19 22:23:52.131418 [ 187 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_16_3} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
2845 2024.12.19 22:23:52.131485 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB.
2846 2024.12.19 22:23:55.300949 [ 40 ] {} <Debug> oximeter.timeseries_schema (9a9e2674-b493-4e00-a5d3-0e6d74bb616d) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
2847 2024.12.19 22:23:55.301039 [ 40 ] {} <Trace> oximeter.timeseries_schema (9a9e2674-b493-4e00-a5d3-0e6d74bb616d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2848 2024.12.19 22:23:55.301065 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB.
2849 2024.12.19 22:23:55.301222 [ 197 ] {9a9e2674-b493-4e00-a5d3-0e6d74bb616d::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
2850 2024.12.19 22:23:55.301579 [ 197 ] {9a9e2674-b493-4e00-a5d3-0e6d74bb616d::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2851 2024.12.19 22:23:55.301631 [ 197 ] {9a9e2674-b493-4e00-a5d3-0e6d74bb616d::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 18 rows starting from the beginning of the part
2852 2024.12.19 22:23:55.301753 [ 197 ] {9a9e2674-b493-4e00-a5d3-0e6d74bb616d::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 13 rows starting from the beginning of the part
2853 2024.12.19 22:23:55.301891 [ 197 ] {9a9e2674-b493-4e00-a5d3-0e6d74bb616d::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 6 rows starting from the beginning of the part
2854 2024.12.19 22:23:55.302007 [ 197 ] {9a9e2674-b493-4e00-a5d3-0e6d74bb616d::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 3 rows starting from the beginning of the part
2855 2024.12.19 22:23:55.302124 [ 197 ] {9a9e2674-b493-4e00-a5d3-0e6d74bb616d::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 1 rows starting from the beginning of the part
2856 2024.12.19 22:23:55.304387 [ 189 ] {9a9e2674-b493-4e00-a5d3-0e6d74bb616d::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 41 rows, containing 6 columns (6 merged, 0 gathered) in 0.00324847 sec., 12621.326347480506 rows/sec., 2.10 MiB/sec.
2857 2024.12.19 22:23:55.304642 [ 196 ] {9a9e2674-b493-4e00-a5d3-0e6d74bb616d::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
2858 2024.12.19 22:23:55.305224 [ 196 ] {9a9e2674-b493-4e00-a5d3-0e6d74bb616d::all_1_5_1} <Trace> oximeter.timeseries_schema (9a9e2674-b493-4e00-a5d3-0e6d74bb616d): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2859 2024.12.19 22:23:55.305333 [ 196 ] {9a9e2674-b493-4e00-a5d3-0e6d74bb616d::all_1_5_1} <Trace> oximeter.timeseries_schema (9a9e2674-b493-4e00-a5d3-0e6d74bb616d) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
2860 2024.12.19 22:23:55.305453 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB.
2861 2024.12.19 22:23:55.525223 [ 40 ] {} <Debug> DNSResolver: Updating DNS cache
2862 2024.12.19 22:23:55.525262 [ 40 ] {} <Debug> DNSResolver: Updated DNS cache
2863 2024.12.19 22:23:55.610995 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5551
2864 2024.12.19 22:23:55.611648 [ 244 ] {} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2865 2024.12.19 22:23:55.611701 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB.
2866 2024.12.19 22:23:55.612236 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2867 2024.12.19 22:23:55.612487 [ 244 ] {} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2868 2024.12.19 22:23:55.612786 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5551
2869 2024.12.19 22:23:55.615624 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 406
2870 2024.12.19 22:23:55.618539 [ 242 ] {} <Trace> system.query_log (70720294-7ac9-485f-8b0b-2131ff2acf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2871 2024.12.19 22:23:55.618595 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB.
2872 2024.12.19 22:23:55.620054 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2873 2024.12.19 22:23:55.620387 [ 242 ] {} <Trace> system.query_log (70720294-7ac9-485f-8b0b-2131ff2acf2b): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2874 2024.12.19 22:23:55.621121 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 406
2875 2024.12.19 22:23:55.949262 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91
2876 2024.12.19 22:23:55.968273 [ 243 ] {} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2877 2024.12.19 22:23:55.968330 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB.
2878 2024.12.19 22:23:55.975925 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2879 2024.12.19 22:23:55.976699 [ 243 ] {} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2880 2024.12.19 22:23:55.979798 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 91
2881 2024.12.19 22:23:57.102635 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2882 2024.12.19 22:23:57.102855 [ 277 ] {e4ddb65d-42b5-4a50-8723-be6454adc142} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
2883 2024.12.19 22:23:57.102928 [ 277 ] {e4ddb65d-42b5-4a50-8723-be6454adc142} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
2884 2024.12.19 22:23:57.103706 [ 277 ] {e4ddb65d-42b5-4a50-8723-be6454adc142} <Trace> oximeter.fields_i16 (8b34b429-6d62-480d-bd41-33dce3ff3ffb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2885 2024.12.19 22:23:57.103762 [ 277 ] {e4ddb65d-42b5-4a50-8723-be6454adc142} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB.
2886 2024.12.19 22:23:57.104222 [ 277 ] {e4ddb65d-42b5-4a50-8723-be6454adc142} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2887 2024.12.19 22:23:57.104482 [ 277 ] {e4ddb65d-42b5-4a50-8723-be6454adc142} <Trace> oximeter.fields_i16 (8b34b429-6d62-480d-bd41-33dce3ff3ffb): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2888 2024.12.19 22:23:57.104736 [ 277 ] {e4ddb65d-42b5-4a50-8723-be6454adc142} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001943 sec., 7205.352547606793 rows/sec., 518.69 KiB/sec.
2889 2024.12.19 22:23:57.104830 [ 277 ] {e4ddb65d-42b5-4a50-8723-be6454adc142} <Debug> TCPHandler: Processed in 0.00233535 sec.
2890 2024.12.19 22:23:57.105083 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2891 2024.12.19 22:23:57.105292 [ 278 ] {0dbca77c-af92-4a81-a7d9-b6900174441c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2892 2024.12.19 22:23:57.105369 [ 278 ] {0dbca77c-af92-4a81-a7d9-b6900174441c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2893 2024.12.19 22:23:57.106212 [ 278 ] {0dbca77c-af92-4a81-a7d9-b6900174441c} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2894 2024.12.19 22:23:57.106268 [ 278 ] {0dbca77c-af92-4a81-a7d9-b6900174441c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB.
2895 2024.12.19 22:23:57.106756 [ 278 ] {0dbca77c-af92-4a81-a7d9-b6900174441c} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
2896 2024.12.19 22:23:57.107015 [ 278 ] {0dbca77c-af92-4a81-a7d9-b6900174441c} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2897 2024.12.19 22:23:57.107254 [ 278 ] {0dbca77c-af92-4a81-a7d9-b6900174441c} <Debug> executeQuery: Read 227 rows, 20.31 KiB in 0.002034 sec., 111602.75319567356 rows/sec., 9.75 MiB/sec.
2898 2024.12.19 22:23:57.107318 [ 278 ] {0dbca77c-af92-4a81-a7d9-b6900174441c} <Debug> TCPHandler: Processed in 0.002398202 sec.
2899 2024.12.19 22:23:57.107467 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2900 2024.12.19 22:23:57.107603 [ 277 ] {92492789-2261-4ebf-b355-0a58f1746c17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2901 2024.12.19 22:23:57.107659 [ 277 ] {92492789-2261-4ebf-b355-0a58f1746c17} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2902 2024.12.19 22:23:57.108314 [ 277 ] {92492789-2261-4ebf-b355-0a58f1746c17} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2903 2024.12.19 22:23:57.108354 [ 277 ] {92492789-2261-4ebf-b355-0a58f1746c17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB.
2904 2024.12.19 22:23:57.108729 [ 277 ] {92492789-2261-4ebf-b355-0a58f1746c17} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2905 2024.12.19 22:23:57.108970 [ 277 ] {92492789-2261-4ebf-b355-0a58f1746c17} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2906 2024.12.19 22:23:57.109187 [ 277 ] {92492789-2261-4ebf-b355-0a58f1746c17} <Debug> executeQuery: Read 19 rows, 1.36 KiB in 0.001581 sec., 12017.710309930424 rows/sec., 859.20 KiB/sec.
2907 2024.12.19 22:23:57.109242 [ 277 ] {92492789-2261-4ebf-b355-0a58f1746c17} <Debug> TCPHandler: Processed in 0.001815189 sec.
2908 2024.12.19 22:23:57.109400 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2909 2024.12.19 22:23:57.109549 [ 278 ] {25a91f7a-7f32-4b42-b8ea-1d7670dcc1ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
2910 2024.12.19 22:23:57.109611 [ 278 ] {25a91f7a-7f32-4b42-b8ea-1d7670dcc1ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
2911 2024.12.19 22:23:57.110262 [ 278 ] {25a91f7a-7f32-4b42-b8ea-1d7670dcc1ad} <Trace> oximeter.fields_u32 (96604386-977a-478c-b894-f09eb465191c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2912 2024.12.19 22:23:57.110304 [ 278 ] {25a91f7a-7f32-4b42-b8ea-1d7670dcc1ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB.
2913 2024.12.19 22:23:57.110674 [ 278 ] {25a91f7a-7f32-4b42-b8ea-1d7670dcc1ad} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2914 2024.12.19 22:23:57.110915 [ 278 ] {25a91f7a-7f32-4b42-b8ea-1d7670dcc1ad} <Trace> oximeter.fields_u32 (96604386-977a-478c-b894-f09eb465191c): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2915 2024.12.19 22:23:57.111123 [ 278 ] {25a91f7a-7f32-4b42-b8ea-1d7670dcc1ad} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00161 sec., 8695.652173913042 rows/sec., 608.99 KiB/sec.
2916 2024.12.19 22:23:57.111178 [ 278 ] {25a91f7a-7f32-4b42-b8ea-1d7670dcc1ad} <Debug> TCPHandler: Processed in 0.001847981 sec.
2917 2024.12.19 22:23:57.111349 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2918 2024.12.19 22:23:57.111487 [ 277 ] {fc1b985a-c413-4e30-91ca-d47c08915102} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
2919 2024.12.19 22:23:57.111546 [ 277 ] {fc1b985a-c413-4e30-91ca-d47c08915102} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
2920 2024.12.19 22:23:57.112188 [ 277 ] {fc1b985a-c413-4e30-91ca-d47c08915102} <Trace> oximeter.fields_u8 (74ab6f56-b776-4e15-89eb-af2ec1acc724): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2921 2024.12.19 22:23:57.112228 [ 277 ] {fc1b985a-c413-4e30-91ca-d47c08915102} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB.
2922 2024.12.19 22:23:57.112587 [ 277 ] {fc1b985a-c413-4e30-91ca-d47c08915102} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2923 2024.12.19 22:23:57.112823 [ 277 ] {fc1b985a-c413-4e30-91ca-d47c08915102} <Trace> oximeter.fields_u8 (74ab6f56-b776-4e15-89eb-af2ec1acc724): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2924 2024.12.19 22:23:57.113087 [ 277 ] {fc1b985a-c413-4e30-91ca-d47c08915102} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001629 sec., 7980.3560466543895 rows/sec., 497.57 KiB/sec.
2925 2024.12.19 22:23:57.113246 [ 277 ] {fc1b985a-c413-4e30-91ca-d47c08915102} <Debug> TCPHandler: Processed in 0.001961012 sec.
2926 2024.12.19 22:23:57.113430 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2927 2024.12.19 22:23:57.113569 [ 278 ] {82af0520-f5ad-4abf-9e82-b2b967979780} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2928 2024.12.19 22:23:57.113628 [ 278 ] {82af0520-f5ad-4abf-9e82-b2b967979780} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2929 2024.12.19 22:23:57.114368 [ 278 ] {82af0520-f5ad-4abf-9e82-b2b967979780} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2930 2024.12.19 22:23:57.114408 [ 278 ] {82af0520-f5ad-4abf-9e82-b2b967979780} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB.
2931 2024.12.19 22:23:57.114805 [ 278 ] {82af0520-f5ad-4abf-9e82-b2b967979780} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
2932 2024.12.19 22:23:57.115056 [ 278 ] {82af0520-f5ad-4abf-9e82-b2b967979780} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2933 2024.12.19 22:23:57.115267 [ 278 ] {82af0520-f5ad-4abf-9e82-b2b967979780} <Debug> executeQuery: Read 403 rows, 29.37 KiB in 0.001729 sec., 233082.70676691728 rows/sec., 16.59 MiB/sec.
2934 2024.12.19 22:23:57.115325 [ 278 ] {82af0520-f5ad-4abf-9e82-b2b967979780} <Debug> TCPHandler: Processed in 0.001965153 sec.
2935 2024.12.19 22:23:57.115477 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2936 2024.12.19 22:23:57.115598 [ 277 ] {2d11f9e3-b1de-4b4c-802e-53b7b214de8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
2937 2024.12.19 22:23:57.115649 [ 277 ] {2d11f9e3-b1de-4b4c-802e-53b7b214de8b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
2938 2024.12.19 22:23:57.116144 [ 277 ] {2d11f9e3-b1de-4b4c-802e-53b7b214de8b} <Trace> oximeter.measurements_bool (164ca455-e956-4308-a817-eda615c184e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2939 2024.12.19 22:23:57.116182 [ 277 ] {2d11f9e3-b1de-4b4c-802e-53b7b214de8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB.
2940 2024.12.19 22:23:57.116529 [ 277 ] {2d11f9e3-b1de-4b4c-802e-53b7b214de8b} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2941 2024.12.19 22:23:57.116754 [ 277 ] {2d11f9e3-b1de-4b4c-802e-53b7b214de8b} <Trace> oximeter.measurements_bool (164ca455-e956-4308-a817-eda615c184e9): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2942 2024.12.19 22:23:57.116976 [ 277 ] {2d11f9e3-b1de-4b4c-802e-53b7b214de8b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001459 sec., 4112.40575736806 rows/sec., 214.86 KiB/sec.
2943 2024.12.19 22:23:57.117129 [ 277 ] {2d11f9e3-b1de-4b4c-802e-53b7b214de8b} <Debug> TCPHandler: Processed in 0.001708607 sec.
2944 2024.12.19 22:23:57.117293 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2945 2024.12.19 22:23:57.117434 [ 278 ] {5e813654-2928-4b99-bc35-7737a6bf3568} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2946 2024.12.19 22:23:57.117497 [ 278 ] {5e813654-2928-4b99-bc35-7737a6bf3568} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2947 2024.12.19 22:23:57.118126 [ 278 ] {5e813654-2928-4b99-bc35-7737a6bf3568} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2948 2024.12.19 22:23:57.118165 [ 278 ] {5e813654-2928-4b99-bc35-7737a6bf3568} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB.
2949 2024.12.19 22:23:57.118567 [ 278 ] {5e813654-2928-4b99-bc35-7737a6bf3568} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
2950 2024.12.19 22:23:57.118821 [ 278 ] {5e813654-2928-4b99-bc35-7737a6bf3568} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2951 2024.12.19 22:23:57.119070 [ 278 ] {5e813654-2928-4b99-bc35-7737a6bf3568} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001668 sec., 142086.3309352518 rows/sec., 9.52 MiB/sec.
2952 2024.12.19 22:23:57.119288 [ 278 ] {5e813654-2928-4b99-bc35-7737a6bf3568} <Debug> TCPHandler: Processed in 0.002058875 sec.
2953 2024.12.19 22:23:57.119476 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2954 2024.12.19 22:23:57.119614 [ 277 ] {72324b8a-04a9-452e-8fea-723fedce4451} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
2955 2024.12.19 22:23:57.119676 [ 277 ] {72324b8a-04a9-452e-8fea-723fedce4451} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
2956 2024.12.19 22:23:57.120191 [ 277 ] {72324b8a-04a9-452e-8fea-723fedce4451} <Trace> oximeter.measurements_f64 (f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2957 2024.12.19 22:23:57.120230 [ 277 ] {72324b8a-04a9-452e-8fea-723fedce4451} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB.
2958 2024.12.19 22:23:57.120594 [ 277 ] {72324b8a-04a9-452e-8fea-723fedce4451} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2959 2024.12.19 22:23:57.120840 [ 277 ] {72324b8a-04a9-452e-8fea-723fedce4451} <Trace> oximeter.measurements_f64 (f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2960 2024.12.19 22:23:57.121116 [ 277 ] {72324b8a-04a9-452e-8fea-723fedce4451} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001526 sec., 655.307994757536 rows/sec., 44.16 KiB/sec.
2961 2024.12.19 22:23:57.121256 [ 277 ] {72324b8a-04a9-452e-8fea-723fedce4451} <Debug> TCPHandler: Processed in 0.00184559 sec.
2962 2024.12.19 22:23:57.121416 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2963 2024.12.19 22:23:57.121554 [ 278 ] {c3bac1eb-25b6-4fd4-8e42-0401080a321f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2964 2024.12.19 22:23:57.121646 [ 278 ] {c3bac1eb-25b6-4fd4-8e42-0401080a321f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
2965 2024.12.19 22:23:57.122821 [ 278 ] {c3bac1eb-25b6-4fd4-8e42-0401080a321f} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2966 2024.12.19 22:23:57.122860 [ 278 ] {c3bac1eb-25b6-4fd4-8e42-0401080a321f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB.
2967 2024.12.19 22:23:57.123477 [ 278 ] {c3bac1eb-25b6-4fd4-8e42-0401080a321f} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2968 2024.12.19 22:23:57.123739 [ 278 ] {c3bac1eb-25b6-4fd4-8e42-0401080a321f} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2969 2024.12.19 22:23:57.123991 [ 278 ] {c3bac1eb-25b6-4fd4-8e42-0401080a321f} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002468 sec., 4862.23662884927 rows/sec., 8.71 MiB/sec.
2970 2024.12.19 22:23:57.124097 [ 278 ] {c3bac1eb-25b6-4fd4-8e42-0401080a321f} <Debug> TCPHandler: Processed in 0.00274858 sec.
2971 2024.12.19 22:23:57.124268 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2972 2024.12.19 22:23:57.124407 [ 277 ] {8e67b60d-dc4c-4a95-9f9c-3f4a582a432d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete)
2973 2024.12.19 22:23:57.124468 [ 277 ] {8e67b60d-dc4c-4a95-9f9c-3f4a582a432d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64
2974 2024.12.19 22:23:57.124999 [ 277 ] {8e67b60d-dc4c-4a95-9f9c-3f4a582a432d} <Trace> oximeter.measurements_i64 (fa23349e-07d6-4af3-a405-3b28eae900e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2975 2024.12.19 22:23:57.125038 [ 277 ] {8e67b60d-dc4c-4a95-9f9c-3f4a582a432d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB.
2976 2024.12.19 22:23:57.125389 [ 277 ] {8e67b60d-dc4c-4a95-9f9c-3f4a582a432d} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
2977 2024.12.19 22:23:57.125621 [ 277 ] {8e67b60d-dc4c-4a95-9f9c-3f4a582a432d} <Trace> oximeter.measurements_i64 (fa23349e-07d6-4af3-a405-3b28eae900e1): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2978 2024.12.19 22:23:57.125885 [ 277 ] {8e67b60d-dc4c-4a95-9f9c-3f4a582a432d} <Debug> executeQuery: Read 9 rows, 651.00 B in 0.00155 sec., 5806.451612903226 rows/sec., 410.16 KiB/sec.
2979 2024.12.19 22:23:57.125976 [ 277 ] {8e67b60d-dc4c-4a95-9f9c-3f4a582a432d} <Debug> TCPHandler: Processed in 0.00183605 sec.
2980 2024.12.19 22:23:57.126198 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2981 2024.12.19 22:23:57.126339 [ 278 ] {eb561bb9-9b17-44bb-9bda-995e81b0cc75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2982 2024.12.19 22:23:57.126399 [ 278 ] {eb561bb9-9b17-44bb-9bda-995e81b0cc75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2983 2024.12.19 22:23:57.126953 [ 278 ] {eb561bb9-9b17-44bb-9bda-995e81b0cc75} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2984 2024.12.19 22:23:57.126992 [ 278 ] {eb561bb9-9b17-44bb-9bda-995e81b0cc75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB.
2985 2024.12.19 22:23:57.127364 [ 278 ] {eb561bb9-9b17-44bb-9bda-995e81b0cc75} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
2986 2024.12.19 22:23:57.127608 [ 278 ] {eb561bb9-9b17-44bb-9bda-995e81b0cc75} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2987 2024.12.19 22:23:57.127836 [ 278 ] {eb561bb9-9b17-44bb-9bda-995e81b0cc75} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001522 sec., 53876.47831800263 rows/sec., 3.42 MiB/sec.
2988 2024.12.19 22:23:57.127925 [ 278 ] {eb561bb9-9b17-44bb-9bda-995e81b0cc75} <Debug> TCPHandler: Processed in 0.001795419 sec.
2989 2024.12.19 22:24:02.098527 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2990 2024.12.19 22:24:02.098763 [ 277 ] {4d5c51f4-3d62-4b3b-8096-14d20d9c828b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2991 2024.12.19 22:24:02.098844 [ 277 ] {4d5c51f4-3d62-4b3b-8096-14d20d9c828b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2992 2024.12.19 22:24:02.099703 [ 277 ] {4d5c51f4-3d62-4b3b-8096-14d20d9c828b} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2993 2024.12.19 22:24:02.099747 [ 277 ] {4d5c51f4-3d62-4b3b-8096-14d20d9c828b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB.
2994 2024.12.19 22:24:02.100198 [ 277 ] {4d5c51f4-3d62-4b3b-8096-14d20d9c828b} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
2995 2024.12.19 22:24:02.100451 [ 277 ] {4d5c51f4-3d62-4b3b-8096-14d20d9c828b} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2996 2024.12.19 22:24:02.100687 [ 277 ] {4d5c51f4-3d62-4b3b-8096-14d20d9c828b} <Debug> executeQuery: Read 110 rows, 9.44 KiB in 0.001997 sec., 55082.62393590385 rows/sec., 4.62 MiB/sec.
2997 2024.12.19 22:24:02.100747 [ 277 ] {4d5c51f4-3d62-4b3b-8096-14d20d9c828b} <Debug> TCPHandler: Processed in 0.002422463 sec.
2998 2024.12.19 22:24:02.100981 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2999 2024.12.19 22:24:02.101182 [ 278 ] {fb5b0589-4d17-4bac-a570-86fda525c567} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3000 2024.12.19 22:24:02.101258 [ 278 ] {fb5b0589-4d17-4bac-a570-86fda525c567} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3001 2024.12.19 22:24:02.102059 [ 278 ] {fb5b0589-4d17-4bac-a570-86fda525c567} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3002 2024.12.19 22:24:02.102105 [ 278 ] {fb5b0589-4d17-4bac-a570-86fda525c567} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB.
3003 2024.12.19 22:24:02.102538 [ 278 ] {fb5b0589-4d17-4bac-a570-86fda525c567} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3004 2024.12.19 22:24:02.102822 [ 278 ] {fb5b0589-4d17-4bac-a570-86fda525c567} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3005 2024.12.19 22:24:02.103031 [ 46 ] {} <Debug> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0
3006 2024.12.19 22:24:02.103112 [ 278 ] {fb5b0589-4d17-4bac-a570-86fda525c567} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.001935 sec., 13953.488372093023 rows/sec., 1.02 MiB/sec.
3007 2024.12.19 22:24:02.103121 [ 46 ] {} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3008 2024.12.19 22:24:02.103230 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB.
3009 2024.12.19 22:24:02.103244 [ 278 ] {fb5b0589-4d17-4bac-a570-86fda525c567} <Debug> TCPHandler: Processed in 0.002373372 sec.
3010 2024.12.19 22:24:02.103636 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3011 2024.12.19 22:24:02.103684 [ 197 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_10_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_5_1 to all_10_10_0 into Compact with storage Full
3012 2024.12.19 22:24:02.103928 [ 277 ] {06c634d3-db83-4e75-9bdf-d0da8094c070} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3013 2024.12.19 22:24:02.104010 [ 197 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3014 2024.12.19 22:24:02.104035 [ 277 ] {06c634d3-db83-4e75-9bdf-d0da8094c070} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3015 2024.12.19 22:24:02.104083 [ 197 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 15 rows starting from the beginning of the part
3016 2024.12.19 22:24:02.104398 [ 197 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 27 rows starting from the beginning of the part
3017 2024.12.19 22:24:02.104744 [ 197 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 27 rows starting from the beginning of the part
3018 2024.12.19 22:24:02.105061 [ 197 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 27 rows starting from the beginning of the part
3019 2024.12.19 22:24:02.105459 [ 197 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 19 rows starting from the beginning of the part
3020 2024.12.19 22:24:02.105793 [ 197 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 27 rows starting from the beginning of the part
3021 2024.12.19 22:24:02.107188 [ 277 ] {06c634d3-db83-4e75-9bdf-d0da8094c070} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3022 2024.12.19 22:24:02.107257 [ 277 ] {06c634d3-db83-4e75-9bdf-d0da8094c070} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB.
3023 2024.12.19 22:24:02.108407 [ 277 ] {06c634d3-db83-4e75-9bdf-d0da8094c070} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3024 2024.12.19 22:24:02.108689 [ 196 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 142 rows, containing 5 columns (5 merged, 0 gathered) in 0.005288925 sec., 26848.556181076496 rows/sec., 2.02 MiB/sec.
3025 2024.12.19 22:24:02.108898 [ 277 ] {06c634d3-db83-4e75-9bdf-d0da8094c070} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3026 2024.12.19 22:24:02.108995 [ 196 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary)
3027 2024.12.19 22:24:02.109555 [ 277 ] {06c634d3-db83-4e75-9bdf-d0da8094c070} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.005683 sec., 16012.669364772128 rows/sec., 1.25 MiB/sec.
3028 2024.12.19 22:24:02.109873 [ 277 ] {06c634d3-db83-4e75-9bdf-d0da8094c070} <Debug> TCPHandler: Processed in 0.006514632 sec.
3029 2024.12.19 22:24:02.109965 [ 196 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_10_2} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3030 2024.12.19 22:24:02.110074 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3031 2024.12.19 22:24:02.110120 [ 196 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_10_2} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2
3032 2024.12.19 22:24:02.110273 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
3033 2024.12.19 22:24:02.110280 [ 278 ] {90a45d64-3a9e-456d-9c8c-809d455c27aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3034 2024.12.19 22:24:02.110353 [ 278 ] {90a45d64-3a9e-456d-9c8c-809d455c27aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3035 2024.12.19 22:24:02.110951 [ 278 ] {90a45d64-3a9e-456d-9c8c-809d455c27aa} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3036 2024.12.19 22:24:02.110989 [ 278 ] {90a45d64-3a9e-456d-9c8c-809d455c27aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB.
3037 2024.12.19 22:24:02.111396 [ 278 ] {90a45d64-3a9e-456d-9c8c-809d455c27aa} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3038 2024.12.19 22:24:02.111636 [ 278 ] {90a45d64-3a9e-456d-9c8c-809d455c27aa} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3039 2024.12.19 22:24:02.111870 [ 278 ] {90a45d64-3a9e-456d-9c8c-809d455c27aa} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001651 sec., 96910.96305269534 rows/sec., 6.75 MiB/sec.
3040 2024.12.19 22:24:02.111976 [ 278 ] {90a45d64-3a9e-456d-9c8c-809d455c27aa} <Debug> TCPHandler: Processed in 0.002005224 sec.
3041 2024.12.19 22:24:02.112155 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3042 2024.12.19 22:24:02.112284 [ 277 ] {5131614f-44ee-4586-94e2-7aebd2ef9e6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3043 2024.12.19 22:24:02.112371 [ 277 ] {5131614f-44ee-4586-94e2-7aebd2ef9e6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
3044 2024.12.19 22:24:02.113517 [ 277 ] {5131614f-44ee-4586-94e2-7aebd2ef9e6d} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3045 2024.12.19 22:24:02.113554 [ 277 ] {5131614f-44ee-4586-94e2-7aebd2ef9e6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB.
3046 2024.12.19 22:24:02.114178 [ 277 ] {5131614f-44ee-4586-94e2-7aebd2ef9e6d} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3047 2024.12.19 22:24:02.114432 [ 277 ] {5131614f-44ee-4586-94e2-7aebd2ef9e6d} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3048 2024.12.19 22:24:02.114759 [ 277 ] {5131614f-44ee-4586-94e2-7aebd2ef9e6d} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.00249 sec., 10843.373493975903 rows/sec., 19.43 MiB/sec.
3049 2024.12.19 22:24:02.114971 [ 277 ] {5131614f-44ee-4586-94e2-7aebd2ef9e6d} <Debug> TCPHandler: Processed in 0.002872832 sec.
3050 2024.12.19 22:24:02.115132 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3051 2024.12.19 22:24:02.115271 [ 278 ] {ba140510-2301-44df-b5b5-6ffd3f54375b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3052 2024.12.19 22:24:02.115330 [ 278 ] {ba140510-2301-44df-b5b5-6ffd3f54375b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3053 2024.12.19 22:24:02.115852 [ 278 ] {ba140510-2301-44df-b5b5-6ffd3f54375b} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3054 2024.12.19 22:24:02.115890 [ 278 ] {ba140510-2301-44df-b5b5-6ffd3f54375b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB.
3055 2024.12.19 22:24:02.116264 [ 278 ] {ba140510-2301-44df-b5b5-6ffd3f54375b} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3056 2024.12.19 22:24:02.116505 [ 278 ] {ba140510-2301-44df-b5b5-6ffd3f54375b} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3057 2024.12.19 22:24:02.116750 [ 278 ] {ba140510-2301-44df-b5b5-6ffd3f54375b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001509 sec., 39761.431411530815 rows/sec., 2.68 MiB/sec.
3058 2024.12.19 22:24:02.116868 [ 278 ] {ba140510-2301-44df-b5b5-6ffd3f54375b} <Debug> TCPHandler: Processed in 0.001800039 sec.
3059 2024.12.19 22:24:03.113605 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6039
3060 2024.12.19 22:24:03.114267 [ 244 ] {} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3061 2024.12.19 22:24:03.114312 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB.
3062 2024.12.19 22:24:03.114845 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
3063 2024.12.19 22:24:03.115089 [ 244 ] {} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3064 2024.12.19 22:24:03.115324 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6039
3065 2024.12.19 22:24:03.480553 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98
3066 2024.12.19 22:24:03.500849 [ 243 ] {} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3067 2024.12.19 22:24:03.500913 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB.
3068 2024.12.19 22:24:03.508457 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
3069 2024.12.19 22:24:03.509196 [ 243 ] {} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3070 2024.12.19 22:24:03.512515 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 98
3071 2024.12.19 22:24:05.622167 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 442
3072 2024.12.19 22:24:05.625288 [ 242 ] {} <Trace> system.query_log (70720294-7ac9-485f-8b0b-2131ff2acf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3073 2024.12.19 22:24:05.625340 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB.
3074 2024.12.19 22:24:05.626867 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
3075 2024.12.19 22:24:05.627180 [ 242 ] {} <Trace> system.query_log (70720294-7ac9-485f-8b0b-2131ff2acf2b): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3076 2024.12.19 22:24:05.627699 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 442
3077 2024.12.19 22:24:07.102727 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3078 2024.12.19 22:24:07.102919 [ 277 ] {3ae53b97-8dff-45c2-8e9e-677b2814cc19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
3079 2024.12.19 22:24:07.102990 [ 277 ] {3ae53b97-8dff-45c2-8e9e-677b2814cc19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
3080 2024.12.19 22:24:07.103740 [ 277 ] {3ae53b97-8dff-45c2-8e9e-677b2814cc19} <Trace> oximeter.fields_i16 (8b34b429-6d62-480d-bd41-33dce3ff3ffb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3081 2024.12.19 22:24:07.103781 [ 277 ] {3ae53b97-8dff-45c2-8e9e-677b2814cc19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB.
3082 2024.12.19 22:24:07.104223 [ 277 ] {3ae53b97-8dff-45c2-8e9e-677b2814cc19} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
3083 2024.12.19 22:24:07.104481 [ 277 ] {3ae53b97-8dff-45c2-8e9e-677b2814cc19} <Trace> oximeter.fields_i16 (8b34b429-6d62-480d-bd41-33dce3ff3ffb): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3084 2024.12.19 22:24:07.104680 [ 277 ] {3ae53b97-8dff-45c2-8e9e-677b2814cc19} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001816 sec., 7709.251101321586 rows/sec., 554.96 KiB/sec.
3085 2024.12.19 22:24:07.104736 [ 277 ] {3ae53b97-8dff-45c2-8e9e-677b2814cc19} <Debug> TCPHandler: Processed in 0.002141667 sec.
3086 2024.12.19 22:24:07.104975 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3087 2024.12.19 22:24:07.105174 [ 278 ] {a9253d94-d84d-42e5-a489-d8342a986ef5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3088 2024.12.19 22:24:07.105246 [ 278 ] {a9253d94-d84d-42e5-a489-d8342a986ef5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3089 2024.12.19 22:24:07.106120 [ 278 ] {a9253d94-d84d-42e5-a489-d8342a986ef5} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3090 2024.12.19 22:24:07.106165 [ 278 ] {a9253d94-d84d-42e5-a489-d8342a986ef5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB.
3091 2024.12.19 22:24:07.106628 [ 278 ] {a9253d94-d84d-42e5-a489-d8342a986ef5} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
3092 2024.12.19 22:24:07.106894 [ 278 ] {a9253d94-d84d-42e5-a489-d8342a986ef5} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3093 2024.12.19 22:24:07.107184 [ 278 ] {a9253d94-d84d-42e5-a489-d8342a986ef5} <Debug> executeQuery: Read 227 rows, 20.31 KiB in 0.002061 sec., 110140.70839398351 rows/sec., 9.62 MiB/sec.
3094 2024.12.19 22:24:07.107416 [ 278 ] {a9253d94-d84d-42e5-a489-d8342a986ef5} <Debug> TCPHandler: Processed in 0.002572786 sec.
3095 2024.12.19 22:24:07.107611 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3096 2024.12.19 22:24:07.107754 [ 277 ] {525e7fb3-33fc-4fed-9172-bcf41410dd4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3097 2024.12.19 22:24:07.107814 [ 277 ] {525e7fb3-33fc-4fed-9172-bcf41410dd4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3098 2024.12.19 22:24:07.108441 [ 277 ] {525e7fb3-33fc-4fed-9172-bcf41410dd4e} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3099 2024.12.19 22:24:07.108480 [ 277 ] {525e7fb3-33fc-4fed-9172-bcf41410dd4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB.
3100 2024.12.19 22:24:07.108840 [ 277 ] {525e7fb3-33fc-4fed-9172-bcf41410dd4e} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
3101 2024.12.19 22:24:07.109078 [ 277 ] {525e7fb3-33fc-4fed-9172-bcf41410dd4e} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3102 2024.12.19 22:24:07.109324 [ 277 ] {525e7fb3-33fc-4fed-9172-bcf41410dd4e} <Debug> executeQuery: Read 19 rows, 1.36 KiB in 0.001591 sec., 11942.174732872407 rows/sec., 853.80 KiB/sec.
3103 2024.12.19 22:24:07.109514 [ 277 ] {525e7fb3-33fc-4fed-9172-bcf41410dd4e} <Debug> TCPHandler: Processed in 0.001968283 sec.
3104 2024.12.19 22:24:07.109686 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3105 2024.12.19 22:24:07.109826 [ 278 ] {71d26b33-376d-44e5-a9cc-0df182bed554} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
3106 2024.12.19 22:24:07.109886 [ 278 ] {71d26b33-376d-44e5-a9cc-0df182bed554} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
3107 2024.12.19 22:24:07.110470 [ 278 ] {71d26b33-376d-44e5-a9cc-0df182bed554} <Trace> oximeter.fields_u32 (96604386-977a-478c-b894-f09eb465191c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3108 2024.12.19 22:24:07.110508 [ 278 ] {71d26b33-376d-44e5-a9cc-0df182bed554} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB.
3109 2024.12.19 22:24:07.110925 [ 278 ] {71d26b33-376d-44e5-a9cc-0df182bed554} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
3110 2024.12.19 22:24:07.111161 [ 278 ] {71d26b33-376d-44e5-a9cc-0df182bed554} <Trace> oximeter.fields_u32 (96604386-977a-478c-b894-f09eb465191c): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3111 2024.12.19 22:24:07.111371 [ 278 ] {71d26b33-376d-44e5-a9cc-0df182bed554} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001577 sec., 8877.615726062142 rows/sec., 621.73 KiB/sec.
3112 2024.12.19 22:24:07.111424 [ 278 ] {71d26b33-376d-44e5-a9cc-0df182bed554} <Debug> TCPHandler: Processed in 0.00180257 sec.
3113 2024.12.19 22:24:07.111576 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3114 2024.12.19 22:24:07.111715 [ 277 ] {6bac59bf-e215-4cd1-bc6e-f0713d4302c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
3115 2024.12.19 22:24:07.111771 [ 277 ] {6bac59bf-e215-4cd1-bc6e-f0713d4302c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
3116 2024.12.19 22:24:07.112396 [ 277 ] {6bac59bf-e215-4cd1-bc6e-f0713d4302c2} <Trace> oximeter.fields_u8 (74ab6f56-b776-4e15-89eb-af2ec1acc724): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3117 2024.12.19 22:24:07.112434 [ 277 ] {6bac59bf-e215-4cd1-bc6e-f0713d4302c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB.
3118 2024.12.19 22:24:07.112785 [ 277 ] {6bac59bf-e215-4cd1-bc6e-f0713d4302c2} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
3119 2024.12.19 22:24:07.113016 [ 277 ] {6bac59bf-e215-4cd1-bc6e-f0713d4302c2} <Trace> oximeter.fields_u8 (74ab6f56-b776-4e15-89eb-af2ec1acc724): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3120 2024.12.19 22:24:07.113191 [ 277 ] {6bac59bf-e215-4cd1-bc6e-f0713d4302c2} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001508 sec., 8620.689655172413 rows/sec., 537.50 KiB/sec.
3121 2024.12.19 22:24:07.113242 [ 277 ] {6bac59bf-e215-4cd1-bc6e-f0713d4302c2} <Debug> TCPHandler: Processed in 0.001735688 sec.
3122 2024.12.19 22:24:07.113375 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3123 2024.12.19 22:24:07.113493 [ 278 ] {aa58211a-d80e-49dd-b662-0ff4a3c69487} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3124 2024.12.19 22:24:07.113542 [ 278 ] {aa58211a-d80e-49dd-b662-0ff4a3c69487} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3125 2024.12.19 22:24:07.114273 [ 278 ] {aa58211a-d80e-49dd-b662-0ff4a3c69487} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3126 2024.12.19 22:24:07.114312 [ 278 ] {aa58211a-d80e-49dd-b662-0ff4a3c69487} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB.
3127 2024.12.19 22:24:07.114703 [ 278 ] {aa58211a-d80e-49dd-b662-0ff4a3c69487} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
3128 2024.12.19 22:24:07.114943 [ 278 ] {aa58211a-d80e-49dd-b662-0ff4a3c69487} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3129 2024.12.19 22:24:07.115168 [ 278 ] {aa58211a-d80e-49dd-b662-0ff4a3c69487} <Debug> executeQuery: Read 394 rows, 28.64 KiB in 0.001699 sec., 231901.11830488523 rows/sec., 16.46 MiB/sec.
3130 2024.12.19 22:24:07.115225 [ 278 ] {aa58211a-d80e-49dd-b662-0ff4a3c69487} <Debug> TCPHandler: Processed in 0.001906111 sec.
3131 2024.12.19 22:24:07.115433 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3132 2024.12.19 22:24:07.115656 [ 277 ] {58e23721-d82c-41c8-9a6a-949fc6a787a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
3133 2024.12.19 22:24:07.115752 [ 277 ] {58e23721-d82c-41c8-9a6a-949fc6a787a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
3134 2024.12.19 22:24:07.116383 [ 277 ] {58e23721-d82c-41c8-9a6a-949fc6a787a6} <Trace> oximeter.measurements_bool (164ca455-e956-4308-a817-eda615c184e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3135 2024.12.19 22:24:07.116420 [ 277 ] {58e23721-d82c-41c8-9a6a-949fc6a787a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB.
3136 2024.12.19 22:24:07.116784 [ 277 ] {58e23721-d82c-41c8-9a6a-949fc6a787a6} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
3137 2024.12.19 22:24:07.117028 [ 277 ] {58e23721-d82c-41c8-9a6a-949fc6a787a6} <Trace> oximeter.measurements_bool (164ca455-e956-4308-a817-eda615c184e9): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3138 2024.12.19 22:24:07.117209 [ 277 ] {58e23721-d82c-41c8-9a6a-949fc6a787a6} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001608 sec., 3731.3432835820895 rows/sec., 194.95 KiB/sec.
3139 2024.12.19 22:24:07.117257 [ 277 ] {58e23721-d82c-41c8-9a6a-949fc6a787a6} <Debug> TCPHandler: Processed in 0.001935012 sec.
3140 2024.12.19 22:24:07.117410 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3141 2024.12.19 22:24:07.117549 [ 278 ] {aeeaaa8f-4192-4bcf-9ecb-0a864b38098f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3142 2024.12.19 22:24:07.117614 [ 278 ] {aeeaaa8f-4192-4bcf-9ecb-0a864b38098f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3143 2024.12.19 22:24:07.118260 [ 278 ] {aeeaaa8f-4192-4bcf-9ecb-0a864b38098f} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3144 2024.12.19 22:24:07.118299 [ 278 ] {aeeaaa8f-4192-4bcf-9ecb-0a864b38098f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB.
3145 2024.12.19 22:24:07.118689 [ 278 ] {aeeaaa8f-4192-4bcf-9ecb-0a864b38098f} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
3146 2024.12.19 22:24:07.118926 [ 278 ] {aeeaaa8f-4192-4bcf-9ecb-0a864b38098f} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3147 2024.12.19 22:24:07.119140 [ 278 ] {aeeaaa8f-4192-4bcf-9ecb-0a864b38098f} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001623 sec., 146025.87800369685 rows/sec., 9.79 MiB/sec.
3148 2024.12.19 22:24:07.119196 [ 278 ] {aeeaaa8f-4192-4bcf-9ecb-0a864b38098f} <Debug> TCPHandler: Processed in 0.00185367 sec.
3149 2024.12.19 22:24:07.119342 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3150 2024.12.19 22:24:07.119483 [ 277 ] {acc11fb8-b098-46e5-af2d-e5079802da89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
3151 2024.12.19 22:24:07.119544 [ 277 ] {acc11fb8-b098-46e5-af2d-e5079802da89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
3152 2024.12.19 22:24:07.120089 [ 277 ] {acc11fb8-b098-46e5-af2d-e5079802da89} <Trace> oximeter.measurements_f64 (f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3153 2024.12.19 22:24:07.120126 [ 277 ] {acc11fb8-b098-46e5-af2d-e5079802da89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB.
3154 2024.12.19 22:24:07.120481 [ 277 ] {acc11fb8-b098-46e5-af2d-e5079802da89} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
3155 2024.12.19 22:24:07.120722 [ 277 ] {acc11fb8-b098-46e5-af2d-e5079802da89} <Trace> oximeter.measurements_f64 (f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3156 2024.12.19 22:24:07.120896 [ 277 ] {acc11fb8-b098-46e5-af2d-e5079802da89} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001444 sec., 692.5207756232687 rows/sec., 46.66 KiB/sec.
3157 2024.12.19 22:24:07.120944 [ 277 ] {acc11fb8-b098-46e5-af2d-e5079802da89} <Debug> TCPHandler: Processed in 0.001670736 sec.
3158 2024.12.19 22:24:07.121090 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3159 2024.12.19 22:24:07.121228 [ 278 ] {624c41f0-9265-457a-95e8-1f174cb6b715} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3160 2024.12.19 22:24:07.121323 [ 278 ] {624c41f0-9265-457a-95e8-1f174cb6b715} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
3161 2024.12.19 22:24:07.122518 [ 278 ] {624c41f0-9265-457a-95e8-1f174cb6b715} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3162 2024.12.19 22:24:07.122557 [ 278 ] {624c41f0-9265-457a-95e8-1f174cb6b715} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB.
3163 2024.12.19 22:24:07.123184 [ 278 ] {624c41f0-9265-457a-95e8-1f174cb6b715} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
3164 2024.12.19 22:24:07.123445 [ 278 ] {624c41f0-9265-457a-95e8-1f174cb6b715} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3165 2024.12.19 22:24:07.123645 [ 76 ] {} <Debug> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
3166 2024.12.19 22:24:07.123743 [ 278 ] {624c41f0-9265-457a-95e8-1f174cb6b715} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002538 sec., 4728.132387706856 rows/sec., 8.47 MiB/sec.
3167 2024.12.19 22:24:07.123755 [ 76 ] {} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3168 2024.12.19 22:24:07.123848 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB.
3169 2024.12.19 22:24:07.124212 [ 278 ] {624c41f0-9265-457a-95e8-1f174cb6b715} <Debug> TCPHandler: Processed in 0.0031833 sec.
3170 2024.12.19 22:24:07.124341 [ 197 ] {cbc455e9-47de-4677-931e-ce7496b93cef::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
3171 2024.12.19 22:24:07.124629 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3172 2024.12.19 22:24:07.124926 [ 277 ] {6c6d6e1b-6022-4487-becd-7097e21a9e6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3173 2024.12.19 22:24:07.125071 [ 277 ] {6c6d6e1b-6022-4487-becd-7097e21a9e6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3174 2024.12.19 22:24:07.125270 [ 197 ] {cbc455e9-47de-4677-931e-ce7496b93cef::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3175 2024.12.19 22:24:07.125531 [ 197 ] {cbc455e9-47de-4677-931e-ce7496b93cef::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
3176 2024.12.19 22:24:07.126317 [ 197 ] {cbc455e9-47de-4677-931e-ce7496b93cef::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
3177 2024.12.19 22:24:07.127062 [ 197 ] {cbc455e9-47de-4677-931e-ce7496b93cef::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
3178 2024.12.19 22:24:07.127808 [ 197 ] {cbc455e9-47de-4677-931e-ce7496b93cef::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 12 rows starting from the beginning of the part
3179 2024.12.19 22:24:07.127810 [ 277 ] {6c6d6e1b-6022-4487-becd-7097e21a9e6b} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3180 2024.12.19 22:24:07.127899 [ 277 ] {6c6d6e1b-6022-4487-becd-7097e21a9e6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB.
3181 2024.12.19 22:24:07.128399 [ 197 ] {cbc455e9-47de-4677-931e-ce7496b93cef::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
3182 2024.12.19 22:24:07.128936 [ 197 ] {cbc455e9-47de-4677-931e-ce7496b93cef::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
3183 2024.12.19 22:24:07.129867 [ 277 ] {6c6d6e1b-6022-4487-becd-7097e21a9e6b} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
3184 2024.12.19 22:24:07.130361 [ 277 ] {6c6d6e1b-6022-4487-becd-7097e21a9e6b} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3185 2024.12.19 22:24:07.130968 [ 277 ] {6c6d6e1b-6022-4487-becd-7097e21a9e6b} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.006145 sec., 13344.182262001626 rows/sec., 867.86 KiB/sec.
3186 2024.12.19 22:24:07.131086 [ 277 ] {6c6d6e1b-6022-4487-becd-7097e21a9e6b} <Debug> TCPHandler: Processed in 0.006739227 sec.
3187 2024.12.19 22:24:07.132992 [ 196 ] {cbc455e9-47de-4677-931e-ce7496b93cef::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 153 rows, containing 19 columns (19 merged, 0 gathered) in 0.008950695 sec., 17093.644683457544 rows/sec., 30.63 MiB/sec.
3188 2024.12.19 22:24:07.133475 [ 199 ] {cbc455e9-47de-4677-931e-ce7496b93cef::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
3189 2024.12.19 22:24:07.133905 [ 199 ] {cbc455e9-47de-4677-931e-ce7496b93cef::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3190 2024.12.19 22:24:07.133994 [ 199 ] {cbc455e9-47de-4677-931e-ce7496b93cef::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
3191 2024.12.19 22:24:07.134141 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.09 MiB.
3192 2024.12.19 22:24:10.525303 [ 157 ] {} <Debug> DNSResolver: Updating DNS cache
3193 2024.12.19 22:24:10.525372 [ 157 ] {} <Debug> DNSResolver: Updated DNS cache
3194 2024.12.19 22:24:10.616351 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 6466
3195 2024.12.19 22:24:10.616998 [ 244 ] {} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3196 2024.12.19 22:24:10.617045 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB.
3197 2024.12.19 22:24:10.617568 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
3198 2024.12.19 22:24:10.617832 [ 244 ] {} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3199 2024.12.19 22:24:10.618016 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6466
3200 2024.12.19 22:24:11.013421 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106
3201 2024.12.19 22:24:11.034027 [ 243 ] {} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3202 2024.12.19 22:24:11.034086 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB.
3203 2024.12.19 22:24:11.041512 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
3204 2024.12.19 22:24:11.042308 [ 243 ] {} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3205 2024.12.19 22:24:11.044876 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 106
3206 2024.12.19 22:24:12.098520 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3207 2024.12.19 22:24:12.098714 [ 277 ] {7096904d-ea73-47b3-b423-b1ed7f01002d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3208 2024.12.19 22:24:12.098786 [ 277 ] {7096904d-ea73-47b3-b423-b1ed7f01002d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3209 2024.12.19 22:24:12.099554 [ 277 ] {7096904d-ea73-47b3-b423-b1ed7f01002d} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3210 2024.12.19 22:24:12.099602 [ 277 ] {7096904d-ea73-47b3-b423-b1ed7f01002d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB.
3211 2024.12.19 22:24:12.100049 [ 277 ] {7096904d-ea73-47b3-b423-b1ed7f01002d} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
3212 2024.12.19 22:24:12.100301 [ 277 ] {7096904d-ea73-47b3-b423-b1ed7f01002d} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3213 2024.12.19 22:24:12.100509 [ 277 ] {7096904d-ea73-47b3-b423-b1ed7f01002d} <Debug> executeQuery: Read 110 rows, 9.44 KiB in 0.001849 sec., 59491.617090319094 rows/sec., 4.98 MiB/sec.
3214 2024.12.19 22:24:12.100568 [ 277 ] {7096904d-ea73-47b3-b423-b1ed7f01002d} <Debug> TCPHandler: Processed in 0.002180397 sec.
3215 2024.12.19 22:24:12.100824 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3216 2024.12.19 22:24:12.101046 [ 278 ] {875b2b0f-30c5-41ca-8cf7-f1e7bf4a1154} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3217 2024.12.19 22:24:12.101130 [ 278 ] {875b2b0f-30c5-41ca-8cf7-f1e7bf4a1154} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3218 2024.12.19 22:24:12.101953 [ 278 ] {875b2b0f-30c5-41ca-8cf7-f1e7bf4a1154} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3219 2024.12.19 22:24:12.102009 [ 278 ] {875b2b0f-30c5-41ca-8cf7-f1e7bf4a1154} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB.
3220 2024.12.19 22:24:12.102457 [ 278 ] {875b2b0f-30c5-41ca-8cf7-f1e7bf4a1154} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
3221 2024.12.19 22:24:12.102720 [ 278 ] {875b2b0f-30c5-41ca-8cf7-f1e7bf4a1154} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3222 2024.12.19 22:24:12.102965 [ 278 ] {875b2b0f-30c5-41ca-8cf7-f1e7bf4a1154} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.00198 sec., 13636.363636363636 rows/sec., 1.00 MiB/sec.
3223 2024.12.19 22:24:12.103034 [ 278 ] {875b2b0f-30c5-41ca-8cf7-f1e7bf4a1154} <Debug> TCPHandler: Processed in 0.002354781 sec.
3224 2024.12.19 22:24:12.103186 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3225 2024.12.19 22:24:12.103326 [ 277 ] {2fcc8016-a96f-4934-ae6c-101b509e3d12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3226 2024.12.19 22:24:12.103390 [ 277 ] {2fcc8016-a96f-4934-ae6c-101b509e3d12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3227 2024.12.19 22:24:12.104081 [ 277 ] {2fcc8016-a96f-4934-ae6c-101b509e3d12} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3228 2024.12.19 22:24:12.104117 [ 277 ] {2fcc8016-a96f-4934-ae6c-101b509e3d12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB.
3229 2024.12.19 22:24:12.104484 [ 277 ] {2fcc8016-a96f-4934-ae6c-101b509e3d12} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
3230 2024.12.19 22:24:12.104722 [ 277 ] {2fcc8016-a96f-4934-ae6c-101b509e3d12} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3231 2024.12.19 22:24:12.104906 [ 277 ] {2fcc8016-a96f-4934-ae6c-101b509e3d12} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001612 sec., 56451.61290322581 rows/sec., 4.41 MiB/sec.
3232 2024.12.19 22:24:12.104958 [ 277 ] {2fcc8016-a96f-4934-ae6c-101b509e3d12} <Debug> TCPHandler: Processed in 0.00184203 sec.
3233 2024.12.19 22:24:12.105144 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3234 2024.12.19 22:24:12.105296 [ 278 ] {189c2e91-1be9-45d0-92f0-e124bdaa2d2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3235 2024.12.19 22:24:12.105363 [ 278 ] {189c2e91-1be9-45d0-92f0-e124bdaa2d2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3236 2024.12.19 22:24:12.105983 [ 278 ] {189c2e91-1be9-45d0-92f0-e124bdaa2d2e} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3237 2024.12.19 22:24:12.106023 [ 278 ] {189c2e91-1be9-45d0-92f0-e124bdaa2d2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB.
3238 2024.12.19 22:24:12.106431 [ 278 ] {189c2e91-1be9-45d0-92f0-e124bdaa2d2e} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
3239 2024.12.19 22:24:12.106677 [ 278 ] {189c2e91-1be9-45d0-92f0-e124bdaa2d2e} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3240 2024.12.19 22:24:12.106913 [ 278 ] {189c2e91-1be9-45d0-92f0-e124bdaa2d2e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001653 sec., 96793.70840895342 rows/sec., 6.74 MiB/sec.
3241 2024.12.19 22:24:12.107039 [ 278 ] {189c2e91-1be9-45d0-92f0-e124bdaa2d2e} <Debug> TCPHandler: Processed in 0.001964792 sec.
3242 2024.12.19 22:24:12.107204 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3243 2024.12.19 22:24:12.107349 [ 277 ] {16a6fa06-0693-449f-941d-c8e8549f19bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3244 2024.12.19 22:24:12.107444 [ 277 ] {16a6fa06-0693-449f-941d-c8e8549f19bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
3245 2024.12.19 22:24:12.108616 [ 277 ] {16a6fa06-0693-449f-941d-c8e8549f19bc} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3246 2024.12.19 22:24:12.108654 [ 277 ] {16a6fa06-0693-449f-941d-c8e8549f19bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB.
3247 2024.12.19 22:24:12.109315 [ 277 ] {16a6fa06-0693-449f-941d-c8e8549f19bc} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
3248 2024.12.19 22:24:12.109584 [ 277 ] {16a6fa06-0693-449f-941d-c8e8549f19bc} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3249 2024.12.19 22:24:12.109878 [ 277 ] {16a6fa06-0693-449f-941d-c8e8549f19bc} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002557 sec., 10559.249120062574 rows/sec., 18.92 MiB/sec.
3250 2024.12.19 22:24:12.110091 [ 277 ] {16a6fa06-0693-449f-941d-c8e8549f19bc} <Debug> TCPHandler: Processed in 0.002956554 sec.
3251 2024.12.19 22:24:12.110257 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3252 2024.12.19 22:24:12.110404 [ 278 ] {18e237c5-40d9-4388-b36e-3ce0d6a2fb40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3253 2024.12.19 22:24:12.110466 [ 278 ] {18e237c5-40d9-4388-b36e-3ce0d6a2fb40} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3254 2024.12.19 22:24:12.110993 [ 278 ] {18e237c5-40d9-4388-b36e-3ce0d6a2fb40} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3255 2024.12.19 22:24:12.111031 [ 278 ] {18e237c5-40d9-4388-b36e-3ce0d6a2fb40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB.
3256 2024.12.19 22:24:12.111431 [ 278 ] {18e237c5-40d9-4388-b36e-3ce0d6a2fb40} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
3257 2024.12.19 22:24:12.111680 [ 278 ] {18e237c5-40d9-4388-b36e-3ce0d6a2fb40} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3258 2024.12.19 22:24:12.111874 [ 278 ] {18e237c5-40d9-4388-b36e-3ce0d6a2fb40} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001504 sec., 39893.6170212766 rows/sec., 2.69 MiB/sec.
3259 2024.12.19 22:24:12.112003 [ 278 ] {18e237c5-40d9-4388-b36e-3ce0d6a2fb40} <Debug> TCPHandler: Processed in 0.001812589 sec.
3260 2024.12.19 22:24:12.760665 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3261 2024.12.19 22:24:12.760876 [ 277 ] {d7878241-2545-4e0d-baad-00ef77ce21f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
3262 2024.12.19 22:24:12.760956 [ 277 ] {d7878241-2545-4e0d-baad-00ef77ce21f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
3263 2024.12.19 22:24:12.761768 [ 277 ] {d7878241-2545-4e0d-baad-00ef77ce21f1} <Trace> oximeter.fields_i16 (8b34b429-6d62-480d-bd41-33dce3ff3ffb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3264 2024.12.19 22:24:12.761814 [ 277 ] {d7878241-2545-4e0d-baad-00ef77ce21f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB.
3265 2024.12.19 22:24:12.762258 [ 277 ] {d7878241-2545-4e0d-baad-00ef77ce21f1} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
3266 2024.12.19 22:24:12.762511 [ 277 ] {d7878241-2545-4e0d-baad-00ef77ce21f1} <Trace> oximeter.fields_i16 (8b34b429-6d62-480d-bd41-33dce3ff3ffb): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3267 2024.12.19 22:24:12.762701 [ 154 ] {} <Debug> oximeter.fields_i16 (8b34b429-6d62-480d-bd41-33dce3ff3ffb) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0
3268 2024.12.19 22:24:12.762786 [ 277 ] {d7878241-2545-4e0d-baad-00ef77ce21f1} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001962 sec., 7135.575942915391 rows/sec., 513.67 KiB/sec.
3269 2024.12.19 22:24:12.762794 [ 154 ] {} <Trace> oximeter.fields_i16 (8b34b429-6d62-480d-bd41-33dce3ff3ffb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3270 2024.12.19 22:24:12.762879 [ 154 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB.
3271 2024.12.19 22:24:12.762917 [ 277 ] {d7878241-2545-4e0d-baad-00ef77ce21f1} <Debug> TCPHandler: Processed in 0.002385341 sec.
3272 2024.12.19 22:24:12.763142 [ 196 ] {8b34b429-6d62-480d-bd41-33dce3ff3ffb::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
3273 2024.12.19 22:24:12.763202 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3274 2024.12.19 22:24:12.763418 [ 196 ] {8b34b429-6d62-480d-bd41-33dce3ff3ffb::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3275 2024.12.19 22:24:12.763472 [ 278 ] {4e31686f-9c27-408f-a40a-db44de286a98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3276 2024.12.19 22:24:12.763494 [ 196 ] {8b34b429-6d62-480d-bd41-33dce3ff3ffb::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 14 rows starting from the beginning of the part
3277 2024.12.19 22:24:12.763585 [ 278 ] {4e31686f-9c27-408f-a40a-db44de286a98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3278 2024.12.19 22:24:12.763719 [ 196 ] {8b34b429-6d62-480d-bd41-33dce3ff3ffb::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
3279 2024.12.19 22:24:12.764091 [ 196 ] {8b34b429-6d62-480d-bd41-33dce3ff3ffb::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 14 rows starting from the beginning of the part
3280 2024.12.19 22:24:12.764342 [ 196 ] {8b34b429-6d62-480d-bd41-33dce3ff3ffb::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
3281 2024.12.19 22:24:12.764634 [ 196 ] {8b34b429-6d62-480d-bd41-33dce3ff3ffb::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 14 rows starting from the beginning of the part
3282 2024.12.19 22:24:12.766729 [ 196 ] {8b34b429-6d62-480d-bd41-33dce3ff3ffb::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.003710261 sec., 18866.597255556953 rows/sec., 1.40 MiB/sec.
3283 2024.12.19 22:24:12.766895 [ 199 ] {8b34b429-6d62-480d-bd41-33dce3ff3ffb::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary)
3284 2024.12.19 22:24:12.767192 [ 278 ] {4e31686f-9c27-408f-a40a-db44de286a98} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3285 2024.12.19 22:24:12.767262 [ 278 ] {4e31686f-9c27-408f-a40a-db44de286a98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB.
3286 2024.12.19 22:24:12.767309 [ 199 ] {8b34b429-6d62-480d-bd41-33dce3ff3ffb::all_1_9_2} <Trace> oximeter.fields_i16 (8b34b429-6d62-480d-bd41-33dce3ff3ffb): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3287 2024.12.19 22:24:12.767502 [ 199 ] {8b34b429-6d62-480d-bd41-33dce3ff3ffb::all_1_9_2} <Trace> oximeter.fields_i16 (8b34b429-6d62-480d-bd41-33dce3ff3ffb) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2
3288 2024.12.19 22:24:12.767641 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
3289 2024.12.19 22:24:12.768065 [ 278 ] {4e31686f-9c27-408f-a40a-db44de286a98} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
3290 2024.12.19 22:24:12.768347 [ 278 ] {4e31686f-9c27-408f-a40a-db44de286a98} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3291 2024.12.19 22:24:12.768485 [ 154 ] {} <Debug> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
3292 2024.12.19 22:24:12.768526 [ 154 ] {} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3293 2024.12.19 22:24:12.768550 [ 154 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB.
3294 2024.12.19 22:24:12.768561 [ 278 ] {4e31686f-9c27-408f-a40a-db44de286a98} <Debug> executeQuery: Read 1367 rows, 116.43 KiB in 0.005179 sec., 263950.56960803247 rows/sec., 21.95 MiB/sec.
3295 2024.12.19 22:24:12.768691 [ 278 ] {4e31686f-9c27-408f-a40a-db44de286a98} <Debug> TCPHandler: Processed in 0.005664223 sec.
3296 2024.12.19 22:24:12.768705 [ 198 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::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
3297 2024.12.19 22:24:12.768840 [ 198 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3298 2024.12.19 22:24:12.768872 [ 198 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1419 rows starting from the beginning of the part
3299 2024.12.19 22:24:12.768898 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3300 2024.12.19 22:24:12.769065 [ 198 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 227 rows starting from the beginning of the part
3301 2024.12.19 22:24:12.769421 [ 198 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 110 rows starting from the beginning of the part
3302 2024.12.19 22:24:12.769388 [ 277 ] {756ec1fd-9e7f-46a0-8f28-9721df40ecf4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3303 2024.12.19 22:24:12.769717 [ 198 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 227 rows starting from the beginning of the part
3304 2024.12.19 22:24:12.769703 [ 277 ] {756ec1fd-9e7f-46a0-8f28-9721df40ecf4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3305 2024.12.19 22:24:12.770042 [ 198 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 110 rows starting from the beginning of the part
3306 2024.12.19 22:24:12.770267 [ 198 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1367 rows starting from the beginning of the part
3307 2024.12.19 22:24:12.772286 [ 277 ] {756ec1fd-9e7f-46a0-8f28-9721df40ecf4} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3308 2024.12.19 22:24:12.772359 [ 277 ] {756ec1fd-9e7f-46a0-8f28-9721df40ecf4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB.
3309 2024.12.19 22:24:12.773204 [ 277 ] {756ec1fd-9e7f-46a0-8f28-9721df40ecf4} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
3310 2024.12.19 22:24:12.773495 [ 277 ] {756ec1fd-9e7f-46a0-8f28-9721df40ecf4} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3311 2024.12.19 22:24:12.774241 [ 277 ] {756ec1fd-9e7f-46a0-8f28-9721df40ecf4} <Debug> executeQuery: Read 19 rows, 1.36 KiB in 0.005096 sec., 3728.414442700157 rows/sec., 266.56 KiB/sec.
3312 2024.12.19 22:24:12.774532 [ 277 ] {756ec1fd-9e7f-46a0-8f28-9721df40ecf4} <Debug> TCPHandler: Processed in 0.005730694 sec.
3313 2024.12.19 22:24:12.774540 [ 198 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3460 rows, containing 5 columns (5 merged, 0 gathered) in 0.005934079 sec., 583072.7902341711 rows/sec., 51.11 MiB/sec.
3314 2024.12.19 22:24:12.774718 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3315 2024.12.19 22:24:12.774814 [ 198 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
3316 2024.12.19 22:24:12.774886 [ 278 ] {e611da14-8a61-4c8c-a9e2-cd2d382a1d35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
3317 2024.12.19 22:24:12.774951 [ 278 ] {e611da14-8a61-4c8c-a9e2-cd2d382a1d35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
3318 2024.12.19 22:24:12.775153 [ 198 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_21_4} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3319 2024.12.19 22:24:12.775277 [ 198 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_21_4} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
3320 2024.12.19 22:24:12.775388 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB.
3321 2024.12.19 22:24:12.775836 [ 278 ] {e611da14-8a61-4c8c-a9e2-cd2d382a1d35} <Trace> oximeter.fields_u32 (96604386-977a-478c-b894-f09eb465191c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3322 2024.12.19 22:24:12.775874 [ 278 ] {e611da14-8a61-4c8c-a9e2-cd2d382a1d35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB.
3323 2024.12.19 22:24:12.776243 [ 278 ] {e611da14-8a61-4c8c-a9e2-cd2d382a1d35} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
3324 2024.12.19 22:24:12.776491 [ 278 ] {e611da14-8a61-4c8c-a9e2-cd2d382a1d35} <Trace> oximeter.fields_u32 (96604386-977a-478c-b894-f09eb465191c): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3325 2024.12.19 22:24:12.776714 [ 278 ] {e611da14-8a61-4c8c-a9e2-cd2d382a1d35} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001879 sec., 128791.91059073975 rows/sec., 8.73 MiB/sec.
3326 2024.12.19 22:24:12.776772 [ 278 ] {e611da14-8a61-4c8c-a9e2-cd2d382a1d35} <Debug> TCPHandler: Processed in 0.002132606 sec.
3327 2024.12.19 22:24:12.776981 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3328 2024.12.19 22:24:12.777208 [ 277 ] {faadc5f8-1d0f-4250-b637-f82283d1ae45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
3329 2024.12.19 22:24:12.777305 [ 277 ] {faadc5f8-1d0f-4250-b637-f82283d1ae45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
3330 2024.12.19 22:24:12.778036 [ 277 ] {faadc5f8-1d0f-4250-b637-f82283d1ae45} <Trace> oximeter.fields_u8 (74ab6f56-b776-4e15-89eb-af2ec1acc724): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3331 2024.12.19 22:24:12.778077 [ 277 ] {faadc5f8-1d0f-4250-b637-f82283d1ae45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB.
3332 2024.12.19 22:24:12.778433 [ 277 ] {faadc5f8-1d0f-4250-b637-f82283d1ae45} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
3333 2024.12.19 22:24:12.778668 [ 277 ] {faadc5f8-1d0f-4250-b637-f82283d1ae45} <Trace> oximeter.fields_u8 (74ab6f56-b776-4e15-89eb-af2ec1acc724): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3334 2024.12.19 22:24:12.778840 [ 153 ] {} <Debug> oximeter.fields_u8 (74ab6f56-b776-4e15-89eb-af2ec1acc724) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0
3335 2024.12.19 22:24:12.778917 [ 153 ] {} <Trace> oximeter.fields_u8 (74ab6f56-b776-4e15-89eb-af2ec1acc724): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3336 2024.12.19 22:24:12.778929 [ 277 ] {faadc5f8-1d0f-4250-b637-f82283d1ae45} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001765 sec., 7365.439093484419 rows/sec., 459.23 KiB/sec.
3337 2024.12.19 22:24:12.778958 [ 153 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB.
3338 2024.12.19 22:24:12.779057 [ 277 ] {faadc5f8-1d0f-4250-b637-f82283d1ae45} <Debug> TCPHandler: Processed in 0.002186638 sec.
3339 2024.12.19 22:24:12.779258 [ 196 ] {74ab6f56-b776-4e15-89eb-af2ec1acc724::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
3340 2024.12.19 22:24:12.779339 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3341 2024.12.19 22:24:12.779720 [ 196 ] {74ab6f56-b776-4e15-89eb-af2ec1acc724::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3342 2024.12.19 22:24:12.779727 [ 278 ] {f377e8b4-53ad-4361-b6e5-14e29383bbba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3343 2024.12.19 22:24:12.779774 [ 196 ] {74ab6f56-b776-4e15-89eb-af2ec1acc724::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 13 rows starting from the beginning of the part
3344 2024.12.19 22:24:12.779831 [ 278 ] {f377e8b4-53ad-4361-b6e5-14e29383bbba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3345 2024.12.19 22:24:12.780061 [ 196 ] {74ab6f56-b776-4e15-89eb-af2ec1acc724::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 13 rows starting from the beginning of the part
3346 2024.12.19 22:24:12.780403 [ 196 ] {74ab6f56-b776-4e15-89eb-af2ec1acc724::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 13 rows starting from the beginning of the part
3347 2024.12.19 22:24:12.780709 [ 196 ] {74ab6f56-b776-4e15-89eb-af2ec1acc724::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 13 rows starting from the beginning of the part
3348 2024.12.19 22:24:12.781071 [ 196 ] {74ab6f56-b776-4e15-89eb-af2ec1acc724::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 13 rows starting from the beginning of the part
3349 2024.12.19 22:24:12.782849 [ 278 ] {f377e8b4-53ad-4361-b6e5-14e29383bbba} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3350 2024.12.19 22:24:12.782936 [ 278 ] {f377e8b4-53ad-4361-b6e5-14e29383bbba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB.
3351 2024.12.19 22:24:12.783179 [ 196 ] {74ab6f56-b776-4e15-89eb-af2ec1acc724::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.00410605 sec., 15830.299192654742 rows/sec., 1.02 MiB/sec.
3352 2024.12.19 22:24:12.783358 [ 196 ] {74ab6f56-b776-4e15-89eb-af2ec1acc724::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary)
3353 2024.12.19 22:24:12.783771 [ 278 ] {f377e8b4-53ad-4361-b6e5-14e29383bbba} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
3354 2024.12.19 22:24:12.783837 [ 196 ] {74ab6f56-b776-4e15-89eb-af2ec1acc724::all_1_9_2} <Trace> oximeter.fields_u8 (74ab6f56-b776-4e15-89eb-af2ec1acc724): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3355 2024.12.19 22:24:12.783966 [ 196 ] {74ab6f56-b776-4e15-89eb-af2ec1acc724::all_1_9_2} <Trace> oximeter.fields_u8 (74ab6f56-b776-4e15-89eb-af2ec1acc724) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2
3356 2024.12.19 22:24:12.784103 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
3357 2024.12.19 22:24:12.784210 [ 278 ] {f377e8b4-53ad-4361-b6e5-14e29383bbba} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3358 2024.12.19 22:24:12.784392 [ 153 ] {} <Debug> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
3359 2024.12.19 22:24:12.784454 [ 153 ] {} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3360 2024.12.19 22:24:12.784491 [ 278 ] {f377e8b4-53ad-4361-b6e5-14e29383bbba} <Debug> executeQuery: Read 850 rows, 62.93 KiB in 0.004877 sec., 174287.47180643838 rows/sec., 12.60 MiB/sec.
3361 2024.12.19 22:24:12.784498 [ 153 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB.
3362 2024.12.19 22:24:12.784717 [ 278 ] {f377e8b4-53ad-4361-b6e5-14e29383bbba} <Debug> TCPHandler: Processed in 0.0055348 sec.
3363 2024.12.19 22:24:12.784961 [ 194 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::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
3364 2024.12.19 22:24:12.785124 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3365 2024.12.19 22:24:12.785503 [ 194 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3366 2024.12.19 22:24:12.785658 [ 194 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 895 rows starting from the beginning of the part
3367 2024.12.19 22:24:12.785671 [ 277 ] {394e780b-ed38-430e-8496-dd8c13802ab7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
3368 2024.12.19 22:24:12.785900 [ 194 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 403 rows starting from the beginning of the part
3369 2024.12.19 22:24:12.785925 [ 277 ] {394e780b-ed38-430e-8496-dd8c13802ab7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
3370 2024.12.19 22:24:12.786223 [ 194 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 91 rows starting from the beginning of the part
3371 2024.12.19 22:24:12.786543 [ 194 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 394 rows starting from the beginning of the part
3372 2024.12.19 22:24:12.786860 [ 194 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 91 rows starting from the beginning of the part
3373 2024.12.19 22:24:12.787182 [ 194 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 850 rows starting from the beginning of the part
3374 2024.12.19 22:24:12.788402 [ 277 ] {394e780b-ed38-430e-8496-dd8c13802ab7} <Trace> oximeter.measurements_bool (164ca455-e956-4308-a817-eda615c184e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3375 2024.12.19 22:24:12.788476 [ 277 ] {394e780b-ed38-430e-8496-dd8c13802ab7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB.
3376 2024.12.19 22:24:12.789547 [ 277 ] {394e780b-ed38-430e-8496-dd8c13802ab7} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
3377 2024.12.19 22:24:12.789885 [ 277 ] {394e780b-ed38-430e-8496-dd8c13802ab7} <Trace> oximeter.measurements_bool (164ca455-e956-4308-a817-eda615c184e9): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3378 2024.12.19 22:24:12.790535 [ 277 ] {394e780b-ed38-430e-8496-dd8c13802ab7} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004928 sec., 1217.5324675324675 rows/sec., 63.61 KiB/sec.
3379 2024.12.19 22:24:12.790960 [ 277 ] {394e780b-ed38-430e-8496-dd8c13802ab7} <Debug> TCPHandler: Processed in 0.006053032 sec.
3380 2024.12.19 22:24:12.791025 [ 196 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2724 rows, containing 5 columns (5 merged, 0 gathered) in 0.00638307 sec., 426753.89741926687 rows/sec., 32.54 MiB/sec.
3381 2024.12.19 22:24:12.791135 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3382 2024.12.19 22:24:12.791272 [ 196 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
3383 2024.12.19 22:24:12.791349 [ 278 ] {8c30f0fb-2237-48d3-bf28-8894b6f78ce0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3384 2024.12.19 22:24:12.791450 [ 278 ] {8c30f0fb-2237-48d3-bf28-8894b6f78ce0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3385 2024.12.19 22:24:12.791878 [ 196 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_21_4} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3386 2024.12.19 22:24:12.792037 [ 196 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_21_4} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
3387 2024.12.19 22:24:12.792123 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB.
3388 2024.12.19 22:24:12.792526 [ 278 ] {8c30f0fb-2237-48d3-bf28-8894b6f78ce0} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3389 2024.12.19 22:24:12.792569 [ 278 ] {8c30f0fb-2237-48d3-bf28-8894b6f78ce0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB.
3390 2024.12.19 22:24:12.793018 [ 278 ] {8c30f0fb-2237-48d3-bf28-8894b6f78ce0} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
3391 2024.12.19 22:24:12.793266 [ 278 ] {8c30f0fb-2237-48d3-bf28-8894b6f78ce0} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3392 2024.12.19 22:24:12.793423 [ 153 ] {} <Debug> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
3393 2024.12.19 22:24:12.793476 [ 153 ] {} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3394 2024.12.19 22:24:12.793510 [ 278 ] {8c30f0fb-2237-48d3-bf28-8894b6f78ce0} <Debug> executeQuery: Read 955 rows, 64.97 KiB in 0.002236 sec., 427101.9677996422 rows/sec., 28.38 MiB/sec.
3395 2024.12.19 22:24:12.793515 [ 153 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB.
3396 2024.12.19 22:24:12.793674 [ 278 ] {8c30f0fb-2237-48d3-bf28-8894b6f78ce0} <Debug> TCPHandler: Processed in 0.002606086 sec.
3397 2024.12.19 22:24:12.793752 [ 194 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::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
3398 2024.12.19 22:24:12.793883 [ 194 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3399 2024.12.19 22:24:12.793930 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3400 2024.12.19 22:24:12.793949 [ 194 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 5886 rows starting from the beginning of the part
3401 2024.12.19 22:24:12.794089 [ 194 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 237 rows starting from the beginning of the part
3402 2024.12.19 22:24:12.794546 [ 194 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 160 rows starting from the beginning of the part
3403 2024.12.19 22:24:12.794922 [ 194 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 237 rows starting from the beginning of the part
3404 2024.12.19 22:24:12.794922 [ 277 ] {b0774fb3-7deb-4c01-8f59-312526cb5b99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
3405 2024.12.19 22:24:12.795182 [ 194 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::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
3406 2024.12.19 22:24:12.795184 [ 277 ] {b0774fb3-7deb-4c01-8f59-312526cb5b99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
3407 2024.12.19 22:24:12.795506 [ 194 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 955 rows starting from the beginning of the part
3408 2024.12.19 22:24:12.796800 [ 277 ] {b0774fb3-7deb-4c01-8f59-312526cb5b99} <Trace> oximeter.measurements_f64 (f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3409 2024.12.19 22:24:12.796860 [ 277 ] {b0774fb3-7deb-4c01-8f59-312526cb5b99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB.
3410 2024.12.19 22:24:12.797703 [ 277 ] {b0774fb3-7deb-4c01-8f59-312526cb5b99} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
3411 2024.12.19 22:24:12.798157 [ 277 ] {b0774fb3-7deb-4c01-8f59-312526cb5b99} <Trace> oximeter.measurements_f64 (f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3412 2024.12.19 22:24:12.798564 [ 277 ] {b0774fb3-7deb-4c01-8f59-312526cb5b99} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003995 sec., 250.31289111389233 rows/sec., 16.87 KiB/sec.
3413 2024.12.19 22:24:12.798671 [ 277 ] {b0774fb3-7deb-4c01-8f59-312526cb5b99} <Debug> TCPHandler: Processed in 0.004888226 sec.
3414 2024.12.19 22:24:12.798831 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3415 2024.12.19 22:24:12.798973 [ 278 ] {a0bdbe64-d65d-495c-a578-f0ea792eb327} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3416 2024.12.19 22:24:12.799067 [ 278 ] {a0bdbe64-d65d-495c-a578-f0ea792eb327} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
3417 2024.12.19 22:24:12.799404 [ 194 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7635 rows, containing 5 columns (5 merged, 0 gathered) in 0.005727015 sec., 1333155.2300805917 rows/sec., 89.83 MiB/sec.
3418 2024.12.19 22:24:12.799994 [ 194 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
3419 2024.12.19 22:24:12.800422 [ 194 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3420 2024.12.19 22:24:12.800551 [ 194 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
3421 2024.12.19 22:24:12.800660 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.48 MiB.
3422 2024.12.19 22:24:12.800737 [ 278 ] {a0bdbe64-d65d-495c-a578-f0ea792eb327} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3423 2024.12.19 22:24:12.800775 [ 278 ] {a0bdbe64-d65d-495c-a578-f0ea792eb327} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB.
3424 2024.12.19 22:24:12.801385 [ 278 ] {a0bdbe64-d65d-495c-a578-f0ea792eb327} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
3425 2024.12.19 22:24:12.801649 [ 278 ] {a0bdbe64-d65d-495c-a578-f0ea792eb327} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3426 2024.12.19 22:24:12.801880 [ 278 ] {a0bdbe64-d65d-495c-a578-f0ea792eb327} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002939 sec., 4083.021435862538 rows/sec., 7.32 MiB/sec.
3427 2024.12.19 22:24:12.801989 [ 278 ] {a0bdbe64-d65d-495c-a578-f0ea792eb327} <Debug> TCPHandler: Processed in 0.00322843 sec.
3428 2024.12.19 22:24:12.802192 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3429 2024.12.19 22:24:12.802418 [ 277 ] {7e3fb1da-fde1-4af7-841a-244f7c0aea79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3430 2024.12.19 22:24:12.802516 [ 277 ] {7e3fb1da-fde1-4af7-841a-244f7c0aea79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3431 2024.12.19 22:24:12.803043 [ 277 ] {7e3fb1da-fde1-4af7-841a-244f7c0aea79} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3432 2024.12.19 22:24:12.803083 [ 277 ] {7e3fb1da-fde1-4af7-841a-244f7c0aea79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB.
3433 2024.12.19 22:24:12.803451 [ 277 ] {7e3fb1da-fde1-4af7-841a-244f7c0aea79} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
3434 2024.12.19 22:24:12.803688 [ 277 ] {7e3fb1da-fde1-4af7-841a-244f7c0aea79} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3435 2024.12.19 22:24:12.803883 [ 153 ] {} <Debug> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
3436 2024.12.19 22:24:12.803942 [ 277 ] {7e3fb1da-fde1-4af7-841a-244f7c0aea79} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001576 sec., 21573.604060913705 rows/sec., 1.25 MiB/sec.
3437 2024.12.19 22:24:12.803976 [ 153 ] {} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3438 2024.12.19 22:24:12.804075 [ 153 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB.
3439 2024.12.19 22:24:12.804078 [ 277 ] {7e3fb1da-fde1-4af7-841a-244f7c0aea79} <Debug> TCPHandler: Processed in 0.001993003 sec.
3440 2024.12.19 22:24:12.804350 [ 196 ] {a2784562-0832-4e33-8769-44c7df75eec1::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
3441 2024.12.19 22:24:12.804551 [ 196 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3442 2024.12.19 22:24:12.804605 [ 196 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 960 rows starting from the beginning of the part
3443 2024.12.19 22:24:12.804681 [ 196 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 82 rows starting from the beginning of the part
3444 2024.12.19 22:24:12.804790 [ 196 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 60 rows starting from the beginning of the part
3445 2024.12.19 22:24:12.804874 [ 196 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 82 rows starting from the beginning of the part
3446 2024.12.19 22:24:12.804979 [ 196 ] {a2784562-0832-4e33-8769-44c7df75eec1::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
3447 2024.12.19 22:24:12.805081 [ 196 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 34 rows starting from the beginning of the part
3448 2024.12.19 22:24:12.806197 [ 192 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1278 rows, containing 4 columns (4 merged, 0 gathered) in 0.001968763 sec., 649138.5707675327 rows/sec., 42.29 MiB/sec.
3449 2024.12.19 22:24:12.806400 [ 193 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
3450 2024.12.19 22:24:12.806676 [ 193 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_21_4} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3451 2024.12.19 22:24:12.806746 [ 193 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_21_4} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
3452 2024.12.19 22:24:12.806810 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB.
3453 2024.12.19 22:24:13.001061 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 178.73 MiB, peak 183.00 MiB, free memory in arenas 0.00 B, will set to 177.62 MiB (RSS), difference: -1.11 MiB
3454 2024.12.19 22:24:15.628134 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 56 entries to flush up to offset 498
3455 2024.12.19 22:24:15.631754 [ 242 ] {} <Trace> system.query_log (70720294-7ac9-485f-8b0b-2131ff2acf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3456 2024.12.19 22:24:15.631817 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB.
3457 2024.12.19 22:24:15.633334 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3458 2024.12.19 22:24:15.633667 [ 242 ] {} <Trace> system.query_log (70720294-7ac9-485f-8b0b-2131ff2acf2b): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3459 2024.12.19 22:24:15.634393 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 498
3460 2024.12.19 22:24:17.095416 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3461 2024.12.19 22:24:17.095675 [ 277 ] {0d2d981f-0f50-43ce-a66f-b53e9b074ac4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3462 2024.12.19 22:24:17.095748 [ 277 ] {0d2d981f-0f50-43ce-a66f-b53e9b074ac4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3463 2024.12.19 22:24:17.096523 [ 277 ] {0d2d981f-0f50-43ce-a66f-b53e9b074ac4} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3464 2024.12.19 22:24:17.096574 [ 277 ] {0d2d981f-0f50-43ce-a66f-b53e9b074ac4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB.
3465 2024.12.19 22:24:17.097014 [ 277 ] {0d2d981f-0f50-43ce-a66f-b53e9b074ac4} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
3466 2024.12.19 22:24:17.097265 [ 277 ] {0d2d981f-0f50-43ce-a66f-b53e9b074ac4} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3467 2024.12.19 22:24:17.097512 [ 277 ] {0d2d981f-0f50-43ce-a66f-b53e9b074ac4} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001888 sec., 29661.016949152545 rows/sec., 2.26 MiB/sec.
3468 2024.12.19 22:24:17.097571 [ 277 ] {0d2d981f-0f50-43ce-a66f-b53e9b074ac4} <Debug> TCPHandler: Processed in 0.002346141 sec.
3469 2024.12.19 22:24:17.097828 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3470 2024.12.19 22:24:17.098032 [ 278 ] {21fb864e-d648-4510-b585-e5aefc11d946} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3471 2024.12.19 22:24:17.098107 [ 278 ] {21fb864e-d648-4510-b585-e5aefc11d946} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3472 2024.12.19 22:24:17.098880 [ 278 ] {21fb864e-d648-4510-b585-e5aefc11d946} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3473 2024.12.19 22:24:17.098928 [ 278 ] {21fb864e-d648-4510-b585-e5aefc11d946} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB.
3474 2024.12.19 22:24:17.099390 [ 278 ] {21fb864e-d648-4510-b585-e5aefc11d946} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
3475 2024.12.19 22:24:17.099652 [ 278 ] {21fb864e-d648-4510-b585-e5aefc11d946} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3476 2024.12.19 22:24:17.099860 [ 278 ] {21fb864e-d648-4510-b585-e5aefc11d946} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001881 sec., 34024.455077086655 rows/sec., 2.66 MiB/sec.
3477 2024.12.19 22:24:17.099927 [ 278 ] {21fb864e-d648-4510-b585-e5aefc11d946} <Debug> TCPHandler: Processed in 0.002236048 sec.
3478 2024.12.19 22:24:17.100087 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3479 2024.12.19 22:24:17.100232 [ 277 ] {ec9f7d00-9323-4431-9252-4440fdfd521a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3480 2024.12.19 22:24:17.100298 [ 277 ] {ec9f7d00-9323-4431-9252-4440fdfd521a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3481 2024.12.19 22:24:17.100913 [ 277 ] {ec9f7d00-9323-4431-9252-4440fdfd521a} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3482 2024.12.19 22:24:17.100952 [ 277 ] {ec9f7d00-9323-4431-9252-4440fdfd521a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB.
3483 2024.12.19 22:24:17.101334 [ 277 ] {ec9f7d00-9323-4431-9252-4440fdfd521a} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
3484 2024.12.19 22:24:17.101557 [ 277 ] {ec9f7d00-9323-4431-9252-4440fdfd521a} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3485 2024.12.19 22:24:17.101761 [ 277 ] {ec9f7d00-9323-4431-9252-4440fdfd521a} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001603 sec., 79850.28072364317 rows/sec., 5.56 MiB/sec.
3486 2024.12.19 22:24:17.101812 [ 277 ] {ec9f7d00-9323-4431-9252-4440fdfd521a} <Debug> TCPHandler: Processed in 0.00183612 sec.
3487 2024.12.19 22:24:17.101952 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3488 2024.12.19 22:24:17.102156 [ 278 ] {6ec635f1-0587-4781-9e69-f46d5a4aee27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3489 2024.12.19 22:24:17.102224 [ 278 ] {6ec635f1-0587-4781-9e69-f46d5a4aee27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3490 2024.12.19 22:24:17.102774 [ 278 ] {6ec635f1-0587-4781-9e69-f46d5a4aee27} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3491 2024.12.19 22:24:17.102811 [ 278 ] {6ec635f1-0587-4781-9e69-f46d5a4aee27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB.
3492 2024.12.19 22:24:17.103208 [ 278 ] {6ec635f1-0587-4781-9e69-f46d5a4aee27} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
3493 2024.12.19 22:24:17.103447 [ 278 ] {6ec635f1-0587-4781-9e69-f46d5a4aee27} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3494 2024.12.19 22:24:17.103627 [ 278 ] {6ec635f1-0587-4781-9e69-f46d5a4aee27} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001507 sec., 31851.3603185136 rows/sec., 2.15 MiB/sec.
3495 2024.12.19 22:24:17.103679 [ 278 ] {6ec635f1-0587-4781-9e69-f46d5a4aee27} <Debug> TCPHandler: Processed in 0.001738208 sec.
3496 2024.12.19 22:24:18.118755 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6954
3497 2024.12.19 22:24:18.119482 [ 244 ] {} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3498 2024.12.19 22:24:18.119531 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB.
3499 2024.12.19 22:24:18.120056 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
3500 2024.12.19 22:24:18.120307 [ 244 ] {} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3501 2024.12.19 22:24:18.120596 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6954
3502 2024.12.19 22:24:18.545666 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 113
3503 2024.12.19 22:24:18.566473 [ 243 ] {} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3504 2024.12.19 22:24:18.566523 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB.
3505 2024.12.19 22:24:18.574325 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
3506 2024.12.19 22:24:18.575107 [ 243 ] {} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3507 2024.12.19 22:24:18.581411 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 113
3508 2024.12.19 22:24:22.098443 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3509 2024.12.19 22:24:22.098671 [ 277 ] {b7b25128-8322-4a51-ac87-2b90f4859234} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3510 2024.12.19 22:24:22.098753 [ 277 ] {b7b25128-8322-4a51-ac87-2b90f4859234} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3511 2024.12.19 22:24:22.099589 [ 277 ] {b7b25128-8322-4a51-ac87-2b90f4859234} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3512 2024.12.19 22:24:22.099633 [ 277 ] {b7b25128-8322-4a51-ac87-2b90f4859234} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB.
3513 2024.12.19 22:24:22.100109 [ 277 ] {b7b25128-8322-4a51-ac87-2b90f4859234} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
3514 2024.12.19 22:24:22.100366 [ 277 ] {b7b25128-8322-4a51-ac87-2b90f4859234} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3515 2024.12.19 22:24:22.100618 [ 277 ] {b7b25128-8322-4a51-ac87-2b90f4859234} <Debug> executeQuery: Read 110 rows, 9.44 KiB in 0.002002 sec., 54945.05494505495 rows/sec., 4.60 MiB/sec.
3516 2024.12.19 22:24:22.100835 [ 277 ] {b7b25128-8322-4a51-ac87-2b90f4859234} <Debug> TCPHandler: Processed in 0.002523794 sec.
3517 2024.12.19 22:24:22.101126 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3518 2024.12.19 22:24:22.101343 [ 278 ] {fecc560a-a871-4538-9abc-d0abe7f05ab7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3519 2024.12.19 22:24:22.101426 [ 278 ] {fecc560a-a871-4538-9abc-d0abe7f05ab7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3520 2024.12.19 22:24:22.102240 [ 278 ] {fecc560a-a871-4538-9abc-d0abe7f05ab7} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3521 2024.12.19 22:24:22.102293 [ 278 ] {fecc560a-a871-4538-9abc-d0abe7f05ab7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB.
3522 2024.12.19 22:24:22.102732 [ 278 ] {fecc560a-a871-4538-9abc-d0abe7f05ab7} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
3523 2024.12.19 22:24:22.102984 [ 278 ] {fecc560a-a871-4538-9abc-d0abe7f05ab7} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3524 2024.12.19 22:24:22.103225 [ 278 ] {fecc560a-a871-4538-9abc-d0abe7f05ab7} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.001943 sec., 13896.037056098816 rows/sec., 1.02 MiB/sec.
3525 2024.12.19 22:24:22.103282 [ 278 ] {fecc560a-a871-4538-9abc-d0abe7f05ab7} <Debug> TCPHandler: Processed in 0.00229747 sec.
3526 2024.12.19 22:24:22.103442 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3527 2024.12.19 22:24:22.103590 [ 277 ] {4201d44f-74e7-4384-9c3c-95fdca229f32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3528 2024.12.19 22:24:22.103651 [ 277 ] {4201d44f-74e7-4384-9c3c-95fdca229f32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3529 2024.12.19 22:24:22.104326 [ 277 ] {4201d44f-74e7-4384-9c3c-95fdca229f32} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3530 2024.12.19 22:24:22.104365 [ 277 ] {4201d44f-74e7-4384-9c3c-95fdca229f32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB.
3531 2024.12.19 22:24:22.104743 [ 277 ] {4201d44f-74e7-4384-9c3c-95fdca229f32} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
3532 2024.12.19 22:24:22.104979 [ 277 ] {4201d44f-74e7-4384-9c3c-95fdca229f32} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3533 2024.12.19 22:24:22.105163 [ 277 ] {4201d44f-74e7-4384-9c3c-95fdca229f32} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001609 sec., 56556.86761963953 rows/sec., 4.42 MiB/sec.
3534 2024.12.19 22:24:22.105218 [ 277 ] {4201d44f-74e7-4384-9c3c-95fdca229f32} <Debug> TCPHandler: Processed in 0.00184536 sec.
3535 2024.12.19 22:24:22.105384 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3536 2024.12.19 22:24:22.105522 [ 278 ] {c0d4bc78-fd7b-4361-8c5f-adcc3a75e809} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3537 2024.12.19 22:24:22.105587 [ 278 ] {c0d4bc78-fd7b-4361-8c5f-adcc3a75e809} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3538 2024.12.19 22:24:22.106224 [ 278 ] {c0d4bc78-fd7b-4361-8c5f-adcc3a75e809} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3539 2024.12.19 22:24:22.106264 [ 278 ] {c0d4bc78-fd7b-4361-8c5f-adcc3a75e809} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB.
3540 2024.12.19 22:24:22.106647 [ 278 ] {c0d4bc78-fd7b-4361-8c5f-adcc3a75e809} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
3541 2024.12.19 22:24:22.106866 [ 278 ] {c0d4bc78-fd7b-4361-8c5f-adcc3a75e809} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3542 2024.12.19 22:24:22.107116 [ 278 ] {c0d4bc78-fd7b-4361-8c5f-adcc3a75e809} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001675 sec., 95522.3880597015 rows/sec., 6.65 MiB/sec.
3543 2024.12.19 22:24:22.107391 [ 278 ] {c0d4bc78-fd7b-4361-8c5f-adcc3a75e809} <Debug> TCPHandler: Processed in 0.002068825 sec.
3544 2024.12.19 22:24:22.107580 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3545 2024.12.19 22:24:22.107721 [ 277 ] {5e1f52cd-7aa1-42c0-989b-385c797dd2e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3546 2024.12.19 22:24:22.107809 [ 277 ] {5e1f52cd-7aa1-42c0-989b-385c797dd2e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
3547 2024.12.19 22:24:22.108966 [ 277 ] {5e1f52cd-7aa1-42c0-989b-385c797dd2e2} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3548 2024.12.19 22:24:22.109004 [ 277 ] {5e1f52cd-7aa1-42c0-989b-385c797dd2e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB.
3549 2024.12.19 22:24:22.109668 [ 277 ] {5e1f52cd-7aa1-42c0-989b-385c797dd2e2} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
3550 2024.12.19 22:24:22.109924 [ 277 ] {5e1f52cd-7aa1-42c0-989b-385c797dd2e2} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3551 2024.12.19 22:24:22.110128 [ 277 ] {5e1f52cd-7aa1-42c0-989b-385c797dd2e2} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002439 sec., 11070.11070110701 rows/sec., 19.84 MiB/sec.
3552 2024.12.19 22:24:22.110234 [ 277 ] {5e1f52cd-7aa1-42c0-989b-385c797dd2e2} <Debug> TCPHandler: Processed in 0.00273973 sec.
3553 2024.12.19 22:24:22.110401 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3554 2024.12.19 22:24:22.110540 [ 278 ] {f3b4295a-1c1f-4d2c-b7be-102b54001ddc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3555 2024.12.19 22:24:22.110603 [ 278 ] {f3b4295a-1c1f-4d2c-b7be-102b54001ddc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3556 2024.12.19 22:24:22.111166 [ 278 ] {f3b4295a-1c1f-4d2c-b7be-102b54001ddc} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3557 2024.12.19 22:24:22.111205 [ 278 ] {f3b4295a-1c1f-4d2c-b7be-102b54001ddc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB.
3558 2024.12.19 22:24:22.111580 [ 278 ] {f3b4295a-1c1f-4d2c-b7be-102b54001ddc} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
3559 2024.12.19 22:24:22.111817 [ 278 ] {f3b4295a-1c1f-4d2c-b7be-102b54001ddc} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3560 2024.12.19 22:24:22.112072 [ 278 ] {f3b4295a-1c1f-4d2c-b7be-102b54001ddc} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001561 sec., 38436.899423446506 rows/sec., 2.59 MiB/sec.
3561 2024.12.19 22:24:22.112177 [ 278 ] {f3b4295a-1c1f-4d2c-b7be-102b54001ddc} <Debug> TCPHandler: Processed in 0.00184407 sec.
3562 2024.12.19 22:24:23.843277 [ 143 ] {} <Debug> oximeter.measurements_f64 (f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0
3563 2024.12.19 22:24:23.843343 [ 143 ] {} <Trace> oximeter.measurements_f64 (f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3564 2024.12.19 22:24:23.843364 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB.
3565 2024.12.19 22:24:23.843659 [ 201 ] {f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd::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
3566 2024.12.19 22:24:23.843870 [ 201 ] {f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3567 2024.12.19 22:24:23.843911 [ 201 ] {f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 5 rows starting from the beginning of the part
3568 2024.12.19 22:24:23.843996 [ 201 ] {f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1 rows starting from the beginning of the part
3569 2024.12.19 22:24:23.844167 [ 201 ] {f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1 rows starting from the beginning of the part
3570 2024.12.19 22:24:23.844474 [ 201 ] {f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 1 rows starting from the beginning of the part
3571 2024.12.19 22:24:23.844634 [ 201 ] {f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 1 rows starting from the beginning of the part
3572 2024.12.19 22:24:23.845768 [ 191 ] {f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9 rows, containing 4 columns (4 merged, 0 gathered) in 0.002272039 sec., 3961.1996096897983 rows/sec., 266.92 KiB/sec.
3573 2024.12.19 22:24:23.845955 [ 191 ] {f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary)
3574 2024.12.19 22:24:23.846281 [ 191 ] {f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd::all_1_9_2} <Trace> oximeter.measurements_f64 (f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3575 2024.12.19 22:24:23.846361 [ 191 ] {f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd::all_1_9_2} <Trace> oximeter.measurements_f64 (f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2
3576 2024.12.19 22:24:23.846516 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.22 MiB.
3577 2024.12.19 22:24:25.525611 [ 139 ] {} <Debug> DNSResolver: Updating DNS cache
3578 2024.12.19 22:24:25.525679 [ 139 ] {} <Debug> DNSResolver: Updated DNS cache
3579 2024.12.19 22:24:25.623419 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 7381
3580 2024.12.19 22:24:25.624086 [ 244 ] {} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3581 2024.12.19 22:24:25.624135 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB.
3582 2024.12.19 22:24:25.624737 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
3583 2024.12.19 22:24:25.624996 [ 244 ] {} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3584 2024.12.19 22:24:25.625217 [ 139 ] {} <Debug> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
3585 2024.12.19 22:24:25.625256 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7381
3586 2024.12.19 22:24:25.625302 [ 139 ] {} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3587 2024.12.19 22:24:25.625334 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB.
3588 2024.12.19 22:24:25.625566 [ 192 ] {b24e19f3-0afd-43dd-aba1-eb03aae2e534::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
3589 2024.12.19 22:24:25.625748 [ 192 ] {b24e19f3-0afd-43dd-aba1-eb03aae2e534::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3590 2024.12.19 22:24:25.625795 [ 192 ] {b24e19f3-0afd-43dd-aba1-eb03aae2e534::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 5124 rows starting from the beginning of the part
3591 2024.12.19 22:24:25.625913 [ 192 ] {b24e19f3-0afd-43dd-aba1-eb03aae2e534::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 427 rows starting from the beginning of the part
3592 2024.12.19 22:24:25.626139 [ 192 ] {b24e19f3-0afd-43dd-aba1-eb03aae2e534::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 488 rows starting from the beginning of the part
3593 2024.12.19 22:24:25.626280 [ 192 ] {b24e19f3-0afd-43dd-aba1-eb03aae2e534::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 427 rows starting from the beginning of the part
3594 2024.12.19 22:24:25.626481 [ 192 ] {b24e19f3-0afd-43dd-aba1-eb03aae2e534::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 488 rows starting from the beginning of the part
3595 2024.12.19 22:24:25.626569 [ 192 ] {b24e19f3-0afd-43dd-aba1-eb03aae2e534::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 427 rows starting from the beginning of the part
3596 2024.12.19 22:24:25.628196 [ 201 ] {b24e19f3-0afd-43dd-aba1-eb03aae2e534::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7381 rows, containing 4 columns (4 merged, 0 gathered) in 0.002783321 sec., 2651868.0382176545 rows/sec., 37.94 MiB/sec.
3597 2024.12.19 22:24:25.628734 [ 195 ] {b24e19f3-0afd-43dd-aba1-eb03aae2e534::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
3598 2024.12.19 22:24:25.629067 [ 195 ] {b24e19f3-0afd-43dd-aba1-eb03aae2e534::all_1_16_3} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3599 2024.12.19 22:24:25.629147 [ 195 ] {b24e19f3-0afd-43dd-aba1-eb03aae2e534::all_1_16_3} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
3600 2024.12.19 22:24:25.629251 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB.
3601 2024.12.19 22:24:25.637465 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 518
3602 2024.12.19 22:24:25.640234 [ 242 ] {} <Trace> system.query_log (70720294-7ac9-485f-8b0b-2131ff2acf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3603 2024.12.19 22:24:25.640274 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB.
3604 2024.12.19 22:24:25.641683 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
3605 2024.12.19 22:24:25.641988 [ 242 ] {} <Trace> system.query_log (70720294-7ac9-485f-8b0b-2131ff2acf2b): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3606 2024.12.19 22:24:25.642134 [ 139 ] {} <Debug> system.query_log (70720294-7ac9-485f-8b0b-2131ff2acf2b) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
3607 2024.12.19 22:24:25.642182 [ 139 ] {} <Trace> system.query_log (70720294-7ac9-485f-8b0b-2131ff2acf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3608 2024.12.19 22:24:25.642216 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB.
3609 2024.12.19 22:24:25.642577 [ 192 ] {70720294-7ac9-485f-8b0b-2131ff2acf2b::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
3610 2024.12.19 22:24:25.643213 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 518
3611 2024.12.19 22:24:25.643619 [ 192 ] {70720294-7ac9-485f-8b0b-2131ff2acf2b::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3612 2024.12.19 22:24:25.643741 [ 192 ] {70720294-7ac9-485f-8b0b-2131ff2acf2b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 314 rows starting from the beginning of the part
3613 2024.12.19 22:24:25.644157 [ 192 ] {70720294-7ac9-485f-8b0b-2131ff2acf2b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 72 rows starting from the beginning of the part
3614 2024.12.19 22:24:25.644571 [ 192 ] {70720294-7ac9-485f-8b0b-2131ff2acf2b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 20 rows starting from the beginning of the part
3615 2024.12.19 22:24:25.644969 [ 192 ] {70720294-7ac9-485f-8b0b-2131ff2acf2b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 36 rows starting from the beginning of the part
3616 2024.12.19 22:24:25.645388 [ 192 ] {70720294-7ac9-485f-8b0b-2131ff2acf2b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 56 rows starting from the beginning of the part
3617 2024.12.19 22:24:25.645832 [ 192 ] {70720294-7ac9-485f-8b0b-2131ff2acf2b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 20 rows starting from the beginning of the part
3618 2024.12.19 22:24:25.653355 [ 201 ] {70720294-7ac9-485f-8b0b-2131ff2acf2b::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 518 rows, containing 72 columns (72 merged, 0 gathered) in 0.01106589 sec., 46810.51411138191 rows/sec., 42.17 MiB/sec.
3619 2024.12.19 22:24:25.654282 [ 188 ] {70720294-7ac9-485f-8b0b-2131ff2acf2b::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
3620 2024.12.19 22:24:25.654966 [ 188 ] {70720294-7ac9-485f-8b0b-2131ff2acf2b::all_1_11_2} <Trace> system.query_log (70720294-7ac9-485f-8b0b-2131ff2acf2b): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3621 2024.12.19 22:24:25.655046 [ 188 ] {70720294-7ac9-485f-8b0b-2131ff2acf2b::all_1_11_2} <Trace> system.query_log (70720294-7ac9-485f-8b0b-2131ff2acf2b) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
3622 2024.12.19 22:24:25.655228 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.82 MiB.
3623 2024.12.19 22:24:26.001428 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.0009245 sec.
3624 2024.12.19 22:24:26.084184 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 121
3625 2024.12.19 22:24:26.105434 [ 243 ] {} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3626 2024.12.19 22:24:26.105491 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB.
3627 2024.12.19 22:24:26.113190 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
3628 2024.12.19 22:24:26.113960 [ 243 ] {} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3629 2024.12.19 22:24:26.114336 [ 138 ] {} <Debug> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
3630 2024.12.19 22:24:26.114489 [ 138 ] {} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3631 2024.12.19 22:24:26.114557 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB.
3632 2024.12.19 22:24:26.115029 [ 192 ] {616d7a77-365c-46c3-a06a-0a94885b3600::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
3633 2024.12.19 22:24:26.129321 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 121
3634 2024.12.19 22:24:26.131119 [ 192 ] {616d7a77-365c-46c3-a06a-0a94885b3600::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3635 2024.12.19 22:24:26.132314 [ 192 ] {616d7a77-365c-46c3-a06a-0a94885b3600::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
3636 2024.12.19 22:24:26.137181 [ 192 ] {616d7a77-365c-46c3-a06a-0a94885b3600::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
3637 2024.12.19 22:24:26.142749 [ 192 ] {616d7a77-365c-46c3-a06a-0a94885b3600::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
3638 2024.12.19 22:24:26.148336 [ 192 ] {616d7a77-365c-46c3-a06a-0a94885b3600::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
3639 2024.12.19 22:24:26.154184 [ 192 ] {616d7a77-365c-46c3-a06a-0a94885b3600::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 7 rows starting from the beginning of the part
3640 2024.12.19 22:24:26.159190 [ 192 ] {616d7a77-365c-46c3-a06a-0a94885b3600::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 8 rows starting from the beginning of the part
3641 2024.12.19 22:24:26.220310 [ 201 ] {616d7a77-365c-46c3-a06a-0a94885b3600::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.105588059 sec., 1145.9629161286127 rows/sec., 5.93 MiB/sec.
3642 2024.12.19 22:24:26.223032 [ 200 ] {616d7a77-365c-46c3-a06a-0a94885b3600::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
3643 2024.12.19 22:24:26.226089 [ 200 ] {616d7a77-365c-46c3-a06a-0a94885b3600::all_1_16_3} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3644 2024.12.19 22:24:26.226226 [ 200 ] {616d7a77-365c-46c3-a06a-0a94885b3600::all_1_16_3} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
3645 2024.12.19 22:24:26.228762 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.52 MiB.
3646 2024.12.19 22:24:27.000218 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 179.70 MiB, peak 189.67 MiB, free memory in arenas 0.00 B, will set to 181.65 MiB (RSS), difference: 1.95 MiB
3647 2024.12.19 22:24:27.103878 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3648 2024.12.19 22:24:27.104097 [ 277 ] {d0f0bd9c-39e8-41b2-8f21-ebe22130f462} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
3649 2024.12.19 22:24:27.104180 [ 277 ] {d0f0bd9c-39e8-41b2-8f21-ebe22130f462} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
3650 2024.12.19 22:24:27.104955 [ 277 ] {d0f0bd9c-39e8-41b2-8f21-ebe22130f462} <Trace> oximeter.fields_i16 (8b34b429-6d62-480d-bd41-33dce3ff3ffb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3651 2024.12.19 22:24:27.105008 [ 277 ] {d0f0bd9c-39e8-41b2-8f21-ebe22130f462} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB.
3652 2024.12.19 22:24:27.105463 [ 277 ] {d0f0bd9c-39e8-41b2-8f21-ebe22130f462} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3653 2024.12.19 22:24:27.105720 [ 277 ] {d0f0bd9c-39e8-41b2-8f21-ebe22130f462} <Trace> oximeter.fields_i16 (8b34b429-6d62-480d-bd41-33dce3ff3ffb): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3654 2024.12.19 22:24:27.105981 [ 277 ] {d0f0bd9c-39e8-41b2-8f21-ebe22130f462} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001948 sec., 7186.858316221766 rows/sec., 517.36 KiB/sec.
3655 2024.12.19 22:24:27.106042 [ 277 ] {d0f0bd9c-39e8-41b2-8f21-ebe22130f462} <Debug> TCPHandler: Processed in 0.002313671 sec.
3656 2024.12.19 22:24:27.106307 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3657 2024.12.19 22:24:27.106511 [ 278 ] {fe3f4953-060f-4cc4-8bcd-37f48ba50392} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3658 2024.12.19 22:24:27.106584 [ 278 ] {fe3f4953-060f-4cc4-8bcd-37f48ba50392} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3659 2024.12.19 22:24:27.107453 [ 278 ] {fe3f4953-060f-4cc4-8bcd-37f48ba50392} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3660 2024.12.19 22:24:27.107496 [ 278 ] {fe3f4953-060f-4cc4-8bcd-37f48ba50392} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB.
3661 2024.12.19 22:24:27.107959 [ 278 ] {fe3f4953-060f-4cc4-8bcd-37f48ba50392} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
3662 2024.12.19 22:24:27.108216 [ 278 ] {fe3f4953-060f-4cc4-8bcd-37f48ba50392} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3663 2024.12.19 22:24:27.108445 [ 278 ] {fe3f4953-060f-4cc4-8bcd-37f48ba50392} <Debug> executeQuery: Read 227 rows, 20.31 KiB in 0.001991 sec., 114013.05876443998 rows/sec., 9.96 MiB/sec.
3664 2024.12.19 22:24:27.108514 [ 278 ] {fe3f4953-060f-4cc4-8bcd-37f48ba50392} <Debug> TCPHandler: Processed in 0.002353102 sec.
3665 2024.12.19 22:24:27.108684 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3666 2024.12.19 22:24:27.108822 [ 277 ] {c62add39-a924-4ff4-ab06-9e6a11090b94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3667 2024.12.19 22:24:27.108883 [ 277 ] {c62add39-a924-4ff4-ab06-9e6a11090b94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3668 2024.12.19 22:24:27.109564 [ 277 ] {c62add39-a924-4ff4-ab06-9e6a11090b94} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3669 2024.12.19 22:24:27.109604 [ 277 ] {c62add39-a924-4ff4-ab06-9e6a11090b94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB.
3670 2024.12.19 22:24:27.109971 [ 277 ] {c62add39-a924-4ff4-ab06-9e6a11090b94} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
3671 2024.12.19 22:24:27.110212 [ 277 ] {c62add39-a924-4ff4-ab06-9e6a11090b94} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3672 2024.12.19 22:24:27.110404 [ 137 ] {} <Debug> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0
3673 2024.12.19 22:24:27.110472 [ 277 ] {c62add39-a924-4ff4-ab06-9e6a11090b94} <Debug> executeQuery: Read 19 rows, 1.36 KiB in 0.001682 sec., 11296.076099881095 rows/sec., 807.61 KiB/sec.
3674 2024.12.19 22:24:27.110501 [ 137 ] {} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3675 2024.12.19 22:24:27.110586 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB.
3676 2024.12.19 22:24:27.110602 [ 277 ] {c62add39-a924-4ff4-ab06-9e6a11090b94} <Debug> TCPHandler: Processed in 0.001994363 sec.
3677 2024.12.19 22:24:27.110825 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3678 2024.12.19 22:24:27.110839 [ 190 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_15_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_10_2 to all_15_15_0 into Compact with storage Full
3679 2024.12.19 22:24:27.111094 [ 278 ] {da7ae9f0-17d2-4563-ae9e-ec8c780f5a54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
3680 2024.12.19 22:24:27.111129 [ 190 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3681 2024.12.19 22:24:27.111206 [ 190 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 58 rows starting from the beginning of the part
3682 2024.12.19 22:24:27.111214 [ 278 ] {da7ae9f0-17d2-4563-ae9e-ec8c780f5a54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
3683 2024.12.19 22:24:27.111515 [ 190 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 19 rows starting from the beginning of the part
3684 2024.12.19 22:24:27.111794 [ 190 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 27 rows starting from the beginning of the part
3685 2024.12.19 22:24:27.112061 [ 190 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 19 rows starting from the beginning of the part
3686 2024.12.19 22:24:27.112496 [ 190 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 27 rows starting from the beginning of the part
3687 2024.12.19 22:24:27.112866 [ 190 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 19 rows starting from the beginning of the part
3688 2024.12.19 22:24:27.114196 [ 278 ] {da7ae9f0-17d2-4563-ae9e-ec8c780f5a54} <Trace> oximeter.fields_u32 (96604386-977a-478c-b894-f09eb465191c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3689 2024.12.19 22:24:27.114275 [ 278 ] {da7ae9f0-17d2-4563-ae9e-ec8c780f5a54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB.
3690 2024.12.19 22:24:27.115405 [ 278 ] {da7ae9f0-17d2-4563-ae9e-ec8c780f5a54} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3691 2024.12.19 22:24:27.115752 [ 201 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 169 rows, containing 5 columns (5 merged, 0 gathered) in 0.005070651 sec., 33329.053803939576 rows/sec., 2.51 MiB/sec.
3692 2024.12.19 22:24:27.115897 [ 278 ] {da7ae9f0-17d2-4563-ae9e-ec8c780f5a54} <Trace> oximeter.fields_u32 (96604386-977a-478c-b894-f09eb465191c): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3693 2024.12.19 22:24:27.115984 [ 187 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary)
3694 2024.12.19 22:24:27.116433 [ 278 ] {da7ae9f0-17d2-4563-ae9e-ec8c780f5a54} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005394 sec., 2595.4764553207265 rows/sec., 181.77 KiB/sec.
3695 2024.12.19 22:24:27.116856 [ 278 ] {da7ae9f0-17d2-4563-ae9e-ec8c780f5a54} <Debug> TCPHandler: Processed in 0.006159894 sec.
3696 2024.12.19 22:24:27.117030 [ 189 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_15_3} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3697 2024.12.19 22:24:27.117124 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3698 2024.12.19 22:24:27.117192 [ 189 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_15_3} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3
3699 2024.12.19 22:24:27.117342 [ 277 ] {f8efc863-169d-4d76-b7d1-93d8f2aa44b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
3700 2024.12.19 22:24:27.117352 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
3701 2024.12.19 22:24:27.117417 [ 277 ] {f8efc863-169d-4d76-b7d1-93d8f2aa44b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
3702 2024.12.19 22:24:27.118012 [ 277 ] {f8efc863-169d-4d76-b7d1-93d8f2aa44b3} <Trace> oximeter.fields_u8 (74ab6f56-b776-4e15-89eb-af2ec1acc724): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3703 2024.12.19 22:24:27.118054 [ 277 ] {f8efc863-169d-4d76-b7d1-93d8f2aa44b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB.
3704 2024.12.19 22:24:27.118419 [ 277 ] {f8efc863-169d-4d76-b7d1-93d8f2aa44b3} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3705 2024.12.19 22:24:27.118665 [ 277 ] {f8efc863-169d-4d76-b7d1-93d8f2aa44b3} <Trace> oximeter.fields_u8 (74ab6f56-b776-4e15-89eb-af2ec1acc724): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3706 2024.12.19 22:24:27.119059 [ 277 ] {f8efc863-169d-4d76-b7d1-93d8f2aa44b3} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001737 sec., 7484.168105929763 rows/sec., 466.64 KiB/sec.
3707 2024.12.19 22:24:27.119379 [ 277 ] {f8efc863-169d-4d76-b7d1-93d8f2aa44b3} <Debug> TCPHandler: Processed in 0.002395312 sec.
3708 2024.12.19 22:24:27.119554 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3709 2024.12.19 22:24:27.119700 [ 278 ] {331bbf90-ef8d-4a6d-b837-413e5907273e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3710 2024.12.19 22:24:27.119759 [ 278 ] {331bbf90-ef8d-4a6d-b837-413e5907273e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3711 2024.12.19 22:24:27.120593 [ 278 ] {331bbf90-ef8d-4a6d-b837-413e5907273e} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3712 2024.12.19 22:24:27.120633 [ 278 ] {331bbf90-ef8d-4a6d-b837-413e5907273e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB.
3713 2024.12.19 22:24:27.121016 [ 278 ] {331bbf90-ef8d-4a6d-b837-413e5907273e} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
3714 2024.12.19 22:24:27.121256 [ 278 ] {331bbf90-ef8d-4a6d-b837-413e5907273e} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3715 2024.12.19 22:24:27.121487 [ 278 ] {331bbf90-ef8d-4a6d-b837-413e5907273e} <Debug> executeQuery: Read 394 rows, 28.64 KiB in 0.001817 sec., 216840.94661529994 rows/sec., 15.39 MiB/sec.
3716 2024.12.19 22:24:27.121596 [ 278 ] {331bbf90-ef8d-4a6d-b837-413e5907273e} <Debug> TCPHandler: Processed in 0.002115846 sec.
3717 2024.12.19 22:24:27.121740 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3718 2024.12.19 22:24:27.121859 [ 277 ] {a32db444-7505-4c6e-a87c-2ae4906dfe18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
3719 2024.12.19 22:24:27.121912 [ 277 ] {a32db444-7505-4c6e-a87c-2ae4906dfe18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
3720 2024.12.19 22:24:27.122404 [ 277 ] {a32db444-7505-4c6e-a87c-2ae4906dfe18} <Trace> oximeter.measurements_bool (164ca455-e956-4308-a817-eda615c184e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3721 2024.12.19 22:24:27.122443 [ 277 ] {a32db444-7505-4c6e-a87c-2ae4906dfe18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB.
3722 2024.12.19 22:24:27.122806 [ 277 ] {a32db444-7505-4c6e-a87c-2ae4906dfe18} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3723 2024.12.19 22:24:27.123043 [ 277 ] {a32db444-7505-4c6e-a87c-2ae4906dfe18} <Trace> oximeter.measurements_bool (164ca455-e956-4308-a817-eda615c184e9): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3724 2024.12.19 22:24:27.123482 [ 277 ] {a32db444-7505-4c6e-a87c-2ae4906dfe18} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.0016 sec., 3750 rows/sec., 195.92 KiB/sec.
3725 2024.12.19 22:24:27.123679 [ 277 ] {a32db444-7505-4c6e-a87c-2ae4906dfe18} <Debug> TCPHandler: Processed in 0.001998774 sec.
3726 2024.12.19 22:24:27.123841 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3727 2024.12.19 22:24:27.123983 [ 278 ] {0d7c5894-e120-4583-9fa1-4031c93bcf26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3728 2024.12.19 22:24:27.124044 [ 278 ] {0d7c5894-e120-4583-9fa1-4031c93bcf26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3729 2024.12.19 22:24:27.124659 [ 278 ] {0d7c5894-e120-4583-9fa1-4031c93bcf26} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3730 2024.12.19 22:24:27.124695 [ 278 ] {0d7c5894-e120-4583-9fa1-4031c93bcf26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB.
3731 2024.12.19 22:24:27.125090 [ 278 ] {0d7c5894-e120-4583-9fa1-4031c93bcf26} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
3732 2024.12.19 22:24:27.125323 [ 278 ] {0d7c5894-e120-4583-9fa1-4031c93bcf26} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3733 2024.12.19 22:24:27.125582 [ 278 ] {0d7c5894-e120-4583-9fa1-4031c93bcf26} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001623 sec., 146025.87800369685 rows/sec., 9.79 MiB/sec.
3734 2024.12.19 22:24:27.125905 [ 278 ] {0d7c5894-e120-4583-9fa1-4031c93bcf26} <Debug> TCPHandler: Processed in 0.002129236 sec.
3735 2024.12.19 22:24:27.126244 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3736 2024.12.19 22:24:27.126562 [ 277 ] {ba03d8d1-e6b0-44c1-801b-9b78fdf6d021} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
3737 2024.12.19 22:24:27.126624 [ 277 ] {ba03d8d1-e6b0-44c1-801b-9b78fdf6d021} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
3738 2024.12.19 22:24:27.127096 [ 277 ] {ba03d8d1-e6b0-44c1-801b-9b78fdf6d021} <Trace> oximeter.measurements_f64 (f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3739 2024.12.19 22:24:27.127136 [ 277 ] {ba03d8d1-e6b0-44c1-801b-9b78fdf6d021} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB.
3740 2024.12.19 22:24:27.127492 [ 277 ] {ba03d8d1-e6b0-44c1-801b-9b78fdf6d021} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3741 2024.12.19 22:24:27.127731 [ 277 ] {ba03d8d1-e6b0-44c1-801b-9b78fdf6d021} <Trace> oximeter.measurements_f64 (f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3742 2024.12.19 22:24:27.128018 [ 277 ] {ba03d8d1-e6b0-44c1-801b-9b78fdf6d021} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001521 sec., 657.4621959237344 rows/sec., 44.30 KiB/sec.
3743 2024.12.19 22:24:27.128083 [ 277 ] {ba03d8d1-e6b0-44c1-801b-9b78fdf6d021} <Debug> TCPHandler: Processed in 0.002065995 sec.
3744 2024.12.19 22:24:27.128219 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3745 2024.12.19 22:24:27.128337 [ 278 ] {d33ee957-e24c-4872-bc31-88da8c1097fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3746 2024.12.19 22:24:27.128432 [ 278 ] {d33ee957-e24c-4872-bc31-88da8c1097fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
3747 2024.12.19 22:24:27.129695 [ 278 ] {d33ee957-e24c-4872-bc31-88da8c1097fa} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3748 2024.12.19 22:24:27.129735 [ 278 ] {d33ee957-e24c-4872-bc31-88da8c1097fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB.
3749 2024.12.19 22:24:27.130350 [ 278 ] {d33ee957-e24c-4872-bc31-88da8c1097fa} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
3750 2024.12.19 22:24:27.130614 [ 278 ] {d33ee957-e24c-4872-bc31-88da8c1097fa} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3751 2024.12.19 22:24:27.130946 [ 278 ] {d33ee957-e24c-4872-bc31-88da8c1097fa} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002622 sec., 4576.659038901602 rows/sec., 8.20 MiB/sec.
3752 2024.12.19 22:24:27.131090 [ 278 ] {d33ee957-e24c-4872-bc31-88da8c1097fa} <Debug> TCPHandler: Processed in 0.002936055 sec.
3753 2024.12.19 22:24:27.131249 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3754 2024.12.19 22:24:27.131389 [ 277 ] {e9feb174-41b4-4f92-8939-f3f9cb87f869} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3755 2024.12.19 22:24:27.131447 [ 277 ] {e9feb174-41b4-4f92-8939-f3f9cb87f869} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3756 2024.12.19 22:24:27.132019 [ 277 ] {e9feb174-41b4-4f92-8939-f3f9cb87f869} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3757 2024.12.19 22:24:27.132067 [ 277 ] {e9feb174-41b4-4f92-8939-f3f9cb87f869} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB.
3758 2024.12.19 22:24:27.132481 [ 277 ] {e9feb174-41b4-4f92-8939-f3f9cb87f869} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
3759 2024.12.19 22:24:27.132714 [ 277 ] {e9feb174-41b4-4f92-8939-f3f9cb87f869} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3760 2024.12.19 22:24:27.133044 [ 277 ] {e9feb174-41b4-4f92-8939-f3f9cb87f869} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001653 sec., 49606.77555958863 rows/sec., 3.15 MiB/sec.
3761 2024.12.19 22:24:27.133422 [ 277 ] {e9feb174-41b4-4f92-8939-f3f9cb87f869} <Debug> TCPHandler: Processed in 0.002231578 sec.
3762 2024.12.19 22:24:32.090010 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3763 2024.12.19 22:24:32.090298 [ 277 ] {1f814d6f-6680-4ae2-aad0-a5617689f49e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
3764 2024.12.19 22:24:32.090372 [ 277 ] {1f814d6f-6680-4ae2-aad0-a5617689f49e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
3765 2024.12.19 22:24:32.091114 [ 277 ] {1f814d6f-6680-4ae2-aad0-a5617689f49e} <Trace> oximeter.fields_ipaddr (15c96da1-d320-4880-85e7-7388ae0c0cda): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3766 2024.12.19 22:24:32.091163 [ 277 ] {1f814d6f-6680-4ae2-aad0-a5617689f49e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB.
3767 2024.12.19 22:24:32.091583 [ 277 ] {1f814d6f-6680-4ae2-aad0-a5617689f49e} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
3768 2024.12.19 22:24:32.091838 [ 277 ] {1f814d6f-6680-4ae2-aad0-a5617689f49e} <Trace> oximeter.fields_ipaddr (15c96da1-d320-4880-85e7-7388ae0c0cda): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3769 2024.12.19 22:24:32.092080 [ 277 ] {1f814d6f-6680-4ae2-aad0-a5617689f49e} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001834 sec., 1090.5125408942204 rows/sec., 88.92 KiB/sec.
3770 2024.12.19 22:24:32.092135 [ 277 ] {1f814d6f-6680-4ae2-aad0-a5617689f49e} <Debug> TCPHandler: Processed in 0.00231321 sec.
3771 2024.12.19 22:24:32.092395 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3772 2024.12.19 22:24:32.092597 [ 278 ] {46929a72-8235-4fe2-a673-39bd7b0a5fcf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3773 2024.12.19 22:24:32.092668 [ 278 ] {46929a72-8235-4fe2-a673-39bd7b0a5fcf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3774 2024.12.19 22:24:32.093449 [ 278 ] {46929a72-8235-4fe2-a673-39bd7b0a5fcf} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3775 2024.12.19 22:24:32.093494 [ 278 ] {46929a72-8235-4fe2-a673-39bd7b0a5fcf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB.
3776 2024.12.19 22:24:32.093907 [ 278 ] {46929a72-8235-4fe2-a673-39bd7b0a5fcf} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
3777 2024.12.19 22:24:32.094145 [ 278 ] {46929a72-8235-4fe2-a673-39bd7b0a5fcf} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3778 2024.12.19 22:24:32.094457 [ 278 ] {46929a72-8235-4fe2-a673-39bd7b0a5fcf} <Debug> executeQuery: Read 111 rows, 9.51 KiB in 0.001912 sec., 58054.39330543933 rows/sec., 4.86 MiB/sec.
3779 2024.12.19 22:24:32.094512 [ 278 ] {46929a72-8235-4fe2-a673-39bd7b0a5fcf} <Debug> TCPHandler: Processed in 0.002250229 sec.
3780 2024.12.19 22:24:32.094720 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3781 2024.12.19 22:24:32.094944 [ 277 ] {ded2c2e2-8566-470a-8f74-a33dc55f662a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3782 2024.12.19 22:24:32.095037 [ 277 ] {ded2c2e2-8566-470a-8f74-a33dc55f662a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3783 2024.12.19 22:24:32.095715 [ 277 ] {ded2c2e2-8566-470a-8f74-a33dc55f662a} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3784 2024.12.19 22:24:32.095756 [ 277 ] {ded2c2e2-8566-470a-8f74-a33dc55f662a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB.
3785 2024.12.19 22:24:32.096112 [ 277 ] {ded2c2e2-8566-470a-8f74-a33dc55f662a} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
3786 2024.12.19 22:24:32.096347 [ 277 ] {ded2c2e2-8566-470a-8f74-a33dc55f662a} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3787 2024.12.19 22:24:32.096562 [ 277 ] {ded2c2e2-8566-470a-8f74-a33dc55f662a} <Debug> executeQuery: Read 29 rows, 2.17 KiB in 0.001671 sec., 17354.877318970677 rows/sec., 1.27 MiB/sec.
3788 2024.12.19 22:24:32.096615 [ 277 ] {ded2c2e2-8566-470a-8f74-a33dc55f662a} <Debug> TCPHandler: Processed in 0.002003984 sec.
3789 2024.12.19 22:24:32.096772 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3790 2024.12.19 22:24:32.096911 [ 278 ] {ac1240fa-0a99-44bd-9001-16b47d9142ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3791 2024.12.19 22:24:32.096968 [ 278 ] {ac1240fa-0a99-44bd-9001-16b47d9142ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3792 2024.12.19 22:24:32.097610 [ 278 ] {ac1240fa-0a99-44bd-9001-16b47d9142ed} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3793 2024.12.19 22:24:32.097650 [ 278 ] {ac1240fa-0a99-44bd-9001-16b47d9142ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB.
3794 2024.12.19 22:24:32.098015 [ 278 ] {ac1240fa-0a99-44bd-9001-16b47d9142ed} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
3795 2024.12.19 22:24:32.098248 [ 278 ] {ac1240fa-0a99-44bd-9001-16b47d9142ed} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3796 2024.12.19 22:24:32.098465 [ 278 ] {ac1240fa-0a99-44bd-9001-16b47d9142ed} <Debug> executeQuery: Read 93 rows, 7.44 KiB in 0.001584 sec., 58712.121212121216 rows/sec., 4.59 MiB/sec.
3797 2024.12.19 22:24:32.098516 [ 278 ] {ac1240fa-0a99-44bd-9001-16b47d9142ed} <Debug> TCPHandler: Processed in 0.001811959 sec.
3798 2024.12.19 22:24:32.098716 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3799 2024.12.19 22:24:32.098940 [ 277 ] {0f8a2936-bf39-4e90-8120-272ba4e0ca87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3800 2024.12.19 22:24:32.099038 [ 277 ] {0f8a2936-bf39-4e90-8120-272ba4e0ca87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3801 2024.12.19 22:24:32.099698 [ 277 ] {0f8a2936-bf39-4e90-8120-272ba4e0ca87} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3802 2024.12.19 22:24:32.099737 [ 277 ] {0f8a2936-bf39-4e90-8120-272ba4e0ca87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB.
3803 2024.12.19 22:24:32.100127 [ 277 ] {0f8a2936-bf39-4e90-8120-272ba4e0ca87} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
3804 2024.12.19 22:24:32.100361 [ 277 ] {0f8a2936-bf39-4e90-8120-272ba4e0ca87} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3805 2024.12.19 22:24:32.100582 [ 277 ] {0f8a2936-bf39-4e90-8120-272ba4e0ca87} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001696 sec., 94929.24528301887 rows/sec., 6.61 MiB/sec.
3806 2024.12.19 22:24:32.100635 [ 277 ] {0f8a2936-bf39-4e90-8120-272ba4e0ca87} <Debug> TCPHandler: Processed in 0.002027954 sec.
3807 2024.12.19 22:24:32.100785 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3808 2024.12.19 22:24:32.100924 [ 278 ] {2c69f5ac-c28c-44fc-8d5f-f8cd71f18336} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3809 2024.12.19 22:24:32.101021 [ 278 ] {2c69f5ac-c28c-44fc-8d5f-f8cd71f18336} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
3810 2024.12.19 22:24:32.102174 [ 278 ] {2c69f5ac-c28c-44fc-8d5f-f8cd71f18336} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3811 2024.12.19 22:24:32.102212 [ 278 ] {2c69f5ac-c28c-44fc-8d5f-f8cd71f18336} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB.
3812 2024.12.19 22:24:32.102844 [ 278 ] {2c69f5ac-c28c-44fc-8d5f-f8cd71f18336} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
3813 2024.12.19 22:24:32.103107 [ 278 ] {2c69f5ac-c28c-44fc-8d5f-f8cd71f18336} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3814 2024.12.19 22:24:32.103282 [ 131 ] {} <Debug> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
3815 2024.12.19 22:24:32.103376 [ 278 ] {2c69f5ac-c28c-44fc-8d5f-f8cd71f18336} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002474 sec., 10913.500404203718 rows/sec., 19.56 MiB/sec.
3816 2024.12.19 22:24:32.103382 [ 131 ] {} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3817 2024.12.19 22:24:32.103463 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB.
3818 2024.12.19 22:24:32.103727 [ 278 ] {2c69f5ac-c28c-44fc-8d5f-f8cd71f18336} <Debug> TCPHandler: Processed in 0.003002466 sec.
3819 2024.12.19 22:24:32.103835 [ 187 ] {cbc455e9-47de-4677-931e-ce7496b93cef::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
3820 2024.12.19 22:24:32.103938 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3821 2024.12.19 22:24:32.104206 [ 277 ] {319d5614-413c-4f18-8150-d6dbf8d53607} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3822 2024.12.19 22:24:32.104333 [ 277 ] {319d5614-413c-4f18-8150-d6dbf8d53607} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3823 2024.12.19 22:24:32.104928 [ 187 ] {cbc455e9-47de-4677-931e-ce7496b93cef::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3824 2024.12.19 22:24:32.105156 [ 187 ] {cbc455e9-47de-4677-931e-ce7496b93cef::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 153 rows starting from the beginning of the part
3825 2024.12.19 22:24:32.105949 [ 187 ] {cbc455e9-47de-4677-931e-ce7496b93cef::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
3826 2024.12.19 22:24:32.106628 [ 277 ] {319d5614-413c-4f18-8150-d6dbf8d53607} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3827 2024.12.19 22:24:32.106734 [ 277 ] {319d5614-413c-4f18-8150-d6dbf8d53607} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB.
3828 2024.12.19 22:24:32.106735 [ 187 ] {cbc455e9-47de-4677-931e-ce7496b93cef::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
3829 2024.12.19 22:24:32.107524 [ 187 ] {cbc455e9-47de-4677-931e-ce7496b93cef::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
3830 2024.12.19 22:24:32.108192 [ 187 ] {cbc455e9-47de-4677-931e-ce7496b93cef::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
3831 2024.12.19 22:24:32.108235 [ 277 ] {319d5614-413c-4f18-8150-d6dbf8d53607} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
3832 2024.12.19 22:24:32.108717 [ 187 ] {cbc455e9-47de-4677-931e-ce7496b93cef::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
3833 2024.12.19 22:24:32.109037 [ 277 ] {319d5614-413c-4f18-8150-d6dbf8d53607} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3834 2024.12.19 22:24:32.109711 [ 277 ] {319d5614-413c-4f18-8150-d6dbf8d53607} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005566 sec., 10779.734099892203 rows/sec., 743.91 KiB/sec.
3835 2024.12.19 22:24:32.109944 [ 277 ] {319d5614-413c-4f18-8150-d6dbf8d53607} <Debug> TCPHandler: Processed in 0.006106163 sec.
3836 2024.12.19 22:24:32.112665 [ 189 ] {cbc455e9-47de-4677-931e-ce7496b93cef::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 258 rows, containing 19 columns (19 merged, 0 gathered) in 0.009045857 sec., 28521.34408050006 rows/sec., 51.11 MiB/sec.
3837 2024.12.19 22:24:32.113176 [ 189 ] {cbc455e9-47de-4677-931e-ce7496b93cef::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
3838 2024.12.19 22:24:32.113603 [ 189 ] {cbc455e9-47de-4677-931e-ce7496b93cef::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3839 2024.12.19 22:24:32.113680 [ 189 ] {cbc455e9-47de-4677-931e-ce7496b93cef::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
3840 2024.12.19 22:24:32.113817 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.53 MiB.
3841 2024.12.19 22:24:33.125378 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 7869
3842 2024.12.19 22:24:33.126101 [ 244 ] {} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3843 2024.12.19 22:24:33.126157 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB.
3844 2024.12.19 22:24:33.126764 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3845 2024.12.19 22:24:33.127021 [ 244 ] {} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3846 2024.12.19 22:24:33.127297 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7869
3847 2024.12.19 22:24:33.629394 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 129
3848 2024.12.19 22:24:33.650275 [ 243 ] {} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3849 2024.12.19 22:24:33.650339 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB.
3850 2024.12.19 22:24:33.657590 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3851 2024.12.19 22:24:33.658275 [ 243 ] {} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3852 2024.12.19 22:24:33.661430 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 129
3853 2024.12.19 22:24:34.000454 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 182.23 MiB, peak 189.67 MiB, free memory in arenas 0.00 B, will set to 183.47 MiB (RSS), difference: 1.23 MiB
3854 2024.12.19 22:24:35.643344 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 554
3855 2024.12.19 22:24:35.646467 [ 242 ] {} <Trace> system.query_log (70720294-7ac9-485f-8b0b-2131ff2acf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3856 2024.12.19 22:24:35.646512 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB.
3857 2024.12.19 22:24:35.648000 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
3858 2024.12.19 22:24:35.648315 [ 242 ] {} <Trace> system.query_log (70720294-7ac9-485f-8b0b-2131ff2acf2b): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3859 2024.12.19 22:24:35.649217 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 554
3860 2024.12.19 22:24:37.093730 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3861 2024.12.19 22:24:37.093988 [ 277 ] {09b979a2-e84d-4108-baef-31c0539b01bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
3862 2024.12.19 22:24:37.094060 [ 277 ] {09b979a2-e84d-4108-baef-31c0539b01bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
3863 2024.12.19 22:24:37.094792 [ 277 ] {09b979a2-e84d-4108-baef-31c0539b01bc} <Trace> oximeter.fields_i16 (8b34b429-6d62-480d-bd41-33dce3ff3ffb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3864 2024.12.19 22:24:37.094841 [ 277 ] {09b979a2-e84d-4108-baef-31c0539b01bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB.
3865 2024.12.19 22:24:37.095266 [ 277 ] {09b979a2-e84d-4108-baef-31c0539b01bc} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
3866 2024.12.19 22:24:37.095510 [ 277 ] {09b979a2-e84d-4108-baef-31c0539b01bc} <Trace> oximeter.fields_i16 (8b34b429-6d62-480d-bd41-33dce3ff3ffb): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3867 2024.12.19 22:24:37.095712 [ 277 ] {09b979a2-e84d-4108-baef-31c0539b01bc} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001778 sec., 7874.015748031496 rows/sec., 566.82 KiB/sec.
3868 2024.12.19 22:24:37.095773 [ 277 ] {09b979a2-e84d-4108-baef-31c0539b01bc} <Debug> TCPHandler: Processed in 0.002224168 sec.
3869 2024.12.19 22:24:37.096019 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3870 2024.12.19 22:24:37.096220 [ 278 ] {67e262b2-588f-4964-aac6-e6e394a40001} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3871 2024.12.19 22:24:37.096298 [ 278 ] {67e262b2-588f-4964-aac6-e6e394a40001} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3872 2024.12.19 22:24:37.097158 [ 278 ] {67e262b2-588f-4964-aac6-e6e394a40001} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3873 2024.12.19 22:24:37.097213 [ 278 ] {67e262b2-588f-4964-aac6-e6e394a40001} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB.
3874 2024.12.19 22:24:37.097678 [ 278 ] {67e262b2-588f-4964-aac6-e6e394a40001} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
3875 2024.12.19 22:24:37.097940 [ 278 ] {67e262b2-588f-4964-aac6-e6e394a40001} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3876 2024.12.19 22:24:37.098151 [ 124 ] {} <Debug> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
3877 2024.12.19 22:24:37.098235 [ 278 ] {67e262b2-588f-4964-aac6-e6e394a40001} <Debug> executeQuery: Read 227 rows, 20.31 KiB in 0.002065 sec., 109927.3607748184 rows/sec., 9.61 MiB/sec.
3878 2024.12.19 22:24:37.098260 [ 124 ] {} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3879 2024.12.19 22:24:37.098351 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB.
3880 2024.12.19 22:24:37.098400 [ 278 ] {67e262b2-588f-4964-aac6-e6e394a40001} <Debug> TCPHandler: Processed in 0.002518054 sec.
3881 2024.12.19 22:24:37.098666 [ 197 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::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
3882 2024.12.19 22:24:37.098691 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3883 2024.12.19 22:24:37.098949 [ 197 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3884 2024.12.19 22:24:37.098985 [ 277 ] {8b380a8a-fa58-47f6-bcbc-c11306e98bdb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3885 2024.12.19 22:24:37.099012 [ 197 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1427 rows starting from the beginning of the part
3886 2024.12.19 22:24:37.099087 [ 277 ] {8b380a8a-fa58-47f6-bcbc-c11306e98bdb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3887 2024.12.19 22:24:37.099349 [ 197 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 56 rows starting from the beginning of the part
3888 2024.12.19 22:24:37.099717 [ 197 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::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
3889 2024.12.19 22:24:37.099998 [ 197 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 227 rows starting from the beginning of the part
3890 2024.12.19 22:24:37.100341 [ 197 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 111 rows starting from the beginning of the part
3891 2024.12.19 22:24:37.100669 [ 197 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 227 rows starting from the beginning of the part
3892 2024.12.19 22:24:37.102110 [ 277 ] {8b380a8a-fa58-47f6-bcbc-c11306e98bdb} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3893 2024.12.19 22:24:37.102169 [ 277 ] {8b380a8a-fa58-47f6-bcbc-c11306e98bdb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
3894 2024.12.19 22:24:37.103239 [ 277 ] {8b380a8a-fa58-47f6-bcbc-c11306e98bdb} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3895 2024.12.19 22:24:37.103607 [ 277 ] {8b380a8a-fa58-47f6-bcbc-c11306e98bdb} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3896 2024.12.19 22:24:37.104084 [ 277 ] {8b380a8a-fa58-47f6-bcbc-c11306e98bdb} <Debug> executeQuery: Read 19 rows, 1.36 KiB in 0.005107 sec., 3720.3837869590757 rows/sec., 265.99 KiB/sec.
3897 2024.12.19 22:24:37.104219 [ 189 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2158 rows, containing 5 columns (5 merged, 0 gathered) in 0.005688464 sec., 379364.27126901044 rows/sec., 33.36 MiB/sec.
3898 2024.12.19 22:24:37.104242 [ 277 ] {8b380a8a-fa58-47f6-bcbc-c11306e98bdb} <Debug> TCPHandler: Processed in 0.005738685 sec.
3899 2024.12.19 22:24:37.104430 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3900 2024.12.19 22:24:37.104556 [ 189 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
3901 2024.12.19 22:24:37.104596 [ 278 ] {44e2780e-f8cf-4835-a545-c78531f1ad3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
3902 2024.12.19 22:24:37.104666 [ 278 ] {44e2780e-f8cf-4835-a545-c78531f1ad3d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
3903 2024.12.19 22:24:37.104975 [ 189 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_26_5} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3904 2024.12.19 22:24:37.105110 [ 189 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_26_5} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
3905 2024.12.19 22:24:37.105215 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB.
3906 2024.12.19 22:24:37.105457 [ 278 ] {44e2780e-f8cf-4835-a545-c78531f1ad3d} <Trace> oximeter.fields_u32 (96604386-977a-478c-b894-f09eb465191c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3907 2024.12.19 22:24:37.105498 [ 278 ] {44e2780e-f8cf-4835-a545-c78531f1ad3d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB.
3908 2024.12.19 22:24:37.105860 [ 278 ] {44e2780e-f8cf-4835-a545-c78531f1ad3d} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
3909 2024.12.19 22:24:37.106109 [ 278 ] {44e2780e-f8cf-4835-a545-c78531f1ad3d} <Trace> oximeter.fields_u32 (96604386-977a-478c-b894-f09eb465191c): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3910 2024.12.19 22:24:37.106272 [ 124 ] {} <Debug> oximeter.fields_u32 (96604386-977a-478c-b894-f09eb465191c) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
3911 2024.12.19 22:24:37.106330 [ 124 ] {} <Trace> oximeter.fields_u32 (96604386-977a-478c-b894-f09eb465191c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3912 2024.12.19 22:24:37.106357 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB.
3913 2024.12.19 22:24:37.106394 [ 278 ] {44e2780e-f8cf-4835-a545-c78531f1ad3d} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00183 sec., 7650.273224043715 rows/sec., 535.78 KiB/sec.
3914 2024.12.19 22:24:37.106607 [ 278 ] {44e2780e-f8cf-4835-a545-c78531f1ad3d} <Debug> TCPHandler: Processed in 0.002240469 sec.
3915 2024.12.19 22:24:37.106619 [ 199 ] {96604386-977a-478c-b894-f09eb465191c::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
3916 2024.12.19 22:24:37.106804 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3917 2024.12.19 22:24:37.106815 [ 199 ] {96604386-977a-478c-b894-f09eb465191c::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3918 2024.12.19 22:24:37.106858 [ 199 ] {96604386-977a-478c-b894-f09eb465191c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 242 rows starting from the beginning of the part
3919 2024.12.19 22:24:37.106928 [ 277 ] {be8f7f36-b426-4958-a943-712d05ee7c86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
3920 2024.12.19 22:24:37.107062 [ 199 ] {96604386-977a-478c-b894-f09eb465191c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 14 rows starting from the beginning of the part
3921 2024.12.19 22:24:37.107075 [ 277 ] {be8f7f36-b426-4958-a943-712d05ee7c86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
3922 2024.12.19 22:24:37.107502 [ 199 ] {96604386-977a-478c-b894-f09eb465191c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 14 rows starting from the beginning of the part
3923 2024.12.19 22:24:37.107819 [ 199 ] {96604386-977a-478c-b894-f09eb465191c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 242 rows starting from the beginning of the part
3924 2024.12.19 22:24:37.108134 [ 199 ] {96604386-977a-478c-b894-f09eb465191c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 14 rows starting from the beginning of the part
3925 2024.12.19 22:24:37.108512 [ 199 ] {96604386-977a-478c-b894-f09eb465191c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 14 rows starting from the beginning of the part
3926 2024.12.19 22:24:37.109601 [ 277 ] {be8f7f36-b426-4958-a943-712d05ee7c86} <Trace> oximeter.fields_u8 (74ab6f56-b776-4e15-89eb-af2ec1acc724): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3927 2024.12.19 22:24:37.109650 [ 277 ] {be8f7f36-b426-4958-a943-712d05ee7c86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
3928 2024.12.19 22:24:37.110218 [ 277 ] {be8f7f36-b426-4958-a943-712d05ee7c86} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
3929 2024.12.19 22:24:37.110381 [ 189 ] {96604386-977a-478c-b894-f09eb465191c::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 540 rows, containing 5 columns (5 merged, 0 gathered) in 0.003952666 sec., 136616.65316523076 rows/sec., 9.79 MiB/sec.
3930 2024.12.19 22:24:37.110595 [ 189 ] {96604386-977a-478c-b894-f09eb465191c::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
3931 2024.12.19 22:24:37.110667 [ 277 ] {be8f7f36-b426-4958-a943-712d05ee7c86} <Trace> oximeter.fields_u8 (74ab6f56-b776-4e15-89eb-af2ec1acc724): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3932 2024.12.19 22:24:37.111225 [ 277 ] {be8f7f36-b426-4958-a943-712d05ee7c86} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.004273 sec., 3042.3589983618067 rows/sec., 189.69 KiB/sec.
3933 2024.12.19 22:24:37.111367 [ 189 ] {96604386-977a-478c-b894-f09eb465191c::all_1_11_2} <Trace> oximeter.fields_u32 (96604386-977a-478c-b894-f09eb465191c): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3934 2024.12.19 22:24:37.111582 [ 277 ] {be8f7f36-b426-4958-a943-712d05ee7c86} <Debug> TCPHandler: Processed in 0.004850515 sec.
3935 2024.12.19 22:24:37.111635 [ 189 ] {96604386-977a-478c-b894-f09eb465191c::all_1_11_2} <Trace> oximeter.fields_u32 (96604386-977a-478c-b894-f09eb465191c) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
3936 2024.12.19 22:24:37.111775 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB.
3937 2024.12.19 22:24:37.111792 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3938 2024.12.19 22:24:37.111936 [ 278 ] {5e6f7db0-2e1e-4d3a-af39-f0dd43d31f51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3939 2024.12.19 22:24:37.111989 [ 278 ] {5e6f7db0-2e1e-4d3a-af39-f0dd43d31f51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3940 2024.12.19 22:24:37.112715 [ 278 ] {5e6f7db0-2e1e-4d3a-af39-f0dd43d31f51} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3941 2024.12.19 22:24:37.112755 [ 278 ] {5e6f7db0-2e1e-4d3a-af39-f0dd43d31f51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB.
3942 2024.12.19 22:24:37.113154 [ 278 ] {5e6f7db0-2e1e-4d3a-af39-f0dd43d31f51} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
3943 2024.12.19 22:24:37.113391 [ 278 ] {5e6f7db0-2e1e-4d3a-af39-f0dd43d31f51} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3944 2024.12.19 22:24:37.113556 [ 124 ] {} <Debug> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
3945 2024.12.19 22:24:37.113613 [ 124 ] {} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3946 2024.12.19 22:24:37.113646 [ 278 ] {5e6f7db0-2e1e-4d3a-af39-f0dd43d31f51} <Debug> executeQuery: Read 394 rows, 28.64 KiB in 0.00174 sec., 226436.7816091954 rows/sec., 16.08 MiB/sec.
3947 2024.12.19 22:24:37.113653 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB.
3948 2024.12.19 22:24:37.113859 [ 278 ] {5e6f7db0-2e1e-4d3a-af39-f0dd43d31f51} <Debug> TCPHandler: Processed in 0.002161067 sec.
3949 2024.12.19 22:24:37.114050 [ 198 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::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
3950 2024.12.19 22:24:37.114149 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3951 2024.12.19 22:24:37.114563 [ 277 ] {6021f01b-6062-4aa9-b4f4-8fea3c3bed3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
3952 2024.12.19 22:24:37.114651 [ 198 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3953 2024.12.19 22:24:37.114693 [ 277 ] {6021f01b-6062-4aa9-b4f4-8fea3c3bed3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
3954 2024.12.19 22:24:37.114714 [ 198 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 907 rows starting from the beginning of the part
3955 2024.12.19 22:24:37.115027 [ 198 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 64 rows starting from the beginning of the part
3956 2024.12.19 22:24:37.115340 [ 198 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::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
3957 2024.12.19 22:24:37.115653 [ 198 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 394 rows starting from the beginning of the part
3958 2024.12.19 22:24:37.115968 [ 198 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 93 rows starting from the beginning of the part
3959 2024.12.19 22:24:37.116229 [ 198 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 394 rows starting from the beginning of the part
3960 2024.12.19 22:24:37.117219 [ 277 ] {6021f01b-6062-4aa9-b4f4-8fea3c3bed3a} <Trace> oximeter.measurements_bool (164ca455-e956-4308-a817-eda615c184e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3961 2024.12.19 22:24:37.117301 [ 277 ] {6021f01b-6062-4aa9-b4f4-8fea3c3bed3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
3962 2024.12.19 22:24:37.118234 [ 277 ] {6021f01b-6062-4aa9-b4f4-8fea3c3bed3a} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
3963 2024.12.19 22:24:37.118654 [ 277 ] {6021f01b-6062-4aa9-b4f4-8fea3c3bed3a} <Trace> oximeter.measurements_bool (164ca455-e956-4308-a817-eda615c184e9): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3964 2024.12.19 22:24:37.118844 [ 124 ] {} <Debug> oximeter.measurements_bool (164ca455-e956-4308-a817-eda615c184e9) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
3965 2024.12.19 22:24:37.118956 [ 124 ] {} <Trace> oximeter.measurements_bool (164ca455-e956-4308-a817-eda615c184e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3966 2024.12.19 22:24:37.119044 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
3967 2024.12.19 22:24:37.119144 [ 277 ] {6021f01b-6062-4aa9-b4f4-8fea3c3bed3a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004671 sec., 1284.5215157353887 rows/sec., 67.11 KiB/sec.
3968 2024.12.19 22:24:37.119680 [ 186 ] {164ca455-e956-4308-a817-eda615c184e9::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
3969 2024.12.19 22:24:37.119775 [ 277 ] {6021f01b-6062-4aa9-b4f4-8fea3c3bed3a} <Debug> TCPHandler: Processed in 0.005790896 sec.
3970 2024.12.19 22:24:37.120223 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3971 2024.12.19 22:24:37.120305 [ 198 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1943 rows, containing 5 columns (5 merged, 0 gathered) in 0.006495662 sec., 299122.7068157179 rows/sec., 22.89 MiB/sec.
3972 2024.12.19 22:24:37.120536 [ 186 ] {164ca455-e956-4308-a817-eda615c184e9::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3973 2024.12.19 22:24:37.120683 [ 186 ] {164ca455-e956-4308-a817-eda615c184e9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 36 rows starting from the beginning of the part
3974 2024.12.19 22:24:37.120818 [ 194 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
3975 2024.12.19 22:24:37.120829 [ 278 ] {bca9851c-d77b-41b4-9874-79ad8744a8e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3976 2024.12.19 22:24:37.121134 [ 186 ] {164ca455-e956-4308-a817-eda615c184e9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 6 rows starting from the beginning of the part
3977 2024.12.19 22:24:37.121154 [ 278 ] {bca9851c-d77b-41b4-9874-79ad8744a8e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3978 2024.12.19 22:24:37.121684 [ 186 ] {164ca455-e956-4308-a817-eda615c184e9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 6 rows starting from the beginning of the part
3979 2024.12.19 22:24:37.122077 [ 186 ] {164ca455-e956-4308-a817-eda615c184e9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 6 rows starting from the beginning of the part
3980 2024.12.19 22:24:37.122420 [ 194 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_26_5} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3981 2024.12.19 22:24:37.122601 [ 186 ] {164ca455-e956-4308-a817-eda615c184e9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 6 rows starting from the beginning of the part
3982 2024.12.19 22:24:37.123026 [ 186 ] {164ca455-e956-4308-a817-eda615c184e9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 6 rows starting from the beginning of the part
3983 2024.12.19 22:24:37.123030 [ 194 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_26_5} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
3984 2024.12.19 22:24:37.123470 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB.
3985 2024.12.19 22:24:37.124186 [ 278 ] {bca9851c-d77b-41b4-9874-79ad8744a8e6} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3986 2024.12.19 22:24:37.124233 [ 278 ] {bca9851c-d77b-41b4-9874-79ad8744a8e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
3987 2024.12.19 22:24:37.124773 [ 186 ] {164ca455-e956-4308-a817-eda615c184e9::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 66 rows, containing 4 columns (4 merged, 0 gathered) in 0.005602412 sec., 11780.640195687143 rows/sec., 615.49 KiB/sec.
3988 2024.12.19 22:24:37.124880 [ 186 ] {164ca455-e956-4308-a817-eda615c184e9::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
3989 2024.12.19 22:24:37.124895 [ 278 ] {bca9851c-d77b-41b4-9874-79ad8744a8e6} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
3990 2024.12.19 22:24:37.125198 [ 186 ] {164ca455-e956-4308-a817-eda615c184e9::all_1_11_2} <Trace> oximeter.measurements_bool (164ca455-e956-4308-a817-eda615c184e9): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3991 2024.12.19 22:24:37.125209 [ 278 ] {bca9851c-d77b-41b4-9874-79ad8744a8e6} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3992 2024.12.19 22:24:37.125300 [ 186 ] {164ca455-e956-4308-a817-eda615c184e9::all_1_11_2} <Trace> oximeter.measurements_bool (164ca455-e956-4308-a817-eda615c184e9) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
3993 2024.12.19 22:24:37.125480 [ 124 ] {} <Debug> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
3994 2024.12.19 22:24:37.125509 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
3995 2024.12.19 22:24:37.125577 [ 124 ] {} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3996 2024.12.19 22:24:37.125635 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB.
3997 2024.12.19 22:24:37.125655 [ 278 ] {bca9851c-d77b-41b4-9874-79ad8744a8e6} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005038 sec., 47042.477173481544 rows/sec., 3.15 MiB/sec.
3998 2024.12.19 22:24:37.125820 [ 278 ] {bca9851c-d77b-41b4-9874-79ad8744a8e6} <Debug> TCPHandler: Processed in 0.005881557 sec.
3999 2024.12.19 22:24:37.125836 [ 194 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::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
4000 2024.12.19 22:24:37.125980 [ 194 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4001 2024.12.19 22:24:37.126009 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4002 2024.12.19 22:24:37.126025 [ 194 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 7635 rows starting from the beginning of the part
4003 2024.12.19 22:24:37.126212 [ 194 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 128 rows starting from the beginning of the part
4004 2024.12.19 22:24:37.126519 [ 194 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::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
4005 2024.12.19 22:24:37.126592 [ 277 ] {5e3c856d-2db3-4a30-8e19-ae8297fafc05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
4006 2024.12.19 22:24:37.126821 [ 194 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 237 rows starting from the beginning of the part
4007 2024.12.19 22:24:37.126888 [ 277 ] {5e3c856d-2db3-4a30-8e19-ae8297fafc05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
4008 2024.12.19 22:24:37.127041 [ 194 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 161 rows starting from the beginning of the part
4009 2024.12.19 22:24:37.127354 [ 194 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 237 rows starting from the beginning of the part
4010 2024.12.19 22:24:37.128602 [ 277 ] {5e3c856d-2db3-4a30-8e19-ae8297fafc05} <Trace> oximeter.measurements_f64 (f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4011 2024.12.19 22:24:37.128651 [ 277 ] {5e3c856d-2db3-4a30-8e19-ae8297fafc05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
4012 2024.12.19 22:24:37.129483 [ 277 ] {5e3c856d-2db3-4a30-8e19-ae8297fafc05} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
4013 2024.12.19 22:24:37.130074 [ 277 ] {5e3c856d-2db3-4a30-8e19-ae8297fafc05} <Trace> oximeter.measurements_f64 (f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4014 2024.12.19 22:24:37.130447 [ 277 ] {5e3c856d-2db3-4a30-8e19-ae8297fafc05} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004118 sec., 242.83632831471587 rows/sec., 16.36 KiB/sec.
4015 2024.12.19 22:24:37.130590 [ 277 ] {5e3c856d-2db3-4a30-8e19-ae8297fafc05} <Debug> TCPHandler: Processed in 0.004681402 sec.
4016 2024.12.19 22:24:37.130785 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4017 2024.12.19 22:24:37.130949 [ 278 ] {b08eb6cd-c3da-49cb-ae70-a2c89256c15f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4018 2024.12.19 22:24:37.131045 [ 278 ] {b08eb6cd-c3da-49cb-ae70-a2c89256c15f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
4019 2024.12.19 22:24:37.131868 [ 186 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8558 rows, containing 5 columns (5 merged, 0 gathered) in 0.006145104 sec., 1392653.4034249054 rows/sec., 93.97 MiB/sec.
4020 2024.12.19 22:24:37.132041 [ 186 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
4021 2024.12.19 22:24:37.132505 [ 186 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4022 2024.12.19 22:24:37.132653 [ 186 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
4023 2024.12.19 22:24:37.132781 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.43 MiB.
4024 2024.12.19 22:24:37.132821 [ 278 ] {b08eb6cd-c3da-49cb-ae70-a2c89256c15f} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4025 2024.12.19 22:24:37.132863 [ 278 ] {b08eb6cd-c3da-49cb-ae70-a2c89256c15f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB.
4026 2024.12.19 22:24:37.133464 [ 278 ] {b08eb6cd-c3da-49cb-ae70-a2c89256c15f} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
4027 2024.12.19 22:24:37.133721 [ 278 ] {b08eb6cd-c3da-49cb-ae70-a2c89256c15f} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4028 2024.12.19 22:24:37.133978 [ 278 ] {b08eb6cd-c3da-49cb-ae70-a2c89256c15f} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.003066 sec., 3913.8943248532287 rows/sec., 7.01 MiB/sec.
4029 2024.12.19 22:24:37.134389 [ 278 ] {b08eb6cd-c3da-49cb-ae70-a2c89256c15f} <Debug> TCPHandler: Processed in 0.003698421 sec.
4030 2024.12.19 22:24:37.134575 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4031 2024.12.19 22:24:37.134716 [ 277 ] {3b5fc2c1-f6b6-4241-8b4a-7c18e713fa29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4032 2024.12.19 22:24:37.134775 [ 277 ] {3b5fc2c1-f6b6-4241-8b4a-7c18e713fa29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4033 2024.12.19 22:24:37.135291 [ 277 ] {3b5fc2c1-f6b6-4241-8b4a-7c18e713fa29} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4034 2024.12.19 22:24:37.135331 [ 277 ] {3b5fc2c1-f6b6-4241-8b4a-7c18e713fa29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB.
4035 2024.12.19 22:24:37.135712 [ 277 ] {3b5fc2c1-f6b6-4241-8b4a-7c18e713fa29} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
4036 2024.12.19 22:24:37.135951 [ 277 ] {3b5fc2c1-f6b6-4241-8b4a-7c18e713fa29} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4037 2024.12.19 22:24:37.136113 [ 122 ] {} <Debug> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
4038 2024.12.19 22:24:37.136173 [ 122 ] {} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4039 2024.12.19 22:24:37.136209 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB.
4040 2024.12.19 22:24:37.136221 [ 277 ] {3b5fc2c1-f6b6-4241-8b4a-7c18e713fa29} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001527 sec., 53700.06548788474 rows/sec., 3.41 MiB/sec.
4041 2024.12.19 22:24:37.136403 [ 277 ] {3b5fc2c1-f6b6-4241-8b4a-7c18e713fa29} <Debug> TCPHandler: Processed in 0.001890061 sec.
4042 2024.12.19 22:24:37.136489 [ 196 ] {a2784562-0832-4e33-8769-44c7df75eec1::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
4043 2024.12.19 22:24:37.136660 [ 196 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4044 2024.12.19 22:24:37.136700 [ 196 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1278 rows starting from the beginning of the part
4045 2024.12.19 22:24:37.136787 [ 196 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 48 rows starting from the beginning of the part
4046 2024.12.19 22:24:37.136876 [ 196 ] {a2784562-0832-4e33-8769-44c7df75eec1::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
4047 2024.12.19 22:24:37.136958 [ 196 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 82 rows starting from the beginning of the part
4048 2024.12.19 22:24:37.137058 [ 196 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 60 rows starting from the beginning of the part
4049 2024.12.19 22:24:37.137122 [ 196 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 82 rows starting from the beginning of the part
4050 2024.12.19 22:24:37.138569 [ 186 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1610 rows, containing 4 columns (4 merged, 0 gathered) in 0.002257999 sec., 713020.6877859556 rows/sec., 46.50 MiB/sec.
4051 2024.12.19 22:24:37.138803 [ 193 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
4052 2024.12.19 22:24:37.139123 [ 193 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_26_5} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4053 2024.12.19 22:24:37.139207 [ 193 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_26_5} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
4054 2024.12.19 22:24:37.139290 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB.
4055 2024.12.19 22:24:40.525717 [ 119 ] {} <Debug> DNSResolver: Updating DNS cache
4056 2024.12.19 22:24:40.525799 [ 119 ] {} <Debug> DNSResolver: Updated DNS cache
4057 2024.12.19 22:24:40.627607 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 8296
4058 2024.12.19 22:24:40.628352 [ 244 ] {} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4059 2024.12.19 22:24:40.628408 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
4060 2024.12.19 22:24:40.628987 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
4061 2024.12.19 22:24:40.629247 [ 244 ] {} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4062 2024.12.19 22:24:40.629501 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8296
4063 2024.12.19 22:24:41.161510 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 136
4064 2024.12.19 22:24:41.181143 [ 243 ] {} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4065 2024.12.19 22:24:41.181193 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
4066 2024.12.19 22:24:41.188713 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
4067 2024.12.19 22:24:41.189455 [ 243 ] {} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4068 2024.12.19 22:24:41.191906 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 136
4069 2024.12.19 22:24:42.090971 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4070 2024.12.19 22:24:42.091183 [ 277 ] {000f82d9-efbe-41e8-ae8c-c7f69c703e38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4071 2024.12.19 22:24:42.091262 [ 277 ] {000f82d9-efbe-41e8-ae8c-c7f69c703e38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4072 2024.12.19 22:24:42.092121 [ 277 ] {000f82d9-efbe-41e8-ae8c-c7f69c703e38} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4073 2024.12.19 22:24:42.092166 [ 277 ] {000f82d9-efbe-41e8-ae8c-c7f69c703e38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
4074 2024.12.19 22:24:42.092604 [ 277 ] {000f82d9-efbe-41e8-ae8c-c7f69c703e38} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
4075 2024.12.19 22:24:42.092857 [ 277 ] {000f82d9-efbe-41e8-ae8c-c7f69c703e38} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4076 2024.12.19 22:24:42.093102 [ 277 ] {000f82d9-efbe-41e8-ae8c-c7f69c703e38} <Debug> executeQuery: Read 110 rows, 9.44 KiB in 0.001978 sec., 55611.72901921132 rows/sec., 4.66 MiB/sec.
4077 2024.12.19 22:24:42.093158 [ 277 ] {000f82d9-efbe-41e8-ae8c-c7f69c703e38} <Debug> TCPHandler: Processed in 0.00232384 sec.
4078 2024.12.19 22:24:42.093421 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4079 2024.12.19 22:24:42.093647 [ 278 ] {1a9ece09-82ab-4ae4-9087-a65c59975989} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4080 2024.12.19 22:24:42.093727 [ 278 ] {1a9ece09-82ab-4ae4-9087-a65c59975989} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4081 2024.12.19 22:24:42.094465 [ 278 ] {1a9ece09-82ab-4ae4-9087-a65c59975989} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4082 2024.12.19 22:24:42.094506 [ 278 ] {1a9ece09-82ab-4ae4-9087-a65c59975989} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
4083 2024.12.19 22:24:42.094948 [ 278 ] {1a9ece09-82ab-4ae4-9087-a65c59975989} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
4084 2024.12.19 22:24:42.095197 [ 278 ] {1a9ece09-82ab-4ae4-9087-a65c59975989} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4085 2024.12.19 22:24:42.095441 [ 278 ] {1a9ece09-82ab-4ae4-9087-a65c59975989} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.001847 sec., 14618.299945858149 rows/sec., 1.07 MiB/sec.
4086 2024.12.19 22:24:42.095666 [ 278 ] {1a9ece09-82ab-4ae4-9087-a65c59975989} <Debug> TCPHandler: Processed in 0.002385312 sec.
4087 2024.12.19 22:24:42.095902 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4088 2024.12.19 22:24:42.096125 [ 277 ] {19bcefc7-3d3e-4575-b5bb-9f2f7c99511b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4089 2024.12.19 22:24:42.096215 [ 277 ] {19bcefc7-3d3e-4575-b5bb-9f2f7c99511b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4090 2024.12.19 22:24:42.097116 [ 277 ] {19bcefc7-3d3e-4575-b5bb-9f2f7c99511b} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4091 2024.12.19 22:24:42.097155 [ 277 ] {19bcefc7-3d3e-4575-b5bb-9f2f7c99511b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
4092 2024.12.19 22:24:42.097524 [ 277 ] {19bcefc7-3d3e-4575-b5bb-9f2f7c99511b} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
4093 2024.12.19 22:24:42.097761 [ 277 ] {19bcefc7-3d3e-4575-b5bb-9f2f7c99511b} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4094 2024.12.19 22:24:42.097978 [ 277 ] {19bcefc7-3d3e-4575-b5bb-9f2f7c99511b} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001905 sec., 47769.02887139108 rows/sec., 3.73 MiB/sec.
4095 2024.12.19 22:24:42.098095 [ 277 ] {19bcefc7-3d3e-4575-b5bb-9f2f7c99511b} <Debug> TCPHandler: Processed in 0.002303831 sec.
4096 2024.12.19 22:24:42.098268 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4097 2024.12.19 22:24:42.098406 [ 278 ] {1162f79d-b961-4317-8a58-e674510fc5b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4098 2024.12.19 22:24:42.098469 [ 278 ] {1162f79d-b961-4317-8a58-e674510fc5b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4099 2024.12.19 22:24:42.099093 [ 278 ] {1162f79d-b961-4317-8a58-e674510fc5b1} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4100 2024.12.19 22:24:42.099131 [ 278 ] {1162f79d-b961-4317-8a58-e674510fc5b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
4101 2024.12.19 22:24:42.099525 [ 278 ] {1162f79d-b961-4317-8a58-e674510fc5b1} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
4102 2024.12.19 22:24:42.099760 [ 278 ] {1162f79d-b961-4317-8a58-e674510fc5b1} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4103 2024.12.19 22:24:42.099977 [ 278 ] {1162f79d-b961-4317-8a58-e674510fc5b1} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001601 sec., 99937.53903810118 rows/sec., 6.96 MiB/sec.
4104 2024.12.19 22:24:42.100200 [ 278 ] {1162f79d-b961-4317-8a58-e674510fc5b1} <Debug> TCPHandler: Processed in 0.002007264 sec.
4105 2024.12.19 22:24:42.100456 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4106 2024.12.19 22:24:42.100678 [ 277 ] {7704130c-7922-4a57-a352-b123899eb1cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4107 2024.12.19 22:24:42.100819 [ 277 ] {7704130c-7922-4a57-a352-b123899eb1cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
4108 2024.12.19 22:24:42.101968 [ 277 ] {7704130c-7922-4a57-a352-b123899eb1cb} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4109 2024.12.19 22:24:42.102007 [ 277 ] {7704130c-7922-4a57-a352-b123899eb1cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
4110 2024.12.19 22:24:42.102670 [ 277 ] {7704130c-7922-4a57-a352-b123899eb1cb} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
4111 2024.12.19 22:24:42.102922 [ 277 ] {7704130c-7922-4a57-a352-b123899eb1cb} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4112 2024.12.19 22:24:42.103203 [ 277 ] {7704130c-7922-4a57-a352-b123899eb1cb} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002574 sec., 10489.51048951049 rows/sec., 18.80 MiB/sec.
4113 2024.12.19 22:24:42.103320 [ 277 ] {7704130c-7922-4a57-a352-b123899eb1cb} <Debug> TCPHandler: Processed in 0.003009115 sec.
4114 2024.12.19 22:24:42.103475 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4115 2024.12.19 22:24:42.103614 [ 278 ] {a0b56555-d3c8-4142-9a91-9ecc7ccbd7fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4116 2024.12.19 22:24:42.103673 [ 278 ] {a0b56555-d3c8-4142-9a91-9ecc7ccbd7fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4117 2024.12.19 22:24:42.104181 [ 278 ] {a0b56555-d3c8-4142-9a91-9ecc7ccbd7fa} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4118 2024.12.19 22:24:42.104220 [ 278 ] {a0b56555-d3c8-4142-9a91-9ecc7ccbd7fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
4119 2024.12.19 22:24:42.104604 [ 278 ] {a0b56555-d3c8-4142-9a91-9ecc7ccbd7fa} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
4120 2024.12.19 22:24:42.104835 [ 278 ] {a0b56555-d3c8-4142-9a91-9ecc7ccbd7fa} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4121 2024.12.19 22:24:42.105015 [ 278 ] {a0b56555-d3c8-4142-9a91-9ecc7ccbd7fa} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001433 sec., 41870.2023726448 rows/sec., 2.82 MiB/sec.
4122 2024.12.19 22:24:42.105064 [ 278 ] {a0b56555-d3c8-4142-9a91-9ecc7ccbd7fa} <Debug> TCPHandler: Processed in 0.001658156 sec.
4123 2024.12.19 22:24:42.755769 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4124 2024.12.19 22:24:42.756075 [ 277 ] {d2b1d11e-daa5-4d3f-a080-65061753725a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
4125 2024.12.19 22:24:42.756192 [ 277 ] {d2b1d11e-daa5-4d3f-a080-65061753725a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
4126 2024.12.19 22:24:42.757215 [ 277 ] {d2b1d11e-daa5-4d3f-a080-65061753725a} <Trace> oximeter.fields_i16 (8b34b429-6d62-480d-bd41-33dce3ff3ffb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4127 2024.12.19 22:24:42.757268 [ 277 ] {d2b1d11e-daa5-4d3f-a080-65061753725a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
4128 2024.12.19 22:24:42.757698 [ 277 ] {d2b1d11e-daa5-4d3f-a080-65061753725a} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
4129 2024.12.19 22:24:42.757949 [ 277 ] {d2b1d11e-daa5-4d3f-a080-65061753725a} <Trace> oximeter.fields_i16 (8b34b429-6d62-480d-bd41-33dce3ff3ffb): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4130 2024.12.19 22:24:42.758203 [ 277 ] {d2b1d11e-daa5-4d3f-a080-65061753725a} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002213 sec., 6326.253953908721 rows/sec., 455.41 KiB/sec.
4131 2024.12.19 22:24:42.758273 [ 277 ] {d2b1d11e-daa5-4d3f-a080-65061753725a} <Debug> TCPHandler: Processed in 0.002693939 sec.
4132 2024.12.19 22:24:42.758540 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4133 2024.12.19 22:24:42.758751 [ 278 ] {170bfccc-22c8-4b9b-9891-b3bc553a1d69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
4134 2024.12.19 22:24:42.758828 [ 278 ] {170bfccc-22c8-4b9b-9891-b3bc553a1d69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
4135 2024.12.19 22:24:42.759559 [ 278 ] {170bfccc-22c8-4b9b-9891-b3bc553a1d69} <Trace> oximeter.fields_ipaddr (15c96da1-d320-4880-85e7-7388ae0c0cda): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4136 2024.12.19 22:24:42.759601 [ 278 ] {170bfccc-22c8-4b9b-9891-b3bc553a1d69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
4137 2024.12.19 22:24:42.760016 [ 278 ] {170bfccc-22c8-4b9b-9891-b3bc553a1d69} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
4138 2024.12.19 22:24:42.760260 [ 278 ] {170bfccc-22c8-4b9b-9891-b3bc553a1d69} <Trace> oximeter.fields_ipaddr (15c96da1-d320-4880-85e7-7388ae0c0cda): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4139 2024.12.19 22:24:42.760518 [ 278 ] {170bfccc-22c8-4b9b-9891-b3bc553a1d69} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001827 sec., 8757.525998905308 rows/sec., 714.11 KiB/sec.
4140 2024.12.19 22:24:42.760704 [ 278 ] {170bfccc-22c8-4b9b-9891-b3bc553a1d69} <Debug> TCPHandler: Processed in 0.0023004 sec.
4141 2024.12.19 22:24:42.760899 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4142 2024.12.19 22:24:42.761047 [ 277 ] {17c44834-6811-4905-8ca2-63c3cd9f92fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4143 2024.12.19 22:24:42.761110 [ 277 ] {17c44834-6811-4905-8ca2-63c3cd9f92fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4144 2024.12.19 22:24:42.762478 [ 277 ] {17c44834-6811-4905-8ca2-63c3cd9f92fc} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4145 2024.12.19 22:24:42.762518 [ 277 ] {17c44834-6811-4905-8ca2-63c3cd9f92fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
4146 2024.12.19 22:24:42.762971 [ 277 ] {17c44834-6811-4905-8ca2-63c3cd9f92fc} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
4147 2024.12.19 22:24:42.763207 [ 277 ] {17c44834-6811-4905-8ca2-63c3cd9f92fc} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4148 2024.12.19 22:24:42.763476 [ 277 ] {17c44834-6811-4905-8ca2-63c3cd9f92fc} <Debug> executeQuery: Read 1375 rows, 117.01 KiB in 0.002457 sec., 559625.5596255596 rows/sec., 46.51 MiB/sec.
4149 2024.12.19 22:24:42.763658 [ 277 ] {17c44834-6811-4905-8ca2-63c3cd9f92fc} <Debug> TCPHandler: Processed in 0.002851952 sec.
4150 2024.12.19 22:24:42.763874 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4151 2024.12.19 22:24:42.764014 [ 278 ] {b5928242-68bb-497b-81b5-4fcd15e07682} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4152 2024.12.19 22:24:42.764070 [ 278 ] {b5928242-68bb-497b-81b5-4fcd15e07682} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4153 2024.12.19 22:24:42.764781 [ 278 ] {b5928242-68bb-497b-81b5-4fcd15e07682} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4154 2024.12.19 22:24:42.764828 [ 278 ] {b5928242-68bb-497b-81b5-4fcd15e07682} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
4155 2024.12.19 22:24:42.765180 [ 278 ] {b5928242-68bb-497b-81b5-4fcd15e07682} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
4156 2024.12.19 22:24:42.765412 [ 278 ] {b5928242-68bb-497b-81b5-4fcd15e07682} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4157 2024.12.19 22:24:42.765626 [ 278 ] {b5928242-68bb-497b-81b5-4fcd15e07682} <Debug> executeQuery: Read 35 rows, 2.48 KiB in 0.001643 sec., 21302.49543517955 rows/sec., 1.47 MiB/sec.
4158 2024.12.19 22:24:42.765680 [ 278 ] {b5928242-68bb-497b-81b5-4fcd15e07682} <Debug> TCPHandler: Processed in 0.001915801 sec.
4159 2024.12.19 22:24:42.765837 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4160 2024.12.19 22:24:42.765978 [ 277 ] {8335d1b6-1182-4830-9ec5-f7d281e32f8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
4161 2024.12.19 22:24:42.766037 [ 277 ] {8335d1b6-1182-4830-9ec5-f7d281e32f8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
4162 2024.12.19 22:24:42.766818 [ 277 ] {8335d1b6-1182-4830-9ec5-f7d281e32f8e} <Trace> oximeter.fields_u32 (96604386-977a-478c-b894-f09eb465191c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4163 2024.12.19 22:24:42.766859 [ 277 ] {8335d1b6-1182-4830-9ec5-f7d281e32f8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
4164 2024.12.19 22:24:42.767220 [ 277 ] {8335d1b6-1182-4830-9ec5-f7d281e32f8e} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
4165 2024.12.19 22:24:42.767463 [ 277 ] {8335d1b6-1182-4830-9ec5-f7d281e32f8e} <Trace> oximeter.fields_u32 (96604386-977a-478c-b894-f09eb465191c): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4166 2024.12.19 22:24:42.767704 [ 277 ] {8335d1b6-1182-4830-9ec5-f7d281e32f8e} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001751 sec., 138206.73900628212 rows/sec., 9.36 MiB/sec.
4167 2024.12.19 22:24:42.767799 [ 277 ] {8335d1b6-1182-4830-9ec5-f7d281e32f8e} <Debug> TCPHandler: Processed in 0.002026044 sec.
4168 2024.12.19 22:24:42.767946 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4169 2024.12.19 22:24:42.768085 [ 278 ] {058df3e6-a917-4fac-bed5-66a182ecefce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
4170 2024.12.19 22:24:42.768141 [ 278 ] {058df3e6-a917-4fac-bed5-66a182ecefce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
4171 2024.12.19 22:24:42.768824 [ 278 ] {058df3e6-a917-4fac-bed5-66a182ecefce} <Trace> oximeter.fields_u8 (74ab6f56-b776-4e15-89eb-af2ec1acc724): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4172 2024.12.19 22:24:42.768864 [ 278 ] {058df3e6-a917-4fac-bed5-66a182ecefce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
4173 2024.12.19 22:24:42.769223 [ 278 ] {058df3e6-a917-4fac-bed5-66a182ecefce} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
4174 2024.12.19 22:24:42.769452 [ 278 ] {058df3e6-a917-4fac-bed5-66a182ecefce} <Trace> oximeter.fields_u8 (74ab6f56-b776-4e15-89eb-af2ec1acc724): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4175 2024.12.19 22:24:42.769671 [ 278 ] {058df3e6-a917-4fac-bed5-66a182ecefce} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001616 sec., 8044.554455445545 rows/sec., 501.58 KiB/sec.
4176 2024.12.19 22:24:42.769782 [ 278 ] {058df3e6-a917-4fac-bed5-66a182ecefce} <Debug> TCPHandler: Processed in 0.001903132 sec.
4177 2024.12.19 22:24:42.769987 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4178 2024.12.19 22:24:42.770214 [ 277 ] {9232b530-22c8-4b56-a710-e2085320b05e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4179 2024.12.19 22:24:42.770301 [ 277 ] {9232b530-22c8-4b56-a710-e2085320b05e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4180 2024.12.19 22:24:42.771450 [ 277 ] {9232b530-22c8-4b56-a710-e2085320b05e} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4181 2024.12.19 22:24:42.771490 [ 277 ] {9232b530-22c8-4b56-a710-e2085320b05e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
4182 2024.12.19 22:24:42.771882 [ 277 ] {9232b530-22c8-4b56-a710-e2085320b05e} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
4183 2024.12.19 22:24:42.772120 [ 277 ] {9232b530-22c8-4b56-a710-e2085320b05e} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4184 2024.12.19 22:24:42.772332 [ 277 ] {9232b530-22c8-4b56-a710-e2085320b05e} <Debug> executeQuery: Read 866 rows, 64.24 KiB in 0.002173 sec., 398527.3815002301 rows/sec., 28.87 MiB/sec.
4185 2024.12.19 22:24:42.772388 [ 277 ] {9232b530-22c8-4b56-a710-e2085320b05e} <Debug> TCPHandler: Processed in 0.002512365 sec.
4186 2024.12.19 22:24:42.772529 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4187 2024.12.19 22:24:42.772669 [ 278 ] {581c2585-c1f8-459e-a199-19abf0bd579b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
4188 2024.12.19 22:24:42.772728 [ 278 ] {581c2585-c1f8-459e-a199-19abf0bd579b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
4189 2024.12.19 22:24:42.773223 [ 278 ] {581c2585-c1f8-459e-a199-19abf0bd579b} <Trace> oximeter.measurements_bool (164ca455-e956-4308-a817-eda615c184e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4190 2024.12.19 22:24:42.773262 [ 278 ] {581c2585-c1f8-459e-a199-19abf0bd579b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
4191 2024.12.19 22:24:42.773626 [ 278 ] {581c2585-c1f8-459e-a199-19abf0bd579b} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
4192 2024.12.19 22:24:42.773863 [ 278 ] {581c2585-c1f8-459e-a199-19abf0bd579b} <Trace> oximeter.measurements_bool (164ca455-e956-4308-a817-eda615c184e9): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4193 2024.12.19 22:24:42.774082 [ 278 ] {581c2585-c1f8-459e-a199-19abf0bd579b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001444 sec., 4155.124653739612 rows/sec., 217.09 KiB/sec.
4194 2024.12.19 22:24:42.774132 [ 278 ] {581c2585-c1f8-459e-a199-19abf0bd579b} <Debug> TCPHandler: Processed in 0.001668986 sec.
4195 2024.12.19 22:24:42.774268 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4196 2024.12.19 22:24:42.774385 [ 277 ] {61bdca19-e6dc-4cb3-8c65-f0f5c622169a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4197 2024.12.19 22:24:42.774437 [ 277 ] {61bdca19-e6dc-4cb3-8c65-f0f5c622169a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4198 2024.12.19 22:24:42.775254 [ 277 ] {61bdca19-e6dc-4cb3-8c65-f0f5c622169a} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4199 2024.12.19 22:24:42.775293 [ 277 ] {61bdca19-e6dc-4cb3-8c65-f0f5c622169a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
4200 2024.12.19 22:24:42.775726 [ 277 ] {61bdca19-e6dc-4cb3-8c65-f0f5c622169a} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
4201 2024.12.19 22:24:42.775960 [ 277 ] {61bdca19-e6dc-4cb3-8c65-f0f5c622169a} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4202 2024.12.19 22:24:42.776171 [ 277 ] {61bdca19-e6dc-4cb3-8c65-f0f5c622169a} <Debug> executeQuery: Read 963 rows, 65.53 KiB in 0.001811 sec., 531750.4141358365 rows/sec., 35.34 MiB/sec.
4203 2024.12.19 22:24:42.776227 [ 277 ] {61bdca19-e6dc-4cb3-8c65-f0f5c622169a} <Debug> TCPHandler: Processed in 0.002017414 sec.
4204 2024.12.19 22:24:42.776372 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4205 2024.12.19 22:24:42.776509 [ 278 ] {d570ab46-d735-4fe0-9b4a-1449fdc6d481} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
4206 2024.12.19 22:24:42.776569 [ 278 ] {d570ab46-d735-4fe0-9b4a-1449fdc6d481} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
4207 2024.12.19 22:24:42.777073 [ 278 ] {d570ab46-d735-4fe0-9b4a-1449fdc6d481} <Trace> oximeter.measurements_f64 (f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4208 2024.12.19 22:24:42.777112 [ 278 ] {d570ab46-d735-4fe0-9b4a-1449fdc6d481} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
4209 2024.12.19 22:24:42.777467 [ 278 ] {d570ab46-d735-4fe0-9b4a-1449fdc6d481} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
4210 2024.12.19 22:24:42.777699 [ 278 ] {d570ab46-d735-4fe0-9b4a-1449fdc6d481} <Trace> oximeter.measurements_f64 (f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4211 2024.12.19 22:24:42.777928 [ 278 ] {d570ab46-d735-4fe0-9b4a-1449fdc6d481} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001449 sec., 690.1311249137336 rows/sec., 46.50 KiB/sec.
4212 2024.12.19 22:24:42.777980 [ 278 ] {d570ab46-d735-4fe0-9b4a-1449fdc6d481} <Debug> TCPHandler: Processed in 0.001675347 sec.
4213 2024.12.19 22:24:42.778191 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4214 2024.12.19 22:24:42.778412 [ 277 ] {001b4f51-a9cb-40b1-baf0-c6bc76daab93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4215 2024.12.19 22:24:42.778551 [ 277 ] {001b4f51-a9cb-40b1-baf0-c6bc76daab93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
4216 2024.12.19 22:24:42.779800 [ 277 ] {001b4f51-a9cb-40b1-baf0-c6bc76daab93} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4217 2024.12.19 22:24:42.779839 [ 277 ] {001b4f51-a9cb-40b1-baf0-c6bc76daab93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
4218 2024.12.19 22:24:42.780436 [ 277 ] {001b4f51-a9cb-40b1-baf0-c6bc76daab93} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
4219 2024.12.19 22:24:42.780703 [ 277 ] {001b4f51-a9cb-40b1-baf0-c6bc76daab93} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4220 2024.12.19 22:24:42.780956 [ 277 ] {001b4f51-a9cb-40b1-baf0-c6bc76daab93} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002597 sec., 4620.716211012707 rows/sec., 8.28 MiB/sec.
4221 2024.12.19 22:24:42.781061 [ 277 ] {001b4f51-a9cb-40b1-baf0-c6bc76daab93} <Debug> TCPHandler: Processed in 0.002980425 sec.
4222 2024.12.19 22:24:42.781216 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4223 2024.12.19 22:24:42.781364 [ 278 ] {a5aed760-7494-465e-a141-d943727800cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4224 2024.12.19 22:24:42.781427 [ 278 ] {a5aed760-7494-465e-a141-d943727800cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4225 2024.12.19 22:24:42.781983 [ 278 ] {a5aed760-7494-465e-a141-d943727800cb} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4226 2024.12.19 22:24:42.782024 [ 278 ] {a5aed760-7494-465e-a141-d943727800cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
4227 2024.12.19 22:24:42.782405 [ 278 ] {a5aed760-7494-465e-a141-d943727800cb} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
4228 2024.12.19 22:24:42.782651 [ 278 ] {a5aed760-7494-465e-a141-d943727800cb} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4229 2024.12.19 22:24:42.782863 [ 278 ] {a5aed760-7494-465e-a141-d943727800cb} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.00153 sec., 22222.222222222223 rows/sec., 1.29 MiB/sec.
4230 2024.12.19 22:24:42.782913 [ 278 ] {a5aed760-7494-465e-a141-d943727800cb} <Debug> TCPHandler: Processed in 0.001765918 sec.
4231 2024.12.19 22:24:43.000220 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 185.50 MiB, peak 189.67 MiB, free memory in arenas 0.00 B, will set to 184.22 MiB (RSS), difference: -1.27 MiB
4232 2024.12.19 22:24:45.650214 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 612
4233 2024.12.19 22:24:45.653831 [ 242 ] {} <Trace> system.query_log (70720294-7ac9-485f-8b0b-2131ff2acf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4234 2024.12.19 22:24:45.653876 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
4235 2024.12.19 22:24:45.655382 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
4236 2024.12.19 22:24:45.655692 [ 242 ] {} <Trace> system.query_log (70720294-7ac9-485f-8b0b-2131ff2acf2b): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4237 2024.12.19 22:24:45.656380 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 612
4238 2024.12.19 22:24:47.087626 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4239 2024.12.19 22:24:47.087841 [ 277 ] {faa18541-a6aa-4ec0-b793-4ac34e31e420} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4240 2024.12.19 22:24:47.087920 [ 277 ] {faa18541-a6aa-4ec0-b793-4ac34e31e420} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4241 2024.12.19 22:24:47.088671 [ 277 ] {faa18541-a6aa-4ec0-b793-4ac34e31e420} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4242 2024.12.19 22:24:47.088721 [ 277 ] {faa18541-a6aa-4ec0-b793-4ac34e31e420} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
4243 2024.12.19 22:24:47.089152 [ 277 ] {faa18541-a6aa-4ec0-b793-4ac34e31e420} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
4244 2024.12.19 22:24:47.089403 [ 277 ] {faa18541-a6aa-4ec0-b793-4ac34e31e420} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4245 2024.12.19 22:24:47.089685 [ 277 ] {faa18541-a6aa-4ec0-b793-4ac34e31e420} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001903 sec., 29427.220178665266 rows/sec., 2.25 MiB/sec.
4246 2024.12.19 22:24:47.089905 [ 277 ] {faa18541-a6aa-4ec0-b793-4ac34e31e420} <Debug> TCPHandler: Processed in 0.002412892 sec.
4247 2024.12.19 22:24:47.090172 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4248 2024.12.19 22:24:47.090369 [ 278 ] {40f198cb-85de-4a5d-b8a2-d314502c3de4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4249 2024.12.19 22:24:47.090441 [ 278 ] {40f198cb-85de-4a5d-b8a2-d314502c3de4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4250 2024.12.19 22:24:47.091206 [ 278 ] {40f198cb-85de-4a5d-b8a2-d314502c3de4} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4251 2024.12.19 22:24:47.091253 [ 278 ] {40f198cb-85de-4a5d-b8a2-d314502c3de4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
4252 2024.12.19 22:24:47.091705 [ 278 ] {40f198cb-85de-4a5d-b8a2-d314502c3de4} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
4253 2024.12.19 22:24:47.091965 [ 278 ] {40f198cb-85de-4a5d-b8a2-d314502c3de4} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4254 2024.12.19 22:24:47.092213 [ 278 ] {40f198cb-85de-4a5d-b8a2-d314502c3de4} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001897 sec., 33737.48023194518 rows/sec., 2.63 MiB/sec.
4255 2024.12.19 22:24:47.092354 [ 278 ] {40f198cb-85de-4a5d-b8a2-d314502c3de4} <Debug> TCPHandler: Processed in 0.002321801 sec.
4256 2024.12.19 22:24:47.092510 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4257 2024.12.19 22:24:47.092651 [ 277 ] {7ff646da-382e-4f64-8a5d-f678b0cc102e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4258 2024.12.19 22:24:47.092714 [ 277 ] {7ff646da-382e-4f64-8a5d-f678b0cc102e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4259 2024.12.19 22:24:47.093295 [ 277 ] {7ff646da-382e-4f64-8a5d-f678b0cc102e} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4260 2024.12.19 22:24:47.093334 [ 277 ] {7ff646da-382e-4f64-8a5d-f678b0cc102e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
4261 2024.12.19 22:24:47.093720 [ 277 ] {7ff646da-382e-4f64-8a5d-f678b0cc102e} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
4262 2024.12.19 22:24:47.093960 [ 277 ] {7ff646da-382e-4f64-8a5d-f678b0cc102e} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4263 2024.12.19 22:24:47.094167 [ 277 ] {7ff646da-382e-4f64-8a5d-f678b0cc102e} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001549 sec., 82633.95739186571 rows/sec., 5.76 MiB/sec.
4264 2024.12.19 22:24:47.094219 [ 277 ] {7ff646da-382e-4f64-8a5d-f678b0cc102e} <Debug> TCPHandler: Processed in 0.001773308 sec.
4265 2024.12.19 22:24:47.094362 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4266 2024.12.19 22:24:47.094500 [ 278 ] {e2530aee-c462-40d5-8247-835cddf3c7a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4267 2024.12.19 22:24:47.094561 [ 278 ] {e2530aee-c462-40d5-8247-835cddf3c7a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4268 2024.12.19 22:24:47.095108 [ 278 ] {e2530aee-c462-40d5-8247-835cddf3c7a0} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4269 2024.12.19 22:24:47.095147 [ 278 ] {e2530aee-c462-40d5-8247-835cddf3c7a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
4270 2024.12.19 22:24:47.095526 [ 278 ] {e2530aee-c462-40d5-8247-835cddf3c7a0} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
4271 2024.12.19 22:24:47.095766 [ 278 ] {e2530aee-c462-40d5-8247-835cddf3c7a0} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4272 2024.12.19 22:24:47.095942 [ 278 ] {e2530aee-c462-40d5-8247-835cddf3c7a0} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001473 sec., 32586.55804480652 rows/sec., 2.20 MiB/sec.
4273 2024.12.19 22:24:47.095990 [ 278 ] {e2530aee-c462-40d5-8247-835cddf3c7a0} <Debug> TCPHandler: Processed in 0.001693987 sec.
4274 2024.12.19 22:24:48.130553 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 8784
4275 2024.12.19 22:24:48.131209 [ 244 ] {} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4276 2024.12.19 22:24:48.131253 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
4277 2024.12.19 22:24:48.131834 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
4278 2024.12.19 22:24:48.132088 [ 244 ] {} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4279 2024.12.19 22:24:48.132311 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8784
4280 2024.12.19 22:24:48.692913 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144
4281 2024.12.19 22:24:48.713579 [ 243 ] {} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4282 2024.12.19 22:24:48.713654 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
4283 2024.12.19 22:24:48.721415 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
4284 2024.12.19 22:24:48.722270 [ 243 ] {} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4285 2024.12.19 22:24:48.726166 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 144
4286 2024.12.19 22:24:52.090489 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4287 2024.12.19 22:24:52.090720 [ 277 ] {d27be886-2abe-410c-818b-a94bb0ad9a7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4288 2024.12.19 22:24:52.090800 [ 277 ] {d27be886-2abe-410c-818b-a94bb0ad9a7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4289 2024.12.19 22:24:52.091597 [ 277 ] {d27be886-2abe-410c-818b-a94bb0ad9a7f} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4290 2024.12.19 22:24:52.091641 [ 277 ] {d27be886-2abe-410c-818b-a94bb0ad9a7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
4291 2024.12.19 22:24:52.092092 [ 277 ] {d27be886-2abe-410c-818b-a94bb0ad9a7f} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
4292 2024.12.19 22:24:52.092340 [ 277 ] {d27be886-2abe-410c-818b-a94bb0ad9a7f} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4293 2024.12.19 22:24:52.092552 [ 277 ] {d27be886-2abe-410c-818b-a94bb0ad9a7f} <Debug> executeQuery: Read 110 rows, 9.44 KiB in 0.001892 sec., 58139.53488372093 rows/sec., 4.87 MiB/sec.
4294 2024.12.19 22:24:52.092616 [ 277 ] {d27be886-2abe-410c-818b-a94bb0ad9a7f} <Debug> TCPHandler: Processed in 0.002262479 sec.
4295 2024.12.19 22:24:52.092867 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4296 2024.12.19 22:24:52.093083 [ 278 ] {d485632c-b589-41d8-9bdc-f8b26f122ed3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4297 2024.12.19 22:24:52.093160 [ 278 ] {d485632c-b589-41d8-9bdc-f8b26f122ed3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4298 2024.12.19 22:24:52.093919 [ 278 ] {d485632c-b589-41d8-9bdc-f8b26f122ed3} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4299 2024.12.19 22:24:52.093971 [ 278 ] {d485632c-b589-41d8-9bdc-f8b26f122ed3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
4300 2024.12.19 22:24:52.094412 [ 278 ] {d485632c-b589-41d8-9bdc-f8b26f122ed3} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
4301 2024.12.19 22:24:52.094661 [ 278 ] {d485632c-b589-41d8-9bdc-f8b26f122ed3} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4302 2024.12.19 22:24:52.094848 [ 100 ] {} <Debug> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0
4303 2024.12.19 22:24:52.094916 [ 100 ] {} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4304 2024.12.19 22:24:52.094955 [ 278 ] {d485632c-b589-41d8-9bdc-f8b26f122ed3} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.001917 sec., 14084.507042253521 rows/sec., 1.03 MiB/sec.
4305 2024.12.19 22:24:52.094962 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
4306 2024.12.19 22:24:52.095138 [ 278 ] {d485632c-b589-41d8-9bdc-f8b26f122ed3} <Debug> TCPHandler: Processed in 0.002410283 sec.
4307 2024.12.19 22:24:52.095479 [ 196 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_20_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_15_3 to all_20_20_0 into Compact with storage Full
4308 2024.12.19 22:24:52.095528 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4309 2024.12.19 22:24:52.095815 [ 277 ] {e1984a90-782b-4fff-9025-443eebeffcc8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4310 2024.12.19 22:24:52.095846 [ 196 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4311 2024.12.19 22:24:52.095910 [ 277 ] {e1984a90-782b-4fff-9025-443eebeffcc8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4312 2024.12.19 22:24:52.095925 [ 196 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 58 rows starting from the beginning of the part
4313 2024.12.19 22:24:52.096317 [ 196 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 29 rows starting from the beginning of the part
4314 2024.12.19 22:24:52.096675 [ 196 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 19 rows starting from the beginning of the part
4315 2024.12.19 22:24:52.097094 [ 196 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 27 rows starting from the beginning of the part
4316 2024.12.19 22:24:52.097511 [ 196 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 35 rows starting from the beginning of the part
4317 2024.12.19 22:24:52.097821 [ 196 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 27 rows starting from the beginning of the part
4318 2024.12.19 22:24:52.098750 [ 277 ] {e1984a90-782b-4fff-9025-443eebeffcc8} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4319 2024.12.19 22:24:52.098823 [ 277 ] {e1984a90-782b-4fff-9025-443eebeffcc8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
4320 2024.12.19 22:24:52.099863 [ 277 ] {e1984a90-782b-4fff-9025-443eebeffcc8} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
4321 2024.12.19 22:24:52.100478 [ 277 ] {e1984a90-782b-4fff-9025-443eebeffcc8} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4322 2024.12.19 22:24:52.100675 [ 196 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 195 rows, containing 5 columns (5 merged, 0 gathered) in 0.005551341 sec., 35126.647777537 rows/sec., 2.65 MiB/sec.
4323 2024.12.19 22:24:52.100923 [ 277 ] {e1984a90-782b-4fff-9025-443eebeffcc8} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.005197 sec., 17510.10198191264 rows/sec., 1.37 MiB/sec.
4324 2024.12.19 22:24:52.100932 [ 196 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary)
4325 2024.12.19 22:24:52.101134 [ 277 ] {e1984a90-782b-4fff-9025-443eebeffcc8} <Debug> TCPHandler: Processed in 0.005870198 sec.
4326 2024.12.19 22:24:52.101331 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4327 2024.12.19 22:24:52.101505 [ 196 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_20_4} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4328 2024.12.19 22:24:52.101555 [ 278 ] {b8427b24-742d-4f3b-8475-4722b8ac9ecc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4329 2024.12.19 22:24:52.101662 [ 196 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_20_4} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4
4330 2024.12.19 22:24:52.101675 [ 278 ] {b8427b24-742d-4f3b-8475-4722b8ac9ecc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4331 2024.12.19 22:24:52.101847 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
4332 2024.12.19 22:24:52.102461 [ 278 ] {b8427b24-742d-4f3b-8475-4722b8ac9ecc} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4333 2024.12.19 22:24:52.102505 [ 278 ] {b8427b24-742d-4f3b-8475-4722b8ac9ecc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
4334 2024.12.19 22:24:52.102906 [ 278 ] {b8427b24-742d-4f3b-8475-4722b8ac9ecc} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
4335 2024.12.19 22:24:52.103146 [ 278 ] {b8427b24-742d-4f3b-8475-4722b8ac9ecc} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4336 2024.12.19 22:24:52.103365 [ 278 ] {b8427b24-742d-4f3b-8475-4722b8ac9ecc} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001879 sec., 85151.67642362959 rows/sec., 5.93 MiB/sec.
4337 2024.12.19 22:24:52.103422 [ 278 ] {b8427b24-742d-4f3b-8475-4722b8ac9ecc} <Debug> TCPHandler: Processed in 0.002186197 sec.
4338 2024.12.19 22:24:52.103597 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4339 2024.12.19 22:24:52.103739 [ 277 ] {f715f49f-648e-4aa6-9ad9-2367fd82296c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4340 2024.12.19 22:24:52.103833 [ 277 ] {f715f49f-648e-4aa6-9ad9-2367fd82296c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
4341 2024.12.19 22:24:52.105030 [ 277 ] {f715f49f-648e-4aa6-9ad9-2367fd82296c} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4342 2024.12.19 22:24:52.105069 [ 277 ] {f715f49f-648e-4aa6-9ad9-2367fd82296c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
4343 2024.12.19 22:24:52.105711 [ 277 ] {f715f49f-648e-4aa6-9ad9-2367fd82296c} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
4344 2024.12.19 22:24:52.105968 [ 277 ] {f715f49f-648e-4aa6-9ad9-2367fd82296c} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4345 2024.12.19 22:24:52.106169 [ 277 ] {f715f49f-648e-4aa6-9ad9-2367fd82296c} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002463 sec., 10962.241169305726 rows/sec., 19.64 MiB/sec.
4346 2024.12.19 22:24:52.106259 [ 277 ] {f715f49f-648e-4aa6-9ad9-2367fd82296c} <Debug> TCPHandler: Processed in 0.002728599 sec.
4347 2024.12.19 22:24:52.106426 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4348 2024.12.19 22:24:52.106550 [ 278 ] {4d1ffd89-ee17-42a1-8229-93adeed08199} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4349 2024.12.19 22:24:52.106602 [ 278 ] {4d1ffd89-ee17-42a1-8229-93adeed08199} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4350 2024.12.19 22:24:52.107103 [ 278 ] {4d1ffd89-ee17-42a1-8229-93adeed08199} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4351 2024.12.19 22:24:52.107144 [ 278 ] {4d1ffd89-ee17-42a1-8229-93adeed08199} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
4352 2024.12.19 22:24:52.107521 [ 278 ] {4d1ffd89-ee17-42a1-8229-93adeed08199} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
4353 2024.12.19 22:24:52.107786 [ 278 ] {4d1ffd89-ee17-42a1-8229-93adeed08199} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4354 2024.12.19 22:24:52.108008 [ 278 ] {4d1ffd89-ee17-42a1-8229-93adeed08199} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001483 sec., 40458.53000674309 rows/sec., 2.73 MiB/sec.
4355 2024.12.19 22:24:52.108062 [ 278 ] {4d1ffd89-ee17-42a1-8229-93adeed08199} <Debug> TCPHandler: Processed in 0.001694077 sec.
4356 2024.12.19 22:24:55.526864 [ 96 ] {} <Debug> DNSResolver: Updating DNS cache
4357 2024.12.19 22:24:55.526928 [ 96 ] {} <Debug> DNSResolver: Updated DNS cache
4358 2024.12.19 22:24:55.632469 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 9211
4359 2024.12.19 22:24:55.633205 [ 244 ] {} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4360 2024.12.19 22:24:55.633260 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
4361 2024.12.19 22:24:55.633784 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
4362 2024.12.19 22:24:55.634041 [ 244 ] {} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4363 2024.12.19 22:24:55.634354 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9211
4364 2024.12.19 22:24:55.656646 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 632
4365 2024.12.19 22:24:55.659510 [ 242 ] {} <Trace> system.query_log (70720294-7ac9-485f-8b0b-2131ff2acf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4366 2024.12.19 22:24:55.659557 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
4367 2024.12.19 22:24:55.661045 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
4368 2024.12.19 22:24:55.661354 [ 242 ] {} <Trace> system.query_log (70720294-7ac9-485f-8b0b-2131ff2acf2b): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4369 2024.12.19 22:24:55.661904 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 632
4370 2024.12.19 22:24:56.226271 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151
4371 2024.12.19 22:24:56.247041 [ 243 ] {} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4372 2024.12.19 22:24:56.247100 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
4373 2024.12.19 22:24:56.254851 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
4374 2024.12.19 22:24:56.255615 [ 243 ] {} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4375 2024.12.19 22:24:56.258405 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 151
4376 2024.12.19 22:24:57.094274 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4377 2024.12.19 22:24:57.094463 [ 277 ] {3a061cf9-3e2f-4591-af38-115b95a271eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
4378 2024.12.19 22:24:57.094535 [ 277 ] {3a061cf9-3e2f-4591-af38-115b95a271eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
4379 2024.12.19 22:24:57.095290 [ 277 ] {3a061cf9-3e2f-4591-af38-115b95a271eb} <Trace> oximeter.fields_i16 (8b34b429-6d62-480d-bd41-33dce3ff3ffb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4380 2024.12.19 22:24:57.095343 [ 277 ] {3a061cf9-3e2f-4591-af38-115b95a271eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
4381 2024.12.19 22:24:57.095808 [ 277 ] {3a061cf9-3e2f-4591-af38-115b95a271eb} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
4382 2024.12.19 22:24:57.096060 [ 277 ] {3a061cf9-3e2f-4591-af38-115b95a271eb} <Trace> oximeter.fields_i16 (8b34b429-6d62-480d-bd41-33dce3ff3ffb): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4383 2024.12.19 22:24:57.096251 [ 91 ] {} <Debug> oximeter.fields_i16 (8b34b429-6d62-480d-bd41-33dce3ff3ffb) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0
4384 2024.12.19 22:24:57.096338 [ 277 ] {3a061cf9-3e2f-4591-af38-115b95a271eb} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001915 sec., 7310.704960835509 rows/sec., 526.27 KiB/sec.
4385 2024.12.19 22:24:57.096385 [ 91 ] {} <Trace> oximeter.fields_i16 (8b34b429-6d62-480d-bd41-33dce3ff3ffb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4386 2024.12.19 22:24:57.096461 [ 277 ] {3a061cf9-3e2f-4591-af38-115b95a271eb} <Debug> TCPHandler: Processed in 0.00232119 sec.
4387 2024.12.19 22:24:57.096470 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
4388 2024.12.19 22:24:57.096785 [ 191 ] {8b34b429-6d62-480d-bd41-33dce3ff3ffb::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
4389 2024.12.19 22:24:57.096827 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4390 2024.12.19 22:24:57.097147 [ 191 ] {8b34b429-6d62-480d-bd41-33dce3ff3ffb::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4391 2024.12.19 22:24:57.097202 [ 278 ] {01a0f801-fd0d-4f6c-a033-4b07332ac6e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4392 2024.12.19 22:24:57.097226 [ 191 ] {8b34b429-6d62-480d-bd41-33dce3ff3ffb::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 14 rows starting from the beginning of the part
4393 2024.12.19 22:24:57.097348 [ 278 ] {01a0f801-fd0d-4f6c-a033-4b07332ac6e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4394 2024.12.19 22:24:57.097536 [ 191 ] {8b34b429-6d62-480d-bd41-33dce3ff3ffb::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 14 rows starting from the beginning of the part
4395 2024.12.19 22:24:57.097948 [ 191 ] {8b34b429-6d62-480d-bd41-33dce3ff3ffb::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 14 rows starting from the beginning of the part
4396 2024.12.19 22:24:57.098292 [ 191 ] {8b34b429-6d62-480d-bd41-33dce3ff3ffb::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 14 rows starting from the beginning of the part
4397 2024.12.19 22:24:57.098701 [ 191 ] {8b34b429-6d62-480d-bd41-33dce3ff3ffb::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 14 rows starting from the beginning of the part
4398 2024.12.19 22:24:57.100323 [ 278 ] {01a0f801-fd0d-4f6c-a033-4b07332ac6e2} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4399 2024.12.19 22:24:57.100421 [ 278 ] {01a0f801-fd0d-4f6c-a033-4b07332ac6e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
4400 2024.12.19 22:24:57.101187 [ 191 ] {8b34b429-6d62-480d-bd41-33dce3ff3ffb::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004573639 sec., 15305.09950610444 rows/sec., 1.13 MiB/sec.
4401 2024.12.19 22:24:57.101484 [ 191 ] {8b34b429-6d62-480d-bd41-33dce3ff3ffb::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary)
4402 2024.12.19 22:24:57.101625 [ 278 ] {01a0f801-fd0d-4f6c-a033-4b07332ac6e2} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
4403 2024.12.19 22:24:57.101956 [ 191 ] {8b34b429-6d62-480d-bd41-33dce3ff3ffb::all_1_13_3} <Trace> oximeter.fields_i16 (8b34b429-6d62-480d-bd41-33dce3ff3ffb): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4404 2024.12.19 22:24:57.102127 [ 191 ] {8b34b429-6d62-480d-bd41-33dce3ff3ffb::all_1_13_3} <Trace> oximeter.fields_i16 (8b34b429-6d62-480d-bd41-33dce3ff3ffb) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3
4405 2024.12.19 22:24:57.102141 [ 278 ] {01a0f801-fd0d-4f6c-a033-4b07332ac6e2} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4406 2024.12.19 22:24:57.102285 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
4407 2024.12.19 22:24:57.102467 [ 91 ] {} <Debug> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
4408 2024.12.19 22:24:57.102537 [ 91 ] {} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4409 2024.12.19 22:24:57.102578 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
4410 2024.12.19 22:24:57.102594 [ 278 ] {01a0f801-fd0d-4f6c-a033-4b07332ac6e2} <Debug> executeQuery: Read 227 rows, 20.31 KiB in 0.005489 sec., 41355.43814902532 rows/sec., 3.61 MiB/sec.
4411 2024.12.19 22:24:57.102996 [ 188 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::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
4412 2024.12.19 22:24:57.102996 [ 278 ] {01a0f801-fd0d-4f6c-a033-4b07332ac6e2} <Debug> TCPHandler: Processed in 0.006380659 sec.
4413 2024.12.19 22:24:57.103409 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4414 2024.12.19 22:24:57.103429 [ 188 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4415 2024.12.19 22:24:57.103493 [ 188 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1428 rows starting from the beginning of the part
4416 2024.12.19 22:24:57.103719 [ 188 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 110 rows starting from the beginning of the part
4417 2024.12.19 22:24:57.103848 [ 277 ] {f91d1e90-fc0c-42a5-897e-f321b70c4720} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4418 2024.12.19 22:24:57.103959 [ 188 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 1375 rows starting from the beginning of the part
4419 2024.12.19 22:24:57.104024 [ 277 ] {f91d1e90-fc0c-42a5-897e-f321b70c4720} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4420 2024.12.19 22:24:57.104235 [ 188 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 56 rows starting from the beginning of the part
4421 2024.12.19 22:24:57.104505 [ 188 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::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
4422 2024.12.19 22:24:57.104810 [ 188 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 227 rows starting from the beginning of the part
4423 2024.12.19 22:24:57.106585 [ 277 ] {f91d1e90-fc0c-42a5-897e-f321b70c4720} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4424 2024.12.19 22:24:57.106662 [ 277 ] {f91d1e90-fc0c-42a5-897e-f321b70c4720} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
4425 2024.12.19 22:24:57.107599 [ 277 ] {f91d1e90-fc0c-42a5-897e-f321b70c4720} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
4426 2024.12.19 22:24:57.107892 [ 277 ] {f91d1e90-fc0c-42a5-897e-f321b70c4720} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4427 2024.12.19 22:24:57.108306 [ 277 ] {f91d1e90-fc0c-42a5-897e-f321b70c4720} <Debug> executeQuery: Read 19 rows, 1.36 KiB in 0.004711 sec., 4033.1139885374655 rows/sec., 288.35 KiB/sec.
4428 2024.12.19 22:24:57.108605 [ 277 ] {f91d1e90-fc0c-42a5-897e-f321b70c4720} <Debug> TCPHandler: Processed in 0.005437969 sec.
4429 2024.12.19 22:24:57.108636 [ 191 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3306 rows, containing 5 columns (5 merged, 0 gathered) in 0.00597233 sec., 553552.8010006145 rows/sec., 48.32 MiB/sec.
4430 2024.12.19 22:24:57.108782 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4431 2024.12.19 22:24:57.108929 [ 188 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
4432 2024.12.19 22:24:57.109028 [ 278 ] {93713002-ec4e-4191-a645-1ce706bee687} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
4433 2024.12.19 22:24:57.109133 [ 278 ] {93713002-ec4e-4191-a645-1ce706bee687} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
4434 2024.12.19 22:24:57.109472 [ 188 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_31_6} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4435 2024.12.19 22:24:57.109719 [ 188 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_31_6} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
4436 2024.12.19 22:24:57.109881 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB.
4437 2024.12.19 22:24:57.110246 [ 278 ] {93713002-ec4e-4191-a645-1ce706bee687} <Trace> oximeter.fields_u32 (96604386-977a-478c-b894-f09eb465191c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4438 2024.12.19 22:24:57.110291 [ 278 ] {93713002-ec4e-4191-a645-1ce706bee687} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
4439 2024.12.19 22:24:57.110655 [ 278 ] {93713002-ec4e-4191-a645-1ce706bee687} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
4440 2024.12.19 22:24:57.110893 [ 278 ] {93713002-ec4e-4191-a645-1ce706bee687} <Trace> oximeter.fields_u32 (96604386-977a-478c-b894-f09eb465191c): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4441 2024.12.19 22:24:57.111164 [ 278 ] {93713002-ec4e-4191-a645-1ce706bee687} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002227 sec., 6286.484059272564 rows/sec., 440.26 KiB/sec.
4442 2024.12.19 22:24:57.111357 [ 278 ] {93713002-ec4e-4191-a645-1ce706bee687} <Debug> TCPHandler: Processed in 0.002641318 sec.
4443 2024.12.19 22:24:57.111544 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4444 2024.12.19 22:24:57.111688 [ 277 ] {ba34b042-f8b6-497e-9cbf-c77fbc277598} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
4445 2024.12.19 22:24:57.111745 [ 277 ] {ba34b042-f8b6-497e-9cbf-c77fbc277598} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
4446 2024.12.19 22:24:57.112412 [ 277 ] {ba34b042-f8b6-497e-9cbf-c77fbc277598} <Trace> oximeter.fields_u8 (74ab6f56-b776-4e15-89eb-af2ec1acc724): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4447 2024.12.19 22:24:57.112451 [ 277 ] {ba34b042-f8b6-497e-9cbf-c77fbc277598} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
4448 2024.12.19 22:24:57.112804 [ 277 ] {ba34b042-f8b6-497e-9cbf-c77fbc277598} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
4449 2024.12.19 22:24:57.113054 [ 277 ] {ba34b042-f8b6-497e-9cbf-c77fbc277598} <Trace> oximeter.fields_u8 (74ab6f56-b776-4e15-89eb-af2ec1acc724): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4450 2024.12.19 22:24:57.113209 [ 91 ] {} <Debug> oximeter.fields_u8 (74ab6f56-b776-4e15-89eb-af2ec1acc724) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0
4451 2024.12.19 22:24:57.113269 [ 91 ] {} <Trace> oximeter.fields_u8 (74ab6f56-b776-4e15-89eb-af2ec1acc724): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4452 2024.12.19 22:24:57.113301 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
4453 2024.12.19 22:24:57.113307 [ 277 ] {ba34b042-f8b6-497e-9cbf-c77fbc277598} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001643 sec., 7912.355447352405 rows/sec., 493.33 KiB/sec.
4454 2024.12.19 22:24:57.113438 [ 277 ] {ba34b042-f8b6-497e-9cbf-c77fbc277598} <Debug> TCPHandler: Processed in 0.001973613 sec.
4455 2024.12.19 22:24:57.113461 [ 191 ] {74ab6f56-b776-4e15-89eb-af2ec1acc724::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
4456 2024.12.19 22:24:57.113581 [ 191 ] {74ab6f56-b776-4e15-89eb-af2ec1acc724::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4457 2024.12.19 22:24:57.113605 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4458 2024.12.19 22:24:57.113624 [ 191 ] {74ab6f56-b776-4e15-89eb-af2ec1acc724::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 13 rows starting from the beginning of the part
4459 2024.12.19 22:24:57.113910 [ 191 ] {74ab6f56-b776-4e15-89eb-af2ec1acc724::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 13 rows starting from the beginning of the part
4460 2024.12.19 22:24:57.113925 [ 278 ] {8bdc4b6a-fd91-4403-9fb0-6578b67fda1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4461 2024.12.19 22:24:57.114083 [ 278 ] {8bdc4b6a-fd91-4403-9fb0-6578b67fda1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4462 2024.12.19 22:24:57.114229 [ 191 ] {74ab6f56-b776-4e15-89eb-af2ec1acc724::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 13 rows starting from the beginning of the part
4463 2024.12.19 22:24:57.114679 [ 191 ] {74ab6f56-b776-4e15-89eb-af2ec1acc724::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 13 rows starting from the beginning of the part
4464 2024.12.19 22:24:57.115067 [ 191 ] {74ab6f56-b776-4e15-89eb-af2ec1acc724::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 13 rows starting from the beginning of the part
4465 2024.12.19 22:24:57.116869 [ 278 ] {8bdc4b6a-fd91-4403-9fb0-6578b67fda1f} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4466 2024.12.19 22:24:57.116939 [ 278 ] {8bdc4b6a-fd91-4403-9fb0-6578b67fda1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
4467 2024.12.19 22:24:57.117514 [ 191 ] {74ab6f56-b776-4e15-89eb-af2ec1acc724::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.00414203 sec., 15692.788318771232 rows/sec., 1.02 MiB/sec.
4468 2024.12.19 22:24:57.117720 [ 191 ] {74ab6f56-b776-4e15-89eb-af2ec1acc724::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary)
4469 2024.12.19 22:24:57.117937 [ 278 ] {8bdc4b6a-fd91-4403-9fb0-6578b67fda1f} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
4470 2024.12.19 22:24:57.118158 [ 191 ] {74ab6f56-b776-4e15-89eb-af2ec1acc724::all_1_13_3} <Trace> oximeter.fields_u8 (74ab6f56-b776-4e15-89eb-af2ec1acc724): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4471 2024.12.19 22:24:57.118278 [ 191 ] {74ab6f56-b776-4e15-89eb-af2ec1acc724::all_1_13_3} <Trace> oximeter.fields_u8 (74ab6f56-b776-4e15-89eb-af2ec1acc724) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3
4472 2024.12.19 22:24:57.118409 [ 278 ] {8bdc4b6a-fd91-4403-9fb0-6578b67fda1f} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4473 2024.12.19 22:24:57.118435 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
4474 2024.12.19 22:24:57.118639 [ 91 ] {} <Debug> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
4475 2024.12.19 22:24:57.118701 [ 91 ] {} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4476 2024.12.19 22:24:57.118740 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
4477 2024.12.19 22:24:57.118756 [ 278 ] {8bdc4b6a-fd91-4403-9fb0-6578b67fda1f} <Debug> executeQuery: Read 394 rows, 28.64 KiB in 0.004947 sec., 79644.22882555083 rows/sec., 5.65 MiB/sec.
4478 2024.12.19 22:24:57.119125 [ 188 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::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
4479 2024.12.19 22:24:57.119178 [ 278 ] {8bdc4b6a-fd91-4403-9fb0-6578b67fda1f} <Debug> TCPHandler: Processed in 0.005643053 sec.
4480 2024.12.19 22:24:57.119607 [ 188 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4481 2024.12.19 22:24:57.119644 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4482 2024.12.19 22:24:57.119675 [ 188 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 909 rows starting from the beginning of the part
4483 2024.12.19 22:24:57.119885 [ 188 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 91 rows starting from the beginning of the part
4484 2024.12.19 22:24:57.120079 [ 277 ] {2b468a48-6174-4eb5-a081-4b63e00743c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
4485 2024.12.19 22:24:57.120147 [ 188 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 866 rows starting from the beginning of the part
4486 2024.12.19 22:24:57.120334 [ 277 ] {2b468a48-6174-4eb5-a081-4b63e00743c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
4487 2024.12.19 22:24:57.120481 [ 188 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 64 rows starting from the beginning of the part
4488 2024.12.19 22:24:57.120857 [ 188 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::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
4489 2024.12.19 22:24:57.121248 [ 188 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 394 rows starting from the beginning of the part
4490 2024.12.19 22:24:57.122464 [ 277 ] {2b468a48-6174-4eb5-a081-4b63e00743c8} <Trace> oximeter.measurements_bool (164ca455-e956-4308-a817-eda615c184e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4491 2024.12.19 22:24:57.122533 [ 277 ] {2b468a48-6174-4eb5-a081-4b63e00743c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
4492 2024.12.19 22:24:57.123551 [ 277 ] {2b468a48-6174-4eb5-a081-4b63e00743c8} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
4493 2024.12.19 22:24:57.123902 [ 277 ] {2b468a48-6174-4eb5-a081-4b63e00743c8} <Trace> oximeter.measurements_bool (164ca455-e956-4308-a817-eda615c184e9): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4494 2024.12.19 22:24:57.124368 [ 192 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2415 rows, containing 5 columns (5 merged, 0 gathered) in 0.005544411 sec., 435573.7696934805 rows/sec., 33.41 MiB/sec.
4495 2024.12.19 22:24:57.124432 [ 277 ] {2b468a48-6174-4eb5-a081-4b63e00743c8} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004537 sec., 1322.459775181838 rows/sec., 69.09 KiB/sec.
4496 2024.12.19 22:24:57.124546 [ 277 ] {2b468a48-6174-4eb5-a081-4b63e00743c8} <Debug> TCPHandler: Processed in 0.005219844 sec.
4497 2024.12.19 22:24:57.124672 [ 192 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
4498 2024.12.19 22:24:57.124732 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4499 2024.12.19 22:24:57.124917 [ 278 ] {51561938-7376-4919-9e46-c59fc22d883d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4500 2024.12.19 22:24:57.125016 [ 278 ] {51561938-7376-4919-9e46-c59fc22d883d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4501 2024.12.19 22:24:57.125284 [ 192 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_31_6} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4502 2024.12.19 22:24:57.125535 [ 192 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_31_6} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
4503 2024.12.19 22:24:57.125692 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB.
4504 2024.12.19 22:24:57.126047 [ 278 ] {51561938-7376-4919-9e46-c59fc22d883d} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4505 2024.12.19 22:24:57.126091 [ 278 ] {51561938-7376-4919-9e46-c59fc22d883d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
4506 2024.12.19 22:24:57.126495 [ 278 ] {51561938-7376-4919-9e46-c59fc22d883d} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
4507 2024.12.19 22:24:57.126743 [ 278 ] {51561938-7376-4919-9e46-c59fc22d883d} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4508 2024.12.19 22:24:57.126908 [ 91 ] {} <Debug> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
4509 2024.12.19 22:24:57.126968 [ 91 ] {} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4510 2024.12.19 22:24:57.127003 [ 278 ] {51561938-7376-4919-9e46-c59fc22d883d} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002139 sec., 110799.43899018233 rows/sec., 7.43 MiB/sec.
4511 2024.12.19 22:24:57.127012 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
4512 2024.12.19 22:24:57.127185 [ 278 ] {51561938-7376-4919-9e46-c59fc22d883d} <Debug> TCPHandler: Processed in 0.002534185 sec.
4513 2024.12.19 22:24:57.127259 [ 188 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::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
4514 2024.12.19 22:24:57.127430 [ 188 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4515 2024.12.19 22:24:57.127478 [ 188 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_26_5, total 8558 rows starting from the beginning of the part
4516 2024.12.19 22:24:57.127493 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4517 2024.12.19 22:24:57.127668 [ 188 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::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
4518 2024.12.19 22:24:57.127995 [ 188 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 963 rows starting from the beginning of the part
4519 2024.12.19 22:24:57.128178 [ 277 ] {767e0fa8-97c4-4e1c-9b44-0abd6d9f9bff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
4520 2024.12.19 22:24:57.128397 [ 188 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 128 rows starting from the beginning of the part
4521 2024.12.19 22:24:57.128543 [ 277 ] {767e0fa8-97c4-4e1c-9b44-0abd6d9f9bff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
4522 2024.12.19 22:24:57.128717 [ 188 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::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
4523 2024.12.19 22:24:57.129049 [ 188 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 237 rows starting from the beginning of the part
4524 2024.12.19 22:24:57.130291 [ 277 ] {767e0fa8-97c4-4e1c-9b44-0abd6d9f9bff} <Trace> oximeter.measurements_f64 (f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4525 2024.12.19 22:24:57.130345 [ 277 ] {767e0fa8-97c4-4e1c-9b44-0abd6d9f9bff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
4526 2024.12.19 22:24:57.131130 [ 277 ] {767e0fa8-97c4-4e1c-9b44-0abd6d9f9bff} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
4527 2024.12.19 22:24:57.131665 [ 277 ] {767e0fa8-97c4-4e1c-9b44-0abd6d9f9bff} <Trace> oximeter.measurements_f64 (f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4528 2024.12.19 22:24:57.132160 [ 277 ] {767e0fa8-97c4-4e1c-9b44-0abd6d9f9bff} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004302 sec., 232.4500232450023 rows/sec., 15.66 KiB/sec.
4529 2024.12.19 22:24:57.132396 [ 277 ] {767e0fa8-97c4-4e1c-9b44-0abd6d9f9bff} <Debug> TCPHandler: Processed in 0.00504087 sec.
4530 2024.12.19 22:24:57.132729 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4531 2024.12.19 22:24:57.132896 [ 278 ] {4f0a3d12-cbc0-4acf-9a9d-8f603b7f4199} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4532 2024.12.19 22:24:57.132984 [ 278 ] {4f0a3d12-cbc0-4acf-9a9d-8f603b7f4199} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
4533 2024.12.19 22:24:57.134282 [ 190 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10206 rows, containing 5 columns (5 merged, 0 gathered) in 0.007127405 sec., 1431937.7108498816 rows/sec., 96.61 MiB/sec.
4534 2024.12.19 22:24:57.134747 [ 190 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
4535 2024.12.19 22:24:57.135068 [ 278 ] {4f0a3d12-cbc0-4acf-9a9d-8f603b7f4199} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4536 2024.12.19 22:24:57.135125 [ 278 ] {4f0a3d12-cbc0-4acf-9a9d-8f603b7f4199} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
4537 2024.12.19 22:24:57.135547 [ 190 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4538 2024.12.19 22:24:57.135746 [ 190 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
4539 2024.12.19 22:24:57.135908 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.20 MiB.
4540 2024.12.19 22:24:57.136228 [ 278 ] {4f0a3d12-cbc0-4acf-9a9d-8f603b7f4199} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
4541 2024.12.19 22:24:57.136507 [ 278 ] {4f0a3d12-cbc0-4acf-9a9d-8f603b7f4199} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4542 2024.12.19 22:24:57.136719 [ 91 ] {} <Debug> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
4543 2024.12.19 22:24:57.136798 [ 278 ] {4f0a3d12-cbc0-4acf-9a9d-8f603b7f4199} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.003923 sec., 3058.883507519755 rows/sec., 5.48 MiB/sec.
4544 2024.12.19 22:24:57.136818 [ 91 ] {} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4545 2024.12.19 22:24:57.136920 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
4546 2024.12.19 22:24:57.137182 [ 278 ] {4f0a3d12-cbc0-4acf-9a9d-8f603b7f4199} <Debug> TCPHandler: Processed in 0.004533679 sec.
4547 2024.12.19 22:24:57.137219 [ 201 ] {cbc455e9-47de-4677-931e-ce7496b93cef::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
4548 2024.12.19 22:24:57.137400 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4549 2024.12.19 22:24:57.137685 [ 277 ] {f7b9f197-b87c-4af7-ad8e-69a0d81752dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4550 2024.12.19 22:24:57.137714 [ 201 ] {cbc455e9-47de-4677-931e-ce7496b93cef::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4551 2024.12.19 22:24:57.137824 [ 277 ] {f7b9f197-b87c-4af7-ad8e-69a0d81752dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4552 2024.12.19 22:24:57.137857 [ 201 ] {cbc455e9-47de-4677-931e-ce7496b93cef::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 258 rows starting from the beginning of the part
4553 2024.12.19 22:24:57.138779 [ 201 ] {cbc455e9-47de-4677-931e-ce7496b93cef::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
4554 2024.12.19 22:24:57.139349 [ 201 ] {cbc455e9-47de-4677-931e-ce7496b93cef::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
4555 2024.12.19 22:24:57.140163 [ 201 ] {cbc455e9-47de-4677-931e-ce7496b93cef::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
4556 2024.12.19 22:24:57.140221 [ 277 ] {f7b9f197-b87c-4af7-ad8e-69a0d81752dc} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4557 2024.12.19 22:24:57.140308 [ 277 ] {f7b9f197-b87c-4af7-ad8e-69a0d81752dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
4558 2024.12.19 22:24:57.140768 [ 201 ] {cbc455e9-47de-4677-931e-ce7496b93cef::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
4559 2024.12.19 22:24:57.141367 [ 201 ] {cbc455e9-47de-4677-931e-ce7496b93cef::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
4560 2024.12.19 22:24:57.142224 [ 277 ] {f7b9f197-b87c-4af7-ad8e-69a0d81752dc} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
4561 2024.12.19 22:24:57.142814 [ 277 ] {f7b9f197-b87c-4af7-ad8e-69a0d81752dc} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4562 2024.12.19 22:24:57.143177 [ 91 ] {} <Debug> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
4563 2024.12.19 22:24:57.143272 [ 91 ] {} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4564 2024.12.19 22:24:57.143358 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
4565 2024.12.19 22:24:57.143586 [ 277 ] {f7b9f197-b87c-4af7-ad8e-69a0d81752dc} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005977 sec., 13719.257152417602 rows/sec., 892.25 KiB/sec.
4566 2024.12.19 22:24:57.143745 [ 190 ] {a2784562-0832-4e33-8769-44c7df75eec1::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
4567 2024.12.19 22:24:57.143825 [ 277 ] {f7b9f197-b87c-4af7-ad8e-69a0d81752dc} <Debug> TCPHandler: Processed in 0.006524291 sec.
4568 2024.12.19 22:24:57.144217 [ 190 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4569 2024.12.19 22:24:57.144313 [ 190 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1610 rows starting from the beginning of the part
4570 2024.12.19 22:24:57.144617 [ 190 ] {a2784562-0832-4e33-8769-44c7df75eec1::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
4571 2024.12.19 22:24:57.144926 [ 190 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 34 rows starting from the beginning of the part
4572 2024.12.19 22:24:57.145264 [ 190 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 48 rows starting from the beginning of the part
4573 2024.12.19 22:24:57.145604 [ 190 ] {a2784562-0832-4e33-8769-44c7df75eec1::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
4574 2024.12.19 22:24:57.145927 [ 190 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 82 rows starting from the beginning of the part
4575 2024.12.19 22:24:57.149384 [ 188 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1894 rows, containing 4 columns (4 merged, 0 gathered) in 0.005864428 sec., 322964.1492742344 rows/sec., 21.06 MiB/sec.
4576 2024.12.19 22:24:57.149734 [ 199 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
4577 2024.12.19 22:24:57.150070 [ 199 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_31_6} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4578 2024.12.19 22:24:57.150152 [ 199 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_31_6} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
4579 2024.12.19 22:24:57.150402 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB.
4580 2024.12.19 22:24:57.150677 [ 198 ] {cbc455e9-47de-4677-931e-ce7496b93cef::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 348 rows, containing 19 columns (19 merged, 0 gathered) in 0.013568436 sec., 25647.76072938694 rows/sec., 45.96 MiB/sec.
4581 2024.12.19 22:24:57.151279 [ 198 ] {cbc455e9-47de-4677-931e-ce7496b93cef::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
4582 2024.12.19 22:24:57.151668 [ 198 ] {cbc455e9-47de-4677-931e-ce7496b93cef::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4583 2024.12.19 22:24:57.151743 [ 198 ] {cbc455e9-47de-4677-931e-ce7496b93cef::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
4584 2024.12.19 22:24:57.151844 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.99 MiB.
4585 2024.12.19 22:25:02.091106 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4586 2024.12.19 22:25:02.091422 [ 277 ] {db8e6b00-0b79-4d0f-a9aa-b0d2991b3791} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4587 2024.12.19 22:25:02.091495 [ 277 ] {db8e6b00-0b79-4d0f-a9aa-b0d2991b3791} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4588 2024.12.19 22:25:02.092302 [ 277 ] {db8e6b00-0b79-4d0f-a9aa-b0d2991b3791} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4589 2024.12.19 22:25:02.092344 [ 277 ] {db8e6b00-0b79-4d0f-a9aa-b0d2991b3791} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
4590 2024.12.19 22:25:02.092788 [ 277 ] {db8e6b00-0b79-4d0f-a9aa-b0d2991b3791} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
4591 2024.12.19 22:25:02.093040 [ 277 ] {db8e6b00-0b79-4d0f-a9aa-b0d2991b3791} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4592 2024.12.19 22:25:02.093246 [ 277 ] {db8e6b00-0b79-4d0f-a9aa-b0d2991b3791} <Debug> executeQuery: Read 110 rows, 9.44 KiB in 0.001913 sec., 57501.30684788291 rows/sec., 4.82 MiB/sec.
4593 2024.12.19 22:25:02.093305 [ 277 ] {db8e6b00-0b79-4d0f-a9aa-b0d2991b3791} <Debug> TCPHandler: Processed in 0.002347582 sec.
4594 2024.12.19 22:25:02.093565 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4595 2024.12.19 22:25:02.093766 [ 278 ] {4bc6b6ff-1727-45d9-9ded-e9f90fd8e144} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4596 2024.12.19 22:25:02.093842 [ 278 ] {4bc6b6ff-1727-45d9-9ded-e9f90fd8e144} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4597 2024.12.19 22:25:02.094605 [ 278 ] {4bc6b6ff-1727-45d9-9ded-e9f90fd8e144} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4598 2024.12.19 22:25:02.094660 [ 278 ] {4bc6b6ff-1727-45d9-9ded-e9f90fd8e144} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
4599 2024.12.19 22:25:02.095098 [ 278 ] {4bc6b6ff-1727-45d9-9ded-e9f90fd8e144} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
4600 2024.12.19 22:25:02.095355 [ 278 ] {4bc6b6ff-1727-45d9-9ded-e9f90fd8e144} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4601 2024.12.19 22:25:02.095644 [ 278 ] {4bc6b6ff-1727-45d9-9ded-e9f90fd8e144} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.001926 sec., 14018.691588785046 rows/sec., 1.03 MiB/sec.
4602 2024.12.19 22:25:02.095775 [ 278 ] {4bc6b6ff-1727-45d9-9ded-e9f90fd8e144} <Debug> TCPHandler: Processed in 0.002344731 sec.
4603 2024.12.19 22:25:02.096057 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4604 2024.12.19 22:25:02.096195 [ 277 ] {864167de-5814-4aa4-8ed9-5db522057d75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4605 2024.12.19 22:25:02.096254 [ 277 ] {864167de-5814-4aa4-8ed9-5db522057d75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4606 2024.12.19 22:25:02.096899 [ 277 ] {864167de-5814-4aa4-8ed9-5db522057d75} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4607 2024.12.19 22:25:02.096937 [ 277 ] {864167de-5814-4aa4-8ed9-5db522057d75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
4608 2024.12.19 22:25:02.097306 [ 277 ] {864167de-5814-4aa4-8ed9-5db522057d75} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
4609 2024.12.19 22:25:02.097556 [ 277 ] {864167de-5814-4aa4-8ed9-5db522057d75} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4610 2024.12.19 22:25:02.097741 [ 277 ] {864167de-5814-4aa4-8ed9-5db522057d75} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001577 sec., 57704.50221940393 rows/sec., 4.51 MiB/sec.
4611 2024.12.19 22:25:02.097793 [ 277 ] {864167de-5814-4aa4-8ed9-5db522057d75} <Debug> TCPHandler: Processed in 0.001905491 sec.
4612 2024.12.19 22:25:02.097946 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4613 2024.12.19 22:25:02.098065 [ 278 ] {a72d3534-e0d6-4733-bf26-e9572acd33eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4614 2024.12.19 22:25:02.098119 [ 278 ] {a72d3534-e0d6-4733-bf26-e9572acd33eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4615 2024.12.19 22:25:02.098739 [ 278 ] {a72d3534-e0d6-4733-bf26-e9572acd33eb} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4616 2024.12.19 22:25:02.098780 [ 278 ] {a72d3534-e0d6-4733-bf26-e9572acd33eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
4617 2024.12.19 22:25:02.099185 [ 278 ] {a72d3534-e0d6-4733-bf26-e9572acd33eb} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
4618 2024.12.19 22:25:02.099442 [ 278 ] {a72d3534-e0d6-4733-bf26-e9572acd33eb} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4619 2024.12.19 22:25:02.099665 [ 278 ] {a72d3534-e0d6-4733-bf26-e9572acd33eb} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001626 sec., 98400.98400984009 rows/sec., 6.85 MiB/sec.
4620 2024.12.19 22:25:02.099718 [ 278 ] {a72d3534-e0d6-4733-bf26-e9572acd33eb} <Debug> TCPHandler: Processed in 0.0018291 sec.
4621 2024.12.19 22:25:02.099870 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4622 2024.12.19 22:25:02.100009 [ 277 ] {a3c84337-4c60-43bd-b877-7d0389daecbb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4623 2024.12.19 22:25:02.100105 [ 277 ] {a3c84337-4c60-43bd-b877-7d0389daecbb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
4624 2024.12.19 22:25:02.101325 [ 277 ] {a3c84337-4c60-43bd-b877-7d0389daecbb} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4625 2024.12.19 22:25:02.101362 [ 277 ] {a3c84337-4c60-43bd-b877-7d0389daecbb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
4626 2024.12.19 22:25:02.102002 [ 277 ] {a3c84337-4c60-43bd-b877-7d0389daecbb} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
4627 2024.12.19 22:25:02.102256 [ 277 ] {a3c84337-4c60-43bd-b877-7d0389daecbb} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4628 2024.12.19 22:25:02.102524 [ 277 ] {a3c84337-4c60-43bd-b877-7d0389daecbb} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002537 sec., 10642.49113125739 rows/sec., 19.07 MiB/sec.
4629 2024.12.19 22:25:02.102873 [ 277 ] {a3c84337-4c60-43bd-b877-7d0389daecbb} <Debug> TCPHandler: Processed in 0.003068077 sec.
4630 2024.12.19 22:25:02.103018 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4631 2024.12.19 22:25:02.103136 [ 278 ] {d273ee87-ea5e-44fe-b7b0-2a3a8876b52c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4632 2024.12.19 22:25:02.103187 [ 278 ] {d273ee87-ea5e-44fe-b7b0-2a3a8876b52c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4633 2024.12.19 22:25:02.103691 [ 278 ] {d273ee87-ea5e-44fe-b7b0-2a3a8876b52c} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4634 2024.12.19 22:25:02.103732 [ 278 ] {d273ee87-ea5e-44fe-b7b0-2a3a8876b52c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
4635 2024.12.19 22:25:02.104104 [ 278 ] {d273ee87-ea5e-44fe-b7b0-2a3a8876b52c} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
4636 2024.12.19 22:25:02.104342 [ 278 ] {d273ee87-ea5e-44fe-b7b0-2a3a8876b52c} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4637 2024.12.19 22:25:02.104597 [ 278 ] {d273ee87-ea5e-44fe-b7b0-2a3a8876b52c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001484 sec., 40431.266846361184 rows/sec., 2.72 MiB/sec.
4638 2024.12.19 22:25:02.104807 [ 278 ] {d273ee87-ea5e-44fe-b7b0-2a3a8876b52c} <Debug> TCPHandler: Processed in 0.0018421 sec.
4639 2024.12.19 22:25:03.134498 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 9699
4640 2024.12.19 22:25:03.135550 [ 244 ] {} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4641 2024.12.19 22:25:03.135593 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
4642 2024.12.19 22:25:03.136108 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
4643 2024.12.19 22:25:03.136351 [ 244 ] {} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4644 2024.12.19 22:25:03.136551 [ 82 ] {} <Debug> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
4645 2024.12.19 22:25:03.136599 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9699
4646 2024.12.19 22:25:03.136650 [ 82 ] {} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4647 2024.12.19 22:25:03.136681 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
4648 2024.12.19 22:25:03.136812 [ 198 ] {b24e19f3-0afd-43dd-aba1-eb03aae2e534::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
4649 2024.12.19 22:25:03.136971 [ 198 ] {b24e19f3-0afd-43dd-aba1-eb03aae2e534::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4650 2024.12.19 22:25:03.137020 [ 198 ] {b24e19f3-0afd-43dd-aba1-eb03aae2e534::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
4651 2024.12.19 22:25:03.137108 [ 198 ] {b24e19f3-0afd-43dd-aba1-eb03aae2e534::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 488 rows starting from the beginning of the part
4652 2024.12.19 22:25:03.137318 [ 198 ] {b24e19f3-0afd-43dd-aba1-eb03aae2e534::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 427 rows starting from the beginning of the part
4653 2024.12.19 22:25:03.137550 [ 198 ] {b24e19f3-0afd-43dd-aba1-eb03aae2e534::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 488 rows starting from the beginning of the part
4654 2024.12.19 22:25:03.137724 [ 198 ] {b24e19f3-0afd-43dd-aba1-eb03aae2e534::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 427 rows starting from the beginning of the part
4655 2024.12.19 22:25:03.137904 [ 198 ] {b24e19f3-0afd-43dd-aba1-eb03aae2e534::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 488 rows starting from the beginning of the part
4656 2024.12.19 22:25:03.139939 [ 199 ] {b24e19f3-0afd-43dd-aba1-eb03aae2e534::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9699 rows, containing 4 columns (4 merged, 0 gathered) in 0.00318561 sec., 3044628.8152033673 rows/sec., 43.55 MiB/sec.
4657 2024.12.19 22:25:03.140223 [ 194 ] {b24e19f3-0afd-43dd-aba1-eb03aae2e534::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
4658 2024.12.19 22:25:03.140561 [ 194 ] {b24e19f3-0afd-43dd-aba1-eb03aae2e534::all_1_21_4} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4659 2024.12.19 22:25:03.140646 [ 194 ] {b24e19f3-0afd-43dd-aba1-eb03aae2e534::all_1_21_4} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
4660 2024.12.19 22:25:03.140732 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.43 MiB.
4661 2024.12.19 22:25:03.758470 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159
4662 2024.12.19 22:25:03.780314 [ 243 ] {} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4663 2024.12.19 22:25:03.780368 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
4664 2024.12.19 22:25:03.787959 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
4665 2024.12.19 22:25:03.788736 [ 243 ] {} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4666 2024.12.19 22:25:03.789047 [ 80 ] {} <Debug> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
4667 2024.12.19 22:25:03.789125 [ 80 ] {} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4668 2024.12.19 22:25:03.789175 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
4669 2024.12.19 22:25:03.789636 [ 198 ] {616d7a77-365c-46c3-a06a-0a94885b3600::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
4670 2024.12.19 22:25:03.804075 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 159
4671 2024.12.19 22:25:03.805880 [ 198 ] {616d7a77-365c-46c3-a06a-0a94885b3600::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4672 2024.12.19 22:25:03.807208 [ 198 ] {616d7a77-365c-46c3-a06a-0a94885b3600::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
4673 2024.12.19 22:25:03.812899 [ 198 ] {616d7a77-365c-46c3-a06a-0a94885b3600::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
4674 2024.12.19 22:25:03.818882 [ 198 ] {616d7a77-365c-46c3-a06a-0a94885b3600::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
4675 2024.12.19 22:25:03.824464 [ 198 ] {616d7a77-365c-46c3-a06a-0a94885b3600::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
4676 2024.12.19 22:25:03.830456 [ 198 ] {616d7a77-365c-46c3-a06a-0a94885b3600::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
4677 2024.12.19 22:25:03.835127 [ 198 ] {616d7a77-365c-46c3-a06a-0a94885b3600::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
4678 2024.12.19 22:25:03.893818 [ 199 ] {616d7a77-365c-46c3-a06a-0a94885b3600::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.104514266 sec., 1521.3234143557015 rows/sec., 7.87 MiB/sec.
4679 2024.12.19 22:25:03.896318 [ 199 ] {616d7a77-365c-46c3-a06a-0a94885b3600::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
4680 2024.12.19 22:25:03.899304 [ 199 ] {616d7a77-365c-46c3-a06a-0a94885b3600::all_1_21_4} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4681 2024.12.19 22:25:03.899401 [ 199 ] {616d7a77-365c-46c3-a06a-0a94885b3600::all_1_21_4} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
4682 2024.12.19 22:25:03.901798 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB.
4683 2024.12.19 22:25:04.000169 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 187.77 MiB, peak 198.32 MiB, free memory in arenas 0.00 B, will set to 190.02 MiB (RSS), difference: 2.25 MiB
4684 2024.12.19 22:25:05.662067 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 666
4685 2024.12.19 22:25:05.665240 [ 242 ] {} <Trace> system.query_log (70720294-7ac9-485f-8b0b-2131ff2acf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4686 2024.12.19 22:25:05.665303 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
4687 2024.12.19 22:25:05.666802 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
4688 2024.12.19 22:25:05.667125 [ 242 ] {} <Trace> system.query_log (70720294-7ac9-485f-8b0b-2131ff2acf2b): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4689 2024.12.19 22:25:05.668287 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 666
4690 2024.12.19 22:25:07.095024 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4691 2024.12.19 22:25:07.095325 [ 277 ] {6b8bf3e9-6446-4eff-b40e-6fc6392d6a04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
4692 2024.12.19 22:25:07.095445 [ 277 ] {6b8bf3e9-6446-4eff-b40e-6fc6392d6a04} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
4693 2024.12.19 22:25:07.096282 [ 277 ] {6b8bf3e9-6446-4eff-b40e-6fc6392d6a04} <Trace> oximeter.fields_i16 (8b34b429-6d62-480d-bd41-33dce3ff3ffb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4694 2024.12.19 22:25:07.096334 [ 277 ] {6b8bf3e9-6446-4eff-b40e-6fc6392d6a04} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
4695 2024.12.19 22:25:07.096773 [ 277 ] {6b8bf3e9-6446-4eff-b40e-6fc6392d6a04} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
4696 2024.12.19 22:25:07.097028 [ 277 ] {6b8bf3e9-6446-4eff-b40e-6fc6392d6a04} <Trace> oximeter.fields_i16 (8b34b429-6d62-480d-bd41-33dce3ff3ffb): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4697 2024.12.19 22:25:07.097307 [ 277 ] {6b8bf3e9-6446-4eff-b40e-6fc6392d6a04} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002059 sec., 6799.417192812044 rows/sec., 489.47 KiB/sec.
4698 2024.12.19 22:25:07.097461 [ 277 ] {6b8bf3e9-6446-4eff-b40e-6fc6392d6a04} <Debug> TCPHandler: Processed in 0.002620177 sec.
4699 2024.12.19 22:25:07.097735 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4700 2024.12.19 22:25:07.097923 [ 278 ] {92e493ad-2b27-4aea-9258-eaa3f6329716} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4701 2024.12.19 22:25:07.097994 [ 278 ] {92e493ad-2b27-4aea-9258-eaa3f6329716} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4702 2024.12.19 22:25:07.098830 [ 278 ] {92e493ad-2b27-4aea-9258-eaa3f6329716} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4703 2024.12.19 22:25:07.098873 [ 278 ] {92e493ad-2b27-4aea-9258-eaa3f6329716} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
4704 2024.12.19 22:25:07.099330 [ 278 ] {92e493ad-2b27-4aea-9258-eaa3f6329716} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
4705 2024.12.19 22:25:07.099597 [ 278 ] {92e493ad-2b27-4aea-9258-eaa3f6329716} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4706 2024.12.19 22:25:07.099810 [ 278 ] {92e493ad-2b27-4aea-9258-eaa3f6329716} <Debug> executeQuery: Read 227 rows, 20.31 KiB in 0.001941 sec., 116950.02575991757 rows/sec., 10.22 MiB/sec.
4707 2024.12.19 22:25:07.099873 [ 278 ] {92e493ad-2b27-4aea-9258-eaa3f6329716} <Debug> TCPHandler: Processed in 0.002264549 sec.
4708 2024.12.19 22:25:07.100086 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4709 2024.12.19 22:25:07.100312 [ 277 ] {d48e1534-d5b1-4590-815f-9d39e91928b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4710 2024.12.19 22:25:07.100407 [ 277 ] {d48e1534-d5b1-4590-815f-9d39e91928b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4711 2024.12.19 22:25:07.101102 [ 277 ] {d48e1534-d5b1-4590-815f-9d39e91928b9} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4712 2024.12.19 22:25:07.101142 [ 277 ] {d48e1534-d5b1-4590-815f-9d39e91928b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
4713 2024.12.19 22:25:07.101514 [ 277 ] {d48e1534-d5b1-4590-815f-9d39e91928b9} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
4714 2024.12.19 22:25:07.101768 [ 277 ] {d48e1534-d5b1-4590-815f-9d39e91928b9} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4715 2024.12.19 22:25:07.101986 [ 277 ] {d48e1534-d5b1-4590-815f-9d39e91928b9} <Debug> executeQuery: Read 19 rows, 1.36 KiB in 0.00173 sec., 10982.658959537572 rows/sec., 785.20 KiB/sec.
4716 2024.12.19 22:25:07.102041 [ 277 ] {d48e1534-d5b1-4590-815f-9d39e91928b9} <Debug> TCPHandler: Processed in 0.002065835 sec.
4717 2024.12.19 22:25:07.102190 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4718 2024.12.19 22:25:07.102315 [ 278 ] {9ac77266-77a7-41a6-979b-e90a0a44cf28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
4719 2024.12.19 22:25:07.102369 [ 278 ] {9ac77266-77a7-41a6-979b-e90a0a44cf28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
4720 2024.12.19 22:25:07.102967 [ 278 ] {9ac77266-77a7-41a6-979b-e90a0a44cf28} <Trace> oximeter.fields_u32 (96604386-977a-478c-b894-f09eb465191c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4721 2024.12.19 22:25:07.103007 [ 278 ] {9ac77266-77a7-41a6-979b-e90a0a44cf28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
4722 2024.12.19 22:25:07.103366 [ 278 ] {9ac77266-77a7-41a6-979b-e90a0a44cf28} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
4723 2024.12.19 22:25:07.103628 [ 278 ] {9ac77266-77a7-41a6-979b-e90a0a44cf28} <Trace> oximeter.fields_u32 (96604386-977a-478c-b894-f09eb465191c): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4724 2024.12.19 22:25:07.103857 [ 278 ] {9ac77266-77a7-41a6-979b-e90a0a44cf28} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001566 sec., 8939.974457215838 rows/sec., 626.10 KiB/sec.
4725 2024.12.19 22:25:07.104076 [ 278 ] {9ac77266-77a7-41a6-979b-e90a0a44cf28} <Debug> TCPHandler: Processed in 0.001937812 sec.
4726 2024.12.19 22:25:07.104252 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4727 2024.12.19 22:25:07.104391 [ 277 ] {7fc45d47-11b8-4c2f-a75f-4d3eafa74dd9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
4728 2024.12.19 22:25:07.104449 [ 277 ] {7fc45d47-11b8-4c2f-a75f-4d3eafa74dd9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
4729 2024.12.19 22:25:07.105058 [ 277 ] {7fc45d47-11b8-4c2f-a75f-4d3eafa74dd9} <Trace> oximeter.fields_u8 (74ab6f56-b776-4e15-89eb-af2ec1acc724): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4730 2024.12.19 22:25:07.105097 [ 277 ] {7fc45d47-11b8-4c2f-a75f-4d3eafa74dd9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
4731 2024.12.19 22:25:07.105454 [ 277 ] {7fc45d47-11b8-4c2f-a75f-4d3eafa74dd9} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
4732 2024.12.19 22:25:07.105693 [ 277 ] {7fc45d47-11b8-4c2f-a75f-4d3eafa74dd9} <Trace> oximeter.fields_u8 (74ab6f56-b776-4e15-89eb-af2ec1acc724): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4733 2024.12.19 22:25:07.105909 [ 277 ] {7fc45d47-11b8-4c2f-a75f-4d3eafa74dd9} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001548 sec., 8397.932816537468 rows/sec., 523.61 KiB/sec.
4734 2024.12.19 22:25:07.105963 [ 277 ] {7fc45d47-11b8-4c2f-a75f-4d3eafa74dd9} <Debug> TCPHandler: Processed in 0.001793279 sec.
4735 2024.12.19 22:25:07.106109 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4736 2024.12.19 22:25:07.106227 [ 278 ] {d9629204-719b-4379-9aa9-54b5d934a206} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4737 2024.12.19 22:25:07.106278 [ 278 ] {d9629204-719b-4379-9aa9-54b5d934a206} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4738 2024.12.19 22:25:07.107008 [ 278 ] {d9629204-719b-4379-9aa9-54b5d934a206} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4739 2024.12.19 22:25:07.107047 [ 278 ] {d9629204-719b-4379-9aa9-54b5d934a206} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
4740 2024.12.19 22:25:07.107425 [ 278 ] {d9629204-719b-4379-9aa9-54b5d934a206} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
4741 2024.12.19 22:25:07.107680 [ 278 ] {d9629204-719b-4379-9aa9-54b5d934a206} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4742 2024.12.19 22:25:07.107908 [ 278 ] {d9629204-719b-4379-9aa9-54b5d934a206} <Debug> executeQuery: Read 394 rows, 28.64 KiB in 0.001698 sec., 232037.69140164898 rows/sec., 16.47 MiB/sec.
4743 2024.12.19 22:25:07.108094 [ 278 ] {d9629204-719b-4379-9aa9-54b5d934a206} <Debug> TCPHandler: Processed in 0.002037025 sec.
4744 2024.12.19 22:25:07.108338 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4745 2024.12.19 22:25:07.108478 [ 277 ] {132f0877-aa4f-4b1c-8869-84318474a4e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
4746 2024.12.19 22:25:07.108539 [ 277 ] {132f0877-aa4f-4b1c-8869-84318474a4e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
4747 2024.12.19 22:25:07.109045 [ 277 ] {132f0877-aa4f-4b1c-8869-84318474a4e2} <Trace> oximeter.measurements_bool (164ca455-e956-4308-a817-eda615c184e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4748 2024.12.19 22:25:07.109084 [ 277 ] {132f0877-aa4f-4b1c-8869-84318474a4e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
4749 2024.12.19 22:25:07.109459 [ 277 ] {132f0877-aa4f-4b1c-8869-84318474a4e2} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
4750 2024.12.19 22:25:07.109707 [ 277 ] {132f0877-aa4f-4b1c-8869-84318474a4e2} <Trace> oximeter.measurements_bool (164ca455-e956-4308-a817-eda615c184e9): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4751 2024.12.19 22:25:07.109987 [ 277 ] {132f0877-aa4f-4b1c-8869-84318474a4e2} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00152 sec., 3947.368421052631 rows/sec., 206.23 KiB/sec.
4752 2024.12.19 22:25:07.110140 [ 277 ] {132f0877-aa4f-4b1c-8869-84318474a4e2} <Debug> TCPHandler: Processed in 0.001923162 sec.
4753 2024.12.19 22:25:07.110276 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4754 2024.12.19 22:25:07.110395 [ 278 ] {7ec855f0-b43c-4395-8e52-4381ca0cd591} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4755 2024.12.19 22:25:07.110450 [ 278 ] {7ec855f0-b43c-4395-8e52-4381ca0cd591} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4756 2024.12.19 22:25:07.111039 [ 278 ] {7ec855f0-b43c-4395-8e52-4381ca0cd591} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4757 2024.12.19 22:25:07.111078 [ 278 ] {7ec855f0-b43c-4395-8e52-4381ca0cd591} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
4758 2024.12.19 22:25:07.111478 [ 278 ] {7ec855f0-b43c-4395-8e52-4381ca0cd591} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
4759 2024.12.19 22:25:07.111728 [ 278 ] {7ec855f0-b43c-4395-8e52-4381ca0cd591} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4760 2024.12.19 22:25:07.111955 [ 278 ] {7ec855f0-b43c-4395-8e52-4381ca0cd591} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001582 sec., 149810.36662452592 rows/sec., 10.04 MiB/sec.
4761 2024.12.19 22:25:07.112175 [ 278 ] {7ec855f0-b43c-4395-8e52-4381ca0cd591} <Debug> TCPHandler: Processed in 0.001950593 sec.
4762 2024.12.19 22:25:07.112412 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4763 2024.12.19 22:25:07.112528 [ 277 ] {fdb55989-a4aa-4c9e-b077-401c486c48e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
4764 2024.12.19 22:25:07.112584 [ 277 ] {fdb55989-a4aa-4c9e-b077-401c486c48e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
4765 2024.12.19 22:25:07.113146 [ 277 ] {fdb55989-a4aa-4c9e-b077-401c486c48e4} <Trace> oximeter.measurements_f64 (f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4766 2024.12.19 22:25:07.113193 [ 277 ] {fdb55989-a4aa-4c9e-b077-401c486c48e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
4767 2024.12.19 22:25:07.113609 [ 277 ] {fdb55989-a4aa-4c9e-b077-401c486c48e4} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
4768 2024.12.19 22:25:07.113846 [ 277 ] {fdb55989-a4aa-4c9e-b077-401c486c48e4} <Trace> oximeter.measurements_f64 (f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4769 2024.12.19 22:25:07.114003 [ 74 ] {} <Debug> oximeter.measurements_f64 (f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd) (MergerMutator): Selected 6 parts from all_1_9_2 to all_14_14_0
4770 2024.12.19 22:25:07.114084 [ 74 ] {} <Trace> oximeter.measurements_f64 (f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4771 2024.12.19 22:25:07.114107 [ 277 ] {fdb55989-a4aa-4c9e-b077-401c486c48e4} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001596 sec., 626.5664160401003 rows/sec., 42.22 KiB/sec.
4772 2024.12.19 22:25:07.114121 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
4773 2024.12.19 22:25:07.114262 [ 277 ] {fdb55989-a4aa-4c9e-b077-401c486c48e4} <Debug> TCPHandler: Processed in 0.001974833 sec.
4774 2024.12.19 22:25:07.114517 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4775 2024.12.19 22:25:07.114572 [ 193 ] {f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd::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
4776 2024.12.19 22:25:07.114916 [ 278 ] {487d3155-5dd4-4491-95c3-7fac8b413d58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4777 2024.12.19 22:25:07.115102 [ 193 ] {f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd::all_1_14_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4778 2024.12.19 22:25:07.115201 [ 278 ] {487d3155-5dd4-4491-95c3-7fac8b413d58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
4779 2024.12.19 22:25:07.115220 [ 193 ] {f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 9 rows starting from the beginning of the part
4780 2024.12.19 22:25:07.115573 [ 193 ] {f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 1 rows starting from the beginning of the part
4781 2024.12.19 22:25:07.115987 [ 193 ] {f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 1 rows starting from the beginning of the part
4782 2024.12.19 22:25:07.116366 [ 193 ] {f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 1 rows starting from the beginning of the part
4783 2024.12.19 22:25:07.116677 [ 193 ] {f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 1 rows starting from the beginning of the part
4784 2024.12.19 22:25:07.117027 [ 193 ] {f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1 rows starting from the beginning of the part
4785 2024.12.19 22:25:07.120731 [ 199 ] {f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd::all_1_14_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14 rows, containing 4 columns (4 merged, 0 gathered) in 0.006457981 sec., 2167.860202747577 rows/sec., 146.08 KiB/sec.
4786 2024.12.19 22:25:07.120873 [ 278 ] {487d3155-5dd4-4491-95c3-7fac8b413d58} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4787 2024.12.19 22:25:07.120944 [ 278 ] {487d3155-5dd4-4491-95c3-7fac8b413d58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
4788 2024.12.19 22:25:07.120973 [ 199 ] {f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd::all_1_14_3} <Trace> MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary)
4789 2024.12.19 22:25:07.121626 [ 199 ] {f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd::all_1_14_3} <Trace> oximeter.measurements_f64 (f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4790 2024.12.19 22:25:07.121920 [ 199 ] {f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd::all_1_14_3} <Trace> oximeter.measurements_f64 (f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd) (MergerMutator): Merged 6 parts: [all_1_9_2, all_14_14_0] -> all_1_14_3
4791 2024.12.19 22:25:07.122125 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB.
4792 2024.12.19 22:25:07.122427 [ 278 ] {487d3155-5dd4-4491-95c3-7fac8b413d58} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
4793 2024.12.19 22:25:07.122725 [ 278 ] {487d3155-5dd4-4491-95c3-7fac8b413d58} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4794 2024.12.19 22:25:07.123017 [ 278 ] {487d3155-5dd4-4491-95c3-7fac8b413d58} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.008249 sec., 1454.7217844587224 rows/sec., 2.61 MiB/sec.
4795 2024.12.19 22:25:07.123658 [ 278 ] {487d3155-5dd4-4491-95c3-7fac8b413d58} <Debug> TCPHandler: Processed in 0.009266931 sec.
4796 2024.12.19 22:25:07.123887 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4797 2024.12.19 22:25:07.124118 [ 277 ] {98aa8d40-8461-4282-9c82-e2c61de12c40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4798 2024.12.19 22:25:07.124216 [ 277 ] {98aa8d40-8461-4282-9c82-e2c61de12c40} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4799 2024.12.19 22:25:07.124899 [ 277 ] {98aa8d40-8461-4282-9c82-e2c61de12c40} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4800 2024.12.19 22:25:07.124939 [ 277 ] {98aa8d40-8461-4282-9c82-e2c61de12c40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
4801 2024.12.19 22:25:07.125324 [ 277 ] {98aa8d40-8461-4282-9c82-e2c61de12c40} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
4802 2024.12.19 22:25:07.125555 [ 277 ] {98aa8d40-8461-4282-9c82-e2c61de12c40} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4803 2024.12.19 22:25:07.125774 [ 277 ] {98aa8d40-8461-4282-9c82-e2c61de12c40} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001714 sec., 47841.30688448075 rows/sec., 3.04 MiB/sec.
4804 2024.12.19 22:25:07.125824 [ 277 ] {98aa8d40-8461-4282-9c82-e2c61de12c40} <Debug> TCPHandler: Processed in 0.002050175 sec.
4805 2024.12.19 22:25:10.526965 [ 69 ] {} <Debug> DNSResolver: Updating DNS cache
4806 2024.12.19 22:25:10.527032 [ 69 ] {} <Debug> DNSResolver: Updated DNS cache
4807 2024.12.19 22:25:10.637697 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 10126
4808 2024.12.19 22:25:10.638325 [ 244 ] {} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4809 2024.12.19 22:25:10.638375 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
4810 2024.12.19 22:25:10.638927 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
4811 2024.12.19 22:25:10.639211 [ 244 ] {} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4812 2024.12.19 22:25:10.639441 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10126
4813 2024.12.19 22:25:11.305120 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 166
4814 2024.12.19 22:25:11.323956 [ 243 ] {} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4815 2024.12.19 22:25:11.324009 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
4816 2024.12.19 22:25:11.331391 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
4817 2024.12.19 22:25:11.332150 [ 243 ] {} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4818 2024.12.19 22:25:11.335379 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 166
4819 2024.12.19 22:25:12.090107 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4820 2024.12.19 22:25:12.090297 [ 277 ] {954a6a44-74fc-42bb-953c-c233969f092f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4821 2024.12.19 22:25:12.090371 [ 277 ] {954a6a44-74fc-42bb-953c-c233969f092f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4822 2024.12.19 22:25:12.091179 [ 277 ] {954a6a44-74fc-42bb-953c-c233969f092f} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4823 2024.12.19 22:25:12.091226 [ 277 ] {954a6a44-74fc-42bb-953c-c233969f092f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
4824 2024.12.19 22:25:12.091686 [ 277 ] {954a6a44-74fc-42bb-953c-c233969f092f} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
4825 2024.12.19 22:25:12.091944 [ 277 ] {954a6a44-74fc-42bb-953c-c233969f092f} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4826 2024.12.19 22:25:12.092199 [ 277 ] {954a6a44-74fc-42bb-953c-c233969f092f} <Debug> executeQuery: Read 110 rows, 9.44 KiB in 0.001954 sec., 56294.77993858751 rows/sec., 4.72 MiB/sec.
4827 2024.12.19 22:25:12.092259 [ 277 ] {954a6a44-74fc-42bb-953c-c233969f092f} <Debug> TCPHandler: Processed in 0.00227688 sec.
4828 2024.12.19 22:25:12.092520 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4829 2024.12.19 22:25:12.092732 [ 278 ] {7aa87bc0-ade9-4c89-9890-65e265138626} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4830 2024.12.19 22:25:12.092808 [ 278 ] {7aa87bc0-ade9-4c89-9890-65e265138626} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4831 2024.12.19 22:25:12.093566 [ 278 ] {7aa87bc0-ade9-4c89-9890-65e265138626} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4832 2024.12.19 22:25:12.093620 [ 278 ] {7aa87bc0-ade9-4c89-9890-65e265138626} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
4833 2024.12.19 22:25:12.094067 [ 278 ] {7aa87bc0-ade9-4c89-9890-65e265138626} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
4834 2024.12.19 22:25:12.094328 [ 278 ] {7aa87bc0-ade9-4c89-9890-65e265138626} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4835 2024.12.19 22:25:12.094579 [ 278 ] {7aa87bc0-ade9-4c89-9890-65e265138626} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.001902 sec., 14195.58359621451 rows/sec., 1.04 MiB/sec.
4836 2024.12.19 22:25:12.094637 [ 278 ] {7aa87bc0-ade9-4c89-9890-65e265138626} <Debug> TCPHandler: Processed in 0.002254259 sec.
4837 2024.12.19 22:25:12.094859 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4838 2024.12.19 22:25:12.095082 [ 277 ] {dfd2b81b-e8e9-4657-abaf-df339a7bbc6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4839 2024.12.19 22:25:12.095175 [ 277 ] {dfd2b81b-e8e9-4657-abaf-df339a7bbc6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4840 2024.12.19 22:25:12.096071 [ 277 ] {dfd2b81b-e8e9-4657-abaf-df339a7bbc6e} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4841 2024.12.19 22:25:12.096110 [ 277 ] {dfd2b81b-e8e9-4657-abaf-df339a7bbc6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
4842 2024.12.19 22:25:12.096489 [ 277 ] {dfd2b81b-e8e9-4657-abaf-df339a7bbc6e} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
4843 2024.12.19 22:25:12.096730 [ 277 ] {dfd2b81b-e8e9-4657-abaf-df339a7bbc6e} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4844 2024.12.19 22:25:12.096950 [ 277 ] {dfd2b81b-e8e9-4657-abaf-df339a7bbc6e} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001923 sec., 47321.89287571503 rows/sec., 3.70 MiB/sec.
4845 2024.12.19 22:25:12.097005 [ 277 ] {dfd2b81b-e8e9-4657-abaf-df339a7bbc6e} <Debug> TCPHandler: Processed in 0.002258499 sec.
4846 2024.12.19 22:25:12.097141 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4847 2024.12.19 22:25:12.097261 [ 278 ] {4cb84004-7018-4a15-b83f-c30254e31bbc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4848 2024.12.19 22:25:12.097316 [ 278 ] {4cb84004-7018-4a15-b83f-c30254e31bbc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4849 2024.12.19 22:25:12.097942 [ 278 ] {4cb84004-7018-4a15-b83f-c30254e31bbc} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4850 2024.12.19 22:25:12.097982 [ 278 ] {4cb84004-7018-4a15-b83f-c30254e31bbc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
4851 2024.12.19 22:25:12.098387 [ 278 ] {4cb84004-7018-4a15-b83f-c30254e31bbc} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
4852 2024.12.19 22:25:12.098640 [ 278 ] {4cb84004-7018-4a15-b83f-c30254e31bbc} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4853 2024.12.19 22:25:12.098880 [ 278 ] {4cb84004-7018-4a15-b83f-c30254e31bbc} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001646 sec., 97205.34629404618 rows/sec., 6.77 MiB/sec.
4854 2024.12.19 22:25:12.098935 [ 278 ] {4cb84004-7018-4a15-b83f-c30254e31bbc} <Debug> TCPHandler: Processed in 0.0018467 sec.
4855 2024.12.19 22:25:12.099139 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4856 2024.12.19 22:25:12.099363 [ 277 ] {390d3ee3-1483-402a-bbea-1b3e151f3896} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4857 2024.12.19 22:25:12.099509 [ 277 ] {390d3ee3-1483-402a-bbea-1b3e151f3896} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
4858 2024.12.19 22:25:12.100753 [ 277 ] {390d3ee3-1483-402a-bbea-1b3e151f3896} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4859 2024.12.19 22:25:12.100792 [ 277 ] {390d3ee3-1483-402a-bbea-1b3e151f3896} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
4860 2024.12.19 22:25:12.101468 [ 277 ] {390d3ee3-1483-402a-bbea-1b3e151f3896} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
4861 2024.12.19 22:25:12.101734 [ 277 ] {390d3ee3-1483-402a-bbea-1b3e151f3896} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4862 2024.12.19 22:25:12.101983 [ 277 ] {390d3ee3-1483-402a-bbea-1b3e151f3896} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002675 sec., 10093.457943925234 rows/sec., 18.09 MiB/sec.
4863 2024.12.19 22:25:12.102077 [ 277 ] {390d3ee3-1483-402a-bbea-1b3e151f3896} <Debug> TCPHandler: Processed in 0.003049186 sec.
4864 2024.12.19 22:25:12.102229 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4865 2024.12.19 22:25:12.102347 [ 278 ] {7bae87f4-4325-4508-977c-01fe6ef02ab1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4866 2024.12.19 22:25:12.102399 [ 278 ] {7bae87f4-4325-4508-977c-01fe6ef02ab1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4867 2024.12.19 22:25:12.102898 [ 278 ] {7bae87f4-4325-4508-977c-01fe6ef02ab1} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4868 2024.12.19 22:25:12.102937 [ 278 ] {7bae87f4-4325-4508-977c-01fe6ef02ab1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
4869 2024.12.19 22:25:12.103307 [ 278 ] {7bae87f4-4325-4508-977c-01fe6ef02ab1} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
4870 2024.12.19 22:25:12.103548 [ 278 ] {7bae87f4-4325-4508-977c-01fe6ef02ab1} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4871 2024.12.19 22:25:12.103765 [ 278 ] {7bae87f4-4325-4508-977c-01fe6ef02ab1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001444 sec., 41551.246537396124 rows/sec., 2.80 MiB/sec.
4872 2024.12.19 22:25:12.103815 [ 278 ] {7bae87f4-4325-4508-977c-01fe6ef02ab1} <Debug> TCPHandler: Processed in 0.001639556 sec.
4873 2024.12.19 22:25:12.753532 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4874 2024.12.19 22:25:12.753705 [ 277 ] {c69254b6-9b42-446a-9762-a2114e7c19f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
4875 2024.12.19 22:25:12.753773 [ 277 ] {c69254b6-9b42-446a-9762-a2114e7c19f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
4876 2024.12.19 22:25:12.754494 [ 277 ] {c69254b6-9b42-446a-9762-a2114e7c19f8} <Trace> oximeter.fields_i16 (8b34b429-6d62-480d-bd41-33dce3ff3ffb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4877 2024.12.19 22:25:12.754540 [ 277 ] {c69254b6-9b42-446a-9762-a2114e7c19f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
4878 2024.12.19 22:25:12.754965 [ 277 ] {c69254b6-9b42-446a-9762-a2114e7c19f8} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
4879 2024.12.19 22:25:12.755223 [ 277 ] {c69254b6-9b42-446a-9762-a2114e7c19f8} <Trace> oximeter.fields_i16 (8b34b429-6d62-480d-bd41-33dce3ff3ffb): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4880 2024.12.19 22:25:12.755428 [ 277 ] {c69254b6-9b42-446a-9762-a2114e7c19f8} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001769 sec., 7914.075749010741 rows/sec., 569.71 KiB/sec.
4881 2024.12.19 22:25:12.755485 [ 277 ] {c69254b6-9b42-446a-9762-a2114e7c19f8} <Debug> TCPHandler: Processed in 0.002068504 sec.
4882 2024.12.19 22:25:12.755713 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4883 2024.12.19 22:25:12.755893 [ 278 ] {092494e6-9b37-4f4c-8a78-091b36b5e505} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4884 2024.12.19 22:25:12.755969 [ 278 ] {092494e6-9b37-4f4c-8a78-091b36b5e505} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4885 2024.12.19 22:25:12.757680 [ 278 ] {092494e6-9b37-4f4c-8a78-091b36b5e505} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4886 2024.12.19 22:25:12.757733 [ 278 ] {092494e6-9b37-4f4c-8a78-091b36b5e505} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
4887 2024.12.19 22:25:12.758293 [ 278 ] {092494e6-9b37-4f4c-8a78-091b36b5e505} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
4888 2024.12.19 22:25:12.758558 [ 278 ] {092494e6-9b37-4f4c-8a78-091b36b5e505} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4889 2024.12.19 22:25:12.758823 [ 278 ] {092494e6-9b37-4f4c-8a78-091b36b5e505} <Debug> executeQuery: Read 1367 rows, 116.43 KiB in 0.002977 sec., 459187.10110849846 rows/sec., 38.19 MiB/sec.
4890 2024.12.19 22:25:12.758891 [ 278 ] {092494e6-9b37-4f4c-8a78-091b36b5e505} <Debug> TCPHandler: Processed in 0.003300743 sec.
4891 2024.12.19 22:25:12.759143 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4892 2024.12.19 22:25:12.759367 [ 277 ] {1a0360ef-da42-4c37-ac15-ee546b9e22be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4893 2024.12.19 22:25:12.759462 [ 277 ] {1a0360ef-da42-4c37-ac15-ee546b9e22be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4894 2024.12.19 22:25:12.760200 [ 277 ] {1a0360ef-da42-4c37-ac15-ee546b9e22be} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4895 2024.12.19 22:25:12.760238 [ 277 ] {1a0360ef-da42-4c37-ac15-ee546b9e22be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
4896 2024.12.19 22:25:12.760600 [ 277 ] {1a0360ef-da42-4c37-ac15-ee546b9e22be} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
4897 2024.12.19 22:25:12.760836 [ 277 ] {1a0360ef-da42-4c37-ac15-ee546b9e22be} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4898 2024.12.19 22:25:12.760972 [ 68 ] {} <Debug> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df) (MergerMutator): Selected 6 parts from all_1_20_4 to all_25_25_0
4899 2024.12.19 22:25:12.761018 [ 68 ] {} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4900 2024.12.19 22:25:12.761036 [ 277 ] {1a0360ef-da42-4c37-ac15-ee546b9e22be} <Debug> executeQuery: Read 19 rows, 1.36 KiB in 0.001722 sec., 11033.681765389083 rows/sec., 788.85 KiB/sec.
4901 2024.12.19 22:25:12.761050 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
4902 2024.12.19 22:25:12.761141 [ 277 ] {1a0360ef-da42-4c37-ac15-ee546b9e22be} <Debug> TCPHandler: Processed in 0.002102176 sec.
4903 2024.12.19 22:25:12.761295 [ 186 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_25_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_20_4 to all_25_25_0 into Compact with storage Full
4904 2024.12.19 22:25:12.761331 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4905 2024.12.19 22:25:12.761439 [ 186 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_25_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4906 2024.12.19 22:25:12.761475 [ 278 ] {a880e942-3587-4998-bbf7-2ebd3ac4351a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
4907 2024.12.19 22:25:12.761478 [ 186 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 64 rows starting from the beginning of the part
4908 2024.12.19 22:25:12.761532 [ 278 ] {a880e942-3587-4998-bbf7-2ebd3ac4351a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
4909 2024.12.19 22:25:12.761618 [ 186 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 19 rows starting from the beginning of the part
4910 2024.12.19 22:25:12.762005 [ 186 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 27 rows starting from the beginning of the part
4911 2024.12.19 22:25:12.762413 [ 186 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 19 rows starting from the beginning of the part
4912 2024.12.19 22:25:12.762805 [ 186 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 27 rows starting from the beginning of the part
4913 2024.12.19 22:25:12.763219 [ 186 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 19 rows starting from the beginning of the part
4914 2024.12.19 22:25:12.764359 [ 278 ] {a880e942-3587-4998-bbf7-2ebd3ac4351a} <Trace> oximeter.fields_u32 (96604386-977a-478c-b894-f09eb465191c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4915 2024.12.19 22:25:12.764406 [ 278 ] {a880e942-3587-4998-bbf7-2ebd3ac4351a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
4916 2024.12.19 22:25:12.765057 [ 199 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_25_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 175 rows, containing 5 columns (5 merged, 0 gathered) in 0.003899505 sec., 44877.490861019534 rows/sec., 3.37 MiB/sec.
4917 2024.12.19 22:25:12.765093 [ 278 ] {a880e942-3587-4998-bbf7-2ebd3ac4351a} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
4918 2024.12.19 22:25:12.765338 [ 196 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_25_5} <Trace> MergedBlockOutputStream: filled checksums all_1_25_5 (state Temporary)
4919 2024.12.19 22:25:12.765652 [ 278 ] {a880e942-3587-4998-bbf7-2ebd3ac4351a} <Trace> oximeter.fields_u32 (96604386-977a-478c-b894-f09eb465191c): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4920 2024.12.19 22:25:12.766031 [ 196 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_25_5} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Renaming temporary part tmp_merge_all_1_25_5 to all_1_25_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4921 2024.12.19 22:25:12.766076 [ 278 ] {a880e942-3587-4998-bbf7-2ebd3ac4351a} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.004632 sec., 52245.25043177893 rows/sec., 3.54 MiB/sec.
4922 2024.12.19 22:25:12.766234 [ 196 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_25_5} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df) (MergerMutator): Merged 6 parts: [all_1_20_4, all_25_25_0] -> all_1_25_5
4923 2024.12.19 22:25:12.766250 [ 278 ] {a880e942-3587-4998-bbf7-2ebd3ac4351a} <Debug> TCPHandler: Processed in 0.004995489 sec.
4924 2024.12.19 22:25:12.766442 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
4925 2024.12.19 22:25:12.766493 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4926 2024.12.19 22:25:12.766633 [ 277 ] {731ab25d-c21b-4631-be72-323317f5afcf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
4927 2024.12.19 22:25:12.766691 [ 277 ] {731ab25d-c21b-4631-be72-323317f5afcf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
4928 2024.12.19 22:25:12.767294 [ 277 ] {731ab25d-c21b-4631-be72-323317f5afcf} <Trace> oximeter.fields_u8 (74ab6f56-b776-4e15-89eb-af2ec1acc724): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4929 2024.12.19 22:25:12.767333 [ 277 ] {731ab25d-c21b-4631-be72-323317f5afcf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
4930 2024.12.19 22:25:12.767709 [ 277 ] {731ab25d-c21b-4631-be72-323317f5afcf} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
4931 2024.12.19 22:25:12.767957 [ 277 ] {731ab25d-c21b-4631-be72-323317f5afcf} <Trace> oximeter.fields_u8 (74ab6f56-b776-4e15-89eb-af2ec1acc724): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4932 2024.12.19 22:25:12.768141 [ 277 ] {731ab25d-c21b-4631-be72-323317f5afcf} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001538 sec., 8452.535760728219 rows/sec., 527.01 KiB/sec.
4933 2024.12.19 22:25:12.768193 [ 277 ] {731ab25d-c21b-4631-be72-323317f5afcf} <Debug> TCPHandler: Processed in 0.001790579 sec.
4934 2024.12.19 22:25:12.768328 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4935 2024.12.19 22:25:12.768449 [ 278 ] {6afbba75-75e2-4831-94b9-166dceb73f0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4936 2024.12.19 22:25:12.768500 [ 278 ] {6afbba75-75e2-4831-94b9-166dceb73f0d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4937 2024.12.19 22:25:12.769473 [ 278 ] {6afbba75-75e2-4831-94b9-166dceb73f0d} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4938 2024.12.19 22:25:12.769513 [ 278 ] {6afbba75-75e2-4831-94b9-166dceb73f0d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
4939 2024.12.19 22:25:12.769938 [ 278 ] {6afbba75-75e2-4831-94b9-166dceb73f0d} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
4940 2024.12.19 22:25:12.770185 [ 278 ] {6afbba75-75e2-4831-94b9-166dceb73f0d} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4941 2024.12.19 22:25:12.770371 [ 278 ] {6afbba75-75e2-4831-94b9-166dceb73f0d} <Debug> executeQuery: Read 850 rows, 62.93 KiB in 0.001951 sec., 435674.0133264992 rows/sec., 31.50 MiB/sec.
4942 2024.12.19 22:25:12.770424 [ 278 ] {6afbba75-75e2-4831-94b9-166dceb73f0d} <Debug> TCPHandler: Processed in 0.002151856 sec.
4943 2024.12.19 22:25:12.770618 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4944 2024.12.19 22:25:12.770844 [ 277 ] {d0c62746-4397-4d6a-9275-5f665297f648} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
4945 2024.12.19 22:25:12.770940 [ 277 ] {d0c62746-4397-4d6a-9275-5f665297f648} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
4946 2024.12.19 22:25:12.771802 [ 277 ] {d0c62746-4397-4d6a-9275-5f665297f648} <Trace> oximeter.measurements_bool (164ca455-e956-4308-a817-eda615c184e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4947 2024.12.19 22:25:12.771841 [ 277 ] {d0c62746-4397-4d6a-9275-5f665297f648} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
4948 2024.12.19 22:25:12.772205 [ 277 ] {d0c62746-4397-4d6a-9275-5f665297f648} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
4949 2024.12.19 22:25:12.772437 [ 277 ] {d0c62746-4397-4d6a-9275-5f665297f648} <Trace> oximeter.measurements_bool (164ca455-e956-4308-a817-eda615c184e9): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4950 2024.12.19 22:25:12.772654 [ 277 ] {d0c62746-4397-4d6a-9275-5f665297f648} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001867 sec., 3213.7118371719334 rows/sec., 167.90 KiB/sec.
4951 2024.12.19 22:25:12.772705 [ 277 ] {d0c62746-4397-4d6a-9275-5f665297f648} <Debug> TCPHandler: Processed in 0.002196038 sec.
4952 2024.12.19 22:25:12.772858 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4953 2024.12.19 22:25:12.772999 [ 278 ] {a9bc1dac-fdb0-4ce5-864e-b183d4d4684f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4954 2024.12.19 22:25:12.773062 [ 278 ] {a9bc1dac-fdb0-4ce5-864e-b183d4d4684f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4955 2024.12.19 22:25:12.773919 [ 278 ] {a9bc1dac-fdb0-4ce5-864e-b183d4d4684f} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4956 2024.12.19 22:25:12.773957 [ 278 ] {a9bc1dac-fdb0-4ce5-864e-b183d4d4684f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
4957 2024.12.19 22:25:12.774392 [ 278 ] {a9bc1dac-fdb0-4ce5-864e-b183d4d4684f} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
4958 2024.12.19 22:25:12.774627 [ 278 ] {a9bc1dac-fdb0-4ce5-864e-b183d4d4684f} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4959 2024.12.19 22:25:12.774808 [ 278 ] {a9bc1dac-fdb0-4ce5-864e-b183d4d4684f} <Debug> executeQuery: Read 949 rows, 64.56 KiB in 0.00184 sec., 515760.86956521735 rows/sec., 34.26 MiB/sec.
4960 2024.12.19 22:25:12.774859 [ 278 ] {a9bc1dac-fdb0-4ce5-864e-b183d4d4684f} <Debug> TCPHandler: Processed in 0.002068235 sec.
4961 2024.12.19 22:25:12.775017 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4962 2024.12.19 22:25:12.775159 [ 277 ] {2b3033b2-de8d-4adc-866d-74d3110fcbd2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
4963 2024.12.19 22:25:12.775220 [ 277 ] {2b3033b2-de8d-4adc-866d-74d3110fcbd2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
4964 2024.12.19 22:25:12.775769 [ 277 ] {2b3033b2-de8d-4adc-866d-74d3110fcbd2} <Trace> oximeter.measurements_f64 (f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4965 2024.12.19 22:25:12.775809 [ 277 ] {2b3033b2-de8d-4adc-866d-74d3110fcbd2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
4966 2024.12.19 22:25:12.776165 [ 277 ] {2b3033b2-de8d-4adc-866d-74d3110fcbd2} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
4967 2024.12.19 22:25:12.776400 [ 277 ] {2b3033b2-de8d-4adc-866d-74d3110fcbd2} <Trace> oximeter.measurements_f64 (f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4968 2024.12.19 22:25:12.776610 [ 277 ] {2b3033b2-de8d-4adc-866d-74d3110fcbd2} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001483 sec., 674.3088334457182 rows/sec., 45.44 KiB/sec.
4969 2024.12.19 22:25:12.776661 [ 277 ] {2b3033b2-de8d-4adc-866d-74d3110fcbd2} <Debug> TCPHandler: Processed in 0.001710667 sec.
4970 2024.12.19 22:25:12.776827 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4971 2024.12.19 22:25:12.776966 [ 278 ] {cbc433c5-ffe4-4edc-a16e-e9fa020058a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4972 2024.12.19 22:25:12.777060 [ 278 ] {cbc433c5-ffe4-4edc-a16e-e9fa020058a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
4973 2024.12.19 22:25:12.778265 [ 278 ] {cbc433c5-ffe4-4edc-a16e-e9fa020058a4} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4974 2024.12.19 22:25:12.778302 [ 278 ] {cbc433c5-ffe4-4edc-a16e-e9fa020058a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
4975 2024.12.19 22:25:12.778917 [ 278 ] {cbc433c5-ffe4-4edc-a16e-e9fa020058a4} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
4976 2024.12.19 22:25:12.779177 [ 278 ] {cbc433c5-ffe4-4edc-a16e-e9fa020058a4} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4977 2024.12.19 22:25:12.779436 [ 278 ] {cbc433c5-ffe4-4edc-a16e-e9fa020058a4} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002498 sec., 4803.843074459568 rows/sec., 8.61 MiB/sec.
4978 2024.12.19 22:25:12.779931 [ 278 ] {cbc433c5-ffe4-4edc-a16e-e9fa020058a4} <Debug> TCPHandler: Processed in 0.003169049 sec.
4979 2024.12.19 22:25:12.780141 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4980 2024.12.19 22:25:12.780365 [ 277 ] {a3552eae-673d-4387-8591-b715d4ffb0ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4981 2024.12.19 22:25:12.780460 [ 277 ] {a3552eae-673d-4387-8591-b715d4ffb0ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4982 2024.12.19 22:25:12.781090 [ 277 ] {a3552eae-673d-4387-8591-b715d4ffb0ab} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4983 2024.12.19 22:25:12.781129 [ 277 ] {a3552eae-673d-4387-8591-b715d4ffb0ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
4984 2024.12.19 22:25:12.781495 [ 277 ] {a3552eae-673d-4387-8591-b715d4ffb0ab} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
4985 2024.12.19 22:25:12.781740 [ 277 ] {a3552eae-673d-4387-8591-b715d4ffb0ab} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4986 2024.12.19 22:25:12.781951 [ 277 ] {a3552eae-673d-4387-8591-b715d4ffb0ab} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.00164 sec., 20731.70731707317 rows/sec., 1.20 MiB/sec.
4987 2024.12.19 22:25:12.782001 [ 277 ] {a3552eae-673d-4387-8591-b715d4ffb0ab} <Debug> TCPHandler: Processed in 0.001967683 sec.
4988 2024.12.19 22:25:13.000157 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 192.71 MiB, peak 198.32 MiB, free memory in arenas 0.00 B, will set to 191.50 MiB (RSS), difference: -1.20 MiB
4989 2024.12.19 22:25:15.669382 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 56 entries to flush up to offset 722
4990 2024.12.19 22:25:15.672869 [ 242 ] {} <Trace> system.query_log (70720294-7ac9-485f-8b0b-2131ff2acf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4991 2024.12.19 22:25:15.672915 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
4992 2024.12.19 22:25:15.674455 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
4993 2024.12.19 22:25:15.676959 [ 242 ] {} <Trace> system.query_log (70720294-7ac9-485f-8b0b-2131ff2acf2b): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4994 2024.12.19 22:25:15.677199 [ 62 ] {} <Debug> system.query_log (70720294-7ac9-485f-8b0b-2131ff2acf2b) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
4995 2024.12.19 22:25:15.677259 [ 62 ] {} <Trace> system.query_log (70720294-7ac9-485f-8b0b-2131ff2acf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4996 2024.12.19 22:25:15.677298 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
4997 2024.12.19 22:25:15.677688 [ 186 ] {70720294-7ac9-485f-8b0b-2131ff2acf2b::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
4998 2024.12.19 22:25:15.679166 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 722
4999 2024.12.19 22:25:15.679349 [ 186 ] {70720294-7ac9-485f-8b0b-2131ff2acf2b::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5000 2024.12.19 22:25:15.679509 [ 186 ] {70720294-7ac9-485f-8b0b-2131ff2acf2b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 518 rows starting from the beginning of the part
5001 2024.12.19 22:25:15.680136 [ 186 ] {70720294-7ac9-485f-8b0b-2131ff2acf2b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 36 rows starting from the beginning of the part
5002 2024.12.19 22:25:15.680677 [ 186 ] {70720294-7ac9-485f-8b0b-2131ff2acf2b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 58 rows starting from the beginning of the part
5003 2024.12.19 22:25:15.681268 [ 186 ] {70720294-7ac9-485f-8b0b-2131ff2acf2b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 20 rows starting from the beginning of the part
5004 2024.12.19 22:25:15.681840 [ 186 ] {70720294-7ac9-485f-8b0b-2131ff2acf2b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 34 rows starting from the beginning of the part
5005 2024.12.19 22:25:15.682461 [ 186 ] {70720294-7ac9-485f-8b0b-2131ff2acf2b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 56 rows starting from the beginning of the part
5006 2024.12.19 22:25:15.689997 [ 199 ] {70720294-7ac9-485f-8b0b-2131ff2acf2b::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 722 rows, containing 72 columns (72 merged, 0 gathered) in 0.012603385 sec., 57286.19731921226 rows/sec., 48.47 MiB/sec.
5007 2024.12.19 22:25:15.691385 [ 199 ] {70720294-7ac9-485f-8b0b-2131ff2acf2b::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
5008 2024.12.19 22:25:15.692252 [ 199 ] {70720294-7ac9-485f-8b0b-2131ff2acf2b::all_1_16_3} <Trace> system.query_log (70720294-7ac9-485f-8b0b-2131ff2acf2b): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5009 2024.12.19 22:25:15.692354 [ 199 ] {70720294-7ac9-485f-8b0b-2131ff2acf2b::all_1_16_3} <Trace> system.query_log (70720294-7ac9-485f-8b0b-2131ff2acf2b) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
5010 2024.12.19 22:25:15.692680 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.17 MiB.
5011 2024.12.19 22:25:17.087468 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5012 2024.12.19 22:25:17.087771 [ 277 ] {d47b5d43-9a02-428d-9c11-25edc3e89a8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5013 2024.12.19 22:25:17.087873 [ 277 ] {d47b5d43-9a02-428d-9c11-25edc3e89a8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5014 2024.12.19 22:25:17.088667 [ 277 ] {d47b5d43-9a02-428d-9c11-25edc3e89a8f} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5015 2024.12.19 22:25:17.088712 [ 277 ] {d47b5d43-9a02-428d-9c11-25edc3e89a8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
5016 2024.12.19 22:25:17.089157 [ 277 ] {d47b5d43-9a02-428d-9c11-25edc3e89a8f} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
5017 2024.12.19 22:25:17.089414 [ 277 ] {d47b5d43-9a02-428d-9c11-25edc3e89a8f} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5018 2024.12.19 22:25:17.089626 [ 58 ] {} <Debug> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
5019 2024.12.19 22:25:17.089694 [ 277 ] {d47b5d43-9a02-428d-9c11-25edc3e89a8f} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002008 sec., 27888.446215139444 rows/sec., 2.13 MiB/sec.
5020 2024.12.19 22:25:17.089721 [ 58 ] {} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5021 2024.12.19 22:25:17.089786 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
5022 2024.12.19 22:25:17.089819 [ 277 ] {d47b5d43-9a02-428d-9c11-25edc3e89a8f} <Debug> TCPHandler: Processed in 0.002530815 sec.
5023 2024.12.19 22:25:17.090126 [ 199 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::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
5024 2024.12.19 22:25:17.090197 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5025 2024.12.19 22:25:17.090696 [ 278 ] {1d20c944-2ada-4121-a009-31d1bd1f5299} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5026 2024.12.19 22:25:17.090749 [ 199 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5027 2024.12.19 22:25:17.090813 [ 199 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1430 rows starting from the beginning of the part
5028 2024.12.19 22:25:17.090843 [ 278 ] {1d20c944-2ada-4121-a009-31d1bd1f5299} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5029 2024.12.19 22:25:17.091199 [ 199 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 110 rows starting from the beginning of the part
5030 2024.12.19 22:25:17.091522 [ 199 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 227 rows starting from the beginning of the part
5031 2024.12.19 22:25:17.091936 [ 199 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 110 rows starting from the beginning of the part
5032 2024.12.19 22:25:17.092311 [ 199 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 1367 rows starting from the beginning of the part
5033 2024.12.19 22:25:17.092445 [ 199 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 56 rows starting from the beginning of the part
5034 2024.12.19 22:25:17.093541 [ 278 ] {1d20c944-2ada-4121-a009-31d1bd1f5299} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5035 2024.12.19 22:25:17.093641 [ 278 ] {1d20c944-2ada-4121-a009-31d1bd1f5299} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
5036 2024.12.19 22:25:17.094716 [ 278 ] {1d20c944-2ada-4121-a009-31d1bd1f5299} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
5037 2024.12.19 22:25:17.095115 [ 278 ] {1d20c944-2ada-4121-a009-31d1bd1f5299} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5038 2024.12.19 22:25:17.095336 [ 58 ] {} <Debug> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
5039 2024.12.19 22:25:17.095434 [ 58 ] {} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5040 2024.12.19 22:25:17.095511 [ 278 ] {1d20c944-2ada-4121-a009-31d1bd1f5299} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004982 sec., 12846.246487354476 rows/sec., 1.00 MiB/sec.
5041 2024.12.19 22:25:17.095617 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
5042 2024.12.19 22:25:17.095912 [ 278 ] {1d20c944-2ada-4121-a009-31d1bd1f5299} <Debug> TCPHandler: Processed in 0.005944109 sec.
5043 2024.12.19 22:25:17.096148 [ 200 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::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
5044 2024.12.19 22:25:17.096356 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5045 2024.12.19 22:25:17.096846 [ 192 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3300 rows, containing 5 columns (5 merged, 0 gathered) in 0.006929391 sec., 476232.32691011374 rows/sec., 41.58 MiB/sec.
5046 2024.12.19 22:25:17.096923 [ 200 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5047 2024.12.19 22:25:17.097067 [ 200 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 913 rows starting from the beginning of the part
5048 2024.12.19 22:25:17.097226 [ 277 ] {225ea28e-bee9-40ae-81ca-73336b042b28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5049 2024.12.19 22:25:17.097413 [ 192 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
5050 2024.12.19 22:25:17.097491 [ 200 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 91 rows starting from the beginning of the part
5051 2024.12.19 22:25:17.097836 [ 200 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 394 rows starting from the beginning of the part
5052 2024.12.19 22:25:17.097849 [ 277 ] {225ea28e-bee9-40ae-81ca-73336b042b28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5053 2024.12.19 22:25:17.098145 [ 200 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 91 rows starting from the beginning of the part
5054 2024.12.19 22:25:17.098562 [ 200 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 850 rows starting from the beginning of the part
5055 2024.12.19 22:25:17.098696 [ 192 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_36_7} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5056 2024.12.19 22:25:17.099019 [ 200 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 64 rows starting from the beginning of the part
5057 2024.12.19 22:25:17.099242 [ 192 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_36_7} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
5058 2024.12.19 22:25:17.099861 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB.
5059 2024.12.19 22:25:17.101147 [ 277 ] {225ea28e-bee9-40ae-81ca-73336b042b28} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5060 2024.12.19 22:25:17.101228 [ 277 ] {225ea28e-bee9-40ae-81ca-73336b042b28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
5061 2024.12.19 22:25:17.102139 [ 277 ] {225ea28e-bee9-40ae-81ca-73336b042b28} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
5062 2024.12.19 22:25:17.102634 [ 277 ] {225ea28e-bee9-40ae-81ca-73336b042b28} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5063 2024.12.19 22:25:17.102799 [ 191 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2403 rows, containing 5 columns (5 merged, 0 gathered) in 0.007010102 sec., 342791.0178767727 rows/sec., 26.28 MiB/sec.
5064 2024.12.19 22:25:17.102899 [ 57 ] {} <Debug> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
5065 2024.12.19 22:25:17.102963 [ 57 ] {} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5066 2024.12.19 22:25:17.102974 [ 277 ] {225ea28e-bee9-40ae-81ca-73336b042b28} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.005976 sec., 21419.0093708166 rows/sec., 1.49 MiB/sec.
5067 2024.12.19 22:25:17.103002 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
5068 2024.12.19 22:25:17.103041 [ 191 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
5069 2024.12.19 22:25:17.103244 [ 277 ] {225ea28e-bee9-40ae-81ca-73336b042b28} <Debug> TCPHandler: Processed in 0.007169326 sec.
5070 2024.12.19 22:25:17.103562 [ 187 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::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
5071 2024.12.19 22:25:17.103591 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5072 2024.12.19 22:25:17.103995 [ 278 ] {3846c6de-b64b-4e04-ab03-7502f2ae3350} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5073 2024.12.19 22:25:17.104020 [ 187 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5074 2024.12.19 22:25:17.104125 [ 187 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 10206 rows starting from the beginning of the part
5075 2024.12.19 22:25:17.104150 [ 278 ] {3846c6de-b64b-4e04-ab03-7502f2ae3350} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5076 2024.12.19 22:25:17.104172 [ 200 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_36_7} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5077 2024.12.19 22:25:17.104649 [ 187 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 160 rows starting from the beginning of the part
5078 2024.12.19 22:25:17.104776 [ 200 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_36_7} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
5079 2024.12.19 22:25:17.105178 [ 187 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 237 rows starting from the beginning of the part
5080 2024.12.19 22:25:17.105265 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB.
5081 2024.12.19 22:25:17.105602 [ 187 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::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
5082 2024.12.19 22:25:17.105927 [ 187 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 949 rows starting from the beginning of the part
5083 2024.12.19 22:25:17.106134 [ 187 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 128 rows starting from the beginning of the part
5084 2024.12.19 22:25:17.107115 [ 278 ] {3846c6de-b64b-4e04-ab03-7502f2ae3350} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5085 2024.12.19 22:25:17.107188 [ 278 ] {3846c6de-b64b-4e04-ab03-7502f2ae3350} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
5086 2024.12.19 22:25:17.107774 [ 278 ] {3846c6de-b64b-4e04-ab03-7502f2ae3350} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
5087 2024.12.19 22:25:17.108281 [ 278 ] {3846c6de-b64b-4e04-ab03-7502f2ae3350} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5088 2024.12.19 22:25:17.108622 [ 57 ] {} <Debug> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
5089 2024.12.19 22:25:17.108759 [ 57 ] {} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5090 2024.12.19 22:25:17.108887 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
5091 2024.12.19 22:25:17.108932 [ 278 ] {3846c6de-b64b-4e04-ab03-7502f2ae3350} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.005091 sec., 9428.403064230995 rows/sec., 650.66 KiB/sec.
5092 2024.12.19 22:25:17.109284 [ 278 ] {3846c6de-b64b-4e04-ab03-7502f2ae3350} <Debug> TCPHandler: Processed in 0.005885498 sec.
5093 2024.12.19 22:25:17.109531 [ 191 ] {a2784562-0832-4e33-8769-44c7df75eec1::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
5094 2024.12.19 22:25:17.109763 [ 191 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5095 2024.12.19 22:25:17.109819 [ 191 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1894 rows starting from the beginning of the part
5096 2024.12.19 22:25:17.109918 [ 191 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 60 rows starting from the beginning of the part
5097 2024.12.19 22:25:17.110377 [ 191 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 82 rows starting from the beginning of the part
5098 2024.12.19 22:25:17.110564 [ 191 ] {a2784562-0832-4e33-8769-44c7df75eec1::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
5099 2024.12.19 22:25:17.110792 [ 191 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 34 rows starting from the beginning of the part
5100 2024.12.19 22:25:17.111000 [ 191 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 48 rows starting from the beginning of the part
5101 2024.12.19 22:25:17.111985 [ 187 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11840 rows, containing 5 columns (5 merged, 0 gathered) in 0.008804332 sec., 1344792.540762888 rows/sec., 90.72 MiB/sec.
5102 2024.12.19 22:25:17.112386 [ 187 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
5103 2024.12.19 22:25:17.113019 [ 200 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5104 2024.12.19 22:25:17.113112 [ 200 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
5105 2024.12.19 22:25:17.113267 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.16 MiB.
5106 2024.12.19 22:25:17.113484 [ 188 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2178 rows, containing 4 columns (4 merged, 0 gathered) in 0.004363875 sec., 499097.7055942254 rows/sec., 32.54 MiB/sec.
5107 2024.12.19 22:25:17.113797 [ 200 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
5108 2024.12.19 22:25:17.114096 [ 200 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_36_7} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5109 2024.12.19 22:25:17.114176 [ 200 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_36_7} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
5110 2024.12.19 22:25:17.114260 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.60 MiB.
5111 2024.12.19 22:25:18.139712 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 10614
5112 2024.12.19 22:25:18.140875 [ 244 ] {} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5113 2024.12.19 22:25:18.140976 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
5114 2024.12.19 22:25:18.141645 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
5115 2024.12.19 22:25:18.141904 [ 244 ] {} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5116 2024.12.19 22:25:18.142159 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10614
5117 2024.12.19 22:25:18.836368 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 174
5118 2024.12.19 22:25:18.856630 [ 243 ] {} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5119 2024.12.19 22:25:18.856697 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
5120 2024.12.19 22:25:18.864315 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
5121 2024.12.19 22:25:18.865105 [ 243 ] {} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5122 2024.12.19 22:25:18.868474 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 174
5123 2024.12.19 22:25:22.090116 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5124 2024.12.19 22:25:22.090326 [ 277 ] {695da9cb-2e57-4b9a-bcec-c1e026df7fa2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5125 2024.12.19 22:25:22.090401 [ 277 ] {695da9cb-2e57-4b9a-bcec-c1e026df7fa2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5126 2024.12.19 22:25:22.091186 [ 277 ] {695da9cb-2e57-4b9a-bcec-c1e026df7fa2} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5127 2024.12.19 22:25:22.091239 [ 277 ] {695da9cb-2e57-4b9a-bcec-c1e026df7fa2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
5128 2024.12.19 22:25:22.091697 [ 277 ] {695da9cb-2e57-4b9a-bcec-c1e026df7fa2} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
5129 2024.12.19 22:25:22.091956 [ 277 ] {695da9cb-2e57-4b9a-bcec-c1e026df7fa2} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5130 2024.12.19 22:25:22.092198 [ 277 ] {695da9cb-2e57-4b9a-bcec-c1e026df7fa2} <Debug> executeQuery: Read 110 rows, 9.44 KiB in 0.001927 sec., 57083.549558899846 rows/sec., 4.78 MiB/sec.
5131 2024.12.19 22:25:22.092255 [ 277 ] {695da9cb-2e57-4b9a-bcec-c1e026df7fa2} <Debug> TCPHandler: Processed in 0.00227135 sec.
5132 2024.12.19 22:25:22.092509 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5133 2024.12.19 22:25:22.092732 [ 278 ] {63b64d1e-88ae-4c66-b2a1-e4a65172f974} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5134 2024.12.19 22:25:22.092817 [ 278 ] {63b64d1e-88ae-4c66-b2a1-e4a65172f974} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5135 2024.12.19 22:25:22.093560 [ 278 ] {63b64d1e-88ae-4c66-b2a1-e4a65172f974} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5136 2024.12.19 22:25:22.093612 [ 278 ] {63b64d1e-88ae-4c66-b2a1-e4a65172f974} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
5137 2024.12.19 22:25:22.094047 [ 278 ] {63b64d1e-88ae-4c66-b2a1-e4a65172f974} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
5138 2024.12.19 22:25:22.094295 [ 278 ] {63b64d1e-88ae-4c66-b2a1-e4a65172f974} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5139 2024.12.19 22:25:22.094584 [ 278 ] {63b64d1e-88ae-4c66-b2a1-e4a65172f974} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.001913 sec., 14113.95713538944 rows/sec., 1.04 MiB/sec.
5140 2024.12.19 22:25:22.094814 [ 278 ] {63b64d1e-88ae-4c66-b2a1-e4a65172f974} <Debug> TCPHandler: Processed in 0.002442603 sec.
5141 2024.12.19 22:25:22.094988 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5142 2024.12.19 22:25:22.095131 [ 277 ] {e27b29e5-2f85-4362-921c-602ea3f4ca2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5143 2024.12.19 22:25:22.095190 [ 277 ] {e27b29e5-2f85-4362-921c-602ea3f4ca2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5144 2024.12.19 22:25:22.095949 [ 277 ] {e27b29e5-2f85-4362-921c-602ea3f4ca2d} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5145 2024.12.19 22:25:22.095989 [ 277 ] {e27b29e5-2f85-4362-921c-602ea3f4ca2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
5146 2024.12.19 22:25:22.096364 [ 277 ] {e27b29e5-2f85-4362-921c-602ea3f4ca2d} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
5147 2024.12.19 22:25:22.096622 [ 277 ] {e27b29e5-2f85-4362-921c-602ea3f4ca2d} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5148 2024.12.19 22:25:22.096839 [ 277 ] {e27b29e5-2f85-4362-921c-602ea3f4ca2d} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001742 sec., 52238.80597014925 rows/sec., 4.08 MiB/sec.
5149 2024.12.19 22:25:22.096892 [ 277 ] {e27b29e5-2f85-4362-921c-602ea3f4ca2d} <Debug> TCPHandler: Processed in 0.001974043 sec.
5150 2024.12.19 22:25:22.097068 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5151 2024.12.19 22:25:22.097209 [ 278 ] {db5f5f54-7f34-42af-ace1-9ee0bea23451} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5152 2024.12.19 22:25:22.097274 [ 278 ] {db5f5f54-7f34-42af-ace1-9ee0bea23451} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5153 2024.12.19 22:25:22.097944 [ 278 ] {db5f5f54-7f34-42af-ace1-9ee0bea23451} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5154 2024.12.19 22:25:22.097983 [ 278 ] {db5f5f54-7f34-42af-ace1-9ee0bea23451} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
5155 2024.12.19 22:25:22.098384 [ 278 ] {db5f5f54-7f34-42af-ace1-9ee0bea23451} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
5156 2024.12.19 22:25:22.098639 [ 278 ] {db5f5f54-7f34-42af-ace1-9ee0bea23451} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5157 2024.12.19 22:25:22.098890 [ 278 ] {db5f5f54-7f34-42af-ace1-9ee0bea23451} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001711 sec., 93512.56575102279 rows/sec., 6.51 MiB/sec.
5158 2024.12.19 22:25:22.099117 [ 278 ] {db5f5f54-7f34-42af-ace1-9ee0bea23451} <Debug> TCPHandler: Processed in 0.002107126 sec.
5159 2024.12.19 22:25:22.099328 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5160 2024.12.19 22:25:22.099471 [ 277 ] {119a64e0-955b-4dc5-b41d-04afaa786de6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5161 2024.12.19 22:25:22.099571 [ 277 ] {119a64e0-955b-4dc5-b41d-04afaa786de6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
5162 2024.12.19 22:25:22.100779 [ 277 ] {119a64e0-955b-4dc5-b41d-04afaa786de6} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5163 2024.12.19 22:25:22.100820 [ 277 ] {119a64e0-955b-4dc5-b41d-04afaa786de6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
5164 2024.12.19 22:25:22.101479 [ 277 ] {119a64e0-955b-4dc5-b41d-04afaa786de6} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
5165 2024.12.19 22:25:22.101739 [ 277 ] {119a64e0-955b-4dc5-b41d-04afaa786de6} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5166 2024.12.19 22:25:22.101928 [ 52 ] {} <Debug> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
5167 2024.12.19 22:25:22.102014 [ 52 ] {} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5168 2024.12.19 22:25:22.102011 [ 277 ] {119a64e0-955b-4dc5-b41d-04afaa786de6} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002568 sec., 10514.018691588784 rows/sec., 18.84 MiB/sec.
5169 2024.12.19 22:25:22.102056 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
5170 2024.12.19 22:25:22.102494 [ 277 ] {119a64e0-955b-4dc5-b41d-04afaa786de6} <Debug> TCPHandler: Processed in 0.003255741 sec.
5171 2024.12.19 22:25:22.102560 [ 191 ] {cbc455e9-47de-4677-931e-ce7496b93cef::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
5172 2024.12.19 22:25:22.102827 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5173 2024.12.19 22:25:22.103245 [ 278 ] {8ef8e603-99c1-4461-b649-945aa4ba3b54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5174 2024.12.19 22:25:22.103390 [ 278 ] {8ef8e603-99c1-4461-b649-945aa4ba3b54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5175 2024.12.19 22:25:22.103977 [ 191 ] {cbc455e9-47de-4677-931e-ce7496b93cef::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5176 2024.12.19 22:25:22.104179 [ 191 ] {cbc455e9-47de-4677-931e-ce7496b93cef::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 348 rows starting from the beginning of the part
5177 2024.12.19 22:25:22.104858 [ 191 ] {cbc455e9-47de-4677-931e-ce7496b93cef::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
5178 2024.12.19 22:25:22.105650 [ 278 ] {8ef8e603-99c1-4461-b649-945aa4ba3b54} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5179 2024.12.19 22:25:22.105680 [ 191 ] {cbc455e9-47de-4677-931e-ce7496b93cef::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
5180 2024.12.19 22:25:22.105731 [ 278 ] {8ef8e603-99c1-4461-b649-945aa4ba3b54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
5181 2024.12.19 22:25:22.106256 [ 191 ] {cbc455e9-47de-4677-931e-ce7496b93cef::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
5182 2024.12.19 22:25:22.106864 [ 191 ] {cbc455e9-47de-4677-931e-ce7496b93cef::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
5183 2024.12.19 22:25:22.107229 [ 278 ] {8ef8e603-99c1-4461-b649-945aa4ba3b54} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
5184 2024.12.19 22:25:22.107407 [ 191 ] {cbc455e9-47de-4677-931e-ce7496b93cef::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
5185 2024.12.19 22:25:22.108084 [ 278 ] {8ef8e603-99c1-4461-b649-945aa4ba3b54} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5186 2024.12.19 22:25:22.108700 [ 278 ] {8ef8e603-99c1-4461-b649-945aa4ba3b54} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005573 sec., 10766.194150367844 rows/sec., 742.98 KiB/sec.
5187 2024.12.19 22:25:22.108844 [ 278 ] {8ef8e603-99c1-4461-b649-945aa4ba3b54} <Debug> TCPHandler: Processed in 0.006212345 sec.
5188 2024.12.19 22:25:22.112060 [ 190 ] {cbc455e9-47de-4677-931e-ce7496b93cef::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 453 rows, containing 19 columns (19 merged, 0 gathered) in 0.009844685 sec., 46014.676955128576 rows/sec., 82.46 MiB/sec.
5189 2024.12.19 22:25:22.112811 [ 194 ] {cbc455e9-47de-4677-931e-ce7496b93cef::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
5190 2024.12.19 22:25:22.113266 [ 194 ] {cbc455e9-47de-4677-931e-ce7496b93cef::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5191 2024.12.19 22:25:22.113354 [ 194 ] {cbc455e9-47de-4677-931e-ce7496b93cef::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
5192 2024.12.19 22:25:22.113511 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.24 MiB.
5193 2024.12.19 22:25:23.078645 [ 52 ] {} <Debug> oximeter.measurements_bool (164ca455-e956-4308-a817-eda615c184e9) (MergerMutator): Selected 5 parts from all_1_11_2 to all_15_15_0
5194 2024.12.19 22:25:23.078710 [ 52 ] {} <Trace> oximeter.measurements_bool (164ca455-e956-4308-a817-eda615c184e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5195 2024.12.19 22:25:23.078732 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
5196 2024.12.19 22:25:23.078954 [ 189 ] {164ca455-e956-4308-a817-eda615c184e9::all_1_15_3} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_11_2 to all_15_15_0 into Compact with storage Full
5197 2024.12.19 22:25:23.079160 [ 189 ] {164ca455-e956-4308-a817-eda615c184e9::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5198 2024.12.19 22:25:23.079205 [ 189 ] {164ca455-e956-4308-a817-eda615c184e9::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 66 rows starting from the beginning of the part
5199 2024.12.19 22:25:23.079293 [ 189 ] {164ca455-e956-4308-a817-eda615c184e9::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 6 rows starting from the beginning of the part
5200 2024.12.19 22:25:23.079494 [ 189 ] {164ca455-e956-4308-a817-eda615c184e9::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 6 rows starting from the beginning of the part
5201 2024.12.19 22:25:23.079777 [ 189 ] {164ca455-e956-4308-a817-eda615c184e9::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 6 rows starting from the beginning of the part
5202 2024.12.19 22:25:23.080013 [ 189 ] {164ca455-e956-4308-a817-eda615c184e9::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 6 rows starting from the beginning of the part
5203 2024.12.19 22:25:23.081147 [ 189 ] {164ca455-e956-4308-a817-eda615c184e9::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 90 rows, containing 4 columns (4 merged, 0 gathered) in 0.00232537 sec., 38703.51814979981 rows/sec., 1.97 MiB/sec.
5204 2024.12.19 22:25:23.081340 [ 193 ] {164ca455-e956-4308-a817-eda615c184e9::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary)
5205 2024.12.19 22:25:23.081701 [ 193 ] {164ca455-e956-4308-a817-eda615c184e9::all_1_15_3} <Trace> oximeter.measurements_bool (164ca455-e956-4308-a817-eda615c184e9): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5206 2024.12.19 22:25:23.081796 [ 193 ] {164ca455-e956-4308-a817-eda615c184e9::all_1_15_3} <Trace> oximeter.measurements_bool (164ca455-e956-4308-a817-eda615c184e9) (MergerMutator): Merged 5 parts: [all_1_11_2, all_15_15_0] -> all_1_15_3
5207 2024.12.19 22:25:23.081900 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB.
5208 2024.12.19 22:25:25.075405 [ 50 ] {} <Debug> oximeter.fields_u32 (96604386-977a-478c-b894-f09eb465191c) (MergerMutator): Selected 5 parts from all_1_11_2 to all_15_15_0
5209 2024.12.19 22:25:25.075484 [ 50 ] {} <Trace> oximeter.fields_u32 (96604386-977a-478c-b894-f09eb465191c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5210 2024.12.19 22:25:25.075509 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
5211 2024.12.19 22:25:25.075717 [ 198 ] {96604386-977a-478c-b894-f09eb465191c::all_1_15_3} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_11_2 to all_15_15_0 into Compact with storage Full
5212 2024.12.19 22:25:25.075901 [ 198 ] {96604386-977a-478c-b894-f09eb465191c::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5213 2024.12.19 22:25:25.075939 [ 198 ] {96604386-977a-478c-b894-f09eb465191c::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 242 rows starting from the beginning of the part
5214 2024.12.19 22:25:25.076023 [ 198 ] {96604386-977a-478c-b894-f09eb465191c::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 242 rows starting from the beginning of the part
5215 2024.12.19 22:25:25.076248 [ 198 ] {96604386-977a-478c-b894-f09eb465191c::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 14 rows starting from the beginning of the part
5216 2024.12.19 22:25:25.076464 [ 198 ] {96604386-977a-478c-b894-f09eb465191c::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 14 rows starting from the beginning of the part
5217 2024.12.19 22:25:25.076617 [ 198 ] {96604386-977a-478c-b894-f09eb465191c::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 242 rows starting from the beginning of the part
5218 2024.12.19 22:25:25.077836 [ 193 ] {96604386-977a-478c-b894-f09eb465191c::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 754 rows, containing 5 columns (5 merged, 0 gathered) in 0.002252839 sec., 334688.8082104403 rows/sec., 23.96 MiB/sec.
5219 2024.12.19 22:25:25.077997 [ 198 ] {96604386-977a-478c-b894-f09eb465191c::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary)
5220 2024.12.19 22:25:25.078268 [ 198 ] {96604386-977a-478c-b894-f09eb465191c::all_1_15_3} <Trace> oximeter.fields_u32 (96604386-977a-478c-b894-f09eb465191c): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5221 2024.12.19 22:25:25.078347 [ 198 ] {96604386-977a-478c-b894-f09eb465191c::all_1_15_3} <Trace> oximeter.fields_u32 (96604386-977a-478c-b894-f09eb465191c) (MergerMutator): Merged 5 parts: [all_1_11_2, all_15_15_0] -> all_1_15_3
5222 2024.12.19 22:25:25.078424 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB.
5223 2024.12.19 22:25:25.527072 [ 47 ] {} <Debug> DNSResolver: Updating DNS cache
5224 2024.12.19 22:25:25.527118 [ 47 ] {} <Debug> DNSResolver: Updated DNS cache
5225 2024.12.19 22:25:25.643269 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 11041
5226 2024.12.19 22:25:25.643911 [ 244 ] {} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5227 2024.12.19 22:25:25.643956 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
5228 2024.12.19 22:25:25.644541 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
5229 2024.12.19 22:25:25.644796 [ 244 ] {} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5230 2024.12.19 22:25:25.645040 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11041
5231 2024.12.19 22:25:25.680434 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 742
5232 2024.12.19 22:25:25.683313 [ 242 ] {} <Trace> system.query_log (70720294-7ac9-485f-8b0b-2131ff2acf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5233 2024.12.19 22:25:25.683367 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
5234 2024.12.19 22:25:25.684874 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
5235 2024.12.19 22:25:25.685201 [ 242 ] {} <Trace> system.query_log (70720294-7ac9-485f-8b0b-2131ff2acf2b): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5236 2024.12.19 22:25:25.686294 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 742
5237 2024.12.19 22:25:26.369521 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 181
5238 2024.12.19 22:25:26.391011 [ 243 ] {} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5239 2024.12.19 22:25:26.391077 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
5240 2024.12.19 22:25:26.398686 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
5241 2024.12.19 22:25:26.399522 [ 243 ] {} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5242 2024.12.19 22:25:26.403098 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 181
5243 2024.12.19 22:25:27.094343 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5244 2024.12.19 22:25:27.094555 [ 277 ] {c163b2b6-88f4-4bc0-9974-323c747f4ecb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
5245 2024.12.19 22:25:27.094635 [ 277 ] {c163b2b6-88f4-4bc0-9974-323c747f4ecb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
5246 2024.12.19 22:25:27.095442 [ 277 ] {c163b2b6-88f4-4bc0-9974-323c747f4ecb} <Trace> oximeter.fields_i16 (8b34b429-6d62-480d-bd41-33dce3ff3ffb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5247 2024.12.19 22:25:27.095494 [ 277 ] {c163b2b6-88f4-4bc0-9974-323c747f4ecb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
5248 2024.12.19 22:25:27.095944 [ 277 ] {c163b2b6-88f4-4bc0-9974-323c747f4ecb} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
5249 2024.12.19 22:25:27.096203 [ 277 ] {c163b2b6-88f4-4bc0-9974-323c747f4ecb} <Trace> oximeter.fields_i16 (8b34b429-6d62-480d-bd41-33dce3ff3ffb): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5250 2024.12.19 22:25:27.096467 [ 277 ] {c163b2b6-88f4-4bc0-9974-323c747f4ecb} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001974 sec., 7092.198581560284 rows/sec., 510.54 KiB/sec.
5251 2024.12.19 22:25:27.096524 [ 277 ] {c163b2b6-88f4-4bc0-9974-323c747f4ecb} <Debug> TCPHandler: Processed in 0.00232386 sec.
5252 2024.12.19 22:25:27.096801 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5253 2024.12.19 22:25:27.097024 [ 278 ] {e23a80da-7fed-4933-94a6-1360c4cf9b15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5254 2024.12.19 22:25:27.097105 [ 278 ] {e23a80da-7fed-4933-94a6-1360c4cf9b15} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5255 2024.12.19 22:25:27.097929 [ 278 ] {e23a80da-7fed-4933-94a6-1360c4cf9b15} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5256 2024.12.19 22:25:27.097981 [ 278 ] {e23a80da-7fed-4933-94a6-1360c4cf9b15} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
5257 2024.12.19 22:25:27.098451 [ 278 ] {e23a80da-7fed-4933-94a6-1360c4cf9b15} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
5258 2024.12.19 22:25:27.098709 [ 278 ] {e23a80da-7fed-4933-94a6-1360c4cf9b15} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5259 2024.12.19 22:25:27.098993 [ 278 ] {e23a80da-7fed-4933-94a6-1360c4cf9b15} <Debug> executeQuery: Read 227 rows, 20.31 KiB in 0.002025 sec., 112098.76543209878 rows/sec., 9.79 MiB/sec.
5260 2024.12.19 22:25:27.099080 [ 278 ] {e23a80da-7fed-4933-94a6-1360c4cf9b15} <Debug> TCPHandler: Processed in 0.002424433 sec.
5261 2024.12.19 22:25:27.099299 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5262 2024.12.19 22:25:27.099450 [ 277 ] {56124233-b6fe-4f69-80e9-724447ae68a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5263 2024.12.19 22:25:27.099510 [ 277 ] {56124233-b6fe-4f69-80e9-724447ae68a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5264 2024.12.19 22:25:27.100209 [ 277 ] {56124233-b6fe-4f69-80e9-724447ae68a1} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5265 2024.12.19 22:25:27.100248 [ 277 ] {56124233-b6fe-4f69-80e9-724447ae68a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
5266 2024.12.19 22:25:27.100630 [ 277 ] {56124233-b6fe-4f69-80e9-724447ae68a1} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
5267 2024.12.19 22:25:27.100876 [ 277 ] {56124233-b6fe-4f69-80e9-724447ae68a1} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5268 2024.12.19 22:25:27.101099 [ 277 ] {56124233-b6fe-4f69-80e9-724447ae68a1} <Debug> executeQuery: Read 19 rows, 1.36 KiB in 0.001687 sec., 11262.59632483699 rows/sec., 805.22 KiB/sec.
5269 2024.12.19 22:25:27.101337 [ 277 ] {56124233-b6fe-4f69-80e9-724447ae68a1} <Debug> TCPHandler: Processed in 0.002117896 sec.
5270 2024.12.19 22:25:27.101581 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5271 2024.12.19 22:25:27.101740 [ 278 ] {bbc2946e-64e5-4326-a4cd-5ebc941a61e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
5272 2024.12.19 22:25:27.101800 [ 278 ] {bbc2946e-64e5-4326-a4cd-5ebc941a61e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
5273 2024.12.19 22:25:27.102427 [ 278 ] {bbc2946e-64e5-4326-a4cd-5ebc941a61e8} <Trace> oximeter.fields_u32 (96604386-977a-478c-b894-f09eb465191c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5274 2024.12.19 22:25:27.102466 [ 278 ] {bbc2946e-64e5-4326-a4cd-5ebc941a61e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
5275 2024.12.19 22:25:27.102821 [ 278 ] {bbc2946e-64e5-4326-a4cd-5ebc941a61e8} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
5276 2024.12.19 22:25:27.103069 [ 278 ] {bbc2946e-64e5-4326-a4cd-5ebc941a61e8} <Trace> oximeter.fields_u32 (96604386-977a-478c-b894-f09eb465191c): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5277 2024.12.19 22:25:27.103287 [ 278 ] {bbc2946e-64e5-4326-a4cd-5ebc941a61e8} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001578 sec., 8871.989860583017 rows/sec., 621.34 KiB/sec.
5278 2024.12.19 22:25:27.103339 [ 278 ] {bbc2946e-64e5-4326-a4cd-5ebc941a61e8} <Debug> TCPHandler: Processed in 0.001892681 sec.
5279 2024.12.19 22:25:27.103536 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5280 2024.12.19 22:25:27.103759 [ 277 ] {77439e14-f391-416b-8979-95e631c27743} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
5281 2024.12.19 22:25:27.103851 [ 277 ] {77439e14-f391-416b-8979-95e631c27743} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
5282 2024.12.19 22:25:27.104567 [ 277 ] {77439e14-f391-416b-8979-95e631c27743} <Trace> oximeter.fields_u8 (74ab6f56-b776-4e15-89eb-af2ec1acc724): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5283 2024.12.19 22:25:27.104606 [ 277 ] {77439e14-f391-416b-8979-95e631c27743} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
5284 2024.12.19 22:25:27.104976 [ 277 ] {77439e14-f391-416b-8979-95e631c27743} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
5285 2024.12.19 22:25:27.105221 [ 277 ] {77439e14-f391-416b-8979-95e631c27743} <Trace> oximeter.fields_u8 (74ab6f56-b776-4e15-89eb-af2ec1acc724): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5286 2024.12.19 22:25:27.105403 [ 277 ] {77439e14-f391-416b-8979-95e631c27743} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001701 sec., 7642.5631981187535 rows/sec., 476.51 KiB/sec.
5287 2024.12.19 22:25:27.105455 [ 277 ] {77439e14-f391-416b-8979-95e631c27743} <Debug> TCPHandler: Processed in 0.002033944 sec.
5288 2024.12.19 22:25:27.105607 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5289 2024.12.19 22:25:27.105726 [ 278 ] {b5f676a7-7cca-4e6d-810d-06b8cbf00253} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5290 2024.12.19 22:25:27.105775 [ 278 ] {b5f676a7-7cca-4e6d-810d-06b8cbf00253} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5291 2024.12.19 22:25:27.106485 [ 278 ] {b5f676a7-7cca-4e6d-810d-06b8cbf00253} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5292 2024.12.19 22:25:27.106525 [ 278 ] {b5f676a7-7cca-4e6d-810d-06b8cbf00253} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
5293 2024.12.19 22:25:27.106898 [ 278 ] {b5f676a7-7cca-4e6d-810d-06b8cbf00253} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
5294 2024.12.19 22:25:27.107135 [ 278 ] {b5f676a7-7cca-4e6d-810d-06b8cbf00253} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5295 2024.12.19 22:25:27.107346 [ 278 ] {b5f676a7-7cca-4e6d-810d-06b8cbf00253} <Debug> executeQuery: Read 394 rows, 28.64 KiB in 0.001644 sec., 239659.36739659368 rows/sec., 17.01 MiB/sec.
5296 2024.12.19 22:25:27.107397 [ 278 ] {b5f676a7-7cca-4e6d-810d-06b8cbf00253} <Debug> TCPHandler: Processed in 0.00184987 sec.
5297 2024.12.19 22:25:27.107552 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5298 2024.12.19 22:25:27.107692 [ 277 ] {50fe1b59-781f-4120-8701-505c6631beb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
5299 2024.12.19 22:25:27.107753 [ 277 ] {50fe1b59-781f-4120-8701-505c6631beb9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
5300 2024.12.19 22:25:27.108282 [ 277 ] {50fe1b59-781f-4120-8701-505c6631beb9} <Trace> oximeter.measurements_bool (164ca455-e956-4308-a817-eda615c184e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5301 2024.12.19 22:25:27.108318 [ 277 ] {50fe1b59-781f-4120-8701-505c6631beb9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
5302 2024.12.19 22:25:27.108686 [ 277 ] {50fe1b59-781f-4120-8701-505c6631beb9} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
5303 2024.12.19 22:25:27.108923 [ 277 ] {50fe1b59-781f-4120-8701-505c6631beb9} <Trace> oximeter.measurements_bool (164ca455-e956-4308-a817-eda615c184e9): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5304 2024.12.19 22:25:27.109150 [ 277 ] {50fe1b59-781f-4120-8701-505c6631beb9} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001488 sec., 4032.2580645161293 rows/sec., 210.67 KiB/sec.
5305 2024.12.19 22:25:27.109354 [ 277 ] {50fe1b59-781f-4120-8701-505c6631beb9} <Debug> TCPHandler: Processed in 0.001867891 sec.
5306 2024.12.19 22:25:27.109531 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5307 2024.12.19 22:25:27.109681 [ 278 ] {79fe4221-6423-4cd2-8e65-0649069310f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5308 2024.12.19 22:25:27.109744 [ 278 ] {79fe4221-6423-4cd2-8e65-0649069310f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5309 2024.12.19 22:25:27.110391 [ 278 ] {79fe4221-6423-4cd2-8e65-0649069310f3} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5310 2024.12.19 22:25:27.110430 [ 278 ] {79fe4221-6423-4cd2-8e65-0649069310f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
5311 2024.12.19 22:25:27.110835 [ 278 ] {79fe4221-6423-4cd2-8e65-0649069310f3} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
5312 2024.12.19 22:25:27.111080 [ 278 ] {79fe4221-6423-4cd2-8e65-0649069310f3} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5313 2024.12.19 22:25:27.111304 [ 278 ] {79fe4221-6423-4cd2-8e65-0649069310f3} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001654 sec., 143288.99637243047 rows/sec., 9.60 MiB/sec.
5314 2024.12.19 22:25:27.111358 [ 278 ] {79fe4221-6423-4cd2-8e65-0649069310f3} <Debug> TCPHandler: Processed in 0.001895031 sec.
5315 2024.12.19 22:25:27.111509 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5316 2024.12.19 22:25:27.111648 [ 277 ] {c70041d8-95e5-4c0a-a75c-48211aca6e2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
5317 2024.12.19 22:25:27.111707 [ 277 ] {c70041d8-95e5-4c0a-a75c-48211aca6e2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
5318 2024.12.19 22:25:27.112224 [ 277 ] {c70041d8-95e5-4c0a-a75c-48211aca6e2c} <Trace> oximeter.measurements_f64 (f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5319 2024.12.19 22:25:27.112260 [ 277 ] {c70041d8-95e5-4c0a-a75c-48211aca6e2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
5320 2024.12.19 22:25:27.112610 [ 277 ] {c70041d8-95e5-4c0a-a75c-48211aca6e2c} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
5321 2024.12.19 22:25:27.112842 [ 277 ] {c70041d8-95e5-4c0a-a75c-48211aca6e2c} <Trace> oximeter.measurements_f64 (f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5322 2024.12.19 22:25:27.113020 [ 277 ] {c70041d8-95e5-4c0a-a75c-48211aca6e2c} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001404 sec., 712.2507122507122 rows/sec., 47.99 KiB/sec.
5323 2024.12.19 22:25:27.113069 [ 277 ] {c70041d8-95e5-4c0a-a75c-48211aca6e2c} <Debug> TCPHandler: Processed in 0.001627846 sec.
5324 2024.12.19 22:25:27.113227 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5325 2024.12.19 22:25:27.113366 [ 278 ] {063352e2-f381-482e-b2c4-36b6713c167e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5326 2024.12.19 22:25:27.113460 [ 278 ] {063352e2-f381-482e-b2c4-36b6713c167e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
5327 2024.12.19 22:25:27.114650 [ 278 ] {063352e2-f381-482e-b2c4-36b6713c167e} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5328 2024.12.19 22:25:27.114690 [ 278 ] {063352e2-f381-482e-b2c4-36b6713c167e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
5329 2024.12.19 22:25:27.115302 [ 278 ] {063352e2-f381-482e-b2c4-36b6713c167e} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
5330 2024.12.19 22:25:27.115557 [ 278 ] {063352e2-f381-482e-b2c4-36b6713c167e} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5331 2024.12.19 22:25:27.115845 [ 278 ] {063352e2-f381-482e-b2c4-36b6713c167e} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002511 sec., 4778.972520908004 rows/sec., 8.56 MiB/sec.
5332 2024.12.19 22:25:27.116320 [ 278 ] {063352e2-f381-482e-b2c4-36b6713c167e} <Debug> TCPHandler: Processed in 0.003160008 sec.
5333 2024.12.19 22:25:27.116503 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5334 2024.12.19 22:25:27.116642 [ 277 ] {22cfaf68-f0b3-4ebe-a47c-a44c268cd8eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5335 2024.12.19 22:25:27.116701 [ 277 ] {22cfaf68-f0b3-4ebe-a47c-a44c268cd8eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5336 2024.12.19 22:25:27.117250 [ 277 ] {22cfaf68-f0b3-4ebe-a47c-a44c268cd8eb} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5337 2024.12.19 22:25:27.117287 [ 277 ] {22cfaf68-f0b3-4ebe-a47c-a44c268cd8eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
5338 2024.12.19 22:25:27.117666 [ 277 ] {22cfaf68-f0b3-4ebe-a47c-a44c268cd8eb} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
5339 2024.12.19 22:25:27.117898 [ 277 ] {22cfaf68-f0b3-4ebe-a47c-a44c268cd8eb} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5340 2024.12.19 22:25:27.118123 [ 277 ] {22cfaf68-f0b3-4ebe-a47c-a44c268cd8eb} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001503 sec., 54557.551563539586 rows/sec., 3.47 MiB/sec.
5341 2024.12.19 22:25:27.118284 [ 277 ] {22cfaf68-f0b3-4ebe-a47c-a44c268cd8eb} <Debug> TCPHandler: Processed in 0.00184151 sec.
5342 2024.12.19 22:25:32.090998 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5343 2024.12.19 22:25:32.091205 [ 277 ] {52b6e386-5f42-46a4-8edc-37c775924211} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
5344 2024.12.19 22:25:32.091278 [ 277 ] {52b6e386-5f42-46a4-8edc-37c775924211} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
5345 2024.12.19 22:25:32.092021 [ 277 ] {52b6e386-5f42-46a4-8edc-37c775924211} <Trace> oximeter.fields_ipaddr (15c96da1-d320-4880-85e7-7388ae0c0cda): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5346 2024.12.19 22:25:32.092067 [ 277 ] {52b6e386-5f42-46a4-8edc-37c775924211} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
5347 2024.12.19 22:25:32.092495 [ 277 ] {52b6e386-5f42-46a4-8edc-37c775924211} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
5348 2024.12.19 22:25:32.092756 [ 277 ] {52b6e386-5f42-46a4-8edc-37c775924211} <Trace> oximeter.fields_ipaddr (15c96da1-d320-4880-85e7-7388ae0c0cda): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5349 2024.12.19 22:25:32.093007 [ 277 ] {52b6e386-5f42-46a4-8edc-37c775924211} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001854 sec., 1078.7486515641856 rows/sec., 87.96 KiB/sec.
5350 2024.12.19 22:25:32.093094 [ 277 ] {52b6e386-5f42-46a4-8edc-37c775924211} <Debug> TCPHandler: Processed in 0.002242099 sec.
5351 2024.12.19 22:25:32.093355 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5352 2024.12.19 22:25:32.093553 [ 278 ] {780bdaa8-c55a-4189-ad8a-d76ec961e426} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5353 2024.12.19 22:25:32.093627 [ 278 ] {780bdaa8-c55a-4189-ad8a-d76ec961e426} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5354 2024.12.19 22:25:32.094424 [ 278 ] {780bdaa8-c55a-4189-ad8a-d76ec961e426} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5355 2024.12.19 22:25:32.094475 [ 278 ] {780bdaa8-c55a-4189-ad8a-d76ec961e426} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
5356 2024.12.19 22:25:32.094903 [ 278 ] {780bdaa8-c55a-4189-ad8a-d76ec961e426} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
5357 2024.12.19 22:25:32.095147 [ 278 ] {780bdaa8-c55a-4189-ad8a-d76ec961e426} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5358 2024.12.19 22:25:32.095388 [ 278 ] {780bdaa8-c55a-4189-ad8a-d76ec961e426} <Debug> executeQuery: Read 111 rows, 9.51 KiB in 0.001889 sec., 58761.24933827422 rows/sec., 4.92 MiB/sec.
5359 2024.12.19 22:25:32.095446 [ 278 ] {780bdaa8-c55a-4189-ad8a-d76ec961e426} <Debug> TCPHandler: Processed in 0.002228499 sec.
5360 2024.12.19 22:25:32.095606 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5361 2024.12.19 22:25:32.095744 [ 277 ] {fd78662d-7df7-446c-a824-68b1929e4bc3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5362 2024.12.19 22:25:32.095803 [ 277 ] {fd78662d-7df7-446c-a824-68b1929e4bc3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5363 2024.12.19 22:25:32.096462 [ 277 ] {fd78662d-7df7-446c-a824-68b1929e4bc3} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5364 2024.12.19 22:25:32.096502 [ 277 ] {fd78662d-7df7-446c-a824-68b1929e4bc3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
5365 2024.12.19 22:25:32.096869 [ 277 ] {fd78662d-7df7-446c-a824-68b1929e4bc3} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
5366 2024.12.19 22:25:32.097110 [ 277 ] {fd78662d-7df7-446c-a824-68b1929e4bc3} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5367 2024.12.19 22:25:32.097327 [ 277 ] {fd78662d-7df7-446c-a824-68b1929e4bc3} <Debug> executeQuery: Read 29 rows, 2.17 KiB in 0.001613 sec., 17978.921264724115 rows/sec., 1.31 MiB/sec.
5368 2024.12.19 22:25:32.097380 [ 277 ] {fd78662d-7df7-446c-a824-68b1929e4bc3} <Debug> TCPHandler: Processed in 0.00184047 sec.
5369 2024.12.19 22:25:32.097538 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5370 2024.12.19 22:25:32.097677 [ 278 ] {1f55ea71-9cbe-4fbd-8fe2-37d22d0a70cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5371 2024.12.19 22:25:32.097736 [ 278 ] {1f55ea71-9cbe-4fbd-8fe2-37d22d0a70cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5372 2024.12.19 22:25:32.098416 [ 278 ] {1f55ea71-9cbe-4fbd-8fe2-37d22d0a70cf} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5373 2024.12.19 22:25:32.098455 [ 278 ] {1f55ea71-9cbe-4fbd-8fe2-37d22d0a70cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
5374 2024.12.19 22:25:32.098814 [ 278 ] {1f55ea71-9cbe-4fbd-8fe2-37d22d0a70cf} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
5375 2024.12.19 22:25:32.099053 [ 278 ] {1f55ea71-9cbe-4fbd-8fe2-37d22d0a70cf} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5376 2024.12.19 22:25:32.099263 [ 278 ] {1f55ea71-9cbe-4fbd-8fe2-37d22d0a70cf} <Debug> executeQuery: Read 93 rows, 7.44 KiB in 0.001616 sec., 57549.50495049505 rows/sec., 4.50 MiB/sec.
5377 2024.12.19 22:25:32.099316 [ 278 ] {1f55ea71-9cbe-4fbd-8fe2-37d22d0a70cf} <Debug> TCPHandler: Processed in 0.00184176 sec.
5378 2024.12.19 22:25:32.099475 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5379 2024.12.19 22:25:32.099616 [ 277 ] {529ac93e-c718-44cf-90d6-b3e2353ad5f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5380 2024.12.19 22:25:32.099678 [ 277 ] {529ac93e-c718-44cf-90d6-b3e2353ad5f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5381 2024.12.19 22:25:32.100331 [ 277 ] {529ac93e-c718-44cf-90d6-b3e2353ad5f9} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5382 2024.12.19 22:25:32.100369 [ 277 ] {529ac93e-c718-44cf-90d6-b3e2353ad5f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
5383 2024.12.19 22:25:32.100754 [ 277 ] {529ac93e-c718-44cf-90d6-b3e2353ad5f9} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
5384 2024.12.19 22:25:32.100999 [ 277 ] {529ac93e-c718-44cf-90d6-b3e2353ad5f9} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5385 2024.12.19 22:25:32.101209 [ 277 ] {529ac93e-c718-44cf-90d6-b3e2353ad5f9} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001625 sec., 99076.92307692308 rows/sec., 6.90 MiB/sec.
5386 2024.12.19 22:25:32.101261 [ 277 ] {529ac93e-c718-44cf-90d6-b3e2353ad5f9} <Debug> TCPHandler: Processed in 0.001855931 sec.
5387 2024.12.19 22:25:32.101426 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5388 2024.12.19 22:25:32.101565 [ 278 ] {8815e443-593a-4518-806c-66e74afa4e8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5389 2024.12.19 22:25:32.101661 [ 278 ] {8815e443-593a-4518-806c-66e74afa4e8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
5390 2024.12.19 22:25:32.102902 [ 278 ] {8815e443-593a-4518-806c-66e74afa4e8c} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5391 2024.12.19 22:25:32.102943 [ 278 ] {8815e443-593a-4518-806c-66e74afa4e8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
5392 2024.12.19 22:25:32.103571 [ 278 ] {8815e443-593a-4518-806c-66e74afa4e8c} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
5393 2024.12.19 22:25:32.103817 [ 278 ] {8815e443-593a-4518-806c-66e74afa4e8c} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5394 2024.12.19 22:25:32.104019 [ 278 ] {8815e443-593a-4518-806c-66e74afa4e8c} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002484 sec., 10869.565217391304 rows/sec., 19.48 MiB/sec.
5395 2024.12.19 22:25:32.104110 [ 278 ] {8815e443-593a-4518-806c-66e74afa4e8c} <Debug> TCPHandler: Processed in 0.0027566 sec.
5396 2024.12.19 22:25:32.104256 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5397 2024.12.19 22:25:32.104393 [ 277 ] {d6a0baff-1053-4138-93ce-abdc649830af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5398 2024.12.19 22:25:32.104455 [ 277 ] {d6a0baff-1053-4138-93ce-abdc649830af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5399 2024.12.19 22:25:32.105040 [ 277 ] {d6a0baff-1053-4138-93ce-abdc649830af} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5400 2024.12.19 22:25:32.105086 [ 277 ] {d6a0baff-1053-4138-93ce-abdc649830af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
5401 2024.12.19 22:25:32.105476 [ 277 ] {d6a0baff-1053-4138-93ce-abdc649830af} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
5402 2024.12.19 22:25:32.105708 [ 277 ] {d6a0baff-1053-4138-93ce-abdc649830af} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5403 2024.12.19 22:25:32.105937 [ 277 ] {d6a0baff-1053-4138-93ce-abdc649830af} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001571 sec., 38192.234245703374 rows/sec., 2.57 MiB/sec.
5404 2024.12.19 22:25:32.106036 [ 277 ] {d6a0baff-1053-4138-93ce-abdc649830af} <Debug> TCPHandler: Processed in 0.001846551 sec.
5405 2024.12.19 22:25:33.146103 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11529
5406 2024.12.19 22:25:33.146759 [ 244 ] {} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5407 2024.12.19 22:25:33.146806 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
5408 2024.12.19 22:25:33.147371 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
5409 2024.12.19 22:25:33.147622 [ 244 ] {} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5410 2024.12.19 22:25:33.147888 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11529
5411 2024.12.19 22:25:33.904125 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 189
5412 2024.12.19 22:25:33.926342 [ 243 ] {} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5413 2024.12.19 22:25:33.926390 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
5414 2024.12.19 22:25:33.933731 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
5415 2024.12.19 22:25:33.934511 [ 243 ] {} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5416 2024.12.19 22:25:33.937088 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 189
5417 2024.12.19 22:25:35.687377 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 778
5418 2024.12.19 22:25:35.690495 [ 242 ] {} <Trace> system.query_log (70720294-7ac9-485f-8b0b-2131ff2acf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5419 2024.12.19 22:25:35.690548 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
5420 2024.12.19 22:25:35.692026 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
5421 2024.12.19 22:25:35.692332 [ 242 ] {} <Trace> system.query_log (70720294-7ac9-485f-8b0b-2131ff2acf2b): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5422 2024.12.19 22:25:35.693311 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 778
5423 2024.12.19 22:25:37.094582 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5424 2024.12.19 22:25:37.094789 [ 277 ] {1ab4b195-29a3-4553-96ba-2abf76aa077e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
5425 2024.12.19 22:25:37.094866 [ 277 ] {1ab4b195-29a3-4553-96ba-2abf76aa077e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
5426 2024.12.19 22:25:37.095671 [ 277 ] {1ab4b195-29a3-4553-96ba-2abf76aa077e} <Trace> oximeter.fields_i16 (8b34b429-6d62-480d-bd41-33dce3ff3ffb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5427 2024.12.19 22:25:37.095713 [ 277 ] {1ab4b195-29a3-4553-96ba-2abf76aa077e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
5428 2024.12.19 22:25:37.096145 [ 277 ] {1ab4b195-29a3-4553-96ba-2abf76aa077e} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
5429 2024.12.19 22:25:37.096407 [ 277 ] {1ab4b195-29a3-4553-96ba-2abf76aa077e} <Trace> oximeter.fields_i16 (8b34b429-6d62-480d-bd41-33dce3ff3ffb): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5430 2024.12.19 22:25:37.096556 [ 30 ] {} <Debug> oximeter.fields_i16 (8b34b429-6d62-480d-bd41-33dce3ff3ffb) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0
5431 2024.12.19 22:25:37.096607 [ 30 ] {} <Trace> oximeter.fields_i16 (8b34b429-6d62-480d-bd41-33dce3ff3ffb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5432 2024.12.19 22:25:37.096619 [ 277 ] {1ab4b195-29a3-4553-96ba-2abf76aa077e} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001889 sec., 7411.3287453679195 rows/sec., 533.52 KiB/sec.
5433 2024.12.19 22:25:37.096640 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
5434 2024.12.19 22:25:37.096693 [ 277 ] {1ab4b195-29a3-4553-96ba-2abf76aa077e} <Debug> TCPHandler: Processed in 0.002244708 sec.
5435 2024.12.19 22:25:37.097091 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5436 2024.12.19 22:25:37.097299 [ 197 ] {8b34b429-6d62-480d-bd41-33dce3ff3ffb::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
5437 2024.12.19 22:25:37.097431 [ 278 ] {a7b5e50c-face-4ec9-9cd5-a60cb15ebde5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5438 2024.12.19 22:25:37.097563 [ 278 ] {a7b5e50c-face-4ec9-9cd5-a60cb15ebde5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5439 2024.12.19 22:25:37.097583 [ 197 ] {8b34b429-6d62-480d-bd41-33dce3ff3ffb::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5440 2024.12.19 22:25:37.097697 [ 197 ] {8b34b429-6d62-480d-bd41-33dce3ff3ffb::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 14 rows starting from the beginning of the part
5441 2024.12.19 22:25:37.097969 [ 197 ] {8b34b429-6d62-480d-bd41-33dce3ff3ffb::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 14 rows starting from the beginning of the part
5442 2024.12.19 22:25:37.098275 [ 197 ] {8b34b429-6d62-480d-bd41-33dce3ff3ffb::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 14 rows starting from the beginning of the part
5443 2024.12.19 22:25:37.098615 [ 197 ] {8b34b429-6d62-480d-bd41-33dce3ff3ffb::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 14 rows starting from the beginning of the part
5444 2024.12.19 22:25:37.098987 [ 197 ] {8b34b429-6d62-480d-bd41-33dce3ff3ffb::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 14 rows starting from the beginning of the part
5445 2024.12.19 22:25:37.100859 [ 278 ] {a7b5e50c-face-4ec9-9cd5-a60cb15ebde5} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5446 2024.12.19 22:25:37.100956 [ 278 ] {a7b5e50c-face-4ec9-9cd5-a60cb15ebde5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB.
5447 2024.12.19 22:25:37.101493 [ 197 ] {8b34b429-6d62-480d-bd41-33dce3ff3ffb::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004714363 sec., 14848.241427314782 rows/sec., 1.10 MiB/sec.
5448 2024.12.19 22:25:37.101765 [ 198 ] {8b34b429-6d62-480d-bd41-33dce3ff3ffb::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary)
5449 2024.12.19 22:25:37.101894 [ 278 ] {a7b5e50c-face-4ec9-9cd5-a60cb15ebde5} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
5450 2024.12.19 22:25:37.102117 [ 198 ] {8b34b429-6d62-480d-bd41-33dce3ff3ffb::all_1_17_4} <Trace> oximeter.fields_i16 (8b34b429-6d62-480d-bd41-33dce3ff3ffb): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5451 2024.12.19 22:25:37.102205 [ 278 ] {a7b5e50c-face-4ec9-9cd5-a60cb15ebde5} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5452 2024.12.19 22:25:37.102248 [ 198 ] {8b34b429-6d62-480d-bd41-33dce3ff3ffb::all_1_17_4} <Trace> oximeter.fields_i16 (8b34b429-6d62-480d-bd41-33dce3ff3ffb) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4
5453 2024.12.19 22:25:37.102416 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
5454 2024.12.19 22:25:37.102556 [ 278 ] {a7b5e50c-face-4ec9-9cd5-a60cb15ebde5} <Debug> executeQuery: Read 227 rows, 20.31 KiB in 0.005202 sec., 43637.06266820453 rows/sec., 3.81 MiB/sec.
5455 2024.12.19 22:25:37.102622 [ 278 ] {a7b5e50c-face-4ec9-9cd5-a60cb15ebde5} <Debug> TCPHandler: Processed in 0.005778716 sec.
5456 2024.12.19 22:25:37.102830 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5457 2024.12.19 22:25:37.103055 [ 277 ] {97b32b0c-8e34-4e42-88b7-5c2738185368} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5458 2024.12.19 22:25:37.103150 [ 277 ] {97b32b0c-8e34-4e42-88b7-5c2738185368} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5459 2024.12.19 22:25:37.103857 [ 277 ] {97b32b0c-8e34-4e42-88b7-5c2738185368} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5460 2024.12.19 22:25:37.103895 [ 277 ] {97b32b0c-8e34-4e42-88b7-5c2738185368} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
5461 2024.12.19 22:25:37.104267 [ 277 ] {97b32b0c-8e34-4e42-88b7-5c2738185368} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
5462 2024.12.19 22:25:37.104522 [ 277 ] {97b32b0c-8e34-4e42-88b7-5c2738185368} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5463 2024.12.19 22:25:37.104705 [ 277 ] {97b32b0c-8e34-4e42-88b7-5c2738185368} <Debug> executeQuery: Read 19 rows, 1.36 KiB in 0.001706 sec., 11137.162954279014 rows/sec., 796.25 KiB/sec.
5464 2024.12.19 22:25:37.104757 [ 277 ] {97b32b0c-8e34-4e42-88b7-5c2738185368} <Debug> TCPHandler: Processed in 0.002039435 sec.
5465 2024.12.19 22:25:37.104923 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5466 2024.12.19 22:25:37.105062 [ 278 ] {a5fa3d47-1dcd-4a0a-935c-9b4165379624} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
5467 2024.12.19 22:25:37.105121 [ 278 ] {a5fa3d47-1dcd-4a0a-935c-9b4165379624} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
5468 2024.12.19 22:25:37.105844 [ 278 ] {a5fa3d47-1dcd-4a0a-935c-9b4165379624} <Trace> oximeter.fields_u32 (96604386-977a-478c-b894-f09eb465191c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5469 2024.12.19 22:25:37.105893 [ 278 ] {a5fa3d47-1dcd-4a0a-935c-9b4165379624} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
5470 2024.12.19 22:25:37.106347 [ 278 ] {a5fa3d47-1dcd-4a0a-935c-9b4165379624} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
5471 2024.12.19 22:25:37.106630 [ 278 ] {a5fa3d47-1dcd-4a0a-935c-9b4165379624} <Trace> oximeter.fields_u32 (96604386-977a-478c-b894-f09eb465191c): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5472 2024.12.19 22:25:37.106903 [ 278 ] {a5fa3d47-1dcd-4a0a-935c-9b4165379624} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001871 sec., 7482.629609834313 rows/sec., 524.03 KiB/sec.
5473 2024.12.19 22:25:37.107122 [ 278 ] {a5fa3d47-1dcd-4a0a-935c-9b4165379624} <Debug> TCPHandler: Processed in 0.002265659 sec.
5474 2024.12.19 22:25:37.107283 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5475 2024.12.19 22:25:37.107416 [ 277 ] {3d27cb61-c050-4407-a527-0ad48f9c843f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
5476 2024.12.19 22:25:37.107472 [ 277 ] {3d27cb61-c050-4407-a527-0ad48f9c843f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
5477 2024.12.19 22:25:37.108164 [ 277 ] {3d27cb61-c050-4407-a527-0ad48f9c843f} <Trace> oximeter.fields_u8 (74ab6f56-b776-4e15-89eb-af2ec1acc724): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5478 2024.12.19 22:25:37.108211 [ 277 ] {3d27cb61-c050-4407-a527-0ad48f9c843f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
5479 2024.12.19 22:25:37.108583 [ 277 ] {3d27cb61-c050-4407-a527-0ad48f9c843f} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
5480 2024.12.19 22:25:37.108821 [ 277 ] {3d27cb61-c050-4407-a527-0ad48f9c843f} <Trace> oximeter.fields_u8 (74ab6f56-b776-4e15-89eb-af2ec1acc724): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5481 2024.12.19 22:25:37.108951 [ 30 ] {} <Debug> oximeter.fields_u8 (74ab6f56-b776-4e15-89eb-af2ec1acc724) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0
5482 2024.12.19 22:25:37.108990 [ 30 ] {} <Trace> oximeter.fields_u8 (74ab6f56-b776-4e15-89eb-af2ec1acc724): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5483 2024.12.19 22:25:37.109017 [ 277 ] {3d27cb61-c050-4407-a527-0ad48f9c843f} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00163 sec., 7975.460122699386 rows/sec., 497.27 KiB/sec.
5484 2024.12.19 22:25:37.109022 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
5485 2024.12.19 22:25:37.109127 [ 277 ] {3d27cb61-c050-4407-a527-0ad48f9c843f} <Debug> TCPHandler: Processed in 0.001900601 sec.
5486 2024.12.19 22:25:37.109320 [ 193 ] {74ab6f56-b776-4e15-89eb-af2ec1acc724::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
5487 2024.12.19 22:25:37.109335 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5488 2024.12.19 22:25:37.109600 [ 193 ] {74ab6f56-b776-4e15-89eb-af2ec1acc724::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5489 2024.12.19 22:25:37.109610 [ 278 ] {cddbb151-32fb-4d3a-a3af-e19bfc689acb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5490 2024.12.19 22:25:37.109661 [ 193 ] {74ab6f56-b776-4e15-89eb-af2ec1acc724::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 13 rows starting from the beginning of the part
5491 2024.12.19 22:25:37.109723 [ 278 ] {cddbb151-32fb-4d3a-a3af-e19bfc689acb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5492 2024.12.19 22:25:37.109966 [ 193 ] {74ab6f56-b776-4e15-89eb-af2ec1acc724::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 13 rows starting from the beginning of the part
5493 2024.12.19 22:25:37.110348 [ 193 ] {74ab6f56-b776-4e15-89eb-af2ec1acc724::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 13 rows starting from the beginning of the part
5494 2024.12.19 22:25:37.110695 [ 193 ] {74ab6f56-b776-4e15-89eb-af2ec1acc724::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 13 rows starting from the beginning of the part
5495 2024.12.19 22:25:37.111038 [ 193 ] {74ab6f56-b776-4e15-89eb-af2ec1acc724::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 13 rows starting from the beginning of the part
5496 2024.12.19 22:25:37.112751 [ 278 ] {cddbb151-32fb-4d3a-a3af-e19bfc689acb} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5497 2024.12.19 22:25:37.112835 [ 278 ] {cddbb151-32fb-4d3a-a3af-e19bfc689acb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB.
5498 2024.12.19 22:25:37.113559 [ 193 ] {74ab6f56-b776-4e15-89eb-af2ec1acc724::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004417816 sec., 14713.152381176582 rows/sec., 974.83 KiB/sec.
5499 2024.12.19 22:25:37.113751 [ 193 ] {74ab6f56-b776-4e15-89eb-af2ec1acc724::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary)
5500 2024.12.19 22:25:37.113775 [ 278 ] {cddbb151-32fb-4d3a-a3af-e19bfc689acb} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
5501 2024.12.19 22:25:37.114337 [ 193 ] {74ab6f56-b776-4e15-89eb-af2ec1acc724::all_1_17_4} <Trace> oximeter.fields_u8 (74ab6f56-b776-4e15-89eb-af2ec1acc724): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5502 2024.12.19 22:25:37.114356 [ 278 ] {cddbb151-32fb-4d3a-a3af-e19bfc689acb} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5503 2024.12.19 22:25:37.114509 [ 193 ] {74ab6f56-b776-4e15-89eb-af2ec1acc724::all_1_17_4} <Trace> oximeter.fields_u8 (74ab6f56-b776-4e15-89eb-af2ec1acc724) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4
5504 2024.12.19 22:25:37.114746 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
5505 2024.12.19 22:25:37.114798 [ 278 ] {cddbb151-32fb-4d3a-a3af-e19bfc689acb} <Debug> executeQuery: Read 394 rows, 28.64 KiB in 0.005268 sec., 74791.192103265 rows/sec., 5.31 MiB/sec.
5506 2024.12.19 22:25:37.114872 [ 278 ] {cddbb151-32fb-4d3a-a3af-e19bfc689acb} <Debug> TCPHandler: Processed in 0.005650583 sec.
5507 2024.12.19 22:25:37.115019 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5508 2024.12.19 22:25:37.115140 [ 277 ] {dcd67ed9-c891-4acd-b4ac-65aecc04aa16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
5509 2024.12.19 22:25:37.115192 [ 277 ] {dcd67ed9-c891-4acd-b4ac-65aecc04aa16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
5510 2024.12.19 22:25:37.115688 [ 277 ] {dcd67ed9-c891-4acd-b4ac-65aecc04aa16} <Trace> oximeter.measurements_bool (164ca455-e956-4308-a817-eda615c184e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5511 2024.12.19 22:25:37.115727 [ 277 ] {dcd67ed9-c891-4acd-b4ac-65aecc04aa16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
5512 2024.12.19 22:25:37.116100 [ 277 ] {dcd67ed9-c891-4acd-b4ac-65aecc04aa16} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
5513 2024.12.19 22:25:37.116334 [ 277 ] {dcd67ed9-c891-4acd-b4ac-65aecc04aa16} <Trace> oximeter.measurements_bool (164ca455-e956-4308-a817-eda615c184e9): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5514 2024.12.19 22:25:37.116580 [ 277 ] {dcd67ed9-c891-4acd-b4ac-65aecc04aa16} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001455 sec., 4123.711340206186 rows/sec., 215.45 KiB/sec.
5515 2024.12.19 22:25:37.116684 [ 277 ] {dcd67ed9-c891-4acd-b4ac-65aecc04aa16} <Debug> TCPHandler: Processed in 0.001722298 sec.
5516 2024.12.19 22:25:37.116848 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5517 2024.12.19 22:25:37.116989 [ 278 ] {2d3f63bf-e189-4096-8e6f-dc8ebd00a3be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5518 2024.12.19 22:25:37.117052 [ 278 ] {2d3f63bf-e189-4096-8e6f-dc8ebd00a3be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5519 2024.12.19 22:25:37.117697 [ 278 ] {2d3f63bf-e189-4096-8e6f-dc8ebd00a3be} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5520 2024.12.19 22:25:37.117737 [ 278 ] {2d3f63bf-e189-4096-8e6f-dc8ebd00a3be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
5521 2024.12.19 22:25:37.118136 [ 278 ] {2d3f63bf-e189-4096-8e6f-dc8ebd00a3be} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
5522 2024.12.19 22:25:37.118374 [ 278 ] {2d3f63bf-e189-4096-8e6f-dc8ebd00a3be} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5523 2024.12.19 22:25:37.118633 [ 278 ] {2d3f63bf-e189-4096-8e6f-dc8ebd00a3be} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001669 sec., 142001.19832234873 rows/sec., 9.52 MiB/sec.
5524 2024.12.19 22:25:37.118785 [ 278 ] {2d3f63bf-e189-4096-8e6f-dc8ebd00a3be} <Debug> TCPHandler: Processed in 0.002000593 sec.
5525 2024.12.19 22:25:37.119094 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5526 2024.12.19 22:25:37.119316 [ 277 ] {e123f91c-a248-4cc2-b07b-5b6b2648e1a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
5527 2024.12.19 22:25:37.119395 [ 277 ] {e123f91c-a248-4cc2-b07b-5b6b2648e1a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
5528 2024.12.19 22:25:37.119874 [ 277 ] {e123f91c-a248-4cc2-b07b-5b6b2648e1a0} <Trace> oximeter.measurements_f64 (f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5529 2024.12.19 22:25:37.119912 [ 277 ] {e123f91c-a248-4cc2-b07b-5b6b2648e1a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
5530 2024.12.19 22:25:37.120271 [ 277 ] {e123f91c-a248-4cc2-b07b-5b6b2648e1a0} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
5531 2024.12.19 22:25:37.120520 [ 277 ] {e123f91c-a248-4cc2-b07b-5b6b2648e1a0} <Trace> oximeter.measurements_f64 (f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5532 2024.12.19 22:25:37.120728 [ 277 ] {e123f91c-a248-4cc2-b07b-5b6b2648e1a0} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001467 sec., 681.6632583503749 rows/sec., 45.93 KiB/sec.
5533 2024.12.19 22:25:37.120779 [ 277 ] {e123f91c-a248-4cc2-b07b-5b6b2648e1a0} <Debug> TCPHandler: Processed in 0.001885941 sec.
5534 2024.12.19 22:25:37.120917 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5535 2024.12.19 22:25:37.121036 [ 278 ] {f244633c-3885-4465-8e13-40a6db822ca1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5536 2024.12.19 22:25:37.121119 [ 278 ] {f244633c-3885-4465-8e13-40a6db822ca1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
5537 2024.12.19 22:25:37.122223 [ 278 ] {f244633c-3885-4465-8e13-40a6db822ca1} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5538 2024.12.19 22:25:37.122263 [ 278 ] {f244633c-3885-4465-8e13-40a6db822ca1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
5539 2024.12.19 22:25:37.122886 [ 278 ] {f244633c-3885-4465-8e13-40a6db822ca1} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
5540 2024.12.19 22:25:37.123142 [ 278 ] {f244633c-3885-4465-8e13-40a6db822ca1} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5541 2024.12.19 22:25:37.123384 [ 278 ] {f244633c-3885-4465-8e13-40a6db822ca1} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002372 sec., 5059.021922428331 rows/sec., 9.07 MiB/sec.
5542 2024.12.19 22:25:37.123478 [ 278 ] {f244633c-3885-4465-8e13-40a6db822ca1} <Debug> TCPHandler: Processed in 0.002616487 sec.
5543 2024.12.19 22:25:37.123675 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5544 2024.12.19 22:25:37.123899 [ 277 ] {bbc01654-a456-461a-b8d7-00a2ca316ba0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5545 2024.12.19 22:25:37.123991 [ 277 ] {bbc01654-a456-461a-b8d7-00a2ca316ba0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5546 2024.12.19 22:25:37.124662 [ 277 ] {bbc01654-a456-461a-b8d7-00a2ca316ba0} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5547 2024.12.19 22:25:37.124702 [ 277 ] {bbc01654-a456-461a-b8d7-00a2ca316ba0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB.
5548 2024.12.19 22:25:37.125071 [ 277 ] {bbc01654-a456-461a-b8d7-00a2ca316ba0} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
5549 2024.12.19 22:25:37.125310 [ 277 ] {bbc01654-a456-461a-b8d7-00a2ca316ba0} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5550 2024.12.19 22:25:37.125544 [ 277 ] {bbc01654-a456-461a-b8d7-00a2ca316ba0} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001699 sec., 48263.684520306066 rows/sec., 3.07 MiB/sec.
5551 2024.12.19 22:25:37.125665 [ 277 ] {bbc01654-a456-461a-b8d7-00a2ca316ba0} <Debug> TCPHandler: Processed in 0.002097655 sec.
5552 2024.12.19 22:25:40.527160 [ 72 ] {} <Debug> DNSResolver: Updating DNS cache
5553 2024.12.19 22:25:40.527227 [ 72 ] {} <Debug> DNSResolver: Updated DNS cache
5554 2024.12.19 22:25:40.648978 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 11956
5555 2024.12.19 22:25:40.649620 [ 244 ] {} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5556 2024.12.19 22:25:40.649666 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB.
5557 2024.12.19 22:25:40.650190 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
5558 2024.12.19 22:25:40.650440 [ 244 ] {} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5559 2024.12.19 22:25:40.650664 [ 72 ] {} <Debug> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
5560 2024.12.19 22:25:40.650705 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11956
5561 2024.12.19 22:25:40.650753 [ 72 ] {} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5562 2024.12.19 22:25:40.650788 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB.
5563 2024.12.19 22:25:40.650920 [ 196 ] {b24e19f3-0afd-43dd-aba1-eb03aae2e534::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
5564 2024.12.19 22:25:40.651044 [ 196 ] {b24e19f3-0afd-43dd-aba1-eb03aae2e534::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5565 2024.12.19 22:25:40.651084 [ 196 ] {b24e19f3-0afd-43dd-aba1-eb03aae2e534::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_21_4, total 9699 rows starting from the beginning of the part
5566 2024.12.19 22:25:40.651162 [ 196 ] {b24e19f3-0afd-43dd-aba1-eb03aae2e534::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 427 rows starting from the beginning of the part
5567 2024.12.19 22:25:40.651315 [ 196 ] {b24e19f3-0afd-43dd-aba1-eb03aae2e534::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 488 rows starting from the beginning of the part
5568 2024.12.19 22:25:40.651414 [ 196 ] {b24e19f3-0afd-43dd-aba1-eb03aae2e534::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 427 rows starting from the beginning of the part
5569 2024.12.19 22:25:40.651503 [ 196 ] {b24e19f3-0afd-43dd-aba1-eb03aae2e534::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 488 rows starting from the beginning of the part
5570 2024.12.19 22:25:40.651728 [ 196 ] {b24e19f3-0afd-43dd-aba1-eb03aae2e534::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 427 rows starting from the beginning of the part
5571 2024.12.19 22:25:40.654218 [ 186 ] {b24e19f3-0afd-43dd-aba1-eb03aae2e534::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11956 rows, containing 4 columns (4 merged, 0 gathered) in 0.003352303 sec., 3566503.385881288 rows/sec., 51.02 MiB/sec.
5572 2024.12.19 22:25:40.654775 [ 192 ] {b24e19f3-0afd-43dd-aba1-eb03aae2e534::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
5573 2024.12.19 22:25:40.655174 [ 192 ] {b24e19f3-0afd-43dd-aba1-eb03aae2e534::all_1_26_5} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5574 2024.12.19 22:25:40.655284 [ 192 ] {b24e19f3-0afd-43dd-aba1-eb03aae2e534::all_1_26_5} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
5575 2024.12.19 22:25:40.655421 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.39 MiB.
5576 2024.12.19 22:25:41.438118 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 196
5577 2024.12.19 22:25:41.460565 [ 243 ] {} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5578 2024.12.19 22:25:41.460625 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB.
5579 2024.12.19 22:25:41.468393 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
5580 2024.12.19 22:25:41.469167 [ 243 ] {} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5581 2024.12.19 22:25:41.469559 [ 95 ] {} <Debug> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
5582 2024.12.19 22:25:41.469700 [ 95 ] {} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5583 2024.12.19 22:25:41.469779 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB.
5584 2024.12.19 22:25:41.470288 [ 201 ] {616d7a77-365c-46c3-a06a-0a94885b3600::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
5585 2024.12.19 22:25:41.484851 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 196
5586 2024.12.19 22:25:41.486621 [ 201 ] {616d7a77-365c-46c3-a06a-0a94885b3600::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5587 2024.12.19 22:25:41.487918 [ 201 ] {616d7a77-365c-46c3-a06a-0a94885b3600::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
5588 2024.12.19 22:25:41.493932 [ 201 ] {616d7a77-365c-46c3-a06a-0a94885b3600::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
5589 2024.12.19 22:25:41.499920 [ 201 ] {616d7a77-365c-46c3-a06a-0a94885b3600::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
5590 2024.12.19 22:25:41.505742 [ 201 ] {616d7a77-365c-46c3-a06a-0a94885b3600::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
5591 2024.12.19 22:25:41.511812 [ 201 ] {616d7a77-365c-46c3-a06a-0a94885b3600::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
5592 2024.12.19 22:25:41.516567 [ 201 ] {616d7a77-365c-46c3-a06a-0a94885b3600::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
5593 2024.12.19 22:25:41.576024 [ 200 ] {616d7a77-365c-46c3-a06a-0a94885b3600::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 679 columns (679 merged, 0 gathered) in 0.10609589 sec., 1847.385417097684 rows/sec., 9.55 MiB/sec.
5594 2024.12.19 22:25:41.578857 [ 188 ] {616d7a77-365c-46c3-a06a-0a94885b3600::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
5595 2024.12.19 22:25:41.581947 [ 188 ] {616d7a77-365c-46c3-a06a-0a94885b3600::all_1_26_5} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5596 2024.12.19 22:25:41.582075 [ 188 ] {616d7a77-365c-46c3-a06a-0a94885b3600::all_1_26_5} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
5597 2024.12.19 22:25:41.584706 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB.
5598 2024.12.19 22:25:42.000217 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 195.51 MiB, peak 206.07 MiB, free memory in arenas 0.00 B, will set to 197.14 MiB (RSS), difference: 1.62 MiB
5599 2024.12.19 22:25:42.089831 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5600 2024.12.19 22:25:42.090037 [ 277 ] {b24a9f61-4e32-4457-98cd-218deaa62da4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5601 2024.12.19 22:25:42.090116 [ 277 ] {b24a9f61-4e32-4457-98cd-218deaa62da4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5602 2024.12.19 22:25:42.090918 [ 277 ] {b24a9f61-4e32-4457-98cd-218deaa62da4} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5603 2024.12.19 22:25:42.090965 [ 277 ] {b24a9f61-4e32-4457-98cd-218deaa62da4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB.
5604 2024.12.19 22:25:42.091400 [ 277 ] {b24a9f61-4e32-4457-98cd-218deaa62da4} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
5605 2024.12.19 22:25:42.091662 [ 277 ] {b24a9f61-4e32-4457-98cd-218deaa62da4} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5606 2024.12.19 22:25:42.091881 [ 117 ] {} <Debug> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
5607 2024.12.19 22:25:42.091907 [ 277 ] {b24a9f61-4e32-4457-98cd-218deaa62da4} <Debug> executeQuery: Read 110 rows, 9.44 KiB in 0.001925 sec., 57142.85714285714 rows/sec., 4.79 MiB/sec.
5608 2024.12.19 22:25:42.091986 [ 117 ] {} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5609 2024.12.19 22:25:42.092074 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB.
5610 2024.12.19 22:25:42.092086 [ 277 ] {b24a9f61-4e32-4457-98cd-218deaa62da4} <Debug> TCPHandler: Processed in 0.002385902 sec.
5611 2024.12.19 22:25:42.092337 [ 200 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::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
5612 2024.12.19 22:25:42.092409 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5613 2024.12.19 22:25:42.092506 [ 200 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5614 2024.12.19 22:25:42.092559 [ 200 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1430 rows starting from the beginning of the part
5615 2024.12.19 22:25:42.092715 [ 278 ] {89e141b3-8e8d-48da-b69e-b15134e774b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5616 2024.12.19 22:25:42.092770 [ 200 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::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
5617 2024.12.19 22:25:42.092908 [ 278 ] {89e141b3-8e8d-48da-b69e-b15134e774b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5618 2024.12.19 22:25:42.093176 [ 200 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 227 rows starting from the beginning of the part
5619 2024.12.19 22:25:42.093565 [ 200 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 111 rows starting from the beginning of the part
5620 2024.12.19 22:25:42.093823 [ 200 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 227 rows starting from the beginning of the part
5621 2024.12.19 22:25:42.094191 [ 200 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 110 rows starting from the beginning of the part
5622 2024.12.19 22:25:42.095954 [ 278 ] {89e141b3-8e8d-48da-b69e-b15134e774b1} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5623 2024.12.19 22:25:42.096034 [ 278 ] {89e141b3-8e8d-48da-b69e-b15134e774b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB.
5624 2024.12.19 22:25:42.097046 [ 278 ] {89e141b3-8e8d-48da-b69e-b15134e774b1} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
5625 2024.12.19 22:25:42.097573 [ 278 ] {89e141b3-8e8d-48da-b69e-b15134e774b1} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5626 2024.12.19 22:25:42.097664 [ 200 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2215 rows, containing 5 columns (5 merged, 0 gathered) in 0.005472959 sec., 404717.0826604036 rows/sec., 35.65 MiB/sec.
5627 2024.12.19 22:25:42.097858 [ 117 ] {} <Debug> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df) (MergerMutator): Selected 6 parts from all_1_25_5 to all_30_30_0
5628 2024.12.19 22:25:42.097961 [ 117 ] {} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5629 2024.12.19 22:25:42.098013 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB.
5630 2024.12.19 22:25:42.098014 [ 200 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
5631 2024.12.19 22:25:42.098081 [ 278 ] {89e141b3-8e8d-48da-b69e-b15134e774b1} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.005453 sec., 4951.402897487621 rows/sec., 372.32 KiB/sec.
5632 2024.12.19 22:25:42.098456 [ 278 ] {89e141b3-8e8d-48da-b69e-b15134e774b1} <Debug> TCPHandler: Processed in 0.006214535 sec.
5633 2024.12.19 22:25:42.098503 [ 187 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_30_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_25_5 to all_30_30_0 into Compact with storage Full
5634 2024.12.19 22:25:42.098813 [ 187 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_30_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5635 2024.12.19 22:25:42.098814 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5636 2024.12.19 22:25:42.098872 [ 200 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_41_8} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5637 2024.12.19 22:25:42.098888 [ 187 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_5, total 64 rows starting from the beginning of the part
5638 2024.12.19 22:25:42.099270 [ 200 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_41_8} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
5639 2024.12.19 22:25:42.099323 [ 187 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 27 rows starting from the beginning of the part
5640 2024.12.19 22:25:42.099394 [ 277 ] {bd46402a-172a-4478-8a4e-46f9de41e7f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5641 2024.12.19 22:25:42.099683 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.66 MiB.
5642 2024.12.19 22:25:42.099740 [ 277 ] {bd46402a-172a-4478-8a4e-46f9de41e7f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5643 2024.12.19 22:25:42.099818 [ 187 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 19 rows starting from the beginning of the part
5644 2024.12.19 22:25:42.100209 [ 187 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 29 rows starting from the beginning of the part
5645 2024.12.19 22:25:42.100506 [ 187 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 19 rows starting from the beginning of the part
5646 2024.12.19 22:25:42.100848 [ 187 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 27 rows starting from the beginning of the part
5647 2024.12.19 22:25:42.102575 [ 277 ] {bd46402a-172a-4478-8a4e-46f9de41e7f3} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5648 2024.12.19 22:25:42.102641 [ 277 ] {bd46402a-172a-4478-8a4e-46f9de41e7f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB.
5649 2024.12.19 22:25:42.103728 [ 277 ] {bd46402a-172a-4478-8a4e-46f9de41e7f3} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
5650 2024.12.19 22:25:42.103816 [ 187 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_30_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 185 rows, containing 5 columns (5 merged, 0 gathered) in 0.005684144 sec., 32546.677212962935 rows/sec., 2.46 MiB/sec.
5651 2024.12.19 22:25:42.104016 [ 187 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_30_6} <Trace> MergedBlockOutputStream: filled checksums all_1_30_6 (state Temporary)
5652 2024.12.19 22:25:42.104242 [ 277 ] {bd46402a-172a-4478-8a4e-46f9de41e7f3} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5653 2024.12.19 22:25:42.104481 [ 117 ] {} <Debug> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
5654 2024.12.19 22:25:42.104595 [ 117 ] {} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5655 2024.12.19 22:25:42.104614 [ 187 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_30_6} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Renaming temporary part tmp_merge_all_1_30_6 to all_1_30_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5656 2024.12.19 22:25:42.104669 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB.
5657 2024.12.19 22:25:42.104816 [ 277 ] {bd46402a-172a-4478-8a4e-46f9de41e7f3} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.005621 sec., 16189.2901618929 rows/sec., 1.26 MiB/sec.
5658 2024.12.19 22:25:42.104894 [ 187 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_30_6} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df) (MergerMutator): Merged 6 parts: [all_1_25_5, all_30_30_0] -> all_1_30_6
5659 2024.12.19 22:25:42.105194 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
5660 2024.12.19 22:25:42.105198 [ 277 ] {bd46402a-172a-4478-8a4e-46f9de41e7f3} <Debug> TCPHandler: Processed in 0.006602954 sec.
5661 2024.12.19 22:25:42.105254 [ 187 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::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
5662 2024.12.19 22:25:42.105438 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5663 2024.12.19 22:25:42.105451 [ 187 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5664 2024.12.19 22:25:42.105506 [ 187 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 913 rows starting from the beginning of the part
5665 2024.12.19 22:25:42.105730 [ 278 ] {fbc8f8ef-14fc-4353-bf6c-91e356561ce2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5666 2024.12.19 22:25:42.105756 [ 187 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::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
5667 2024.12.19 22:25:42.105942 [ 278 ] {fbc8f8ef-14fc-4353-bf6c-91e356561ce2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5668 2024.12.19 22:25:42.106016 [ 187 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 394 rows starting from the beginning of the part
5669 2024.12.19 22:25:42.106356 [ 187 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 93 rows starting from the beginning of the part
5670 2024.12.19 22:25:42.106714 [ 187 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 394 rows starting from the beginning of the part
5671 2024.12.19 22:25:42.107067 [ 187 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 91 rows starting from the beginning of the part
5672 2024.12.19 22:25:42.108527 [ 278 ] {fbc8f8ef-14fc-4353-bf6c-91e356561ce2} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5673 2024.12.19 22:25:42.108607 [ 278 ] {fbc8f8ef-14fc-4353-bf6c-91e356561ce2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB.
5674 2024.12.19 22:25:42.109559 [ 278 ] {fbc8f8ef-14fc-4353-bf6c-91e356561ce2} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
5675 2024.12.19 22:25:42.109983 [ 189 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1976 rows, containing 5 columns (5 merged, 0 gathered) in 0.005157942 sec., 383098.5303828542 rows/sec., 29.35 MiB/sec.
5676 2024.12.19 22:25:42.110010 [ 278 ] {fbc8f8ef-14fc-4353-bf6c-91e356561ce2} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5677 2024.12.19 22:25:42.110238 [ 117 ] {} <Debug> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
5678 2024.12.19 22:25:42.110290 [ 190 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
5679 2024.12.19 22:25:42.110332 [ 117 ] {} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5680 2024.12.19 22:25:42.110384 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB.
5681 2024.12.19 22:25:42.110454 [ 278 ] {fbc8f8ef-14fc-4353-bf6c-91e356561ce2} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004852 sec., 32976.09233305853 rows/sec., 2.30 MiB/sec.
5682 2024.12.19 22:25:42.110786 [ 278 ] {fbc8f8ef-14fc-4353-bf6c-91e356561ce2} <Debug> TCPHandler: Processed in 0.005444978 sec.
5683 2024.12.19 22:25:42.111019 [ 191 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::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
5684 2024.12.19 22:25:42.111061 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5685 2024.12.19 22:25:42.111169 [ 190 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_41_8} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5686 2024.12.19 22:25:42.111419 [ 277 ] {030b2539-a4fb-4e97-b40a-93bad4c46fc4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5687 2024.12.19 22:25:42.111493 [ 191 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5688 2024.12.19 22:25:42.111517 [ 190 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_41_8} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
5689 2024.12.19 22:25:42.111590 [ 191 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 11840 rows starting from the beginning of the part
5690 2024.12.19 22:25:42.111709 [ 277 ] {030b2539-a4fb-4e97-b40a-93bad4c46fc4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
5691 2024.12.19 22:25:42.111829 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB.
5692 2024.12.19 22:25:42.112125 [ 191 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::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
5693 2024.12.19 22:25:42.112493 [ 191 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 237 rows starting from the beginning of the part
5694 2024.12.19 22:25:42.112885 [ 191 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 161 rows starting from the beginning of the part
5695 2024.12.19 22:25:42.113220 [ 191 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 237 rows starting from the beginning of the part
5696 2024.12.19 22:25:42.113546 [ 191 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::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
5697 2024.12.19 22:25:42.115659 [ 277 ] {030b2539-a4fb-4e97-b40a-93bad4c46fc4} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5698 2024.12.19 22:25:42.115707 [ 277 ] {030b2539-a4fb-4e97-b40a-93bad4c46fc4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB.
5699 2024.12.19 22:25:42.116818 [ 277 ] {030b2539-a4fb-4e97-b40a-93bad4c46fc4} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
5700 2024.12.19 22:25:42.117443 [ 277 ] {030b2539-a4fb-4e97-b40a-93bad4c46fc4} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5701 2024.12.19 22:25:42.117712 [ 277 ] {030b2539-a4fb-4e97-b40a-93bad4c46fc4} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.00644 sec., 4192.546583850932 rows/sec., 7.51 MiB/sec.
5702 2024.12.19 22:25:42.117810 [ 277 ] {030b2539-a4fb-4e97-b40a-93bad4c46fc4} <Debug> TCPHandler: Processed in 0.006885641 sec.
5703 2024.12.19 22:25:42.118031 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5704 2024.12.19 22:25:42.118184 [ 278 ] {3d46cafd-432b-4fa5-a020-b8d4f76a22dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5705 2024.12.19 22:25:42.118245 [ 278 ] {3d46cafd-432b-4fa5-a020-b8d4f76a22dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5706 2024.12.19 22:25:42.119195 [ 191 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 12795 rows, containing 5 columns (5 merged, 0 gathered) in 0.008614747 sec., 1485243.8498774252 rows/sec., 100.29 MiB/sec.
5707 2024.12.19 22:25:42.119293 [ 278 ] {3d46cafd-432b-4fa5-a020-b8d4f76a22dc} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5708 2024.12.19 22:25:42.119338 [ 278 ] {3d46cafd-432b-4fa5-a020-b8d4f76a22dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB.
5709 2024.12.19 22:25:42.119564 [ 191 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
5710 2024.12.19 22:25:42.119981 [ 278 ] {3d46cafd-432b-4fa5-a020-b8d4f76a22dc} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
5711 2024.12.19 22:25:42.120128 [ 198 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5712 2024.12.19 22:25:42.120246 [ 198 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
5713 2024.12.19 22:25:42.120334 [ 278 ] {3d46cafd-432b-4fa5-a020-b8d4f76a22dc} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5714 2024.12.19 22:25:42.120378 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.33 MiB.
5715 2024.12.19 22:25:42.120543 [ 117 ] {} <Debug> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
5716 2024.12.19 22:25:42.120604 [ 117 ] {} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5717 2024.12.19 22:25:42.120621 [ 278 ] {3d46cafd-432b-4fa5-a020-b8d4f76a22dc} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002454 sec., 24449.877750611246 rows/sec., 1.65 MiB/sec.
5718 2024.12.19 22:25:42.120669 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB.
5719 2024.12.19 22:25:42.120796 [ 278 ] {3d46cafd-432b-4fa5-a020-b8d4f76a22dc} <Debug> TCPHandler: Processed in 0.002827722 sec.
5720 2024.12.19 22:25:42.120944 [ 190 ] {a2784562-0832-4e33-8769-44c7df75eec1::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
5721 2024.12.19 22:25:42.121066 [ 190 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5722 2024.12.19 22:25:42.121095 [ 190 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 2178 rows starting from the beginning of the part
5723 2024.12.19 22:25:42.121171 [ 190 ] {a2784562-0832-4e33-8769-44c7df75eec1::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
5724 2024.12.19 22:25:42.121265 [ 190 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 82 rows starting from the beginning of the part
5725 2024.12.19 22:25:42.121482 [ 190 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 60 rows starting from the beginning of the part
5726 2024.12.19 22:25:42.121561 [ 190 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 82 rows starting from the beginning of the part
5727 2024.12.19 22:25:42.121624 [ 190 ] {a2784562-0832-4e33-8769-44c7df75eec1::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
5728 2024.12.19 22:25:42.123339 [ 193 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2522 rows, containing 4 columns (4 merged, 0 gathered) in 0.002526135 sec., 998363.1120268711 rows/sec., 65.14 MiB/sec.
5729 2024.12.19 22:25:42.123701 [ 197 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
5730 2024.12.19 22:25:42.124106 [ 197 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_41_8} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5731 2024.12.19 22:25:42.124213 [ 197 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_41_8} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
5732 2024.12.19 22:25:42.124329 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.66 MiB.
5733 2024.12.19 22:25:42.759345 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5734 2024.12.19 22:25:42.759552 [ 277 ] {721d3ca0-1d48-4a46-86ff-28eaa19f93bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
5735 2024.12.19 22:25:42.759626 [ 277 ] {721d3ca0-1d48-4a46-86ff-28eaa19f93bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
5736 2024.12.19 22:25:42.760502 [ 277 ] {721d3ca0-1d48-4a46-86ff-28eaa19f93bb} <Trace> oximeter.fields_i16 (8b34b429-6d62-480d-bd41-33dce3ff3ffb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5737 2024.12.19 22:25:42.760547 [ 277 ] {721d3ca0-1d48-4a46-86ff-28eaa19f93bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB.
5738 2024.12.19 22:25:42.760986 [ 277 ] {721d3ca0-1d48-4a46-86ff-28eaa19f93bb} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
5739 2024.12.19 22:25:42.761236 [ 277 ] {721d3ca0-1d48-4a46-86ff-28eaa19f93bb} <Trace> oximeter.fields_i16 (8b34b429-6d62-480d-bd41-33dce3ff3ffb): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5740 2024.12.19 22:25:42.761448 [ 277 ] {721d3ca0-1d48-4a46-86ff-28eaa19f93bb} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001943 sec., 7205.352547606793 rows/sec., 518.69 KiB/sec.
5741 2024.12.19 22:25:42.761581 [ 277 ] {721d3ca0-1d48-4a46-86ff-28eaa19f93bb} <Debug> TCPHandler: Processed in 0.002373012 sec.
5742 2024.12.19 22:25:42.761854 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5743 2024.12.19 22:25:42.762049 [ 278 ] {ef3bb7de-562d-4fdc-92a8-ba89fb509582} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
5744 2024.12.19 22:25:42.762123 [ 278 ] {ef3bb7de-562d-4fdc-92a8-ba89fb509582} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
5745 2024.12.19 22:25:42.762876 [ 278 ] {ef3bb7de-562d-4fdc-92a8-ba89fb509582} <Trace> oximeter.fields_ipaddr (15c96da1-d320-4880-85e7-7388ae0c0cda): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5746 2024.12.19 22:25:42.762928 [ 278 ] {ef3bb7de-562d-4fdc-92a8-ba89fb509582} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB.
5747 2024.12.19 22:25:42.763390 [ 278 ] {ef3bb7de-562d-4fdc-92a8-ba89fb509582} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
5748 2024.12.19 22:25:42.763756 [ 278 ] {ef3bb7de-562d-4fdc-92a8-ba89fb509582} <Trace> oximeter.fields_ipaddr (15c96da1-d320-4880-85e7-7388ae0c0cda): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5749 2024.12.19 22:25:42.764063 [ 278 ] {ef3bb7de-562d-4fdc-92a8-ba89fb509582} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.002069 sec., 7733.204446592556 rows/sec., 630.59 KiB/sec.
5750 2024.12.19 22:25:42.764126 [ 278 ] {ef3bb7de-562d-4fdc-92a8-ba89fb509582} <Debug> TCPHandler: Processed in 0.002408542 sec.
5751 2024.12.19 22:25:42.764278 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5752 2024.12.19 22:25:42.764420 [ 277 ] {d62ee466-319d-49d4-81cf-3d5c93674262} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5753 2024.12.19 22:25:42.764480 [ 277 ] {d62ee466-319d-49d4-81cf-3d5c93674262} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5754 2024.12.19 22:25:42.765787 [ 277 ] {d62ee466-319d-49d4-81cf-3d5c93674262} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5755 2024.12.19 22:25:42.765826 [ 277 ] {d62ee466-319d-49d4-81cf-3d5c93674262} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB.
5756 2024.12.19 22:25:42.766274 [ 277 ] {d62ee466-319d-49d4-81cf-3d5c93674262} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
5757 2024.12.19 22:25:42.766525 [ 277 ] {d62ee466-319d-49d4-81cf-3d5c93674262} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5758 2024.12.19 22:25:42.766720 [ 277 ] {d62ee466-319d-49d4-81cf-3d5c93674262} <Debug> executeQuery: Read 1375 rows, 117.01 KiB in 0.002326 sec., 591143.5941530524 rows/sec., 49.13 MiB/sec.
5759 2024.12.19 22:25:42.766804 [ 277 ] {d62ee466-319d-49d4-81cf-3d5c93674262} <Debug> TCPHandler: Processed in 0.002592736 sec.
5760 2024.12.19 22:25:42.767039 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5761 2024.12.19 22:25:42.767209 [ 278 ] {57c40c06-3a48-467b-9953-3741f06be2dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5762 2024.12.19 22:25:42.767269 [ 278 ] {57c40c06-3a48-467b-9953-3741f06be2dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5763 2024.12.19 22:25:42.767923 [ 278 ] {57c40c06-3a48-467b-9953-3741f06be2dc} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5764 2024.12.19 22:25:42.767964 [ 278 ] {57c40c06-3a48-467b-9953-3741f06be2dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB.
5765 2024.12.19 22:25:42.768333 [ 278 ] {57c40c06-3a48-467b-9953-3741f06be2dc} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
5766 2024.12.19 22:25:42.768573 [ 278 ] {57c40c06-3a48-467b-9953-3741f06be2dc} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5767 2024.12.19 22:25:42.768847 [ 278 ] {57c40c06-3a48-467b-9953-3741f06be2dc} <Debug> executeQuery: Read 35 rows, 2.48 KiB in 0.001662 sec., 21058.9651022864 rows/sec., 1.45 MiB/sec.
5768 2024.12.19 22:25:42.769048 [ 278 ] {57c40c06-3a48-467b-9953-3741f06be2dc} <Debug> TCPHandler: Processed in 0.002145897 sec.
5769 2024.12.19 22:25:42.769254 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5770 2024.12.19 22:25:42.769391 [ 277 ] {e3e26303-906e-44d8-a2d0-5deca6fee85c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
5771 2024.12.19 22:25:42.769445 [ 277 ] {e3e26303-906e-44d8-a2d0-5deca6fee85c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
5772 2024.12.19 22:25:42.770095 [ 277 ] {e3e26303-906e-44d8-a2d0-5deca6fee85c} <Trace> oximeter.fields_u32 (96604386-977a-478c-b894-f09eb465191c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5773 2024.12.19 22:25:42.770132 [ 277 ] {e3e26303-906e-44d8-a2d0-5deca6fee85c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB.
5774 2024.12.19 22:25:42.770513 [ 277 ] {e3e26303-906e-44d8-a2d0-5deca6fee85c} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
5775 2024.12.19 22:25:42.770750 [ 277 ] {e3e26303-906e-44d8-a2d0-5deca6fee85c} <Trace> oximeter.fields_u32 (96604386-977a-478c-b894-f09eb465191c): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5776 2024.12.19 22:25:42.770941 [ 277 ] {e3e26303-906e-44d8-a2d0-5deca6fee85c} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.00158 sec., 153164.55696202532 rows/sec., 10.38 MiB/sec.
5777 2024.12.19 22:25:42.770993 [ 277 ] {e3e26303-906e-44d8-a2d0-5deca6fee85c} <Debug> TCPHandler: Processed in 0.00184555 sec.
5778 2024.12.19 22:25:42.771130 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5779 2024.12.19 22:25:42.771249 [ 278 ] {ab55b286-dc2b-494d-9c3c-d29956f55c9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
5780 2024.12.19 22:25:42.771298 [ 278 ] {ab55b286-dc2b-494d-9c3c-d29956f55c9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
5781 2024.12.19 22:25:42.771890 [ 278 ] {ab55b286-dc2b-494d-9c3c-d29956f55c9a} <Trace> oximeter.fields_u8 (74ab6f56-b776-4e15-89eb-af2ec1acc724): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5782 2024.12.19 22:25:42.771930 [ 278 ] {ab55b286-dc2b-494d-9c3c-d29956f55c9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB.
5783 2024.12.19 22:25:42.772290 [ 278 ] {ab55b286-dc2b-494d-9c3c-d29956f55c9a} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
5784 2024.12.19 22:25:42.772535 [ 278 ] {ab55b286-dc2b-494d-9c3c-d29956f55c9a} <Trace> oximeter.fields_u8 (74ab6f56-b776-4e15-89eb-af2ec1acc724): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5785 2024.12.19 22:25:42.772755 [ 278 ] {ab55b286-dc2b-494d-9c3c-d29956f55c9a} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001532 sec., 8485.639686684073 rows/sec., 529.08 KiB/sec.
5786 2024.12.19 22:25:42.772811 [ 278 ] {ab55b286-dc2b-494d-9c3c-d29956f55c9a} <Debug> TCPHandler: Processed in 0.001737668 sec.
5787 2024.12.19 22:25:42.772955 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5788 2024.12.19 22:25:42.773092 [ 277 ] {0a88e162-c48c-4893-a781-b8dc898e2681} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5789 2024.12.19 22:25:42.773148 [ 277 ] {0a88e162-c48c-4893-a781-b8dc898e2681} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5790 2024.12.19 22:25:42.774082 [ 277 ] {0a88e162-c48c-4893-a781-b8dc898e2681} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5791 2024.12.19 22:25:42.774119 [ 277 ] {0a88e162-c48c-4893-a781-b8dc898e2681} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB.
5792 2024.12.19 22:25:42.774514 [ 277 ] {0a88e162-c48c-4893-a781-b8dc898e2681} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
5793 2024.12.19 22:25:42.774755 [ 277 ] {0a88e162-c48c-4893-a781-b8dc898e2681} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5794 2024.12.19 22:25:42.774935 [ 277 ] {0a88e162-c48c-4893-a781-b8dc898e2681} <Debug> executeQuery: Read 866 rows, 64.24 KiB in 0.001874 sec., 462113.1270010672 rows/sec., 33.47 MiB/sec.
5795 2024.12.19 22:25:42.774987 [ 277 ] {0a88e162-c48c-4893-a781-b8dc898e2681} <Debug> TCPHandler: Processed in 0.002097435 sec.
5796 2024.12.19 22:25:42.775133 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5797 2024.12.19 22:25:42.775272 [ 278 ] {c4484d5d-ae38-4653-8e2d-2c0a40cd871d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
5798 2024.12.19 22:25:42.775332 [ 278 ] {c4484d5d-ae38-4653-8e2d-2c0a40cd871d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
5799 2024.12.19 22:25:42.775864 [ 278 ] {c4484d5d-ae38-4653-8e2d-2c0a40cd871d} <Trace> oximeter.measurements_bool (164ca455-e956-4308-a817-eda615c184e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5800 2024.12.19 22:25:42.775905 [ 278 ] {c4484d5d-ae38-4653-8e2d-2c0a40cd871d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB.
5801 2024.12.19 22:25:42.776278 [ 278 ] {c4484d5d-ae38-4653-8e2d-2c0a40cd871d} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
5802 2024.12.19 22:25:42.776518 [ 278 ] {c4484d5d-ae38-4653-8e2d-2c0a40cd871d} <Trace> oximeter.measurements_bool (164ca455-e956-4308-a817-eda615c184e9): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5803 2024.12.19 22:25:42.776776 [ 278 ] {c4484d5d-ae38-4653-8e2d-2c0a40cd871d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001534 sec., 3911.342894393742 rows/sec., 204.35 KiB/sec.
5804 2024.12.19 22:25:42.776988 [ 278 ] {c4484d5d-ae38-4653-8e2d-2c0a40cd871d} <Debug> TCPHandler: Processed in 0.001915362 sec.
5805 2024.12.19 22:25:42.777164 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5806 2024.12.19 22:25:42.777301 [ 277 ] {a9e26b39-c509-41bd-818f-3ebee0d0598c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5807 2024.12.19 22:25:42.777362 [ 277 ] {a9e26b39-c509-41bd-818f-3ebee0d0598c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5808 2024.12.19 22:25:42.778154 [ 277 ] {a9e26b39-c509-41bd-818f-3ebee0d0598c} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5809 2024.12.19 22:25:42.778192 [ 277 ] {a9e26b39-c509-41bd-818f-3ebee0d0598c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB.
5810 2024.12.19 22:25:42.778632 [ 277 ] {a9e26b39-c509-41bd-818f-3ebee0d0598c} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
5811 2024.12.19 22:25:42.778871 [ 277 ] {a9e26b39-c509-41bd-818f-3ebee0d0598c} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5812 2024.12.19 22:25:42.779065 [ 277 ] {a9e26b39-c509-41bd-818f-3ebee0d0598c} <Debug> executeQuery: Read 963 rows, 65.53 KiB in 0.001793 sec., 537088.6781929727 rows/sec., 35.69 MiB/sec.
5813 2024.12.19 22:25:42.779184 [ 277 ] {a9e26b39-c509-41bd-818f-3ebee0d0598c} <Debug> TCPHandler: Processed in 0.002098856 sec.
5814 2024.12.19 22:25:42.779398 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5815 2024.12.19 22:25:42.779535 [ 278 ] {222f0c0c-65ed-424e-ab21-60110a8e471b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
5816 2024.12.19 22:25:42.779596 [ 278 ] {222f0c0c-65ed-424e-ab21-60110a8e471b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
5817 2024.12.19 22:25:42.780159 [ 278 ] {222f0c0c-65ed-424e-ab21-60110a8e471b} <Trace> oximeter.measurements_f64 (f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5818 2024.12.19 22:25:42.780207 [ 278 ] {222f0c0c-65ed-424e-ab21-60110a8e471b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB.
5819 2024.12.19 22:25:42.780613 [ 278 ] {222f0c0c-65ed-424e-ab21-60110a8e471b} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
5820 2024.12.19 22:25:42.780850 [ 278 ] {222f0c0c-65ed-424e-ab21-60110a8e471b} <Trace> oximeter.measurements_f64 (f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5821 2024.12.19 22:25:42.781114 [ 278 ] {222f0c0c-65ed-424e-ab21-60110a8e471b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001608 sec., 621.8905472636816 rows/sec., 41.90 KiB/sec.
5822 2024.12.19 22:25:42.781301 [ 278 ] {222f0c0c-65ed-424e-ab21-60110a8e471b} <Debug> TCPHandler: Processed in 0.002019514 sec.
5823 2024.12.19 22:25:42.781450 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5824 2024.12.19 22:25:42.781582 [ 277 ] {222bbacf-597f-4b91-8ade-e4dc9a8b1b09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5825 2024.12.19 22:25:42.781676 [ 277 ] {222bbacf-597f-4b91-8ade-e4dc9a8b1b09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
5826 2024.12.19 22:25:42.782916 [ 277 ] {222bbacf-597f-4b91-8ade-e4dc9a8b1b09} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5827 2024.12.19 22:25:42.782954 [ 277 ] {222bbacf-597f-4b91-8ade-e4dc9a8b1b09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB.
5828 2024.12.19 22:25:42.783555 [ 277 ] {222bbacf-597f-4b91-8ade-e4dc9a8b1b09} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
5829 2024.12.19 22:25:42.783810 [ 277 ] {222bbacf-597f-4b91-8ade-e4dc9a8b1b09} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5830 2024.12.19 22:25:42.783950 [ 136 ] {} <Debug> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
5831 2024.12.19 22:25:42.783994 [ 136 ] {} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5832 2024.12.19 22:25:42.784025 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB.
5833 2024.12.19 22:25:42.784025 [ 277 ] {222bbacf-597f-4b91-8ade-e4dc9a8b1b09} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002472 sec., 4854.368932038836 rows/sec., 8.70 MiB/sec.
5834 2024.12.19 22:25:42.784398 [ 191 ] {cbc455e9-47de-4677-931e-ce7496b93cef::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
5835 2024.12.19 22:25:42.784651 [ 277 ] {222bbacf-597f-4b91-8ade-e4dc9a8b1b09} <Debug> TCPHandler: Processed in 0.003265121 sec.
5836 2024.12.19 22:25:42.784912 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5837 2024.12.19 22:25:42.785109 [ 191 ] {cbc455e9-47de-4677-931e-ce7496b93cef::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5838 2024.12.19 22:25:42.785194 [ 278 ] {79dce63e-18c5-494f-b9f4-14b2a07ba853} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5839 2024.12.19 22:25:42.785234 [ 191 ] {cbc455e9-47de-4677-931e-ce7496b93cef::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 453 rows starting from the beginning of the part
5840 2024.12.19 22:25:42.785315 [ 278 ] {79dce63e-18c5-494f-b9f4-14b2a07ba853} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5841 2024.12.19 22:25:42.786099 [ 191 ] {cbc455e9-47de-4677-931e-ce7496b93cef::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
5842 2024.12.19 22:25:42.786832 [ 191 ] {cbc455e9-47de-4677-931e-ce7496b93cef::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
5843 2024.12.19 22:25:42.787604 [ 191 ] {cbc455e9-47de-4677-931e-ce7496b93cef::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
5844 2024.12.19 22:25:42.787667 [ 278 ] {79dce63e-18c5-494f-b9f4-14b2a07ba853} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5845 2024.12.19 22:25:42.787753 [ 278 ] {79dce63e-18c5-494f-b9f4-14b2a07ba853} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB.
5846 2024.12.19 22:25:42.788233 [ 191 ] {cbc455e9-47de-4677-931e-ce7496b93cef::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
5847 2024.12.19 22:25:42.788912 [ 191 ] {cbc455e9-47de-4677-931e-ce7496b93cef::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
5848 2024.12.19 22:25:42.789269 [ 278 ] {79dce63e-18c5-494f-b9f4-14b2a07ba853} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
5849 2024.12.19 22:25:42.790009 [ 278 ] {79dce63e-18c5-494f-b9f4-14b2a07ba853} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5850 2024.12.19 22:25:42.790404 [ 278 ] {79dce63e-18c5-494f-b9f4-14b2a07ba853} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.005273 sec., 6447.942347809596 rows/sec., 383.18 KiB/sec.
5851 2024.12.19 22:25:42.790627 [ 278 ] {79dce63e-18c5-494f-b9f4-14b2a07ba853} <Debug> TCPHandler: Processed in 0.005870508 sec.
5852 2024.12.19 22:25:42.799740 [ 195 ] {cbc455e9-47de-4677-931e-ce7496b93cef::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 543 rows, containing 19 columns (19 merged, 0 gathered) in 0.01563232 sec., 34735.72700661194 rows/sec., 62.24 MiB/sec.
5853 2024.12.19 22:25:42.800556 [ 193 ] {cbc455e9-47de-4677-931e-ce7496b93cef::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
5854 2024.12.19 22:25:42.801033 [ 193 ] {cbc455e9-47de-4677-931e-ce7496b93cef::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5855 2024.12.19 22:25:42.801131 [ 193 ] {cbc455e9-47de-4677-931e-ce7496b93cef::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
5856 2024.12.19 22:25:42.801303 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.39 MiB.
5857 2024.12.19 22:25:45.693562 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 836
5858 2024.12.19 22:25:45.697583 [ 242 ] {} <Trace> system.query_log (70720294-7ac9-485f-8b0b-2131ff2acf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5859 2024.12.19 22:25:45.697640 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB.
5860 2024.12.19 22:25:45.699143 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
5861 2024.12.19 22:25:45.699460 [ 242 ] {} <Trace> system.query_log (70720294-7ac9-485f-8b0b-2131ff2acf2b): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5862 2024.12.19 22:25:45.700153 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 836
5863 2024.12.19 22:25:47.088329 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5864 2024.12.19 22:25:47.088631 [ 277 ] {182be6e8-dfd4-43b2-ac36-a753a6b32452} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5865 2024.12.19 22:25:47.088736 [ 277 ] {182be6e8-dfd4-43b2-ac36-a753a6b32452} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5866 2024.12.19 22:25:47.089523 [ 277 ] {182be6e8-dfd4-43b2-ac36-a753a6b32452} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5867 2024.12.19 22:25:47.089568 [ 277 ] {182be6e8-dfd4-43b2-ac36-a753a6b32452} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB.
5868 2024.12.19 22:25:47.090008 [ 277 ] {182be6e8-dfd4-43b2-ac36-a753a6b32452} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
5869 2024.12.19 22:25:47.090265 [ 277 ] {182be6e8-dfd4-43b2-ac36-a753a6b32452} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5870 2024.12.19 22:25:47.090473 [ 277 ] {182be6e8-dfd4-43b2-ac36-a753a6b32452} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001926 sec., 29075.80477673936 rows/sec., 2.22 MiB/sec.
5871 2024.12.19 22:25:47.090539 [ 277 ] {182be6e8-dfd4-43b2-ac36-a753a6b32452} <Debug> TCPHandler: Processed in 0.002393312 sec.
5872 2024.12.19 22:25:47.090821 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5873 2024.12.19 22:25:47.091041 [ 278 ] {8de692de-2379-42c8-920d-6cb9b3cf43a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5874 2024.12.19 22:25:47.091125 [ 278 ] {8de692de-2379-42c8-920d-6cb9b3cf43a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5875 2024.12.19 22:25:47.091965 [ 278 ] {8de692de-2379-42c8-920d-6cb9b3cf43a2} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5876 2024.12.19 22:25:47.092021 [ 278 ] {8de692de-2379-42c8-920d-6cb9b3cf43a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB.
5877 2024.12.19 22:25:47.092462 [ 278 ] {8de692de-2379-42c8-920d-6cb9b3cf43a2} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
5878 2024.12.19 22:25:47.092725 [ 278 ] {8de692de-2379-42c8-920d-6cb9b3cf43a2} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5879 2024.12.19 22:25:47.092995 [ 278 ] {8de692de-2379-42c8-920d-6cb9b3cf43a2} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002013 sec., 31793.343268753106 rows/sec., 2.48 MiB/sec.
5880 2024.12.19 22:25:47.093066 [ 278 ] {8de692de-2379-42c8-920d-6cb9b3cf43a2} <Debug> TCPHandler: Processed in 0.002389162 sec.
5881 2024.12.19 22:25:47.093263 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5882 2024.12.19 22:25:47.093493 [ 277 ] {de94f466-b359-4dd9-a4e7-16108ab3b39a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5883 2024.12.19 22:25:47.093593 [ 277 ] {de94f466-b359-4dd9-a4e7-16108ab3b39a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5884 2024.12.19 22:25:47.094196 [ 277 ] {de94f466-b359-4dd9-a4e7-16108ab3b39a} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5885 2024.12.19 22:25:47.094234 [ 277 ] {de94f466-b359-4dd9-a4e7-16108ab3b39a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB.
5886 2024.12.19 22:25:47.094630 [ 277 ] {de94f466-b359-4dd9-a4e7-16108ab3b39a} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
5887 2024.12.19 22:25:47.094866 [ 277 ] {de94f466-b359-4dd9-a4e7-16108ab3b39a} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5888 2024.12.19 22:25:47.095050 [ 277 ] {de94f466-b359-4dd9-a4e7-16108ab3b39a} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001618 sec., 79110.01236093942 rows/sec., 5.51 MiB/sec.
5889 2024.12.19 22:25:47.095104 [ 277 ] {de94f466-b359-4dd9-a4e7-16108ab3b39a} <Debug> TCPHandler: Processed in 0.001954813 sec.
5890 2024.12.19 22:25:47.095268 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5891 2024.12.19 22:25:47.095415 [ 278 ] {11d4ea01-950f-43e9-9158-a1dafb856b4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5892 2024.12.19 22:25:47.095482 [ 278 ] {11d4ea01-950f-43e9-9158-a1dafb856b4d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5893 2024.12.19 22:25:47.096019 [ 278 ] {11d4ea01-950f-43e9-9158-a1dafb856b4d} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5894 2024.12.19 22:25:47.096061 [ 278 ] {11d4ea01-950f-43e9-9158-a1dafb856b4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB.
5895 2024.12.19 22:25:47.096443 [ 278 ] {11d4ea01-950f-43e9-9158-a1dafb856b4d} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
5896 2024.12.19 22:25:47.096691 [ 278 ] {11d4ea01-950f-43e9-9158-a1dafb856b4d} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5897 2024.12.19 22:25:47.096945 [ 278 ] {11d4ea01-950f-43e9-9158-a1dafb856b4d} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001559 sec., 30788.967286722258 rows/sec., 2.07 MiB/sec.
5898 2024.12.19 22:25:47.097047 [ 278 ] {11d4ea01-950f-43e9-9158-a1dafb856b4d} <Debug> TCPHandler: Processed in 0.00184127 sec.
5899 2024.12.19 22:25:48.150873 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 12444
5900 2024.12.19 22:25:48.151892 [ 244 ] {} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5901 2024.12.19 22:25:48.151933 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB.
5902 2024.12.19 22:25:48.152451 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
5903 2024.12.19 22:25:48.152701 [ 244 ] {} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5904 2024.12.19 22:25:48.152962 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12444
5905 2024.12.19 22:25:48.984965 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 204
5906 2024.12.19 22:25:49.003713 [ 243 ] {} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5907 2024.12.19 22:25:49.003764 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB.
5908 2024.12.19 22:25:49.010704 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
5909 2024.12.19 22:25:49.011470 [ 243 ] {} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5910 2024.12.19 22:25:49.014371 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 204
5911 2024.12.19 22:25:52.089977 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5912 2024.12.19 22:25:52.090206 [ 277 ] {59becca2-f94e-404b-a1f0-b5a8ae6b82e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5913 2024.12.19 22:25:52.090287 [ 277 ] {59becca2-f94e-404b-a1f0-b5a8ae6b82e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5914 2024.12.19 22:25:52.091157 [ 277 ] {59becca2-f94e-404b-a1f0-b5a8ae6b82e9} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5915 2024.12.19 22:25:52.091209 [ 277 ] {59becca2-f94e-404b-a1f0-b5a8ae6b82e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB.
5916 2024.12.19 22:25:52.091670 [ 277 ] {59becca2-f94e-404b-a1f0-b5a8ae6b82e9} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
5917 2024.12.19 22:25:52.091939 [ 277 ] {59becca2-f94e-404b-a1f0-b5a8ae6b82e9} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5918 2024.12.19 22:25:52.092190 [ 277 ] {59becca2-f94e-404b-a1f0-b5a8ae6b82e9} <Debug> executeQuery: Read 110 rows, 9.44 KiB in 0.002044 sec., 53816.046966731905 rows/sec., 4.51 MiB/sec.
5919 2024.12.19 22:25:52.092247 [ 277 ] {59becca2-f94e-404b-a1f0-b5a8ae6b82e9} <Debug> TCPHandler: Processed in 0.002409163 sec.
5920 2024.12.19 22:25:52.092529 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5921 2024.12.19 22:25:52.092747 [ 278 ] {af261be2-bef0-4fe7-812f-6d3496cdac8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5922 2024.12.19 22:25:52.092829 [ 278 ] {af261be2-bef0-4fe7-812f-6d3496cdac8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5923 2024.12.19 22:25:52.093606 [ 278 ] {af261be2-bef0-4fe7-812f-6d3496cdac8f} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5924 2024.12.19 22:25:52.093653 [ 278 ] {af261be2-bef0-4fe7-812f-6d3496cdac8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB.
5925 2024.12.19 22:25:52.094107 [ 278 ] {af261be2-bef0-4fe7-812f-6d3496cdac8f} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
5926 2024.12.19 22:25:52.094371 [ 278 ] {af261be2-bef0-4fe7-812f-6d3496cdac8f} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5927 2024.12.19 22:25:52.094587 [ 278 ] {af261be2-bef0-4fe7-812f-6d3496cdac8f} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.0019 sec., 14210.526315789473 rows/sec., 1.04 MiB/sec.
5928 2024.12.19 22:25:52.094660 [ 278 ] {af261be2-bef0-4fe7-812f-6d3496cdac8f} <Debug> TCPHandler: Processed in 0.002274719 sec.
5929 2024.12.19 22:25:52.094829 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5930 2024.12.19 22:25:52.094969 [ 277 ] {b06efbfe-a874-45fd-9b42-37e1cf20e924} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5931 2024.12.19 22:25:52.095027 [ 277 ] {b06efbfe-a874-45fd-9b42-37e1cf20e924} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5932 2024.12.19 22:25:52.095768 [ 277 ] {b06efbfe-a874-45fd-9b42-37e1cf20e924} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5933 2024.12.19 22:25:52.095814 [ 277 ] {b06efbfe-a874-45fd-9b42-37e1cf20e924} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB.
5934 2024.12.19 22:25:52.096189 [ 277 ] {b06efbfe-a874-45fd-9b42-37e1cf20e924} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
5935 2024.12.19 22:25:52.096431 [ 277 ] {b06efbfe-a874-45fd-9b42-37e1cf20e924} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5936 2024.12.19 22:25:52.096650 [ 277 ] {b06efbfe-a874-45fd-9b42-37e1cf20e924} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001714 sec., 53092.18203033839 rows/sec., 4.15 MiB/sec.
5937 2024.12.19 22:25:52.096703 [ 277 ] {b06efbfe-a874-45fd-9b42-37e1cf20e924} <Debug> TCPHandler: Processed in 0.001944983 sec.
5938 2024.12.19 22:25:52.096865 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5939 2024.12.19 22:25:52.097018 [ 278 ] {85a99222-a9bd-4aae-a740-38cf1d3b3c6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5940 2024.12.19 22:25:52.097088 [ 278 ] {85a99222-a9bd-4aae-a740-38cf1d3b3c6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5941 2024.12.19 22:25:52.097787 [ 278 ] {85a99222-a9bd-4aae-a740-38cf1d3b3c6d} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5942 2024.12.19 22:25:52.097829 [ 278 ] {85a99222-a9bd-4aae-a740-38cf1d3b3c6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB.
5943 2024.12.19 22:25:52.098237 [ 278 ] {85a99222-a9bd-4aae-a740-38cf1d3b3c6d} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
5944 2024.12.19 22:25:52.098507 [ 278 ] {85a99222-a9bd-4aae-a740-38cf1d3b3c6d} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5945 2024.12.19 22:25:52.098739 [ 278 ] {85a99222-a9bd-4aae-a740-38cf1d3b3c6d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001752 sec., 91324.200913242 rows/sec., 6.36 MiB/sec.
5946 2024.12.19 22:25:52.098848 [ 278 ] {85a99222-a9bd-4aae-a740-38cf1d3b3c6d} <Debug> TCPHandler: Processed in 0.002047054 sec.
5947 2024.12.19 22:25:52.099169 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5948 2024.12.19 22:25:52.099407 [ 277 ] {7bcedfb2-f251-4de0-a51e-9774085e9123} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5949 2024.12.19 22:25:52.099546 [ 277 ] {7bcedfb2-f251-4de0-a51e-9774085e9123} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
5950 2024.12.19 22:25:52.100830 [ 277 ] {7bcedfb2-f251-4de0-a51e-9774085e9123} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5951 2024.12.19 22:25:52.100869 [ 277 ] {7bcedfb2-f251-4de0-a51e-9774085e9123} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB.
5952 2024.12.19 22:25:52.101514 [ 277 ] {7bcedfb2-f251-4de0-a51e-9774085e9123} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
5953 2024.12.19 22:25:52.101777 [ 277 ] {7bcedfb2-f251-4de0-a51e-9774085e9123} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5954 2024.12.19 22:25:52.102027 [ 277 ] {7bcedfb2-f251-4de0-a51e-9774085e9123} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002674 sec., 10097.232610321615 rows/sec., 18.09 MiB/sec.
5955 2024.12.19 22:25:52.102125 [ 277 ] {7bcedfb2-f251-4de0-a51e-9774085e9123} <Debug> TCPHandler: Processed in 0.003171089 sec.
5956 2024.12.19 22:25:52.102282 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5957 2024.12.19 22:25:52.102416 [ 278 ] {3674e873-832b-4d90-be0e-03f0e8586183} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5958 2024.12.19 22:25:52.102471 [ 278 ] {3674e873-832b-4d90-be0e-03f0e8586183} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5959 2024.12.19 22:25:52.103004 [ 278 ] {3674e873-832b-4d90-be0e-03f0e8586183} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5960 2024.12.19 22:25:52.103044 [ 278 ] {3674e873-832b-4d90-be0e-03f0e8586183} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB.
5961 2024.12.19 22:25:52.103441 [ 278 ] {3674e873-832b-4d90-be0e-03f0e8586183} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
5962 2024.12.19 22:25:52.103684 [ 278 ] {3674e873-832b-4d90-be0e-03f0e8586183} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5963 2024.12.19 22:25:52.103921 [ 278 ] {3674e873-832b-4d90-be0e-03f0e8586183} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001528 sec., 39267.01570680628 rows/sec., 2.65 MiB/sec.
5964 2024.12.19 22:25:52.104016 [ 278 ] {3674e873-832b-4d90-be0e-03f0e8586183} <Debug> TCPHandler: Processed in 0.001793549 sec.
5965 2024.12.19 22:25:53.912631 [ 40 ] {} <Debug> oximeter.measurements_f64 (f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd) (MergerMutator): Selected 5 parts from all_1_14_3 to all_18_18_0
5966 2024.12.19 22:25:53.912704 [ 40 ] {} <Trace> oximeter.measurements_f64 (f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5967 2024.12.19 22:25:53.912732 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB.
5968 2024.12.19 22:25:53.912926 [ 192 ] {f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd::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
5969 2024.12.19 22:25:53.913196 [ 192 ] {f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd::all_1_18_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5970 2024.12.19 22:25:53.913256 [ 192 ] {f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_14_3, total 14 rows starting from the beginning of the part
5971 2024.12.19 22:25:53.913337 [ 192 ] {f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 1 rows starting from the beginning of the part
5972 2024.12.19 22:25:53.913543 [ 192 ] {f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 1 rows starting from the beginning of the part
5973 2024.12.19 22:25:53.913801 [ 192 ] {f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 1 rows starting from the beginning of the part
5974 2024.12.19 22:25:53.913987 [ 192 ] {f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 1 rows starting from the beginning of the part
5975 2024.12.19 22:25:53.914955 [ 196 ] {f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd::all_1_18_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18 rows, containing 4 columns (4 merged, 0 gathered) in 0.002152487 sec., 8362.419842721467 rows/sec., 563.48 KiB/sec.
5976 2024.12.19 22:25:53.915161 [ 196 ] {f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd::all_1_18_4} <Trace> MergedBlockOutputStream: filled checksums all_1_18_4 (state Temporary)
5977 2024.12.19 22:25:53.915564 [ 196 ] {f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd::all_1_18_4} <Trace> oximeter.measurements_f64 (f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd): Renaming temporary part tmp_merge_all_1_18_4 to all_1_18_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5978 2024.12.19 22:25:53.915669 [ 196 ] {f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd::all_1_18_4} <Trace> oximeter.measurements_f64 (f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd) (MergerMutator): Merged 5 parts: [all_1_14_3, all_18_18_0] -> all_1_18_4
5979 2024.12.19 22:25:53.915778 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.22 MiB.
5980 2024.12.19 22:25:54.100697 [ 49 ] {} <Debug> oximeter.fields_ipaddr (15c96da1-d320-4880-85e7-7388ae0c0cda) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
5981 2024.12.19 22:25:54.100753 [ 49 ] {} <Trace> oximeter.fields_ipaddr (15c96da1-d320-4880-85e7-7388ae0c0cda): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5982 2024.12.19 22:25:54.100775 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB.
5983 2024.12.19 22:25:54.100932 [ 186 ] {15c96da1-d320-4880-85e7-7388ae0c0cda::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
5984 2024.12.19 22:25:54.101090 [ 186 ] {15c96da1-d320-4880-85e7-7388ae0c0cda::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5985 2024.12.19 22:25:54.101128 [ 186 ] {15c96da1-d320-4880-85e7-7388ae0c0cda::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
5986 2024.12.19 22:25:54.101211 [ 186 ] {15c96da1-d320-4880-85e7-7388ae0c0cda::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 2 rows starting from the beginning of the part
5987 2024.12.19 22:25:54.101329 [ 186 ] {15c96da1-d320-4880-85e7-7388ae0c0cda::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 16 rows starting from the beginning of the part
5988 2024.12.19 22:25:54.101689 [ 186 ] {15c96da1-d320-4880-85e7-7388ae0c0cda::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 2 rows starting from the beginning of the part
5989 2024.12.19 22:25:54.101997 [ 186 ] {15c96da1-d320-4880-85e7-7388ae0c0cda::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 16 rows starting from the beginning of the part
5990 2024.12.19 22:25:54.103190 [ 199 ] {15c96da1-d320-4880-85e7-7388ae0c0cda::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 48 rows, containing 5 columns (5 merged, 0 gathered) in 0.002339061 sec., 20521.055243963285 rows/sec., 1.71 MiB/sec.
5991 2024.12.19 22:25:54.103394 [ 199 ] {15c96da1-d320-4880-85e7-7388ae0c0cda::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
5992 2024.12.19 22:25:54.103764 [ 199 ] {15c96da1-d320-4880-85e7-7388ae0c0cda::all_1_5_1} <Trace> oximeter.fields_ipaddr (15c96da1-d320-4880-85e7-7388ae0c0cda): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5993 2024.12.19 22:25:54.103865 [ 199 ] {15c96da1-d320-4880-85e7-7388ae0c0cda::all_1_5_1} <Trace> oximeter.fields_ipaddr (15c96da1-d320-4880-85e7-7388ae0c0cda) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
5994 2024.12.19 22:25:54.103962 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
5995 2024.12.19 22:25:55.527274 [ 29 ] {} <Debug> DNSResolver: Updating DNS cache
5996 2024.12.19 22:25:55.527336 [ 29 ] {} <Debug> DNSResolver: Updated DNS cache
5997 2024.12.19 22:25:55.654092 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 12871
5998 2024.12.19 22:25:55.654801 [ 244 ] {} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5999 2024.12.19 22:25:55.654837 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB.
6000 2024.12.19 22:25:55.655347 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
6001 2024.12.19 22:25:55.655595 [ 244 ] {} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6002 2024.12.19 22:25:55.655770 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12871
6003 2024.12.19 22:25:55.701383 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 856
6004 2024.12.19 22:25:55.704248 [ 242 ] {} <Trace> system.query_log (70720294-7ac9-485f-8b0b-2131ff2acf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6005 2024.12.19 22:25:55.704310 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB.
6006 2024.12.19 22:25:55.705773 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
6007 2024.12.19 22:25:55.706087 [ 242 ] {} <Trace> system.query_log (70720294-7ac9-485f-8b0b-2131ff2acf2b): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6008 2024.12.19 22:25:55.707290 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 856
6009 2024.12.19 22:25:56.515412 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 211
6010 2024.12.19 22:25:56.535185 [ 243 ] {} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6011 2024.12.19 22:25:56.535241 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB.
6012 2024.12.19 22:25:56.542948 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
6013 2024.12.19 22:25:56.543787 [ 243 ] {} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6014 2024.12.19 22:25:56.546451 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 211
6015 2024.12.19 22:25:57.094166 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6016 2024.12.19 22:25:57.094379 [ 277 ] {f68200de-47f7-4311-9e14-6c12e28cefd1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
6017 2024.12.19 22:25:57.094463 [ 277 ] {f68200de-47f7-4311-9e14-6c12e28cefd1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
6018 2024.12.19 22:25:57.095289 [ 277 ] {f68200de-47f7-4311-9e14-6c12e28cefd1} <Trace> oximeter.fields_i16 (8b34b429-6d62-480d-bd41-33dce3ff3ffb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6019 2024.12.19 22:25:57.095341 [ 277 ] {f68200de-47f7-4311-9e14-6c12e28cefd1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB.
6020 2024.12.19 22:25:57.095802 [ 277 ] {f68200de-47f7-4311-9e14-6c12e28cefd1} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
6021 2024.12.19 22:25:57.096056 [ 277 ] {f68200de-47f7-4311-9e14-6c12e28cefd1} <Trace> oximeter.fields_i16 (8b34b429-6d62-480d-bd41-33dce3ff3ffb): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6022 2024.12.19 22:25:57.096326 [ 277 ] {f68200de-47f7-4311-9e14-6c12e28cefd1} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001994 sec., 7021.063189568706 rows/sec., 505.42 KiB/sec.
6023 2024.12.19 22:25:57.096458 [ 277 ] {f68200de-47f7-4311-9e14-6c12e28cefd1} <Debug> TCPHandler: Processed in 0.002427023 sec.
6024 2024.12.19 22:25:57.096743 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6025 2024.12.19 22:25:57.096942 [ 278 ] {d87078c6-f52f-4d6b-844b-534bd974fe8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6026 2024.12.19 22:25:57.097022 [ 278 ] {d87078c6-f52f-4d6b-844b-534bd974fe8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6027 2024.12.19 22:25:57.097918 [ 278 ] {d87078c6-f52f-4d6b-844b-534bd974fe8e} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6028 2024.12.19 22:25:57.097970 [ 278 ] {d87078c6-f52f-4d6b-844b-534bd974fe8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB.
6029 2024.12.19 22:25:57.098442 [ 278 ] {d87078c6-f52f-4d6b-844b-534bd974fe8e} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
6030 2024.12.19 22:25:57.098705 [ 278 ] {d87078c6-f52f-4d6b-844b-534bd974fe8e} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6031 2024.12.19 22:25:57.099006 [ 278 ] {d87078c6-f52f-4d6b-844b-534bd974fe8e} <Debug> executeQuery: Read 227 rows, 20.31 KiB in 0.002108 sec., 107685.00948766603 rows/sec., 9.41 MiB/sec.
6032 2024.12.19 22:25:57.099156 [ 278 ] {d87078c6-f52f-4d6b-844b-534bd974fe8e} <Debug> TCPHandler: Processed in 0.002545116 sec.
6033 2024.12.19 22:25:57.099365 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6034 2024.12.19 22:25:57.099497 [ 277 ] {58da8abc-560a-4996-b3e6-44787b15d06d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6035 2024.12.19 22:25:57.099546 [ 277 ] {58da8abc-560a-4996-b3e6-44787b15d06d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6036 2024.12.19 22:25:57.100138 [ 277 ] {58da8abc-560a-4996-b3e6-44787b15d06d} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6037 2024.12.19 22:25:57.100177 [ 277 ] {58da8abc-560a-4996-b3e6-44787b15d06d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB.
6038 2024.12.19 22:25:57.100557 [ 277 ] {58da8abc-560a-4996-b3e6-44787b15d06d} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
6039 2024.12.19 22:25:57.100807 [ 277 ] {58da8abc-560a-4996-b3e6-44787b15d06d} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6040 2024.12.19 22:25:57.101029 [ 277 ] {58da8abc-560a-4996-b3e6-44787b15d06d} <Debug> executeQuery: Read 19 rows, 1.36 KiB in 0.001557 sec., 12202.95439948619 rows/sec., 872.45 KiB/sec.
6041 2024.12.19 22:25:57.101083 [ 277 ] {58da8abc-560a-4996-b3e6-44787b15d06d} <Debug> TCPHandler: Processed in 0.0018123 sec.
6042 2024.12.19 22:25:57.101247 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6043 2024.12.19 22:25:57.101404 [ 278 ] {3c79be94-f036-46ff-9da0-3b50f583de22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
6044 2024.12.19 22:25:57.101468 [ 278 ] {3c79be94-f036-46ff-9da0-3b50f583de22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
6045 2024.12.19 22:25:57.102140 [ 278 ] {3c79be94-f036-46ff-9da0-3b50f583de22} <Trace> oximeter.fields_u32 (96604386-977a-478c-b894-f09eb465191c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6046 2024.12.19 22:25:57.102182 [ 278 ] {3c79be94-f036-46ff-9da0-3b50f583de22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB.
6047 2024.12.19 22:25:57.102566 [ 278 ] {3c79be94-f036-46ff-9da0-3b50f583de22} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
6048 2024.12.19 22:25:57.102808 [ 278 ] {3c79be94-f036-46ff-9da0-3b50f583de22} <Trace> oximeter.fields_u32 (96604386-977a-478c-b894-f09eb465191c): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6049 2024.12.19 22:25:57.103032 [ 278 ] {3c79be94-f036-46ff-9da0-3b50f583de22} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001671 sec., 8378.216636744464 rows/sec., 586.76 KiB/sec.
6050 2024.12.19 22:25:57.103089 [ 278 ] {3c79be94-f036-46ff-9da0-3b50f583de22} <Debug> TCPHandler: Processed in 0.001911871 sec.
6051 2024.12.19 22:25:57.103231 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6052 2024.12.19 22:25:57.103348 [ 277 ] {cd40ae28-3489-4345-9c26-9d96f87e4685} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
6053 2024.12.19 22:25:57.103398 [ 277 ] {cd40ae28-3489-4345-9c26-9d96f87e4685} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
6054 2024.12.19 22:25:57.103993 [ 277 ] {cd40ae28-3489-4345-9c26-9d96f87e4685} <Trace> oximeter.fields_u8 (74ab6f56-b776-4e15-89eb-af2ec1acc724): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6055 2024.12.19 22:25:57.104034 [ 277 ] {cd40ae28-3489-4345-9c26-9d96f87e4685} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB.
6056 2024.12.19 22:25:57.104402 [ 277 ] {cd40ae28-3489-4345-9c26-9d96f87e4685} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
6057 2024.12.19 22:25:57.104642 [ 277 ] {cd40ae28-3489-4345-9c26-9d96f87e4685} <Trace> oximeter.fields_u8 (74ab6f56-b776-4e15-89eb-af2ec1acc724): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6058 2024.12.19 22:25:57.104862 [ 277 ] {cd40ae28-3489-4345-9c26-9d96f87e4685} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001537 sec., 8458.035133376708 rows/sec., 527.36 KiB/sec.
6059 2024.12.19 22:25:57.104914 [ 277 ] {cd40ae28-3489-4345-9c26-9d96f87e4685} <Debug> TCPHandler: Processed in 0.001740418 sec.
6060 2024.12.19 22:25:57.105080 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6061 2024.12.19 22:25:57.105222 [ 278 ] {a51fd565-bf63-4c24-9993-35c35a2acbc6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6062 2024.12.19 22:25:57.105282 [ 278 ] {a51fd565-bf63-4c24-9993-35c35a2acbc6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6063 2024.12.19 22:25:57.106128 [ 278 ] {a51fd565-bf63-4c24-9993-35c35a2acbc6} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6064 2024.12.19 22:25:57.106168 [ 278 ] {a51fd565-bf63-4c24-9993-35c35a2acbc6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB.
6065 2024.12.19 22:25:57.106566 [ 278 ] {a51fd565-bf63-4c24-9993-35c35a2acbc6} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
6066 2024.12.19 22:25:57.106813 [ 278 ] {a51fd565-bf63-4c24-9993-35c35a2acbc6} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6067 2024.12.19 22:25:57.107056 [ 278 ] {a51fd565-bf63-4c24-9993-35c35a2acbc6} <Debug> executeQuery: Read 394 rows, 28.64 KiB in 0.001867 sec., 211033.74397429032 rows/sec., 14.98 MiB/sec.
6068 2024.12.19 22:25:57.107116 [ 278 ] {a51fd565-bf63-4c24-9993-35c35a2acbc6} <Debug> TCPHandler: Processed in 0.002106996 sec.
6069 2024.12.19 22:25:57.107268 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6070 2024.12.19 22:25:57.107390 [ 277 ] {54ab9999-0168-4f8a-9783-82f0fc493d73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
6071 2024.12.19 22:25:57.107442 [ 277 ] {54ab9999-0168-4f8a-9783-82f0fc493d73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
6072 2024.12.19 22:25:57.107945 [ 277 ] {54ab9999-0168-4f8a-9783-82f0fc493d73} <Trace> oximeter.measurements_bool (164ca455-e956-4308-a817-eda615c184e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6073 2024.12.19 22:25:57.107984 [ 277 ] {54ab9999-0168-4f8a-9783-82f0fc493d73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB.
6074 2024.12.19 22:25:57.108351 [ 277 ] {54ab9999-0168-4f8a-9783-82f0fc493d73} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
6075 2024.12.19 22:25:57.108585 [ 277 ] {54ab9999-0168-4f8a-9783-82f0fc493d73} <Trace> oximeter.measurements_bool (164ca455-e956-4308-a817-eda615c184e9): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6076 2024.12.19 22:25:57.108810 [ 277 ] {54ab9999-0168-4f8a-9783-82f0fc493d73} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001448 sec., 4143.646408839779 rows/sec., 216.49 KiB/sec.
6077 2024.12.19 22:25:57.108860 [ 277 ] {54ab9999-0168-4f8a-9783-82f0fc493d73} <Debug> TCPHandler: Processed in 0.001651796 sec.
6078 2024.12.19 22:25:57.109021 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6079 2024.12.19 22:25:57.109163 [ 278 ] {c8cf5e8d-7404-4fbf-b7ac-8479246ac88d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6080 2024.12.19 22:25:57.109230 [ 278 ] {c8cf5e8d-7404-4fbf-b7ac-8479246ac88d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6081 2024.12.19 22:25:57.109942 [ 278 ] {c8cf5e8d-7404-4fbf-b7ac-8479246ac88d} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6082 2024.12.19 22:25:57.109983 [ 278 ] {c8cf5e8d-7404-4fbf-b7ac-8479246ac88d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB.
6083 2024.12.19 22:25:57.110390 [ 278 ] {c8cf5e8d-7404-4fbf-b7ac-8479246ac88d} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
6084 2024.12.19 22:25:57.110645 [ 278 ] {c8cf5e8d-7404-4fbf-b7ac-8479246ac88d} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6085 2024.12.19 22:25:57.110873 [ 278 ] {c8cf5e8d-7404-4fbf-b7ac-8479246ac88d} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001742 sec., 136050.51664753156 rows/sec., 9.12 MiB/sec.
6086 2024.12.19 22:25:57.110939 [ 278 ] {c8cf5e8d-7404-4fbf-b7ac-8479246ac88d} <Debug> TCPHandler: Processed in 0.001987313 sec.
6087 2024.12.19 22:25:57.111108 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6088 2024.12.19 22:25:57.111250 [ 277 ] {ae5b658a-86cd-4ecf-bd6c-35db56943b63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
6089 2024.12.19 22:25:57.111311 [ 277 ] {ae5b658a-86cd-4ecf-bd6c-35db56943b63} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
6090 2024.12.19 22:25:57.111876 [ 277 ] {ae5b658a-86cd-4ecf-bd6c-35db56943b63} <Trace> oximeter.measurements_f64 (f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6091 2024.12.19 22:25:57.111922 [ 277 ] {ae5b658a-86cd-4ecf-bd6c-35db56943b63} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB.
6092 2024.12.19 22:25:57.112286 [ 277 ] {ae5b658a-86cd-4ecf-bd6c-35db56943b63} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
6093 2024.12.19 22:25:57.112522 [ 277 ] {ae5b658a-86cd-4ecf-bd6c-35db56943b63} <Trace> oximeter.measurements_f64 (f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6094 2024.12.19 22:25:57.112731 [ 277 ] {ae5b658a-86cd-4ecf-bd6c-35db56943b63} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001512 sec., 661.3756613756614 rows/sec., 44.57 KiB/sec.
6095 2024.12.19 22:25:57.112782 [ 277 ] {ae5b658a-86cd-4ecf-bd6c-35db56943b63} <Debug> TCPHandler: Processed in 0.001740917 sec.
6096 2024.12.19 22:25:57.112929 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6097 2024.12.19 22:25:57.113068 [ 278 ] {8bb4ceec-636e-4bb1-a0a7-892f5558f986} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6098 2024.12.19 22:25:57.113165 [ 278 ] {8bb4ceec-636e-4bb1-a0a7-892f5558f986} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
6099 2024.12.19 22:25:57.114405 [ 278 ] {8bb4ceec-636e-4bb1-a0a7-892f5558f986} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6100 2024.12.19 22:25:57.114446 [ 278 ] {8bb4ceec-636e-4bb1-a0a7-892f5558f986} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB.
6101 2024.12.19 22:25:57.115108 [ 278 ] {8bb4ceec-636e-4bb1-a0a7-892f5558f986} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
6102 2024.12.19 22:25:57.115380 [ 278 ] {8bb4ceec-636e-4bb1-a0a7-892f5558f986} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6103 2024.12.19 22:25:57.115661 [ 278 ] {8bb4ceec-636e-4bb1-a0a7-892f5558f986} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002624 sec., 4573.170731707317 rows/sec., 8.19 MiB/sec.
6104 2024.12.19 22:25:57.115939 [ 278 ] {8bb4ceec-636e-4bb1-a0a7-892f5558f986} <Debug> TCPHandler: Processed in 0.003068317 sec.
6105 2024.12.19 22:25:57.116105 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6106 2024.12.19 22:25:57.116242 [ 277 ] {4a319f65-2bee-4655-9924-c5c28c5a14d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6107 2024.12.19 22:25:57.116302 [ 277 ] {4a319f65-2bee-4655-9924-c5c28c5a14d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6108 2024.12.19 22:25:57.116888 [ 277 ] {4a319f65-2bee-4655-9924-c5c28c5a14d9} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6109 2024.12.19 22:25:57.116935 [ 277 ] {4a319f65-2bee-4655-9924-c5c28c5a14d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB.
6110 2024.12.19 22:25:57.117315 [ 277 ] {4a319f65-2bee-4655-9924-c5c28c5a14d9} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
6111 2024.12.19 22:25:57.117561 [ 277 ] {4a319f65-2bee-4655-9924-c5c28c5a14d9} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6112 2024.12.19 22:25:57.117843 [ 277 ] {4a319f65-2bee-4655-9924-c5c28c5a14d9} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001626 sec., 50430.50430504305 rows/sec., 3.20 MiB/sec.
6113 2024.12.19 22:25:57.117973 [ 277 ] {4a319f65-2bee-4655-9924-c5c28c5a14d9} <Debug> TCPHandler: Processed in 0.001930392 sec.
6114 2024.12.19 22:26:02.090520 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6115 2024.12.19 22:26:02.090752 [ 277 ] {eaea7026-1046-4bc5-ba49-48d7191c1c64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6116 2024.12.19 22:26:02.090830 [ 277 ] {eaea7026-1046-4bc5-ba49-48d7191c1c64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6117 2024.12.19 22:26:02.091677 [ 277 ] {eaea7026-1046-4bc5-ba49-48d7191c1c64} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6118 2024.12.19 22:26:02.091719 [ 277 ] {eaea7026-1046-4bc5-ba49-48d7191c1c64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB.
6119 2024.12.19 22:26:02.092164 [ 277 ] {eaea7026-1046-4bc5-ba49-48d7191c1c64} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
6120 2024.12.19 22:26:02.092421 [ 277 ] {eaea7026-1046-4bc5-ba49-48d7191c1c64} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6121 2024.12.19 22:26:02.092585 [ 46 ] {} <Debug> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
6122 2024.12.19 22:26:02.092637 [ 277 ] {eaea7026-1046-4bc5-ba49-48d7191c1c64} <Debug> executeQuery: Read 110 rows, 9.44 KiB in 0.001943 sec., 56613.484302624805 rows/sec., 4.74 MiB/sec.
6123 2024.12.19 22:26:02.092638 [ 46 ] {} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6124 2024.12.19 22:26:02.092690 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB.
6125 2024.12.19 22:26:02.092718 [ 277 ] {eaea7026-1046-4bc5-ba49-48d7191c1c64} <Debug> TCPHandler: Processed in 0.002336151 sec.
6126 2024.12.19 22:26:02.092890 [ 192 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::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
6127 2024.12.19 22:26:02.093026 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6128 2024.12.19 22:26:02.093092 [ 192 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6129 2024.12.19 22:26:02.093139 [ 192 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1430 rows starting from the beginning of the part
6130 2024.12.19 22:26:02.093338 [ 192 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 1375 rows starting from the beginning of the part
6131 2024.12.19 22:26:02.093371 [ 278 ] {d9c9ec51-13b6-45d8-a4f1-05c5fb49aca6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6132 2024.12.19 22:26:02.093564 [ 278 ] {d9c9ec51-13b6-45d8-a4f1-05c5fb49aca6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6133 2024.12.19 22:26:02.093688 [ 192 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 56 rows starting from the beginning of the part
6134 2024.12.19 22:26:02.094164 [ 192 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::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
6135 2024.12.19 22:26:02.094663 [ 192 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 227 rows starting from the beginning of the part
6136 2024.12.19 22:26:02.095158 [ 192 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 110 rows starting from the beginning of the part
6137 2024.12.19 22:26:02.096501 [ 278 ] {d9c9ec51-13b6-45d8-a4f1-05c5fb49aca6} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6138 2024.12.19 22:26:02.096590 [ 278 ] {d9c9ec51-13b6-45d8-a4f1-05c5fb49aca6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB.
6139 2024.12.19 22:26:02.097695 [ 278 ] {d9c9ec51-13b6-45d8-a4f1-05c5fb49aca6} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
6140 2024.12.19 22:26:02.097999 [ 278 ] {d9c9ec51-13b6-45d8-a4f1-05c5fb49aca6} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6141 2024.12.19 22:26:02.098456 [ 278 ] {d9c9ec51-13b6-45d8-a4f1-05c5fb49aca6} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.005199 sec., 5193.3064050779 rows/sec., 390.51 KiB/sec.
6142 2024.12.19 22:26:02.098816 [ 278 ] {d9c9ec51-13b6-45d8-a4f1-05c5fb49aca6} <Debug> TCPHandler: Processed in 0.005935069 sec.
6143 2024.12.19 22:26:02.098951 [ 196 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3308 rows, containing 5 columns (5 merged, 0 gathered) in 0.006143454 sec., 538459.3096977693 rows/sec., 47.00 MiB/sec.
6144 2024.12.19 22:26:02.099059 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6145 2024.12.19 22:26:02.099247 [ 277 ] {f940485e-ef74-48fd-8c83-f2d5710b23ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6146 2024.12.19 22:26:02.099333 [ 277 ] {f940485e-ef74-48fd-8c83-f2d5710b23ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6147 2024.12.19 22:26:02.099488 [ 196 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
6148 2024.12.19 22:26:02.100345 [ 196 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_46_9} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6149 2024.12.19 22:26:02.100588 [ 196 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_46_9} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
6150 2024.12.19 22:26:02.100813 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB.
6151 2024.12.19 22:26:02.100879 [ 277 ] {f940485e-ef74-48fd-8c83-f2d5710b23ee} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6152 2024.12.19 22:26:02.100926 [ 277 ] {f940485e-ef74-48fd-8c83-f2d5710b23ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB.
6153 2024.12.19 22:26:02.101308 [ 277 ] {f940485e-ef74-48fd-8c83-f2d5710b23ee} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
6154 2024.12.19 22:26:02.101556 [ 277 ] {f940485e-ef74-48fd-8c83-f2d5710b23ee} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6155 2024.12.19 22:26:02.101718 [ 44 ] {} <Debug> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
6156 2024.12.19 22:26:02.101788 [ 44 ] {} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6157 2024.12.19 22:26:02.101812 [ 277 ] {f940485e-ef74-48fd-8c83-f2d5710b23ee} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.002592 sec., 35108.02469135802 rows/sec., 2.74 MiB/sec.
6158 2024.12.19 22:26:02.101826 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB.
6159 2024.12.19 22:26:02.101997 [ 277 ] {f940485e-ef74-48fd-8c83-f2d5710b23ee} <Debug> TCPHandler: Processed in 0.003068157 sec.
6160 2024.12.19 22:26:02.102089 [ 194 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::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
6161 2024.12.19 22:26:02.102199 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6162 2024.12.19 22:26:02.102227 [ 194 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6163 2024.12.19 22:26:02.102260 [ 194 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 913 rows starting from the beginning of the part
6164 2024.12.19 22:26:02.102422 [ 278 ] {8ca4afa5-b053-4509-8cd1-ecf453e056b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6165 2024.12.19 22:26:02.102422 [ 194 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 866 rows starting from the beginning of the part
6166 2024.12.19 22:26:02.102620 [ 278 ] {8ca4afa5-b053-4509-8cd1-ecf453e056b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6167 2024.12.19 22:26:02.102828 [ 194 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 64 rows starting from the beginning of the part
6168 2024.12.19 22:26:02.103149 [ 194 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::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
6169 2024.12.19 22:26:02.103541 [ 194 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 394 rows starting from the beginning of the part
6170 2024.12.19 22:26:02.103874 [ 194 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 91 rows starting from the beginning of the part
6171 2024.12.19 22:26:02.104944 [ 278 ] {8ca4afa5-b053-4509-8cd1-ecf453e056b1} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6172 2024.12.19 22:26:02.104987 [ 278 ] {8ca4afa5-b053-4509-8cd1-ecf453e056b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB.
6173 2024.12.19 22:26:02.105544 [ 278 ] {8ca4afa5-b053-4509-8cd1-ecf453e056b1} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
6174 2024.12.19 22:26:02.105803 [ 278 ] {8ca4afa5-b053-4509-8cd1-ecf453e056b1} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6175 2024.12.19 22:26:02.106076 [ 44 ] {} <Debug> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
6176 2024.12.19 22:26:02.106194 [ 44 ] {} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6177 2024.12.19 22:26:02.106233 [ 189 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2419 rows, containing 5 columns (5 merged, 0 gathered) in 0.004281433 sec., 564997.7472495774 rows/sec., 43.34 MiB/sec.
6178 2024.12.19 22:26:02.106264 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB.
6179 2024.12.19 22:26:02.106313 [ 278 ] {8ca4afa5-b053-4509-8cd1-ecf453e056b1} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00399 sec., 40100.25062656642 rows/sec., 2.79 MiB/sec.
6180 2024.12.19 22:26:02.106637 [ 189 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
6181 2024.12.19 22:26:02.106726 [ 278 ] {8ca4afa5-b053-4509-8cd1-ecf453e056b1} <Debug> TCPHandler: Processed in 0.00459736 sec.
6182 2024.12.19 22:26:02.106763 [ 199 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::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
6183 2024.12.19 22:26:02.106969 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6184 2024.12.19 22:26:02.107163 [ 199 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6185 2024.12.19 22:26:02.107258 [ 199 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 12795 rows starting from the beginning of the part
6186 2024.12.19 22:26:02.107302 [ 277 ] {3a554b64-1c11-4d2a-beec-00ba74a7b866} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6187 2024.12.19 22:26:02.107579 [ 198 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_46_9} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6188 2024.12.19 22:26:02.107743 [ 199 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 963 rows starting from the beginning of the part
6189 2024.12.19 22:26:02.107967 [ 277 ] {3a554b64-1c11-4d2a-beec-00ba74a7b866} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
6190 2024.12.19 22:26:02.108073 [ 198 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_46_9} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
6191 2024.12.19 22:26:02.108308 [ 199 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 128 rows starting from the beginning of the part
6192 2024.12.19 22:26:02.108541 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB.
6193 2024.12.19 22:26:02.108796 [ 199 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::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
6194 2024.12.19 22:26:02.109142 [ 199 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 237 rows starting from the beginning of the part
6195 2024.12.19 22:26:02.109539 [ 199 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 160 rows starting from the beginning of the part
6196 2024.12.19 22:26:02.111731 [ 277 ] {3a554b64-1c11-4d2a-beec-00ba74a7b866} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6197 2024.12.19 22:26:02.111789 [ 277 ] {3a554b64-1c11-4d2a-beec-00ba74a7b866} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB.
6198 2024.12.19 22:26:02.112877 [ 277 ] {3a554b64-1c11-4d2a-beec-00ba74a7b866} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
6199 2024.12.19 22:26:02.113525 [ 277 ] {3a554b64-1c11-4d2a-beec-00ba74a7b866} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6200 2024.12.19 22:26:02.113794 [ 277 ] {3a554b64-1c11-4d2a-beec-00ba74a7b866} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.006596 sec., 4093.3899332929045 rows/sec., 7.34 MiB/sec.
6201 2024.12.19 22:26:02.113901 [ 277 ] {3a554b64-1c11-4d2a-beec-00ba74a7b866} <Debug> TCPHandler: Processed in 0.007059904 sec.
6202 2024.12.19 22:26:02.114071 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6203 2024.12.19 22:26:02.114224 [ 278 ] {121eced5-6f16-498d-89a5-d7e57f515ad6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6204 2024.12.19 22:26:02.114287 [ 278 ] {121eced5-6f16-498d-89a5-d7e57f515ad6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6205 2024.12.19 22:26:02.114992 [ 199 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14443 rows, containing 5 columns (5 merged, 0 gathered) in 0.008591507 sec., 1681078.767671376 rows/sec., 113.49 MiB/sec.
6206 2024.12.19 22:26:02.115233 [ 278 ] {121eced5-6f16-498d-89a5-d7e57f515ad6} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6207 2024.12.19 22:26:02.115279 [ 278 ] {121eced5-6f16-498d-89a5-d7e57f515ad6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB.
6208 2024.12.19 22:26:02.115419 [ 199 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
6209 2024.12.19 22:26:02.116018 [ 199 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6210 2024.12.19 22:26:02.116028 [ 278 ] {121eced5-6f16-498d-89a5-d7e57f515ad6} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
6211 2024.12.19 22:26:02.116153 [ 199 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
6212 2024.12.19 22:26:02.116289 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.65 MiB.
6213 2024.12.19 22:26:02.116446 [ 278 ] {121eced5-6f16-498d-89a5-d7e57f515ad6} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6214 2024.12.19 22:26:02.116622 [ 44 ] {} <Debug> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
6215 2024.12.19 22:26:02.116679 [ 44 ] {} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6216 2024.12.19 22:26:02.116712 [ 278 ] {121eced5-6f16-498d-89a5-d7e57f515ad6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002519 sec., 23818.975784041286 rows/sec., 1.61 MiB/sec.
6217 2024.12.19 22:26:02.116728 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB.
6218 2024.12.19 22:26:02.116903 [ 278 ] {121eced5-6f16-498d-89a5-d7e57f515ad6} <Debug> TCPHandler: Processed in 0.002886882 sec.
6219 2024.12.19 22:26:02.116957 [ 198 ] {a2784562-0832-4e33-8769-44c7df75eec1::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
6220 2024.12.19 22:26:02.117055 [ 198 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6221 2024.12.19 22:26:02.117083 [ 198 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2522 rows starting from the beginning of the part
6222 2024.12.19 22:26:02.117151 [ 198 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 34 rows starting from the beginning of the part
6223 2024.12.19 22:26:02.117240 [ 198 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 48 rows starting from the beginning of the part
6224 2024.12.19 22:26:02.117498 [ 198 ] {a2784562-0832-4e33-8769-44c7df75eec1::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
6225 2024.12.19 22:26:02.117726 [ 198 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 82 rows starting from the beginning of the part
6226 2024.12.19 22:26:02.117799 [ 198 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 60 rows starting from the beginning of the part
6227 2024.12.19 22:26:02.119337 [ 200 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2806 rows, containing 4 columns (4 merged, 0 gathered) in 0.002468303 sec., 1136813.4301177773 rows/sec., 74.16 MiB/sec.
6228 2024.12.19 22:26:02.119696 [ 200 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
6229 2024.12.19 22:26:02.120058 [ 200 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_46_9} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6230 2024.12.19 22:26:02.120155 [ 200 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_46_9} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
6231 2024.12.19 22:26:02.120245 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB.
6232 2024.12.19 22:26:03.156857 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 13359
6233 2024.12.19 22:26:03.157538 [ 244 ] {} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6234 2024.12.19 22:26:03.157580 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB.
6235 2024.12.19 22:26:03.158168 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
6236 2024.12.19 22:26:03.158451 [ 244 ] {} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6237 2024.12.19 22:26:03.158760 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13359
6238 2024.12.19 22:26:04.047494 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 219
6239 2024.12.19 22:26:04.068277 [ 243 ] {} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6240 2024.12.19 22:26:04.068340 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB.
6241 2024.12.19 22:26:04.076149 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
6242 2024.12.19 22:26:04.076970 [ 243 ] {} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6243 2024.12.19 22:26:04.080554 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 219
6244 2024.12.19 22:26:05.708405 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 890
6245 2024.12.19 22:26:05.711497 [ 242 ] {} <Trace> system.query_log (70720294-7ac9-485f-8b0b-2131ff2acf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6246 2024.12.19 22:26:05.711548 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB.
6247 2024.12.19 22:26:05.713009 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
6248 2024.12.19 22:26:05.713334 [ 242 ] {} <Trace> system.query_log (70720294-7ac9-485f-8b0b-2131ff2acf2b): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6249 2024.12.19 22:26:05.713616 [ 59 ] {} <Debug> system.query_log (70720294-7ac9-485f-8b0b-2131ff2acf2b) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
6250 2024.12.19 22:26:05.713765 [ 59 ] {} <Trace> system.query_log (70720294-7ac9-485f-8b0b-2131ff2acf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6251 2024.12.19 22:26:05.713858 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB.
6252 2024.12.19 22:26:05.714280 [ 187 ] {70720294-7ac9-485f-8b0b-2131ff2acf2b::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
6253 2024.12.19 22:26:05.714632 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 890
6254 2024.12.19 22:26:05.715242 [ 187 ] {70720294-7ac9-485f-8b0b-2131ff2acf2b::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6255 2024.12.19 22:26:05.715431 [ 187 ] {70720294-7ac9-485f-8b0b-2131ff2acf2b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 722 rows starting from the beginning of the part
6256 2024.12.19 22:26:05.716076 [ 187 ] {70720294-7ac9-485f-8b0b-2131ff2acf2b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 20 rows starting from the beginning of the part
6257 2024.12.19 22:26:05.716735 [ 187 ] {70720294-7ac9-485f-8b0b-2131ff2acf2b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 36 rows starting from the beginning of the part
6258 2024.12.19 22:26:05.717350 [ 187 ] {70720294-7ac9-485f-8b0b-2131ff2acf2b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 58 rows starting from the beginning of the part
6259 2024.12.19 22:26:05.717961 [ 187 ] {70720294-7ac9-485f-8b0b-2131ff2acf2b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 20 rows starting from the beginning of the part
6260 2024.12.19 22:26:05.718530 [ 187 ] {70720294-7ac9-485f-8b0b-2131ff2acf2b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 34 rows starting from the beginning of the part
6261 2024.12.19 22:26:05.726816 [ 197 ] {70720294-7ac9-485f-8b0b-2131ff2acf2b::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 890 rows, containing 72 columns (72 merged, 0 gathered) in 0.012807558 sec., 69490.21819772356 rows/sec., 56.97 MiB/sec.
6262 2024.12.19 22:26:05.728136 [ 201 ] {70720294-7ac9-485f-8b0b-2131ff2acf2b::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
6263 2024.12.19 22:26:05.728956 [ 201 ] {70720294-7ac9-485f-8b0b-2131ff2acf2b::all_1_21_4} <Trace> system.query_log (70720294-7ac9-485f-8b0b-2131ff2acf2b): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6264 2024.12.19 22:26:05.729056 [ 201 ] {70720294-7ac9-485f-8b0b-2131ff2acf2b::all_1_21_4} <Trace> system.query_log (70720294-7ac9-485f-8b0b-2131ff2acf2b) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
6265 2024.12.19 22:26:05.729394 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.28 MiB.
6266 2024.12.19 22:26:07.093272 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6267 2024.12.19 22:26:07.093486 [ 277 ] {529841ba-3134-4a19-a4bb-8a365da1e5e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
6268 2024.12.19 22:26:07.093567 [ 277 ] {529841ba-3134-4a19-a4bb-8a365da1e5e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
6269 2024.12.19 22:26:07.094406 [ 277 ] {529841ba-3134-4a19-a4bb-8a365da1e5e4} <Trace> oximeter.fields_i16 (8b34b429-6d62-480d-bd41-33dce3ff3ffb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6270 2024.12.19 22:26:07.094450 [ 277 ] {529841ba-3134-4a19-a4bb-8a365da1e5e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB.
6271 2024.12.19 22:26:07.094886 [ 277 ] {529841ba-3134-4a19-a4bb-8a365da1e5e4} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
6272 2024.12.19 22:26:07.095141 [ 277 ] {529841ba-3134-4a19-a4bb-8a365da1e5e4} <Trace> oximeter.fields_i16 (8b34b429-6d62-480d-bd41-33dce3ff3ffb): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6273 2024.12.19 22:26:07.095350 [ 277 ] {529841ba-3134-4a19-a4bb-8a365da1e5e4} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001926 sec., 7268.95119418484 rows/sec., 523.27 KiB/sec.
6274 2024.12.19 22:26:07.095406 [ 277 ] {529841ba-3134-4a19-a4bb-8a365da1e5e4} <Debug> TCPHandler: Processed in 0.002270009 sec.
6275 2024.12.19 22:26:07.095681 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6276 2024.12.19 22:26:07.095892 [ 278 ] {92bd2d8b-d0ff-40de-8be9-0f1fc0b00d0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6277 2024.12.19 22:26:07.095972 [ 278 ] {92bd2d8b-d0ff-40de-8be9-0f1fc0b00d0d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6278 2024.12.19 22:26:07.096823 [ 278 ] {92bd2d8b-d0ff-40de-8be9-0f1fc0b00d0d} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6279 2024.12.19 22:26:07.096874 [ 278 ] {92bd2d8b-d0ff-40de-8be9-0f1fc0b00d0d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB.
6280 2024.12.19 22:26:07.097332 [ 278 ] {92bd2d8b-d0ff-40de-8be9-0f1fc0b00d0d} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
6281 2024.12.19 22:26:07.097589 [ 278 ] {92bd2d8b-d0ff-40de-8be9-0f1fc0b00d0d} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6282 2024.12.19 22:26:07.097856 [ 278 ] {92bd2d8b-d0ff-40de-8be9-0f1fc0b00d0d} <Debug> executeQuery: Read 227 rows, 20.31 KiB in 0.002018 sec., 112487.61149653123 rows/sec., 9.83 MiB/sec.
6283 2024.12.19 22:26:07.097953 [ 278 ] {92bd2d8b-d0ff-40de-8be9-0f1fc0b00d0d} <Debug> TCPHandler: Processed in 0.002416213 sec.
6284 2024.12.19 22:26:07.098259 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6285 2024.12.19 22:26:07.098417 [ 277 ] {fa0ea4e7-cff3-4171-af58-1c47371a8b1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6286 2024.12.19 22:26:07.098476 [ 277 ] {fa0ea4e7-cff3-4171-af58-1c47371a8b1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6287 2024.12.19 22:26:07.099166 [ 277 ] {fa0ea4e7-cff3-4171-af58-1c47371a8b1b} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6288 2024.12.19 22:26:07.099213 [ 277 ] {fa0ea4e7-cff3-4171-af58-1c47371a8b1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB.
6289 2024.12.19 22:26:07.099589 [ 277 ] {fa0ea4e7-cff3-4171-af58-1c47371a8b1b} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
6290 2024.12.19 22:26:07.099828 [ 277 ] {fa0ea4e7-cff3-4171-af58-1c47371a8b1b} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6291 2024.12.19 22:26:07.099958 [ 76 ] {} <Debug> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df) (MergerMutator): Selected 6 parts from all_1_30_6 to all_35_35_0
6292 2024.12.19 22:26:07.099997 [ 76 ] {} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6293 2024.12.19 22:26:07.100021 [ 277 ] {fa0ea4e7-cff3-4171-af58-1c47371a8b1b} <Debug> executeQuery: Read 19 rows, 1.36 KiB in 0.001633 sec., 11635.027556644214 rows/sec., 831.84 KiB/sec.
6294 2024.12.19 22:26:07.100022 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB.
6295 2024.12.19 22:26:07.100127 [ 277 ] {fa0ea4e7-cff3-4171-af58-1c47371a8b1b} <Debug> TCPHandler: Processed in 0.002062815 sec.
6296 2024.12.19 22:26:07.100313 [ 193 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_35_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_30_6 to all_35_35_0 into Compact with storage Full
6297 2024.12.19 22:26:07.100324 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6298 2024.12.19 22:26:07.100597 [ 278 ] {8b571298-7f60-4e44-9b6c-8bbbbf88b4b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
6299 2024.12.19 22:26:07.100607 [ 193 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_35_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6300 2024.12.19 22:26:07.100689 [ 278 ] {8b571298-7f60-4e44-9b6c-8bbbbf88b4b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
6301 2024.12.19 22:26:07.100696 [ 193 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_30_6, total 64 rows starting from the beginning of the part
6302 2024.12.19 22:26:07.100997 [ 193 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 35 rows starting from the beginning of the part
6303 2024.12.19 22:26:07.101410 [ 193 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 27 rows starting from the beginning of the part
6304 2024.12.19 22:26:07.101795 [ 193 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 19 rows starting from the beginning of the part
6305 2024.12.19 22:26:07.102118 [ 193 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 27 rows starting from the beginning of the part
6306 2024.12.19 22:26:07.102507 [ 193 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 19 rows starting from the beginning of the part
6307 2024.12.19 22:26:07.103414 [ 278 ] {8b571298-7f60-4e44-9b6c-8bbbbf88b4b3} <Trace> oximeter.fields_u32 (96604386-977a-478c-b894-f09eb465191c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6308 2024.12.19 22:26:07.103483 [ 278 ] {8b571298-7f60-4e44-9b6c-8bbbbf88b4b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB.
6309 2024.12.19 22:26:07.104416 [ 278 ] {8b571298-7f60-4e44-9b6c-8bbbbf88b4b3} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
6310 2024.12.19 22:26:07.105058 [ 278 ] {8b571298-7f60-4e44-9b6c-8bbbbf88b4b3} <Trace> oximeter.fields_u32 (96604386-977a-478c-b894-f09eb465191c): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6311 2024.12.19 22:26:07.105156 [ 193 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_35_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 191 rows, containing 5 columns (5 merged, 0 gathered) in 0.005019069 sec., 38054.86635071166 rows/sec., 2.85 MiB/sec.
6312 2024.12.19 22:26:07.105426 [ 76 ] {} <Debug> oximeter.fields_u32 (96604386-977a-478c-b894-f09eb465191c) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0
6313 2024.12.19 22:26:07.105462 [ 193 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_35_7} <Trace> MergedBlockOutputStream: filled checksums all_1_35_7 (state Temporary)
6314 2024.12.19 22:26:07.105544 [ 76 ] {} <Trace> oximeter.fields_u32 (96604386-977a-478c-b894-f09eb465191c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6315 2024.12.19 22:26:07.105630 [ 278 ] {8b571298-7f60-4e44-9b6c-8bbbbf88b4b3} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005075 sec., 2758.6206896551726 rows/sec., 193.20 KiB/sec.
6316 2024.12.19 22:26:07.105700 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB.
6317 2024.12.19 22:26:07.105931 [ 278 ] {8b571298-7f60-4e44-9b6c-8bbbbf88b4b3} <Debug> TCPHandler: Processed in 0.005698604 sec.
6318 2024.12.19 22:26:07.106411 [ 197 ] {96604386-977a-478c-b894-f09eb465191c::all_1_20_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_15_3 to all_20_20_0 into Compact with storage Full
6319 2024.12.19 22:26:07.106450 [ 193 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_35_7} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Renaming temporary part tmp_merge_all_1_35_7 to all_1_35_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6320 2024.12.19 22:26:07.106450 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6321 2024.12.19 22:26:07.106826 [ 193 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_35_7} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df) (MergerMutator): Merged 6 parts: [all_1_30_6, all_35_35_0] -> all_1_35_7
6322 2024.12.19 22:26:07.107127 [ 197 ] {96604386-977a-478c-b894-f09eb465191c::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6323 2024.12.19 22:26:07.107141 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
6324 2024.12.19 22:26:07.107254 [ 197 ] {96604386-977a-478c-b894-f09eb465191c::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 242 rows starting from the beginning of the part
6325 2024.12.19 22:26:07.107265 [ 277 ] {e22939a1-1bb2-42a8-9c4f-2862caeccb5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
6326 2024.12.19 22:26:07.107449 [ 277 ] {e22939a1-1bb2-42a8-9c4f-2862caeccb5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
6327 2024.12.19 22:26:07.107522 [ 197 ] {96604386-977a-478c-b894-f09eb465191c::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 14 rows starting from the beginning of the part
6328 2024.12.19 22:26:07.107853 [ 197 ] {96604386-977a-478c-b894-f09eb465191c::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 14 rows starting from the beginning of the part
6329 2024.12.19 22:26:07.108129 [ 197 ] {96604386-977a-478c-b894-f09eb465191c::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 242 rows starting from the beginning of the part
6330 2024.12.19 22:26:07.108413 [ 197 ] {96604386-977a-478c-b894-f09eb465191c::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 14 rows starting from the beginning of the part
6331 2024.12.19 22:26:07.108685 [ 197 ] {96604386-977a-478c-b894-f09eb465191c::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 14 rows starting from the beginning of the part
6332 2024.12.19 22:26:07.110341 [ 277 ] {e22939a1-1bb2-42a8-9c4f-2862caeccb5d} <Trace> oximeter.fields_u8 (74ab6f56-b776-4e15-89eb-af2ec1acc724): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6333 2024.12.19 22:26:07.110422 [ 277 ] {e22939a1-1bb2-42a8-9c4f-2862caeccb5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB.
6334 2024.12.19 22:26:07.111305 [ 277 ] {e22939a1-1bb2-42a8-9c4f-2862caeccb5d} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
6335 2024.12.19 22:26:07.111547 [ 197 ] {96604386-977a-478c-b894-f09eb465191c::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 540 rows, containing 5 columns (5 merged, 0 gathered) in 0.005565891 sec., 97019.50684984669 rows/sec., 6.95 MiB/sec.
6336 2024.12.19 22:26:07.111770 [ 197 ] {96604386-977a-478c-b894-f09eb465191c::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary)
6337 2024.12.19 22:26:07.111837 [ 277 ] {e22939a1-1bb2-42a8-9c4f-2862caeccb5d} <Trace> oximeter.fields_u8 (74ab6f56-b776-4e15-89eb-af2ec1acc724): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6338 2024.12.19 22:26:07.112384 [ 277 ] {e22939a1-1bb2-42a8-9c4f-2862caeccb5d} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005179 sec., 2510.137092102723 rows/sec., 156.51 KiB/sec.
6339 2024.12.19 22:26:07.112473 [ 197 ] {96604386-977a-478c-b894-f09eb465191c::all_1_20_4} <Trace> oximeter.fields_u32 (96604386-977a-478c-b894-f09eb465191c): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6340 2024.12.19 22:26:07.112795 [ 277 ] {e22939a1-1bb2-42a8-9c4f-2862caeccb5d} <Debug> TCPHandler: Processed in 0.006705856 sec.
6341 2024.12.19 22:26:07.112842 [ 197 ] {96604386-977a-478c-b894-f09eb465191c::all_1_20_4} <Trace> oximeter.fields_u32 (96604386-977a-478c-b894-f09eb465191c) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4
6342 2024.12.19 22:26:07.113016 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB.
6343 2024.12.19 22:26:07.113044 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6344 2024.12.19 22:26:07.113183 [ 278 ] {e5d6aaa7-88fe-4da5-8a97-6d27c7777e4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6345 2024.12.19 22:26:07.113233 [ 278 ] {e5d6aaa7-88fe-4da5-8a97-6d27c7777e4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6346 2024.12.19 22:26:07.113970 [ 278 ] {e5d6aaa7-88fe-4da5-8a97-6d27c7777e4c} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6347 2024.12.19 22:26:07.114009 [ 278 ] {e5d6aaa7-88fe-4da5-8a97-6d27c7777e4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB.
6348 2024.12.19 22:26:07.114398 [ 278 ] {e5d6aaa7-88fe-4da5-8a97-6d27c7777e4c} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
6349 2024.12.19 22:26:07.114655 [ 278 ] {e5d6aaa7-88fe-4da5-8a97-6d27c7777e4c} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6350 2024.12.19 22:26:07.114874 [ 278 ] {e5d6aaa7-88fe-4da5-8a97-6d27c7777e4c} <Debug> executeQuery: Read 394 rows, 28.64 KiB in 0.001715 sec., 229737.60932944607 rows/sec., 16.31 MiB/sec.
6351 2024.12.19 22:26:07.114926 [ 278 ] {e5d6aaa7-88fe-4da5-8a97-6d27c7777e4c} <Debug> TCPHandler: Processed in 0.001993143 sec.
6352 2024.12.19 22:26:07.115065 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6353 2024.12.19 22:26:07.115184 [ 277 ] {313badab-c4ab-48d4-aaa3-28ffa63fc73e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
6354 2024.12.19 22:26:07.115239 [ 277 ] {313badab-c4ab-48d4-aaa3-28ffa63fc73e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
6355 2024.12.19 22:26:07.115825 [ 277 ] {313badab-c4ab-48d4-aaa3-28ffa63fc73e} <Trace> oximeter.measurements_bool (164ca455-e956-4308-a817-eda615c184e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6356 2024.12.19 22:26:07.115873 [ 277 ] {313badab-c4ab-48d4-aaa3-28ffa63fc73e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB.
6357 2024.12.19 22:26:07.116313 [ 277 ] {313badab-c4ab-48d4-aaa3-28ffa63fc73e} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
6358 2024.12.19 22:26:07.116552 [ 277 ] {313badab-c4ab-48d4-aaa3-28ffa63fc73e} <Trace> oximeter.measurements_bool (164ca455-e956-4308-a817-eda615c184e9): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6359 2024.12.19 22:26:07.116725 [ 79 ] {} <Debug> oximeter.measurements_bool (164ca455-e956-4308-a817-eda615c184e9) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0
6360 2024.12.19 22:26:07.116804 [ 79 ] {} <Trace> oximeter.measurements_bool (164ca455-e956-4308-a817-eda615c184e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6361 2024.12.19 22:26:07.116808 [ 277 ] {313badab-c4ab-48d4-aaa3-28ffa63fc73e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00164 sec., 3658.5365853658536 rows/sec., 191.14 KiB/sec.
6362 2024.12.19 22:26:07.116848 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB.
6363 2024.12.19 22:26:07.116943 [ 277 ] {313badab-c4ab-48d4-aaa3-28ffa63fc73e} <Debug> TCPHandler: Processed in 0.001935092 sec.
6364 2024.12.19 22:26:07.117233 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6365 2024.12.19 22:26:07.117371 [ 191 ] {164ca455-e956-4308-a817-eda615c184e9::all_1_20_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_15_3 to all_20_20_0 into Compact with storage Full
6366 2024.12.19 22:26:07.117631 [ 278 ] {82e4334b-2078-420a-97cb-b3fc785e14c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6367 2024.12.19 22:26:07.117720 [ 191 ] {164ca455-e956-4308-a817-eda615c184e9::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6368 2024.12.19 22:26:07.117750 [ 278 ] {82e4334b-2078-420a-97cb-b3fc785e14c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6369 2024.12.19 22:26:07.117777 [ 191 ] {164ca455-e956-4308-a817-eda615c184e9::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 90 rows starting from the beginning of the part
6370 2024.12.19 22:26:07.118087 [ 191 ] {164ca455-e956-4308-a817-eda615c184e9::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 6 rows starting from the beginning of the part
6371 2024.12.19 22:26:07.118455 [ 191 ] {164ca455-e956-4308-a817-eda615c184e9::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 6 rows starting from the beginning of the part
6372 2024.12.19 22:26:07.118840 [ 191 ] {164ca455-e956-4308-a817-eda615c184e9::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 6 rows starting from the beginning of the part
6373 2024.12.19 22:26:07.119178 [ 191 ] {164ca455-e956-4308-a817-eda615c184e9::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 6 rows starting from the beginning of the part
6374 2024.12.19 22:26:07.119382 [ 191 ] {164ca455-e956-4308-a817-eda615c184e9::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 6 rows starting from the beginning of the part
6375 2024.12.19 22:26:07.120377 [ 278 ] {82e4334b-2078-420a-97cb-b3fc785e14c8} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6376 2024.12.19 22:26:07.120453 [ 278 ] {82e4334b-2078-420a-97cb-b3fc785e14c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB.
6377 2024.12.19 22:26:07.121603 [ 278 ] {82e4334b-2078-420a-97cb-b3fc785e14c8} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
6378 2024.12.19 22:26:07.122019 [ 191 ] {164ca455-e956-4308-a817-eda615c184e9::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 120 rows, containing 4 columns (4 merged, 0 gathered) in 0.00505393 sec., 23743.89831279816 rows/sec., 1.21 MiB/sec.
6379 2024.12.19 22:26:07.122173 [ 278 ] {82e4334b-2078-420a-97cb-b3fc785e14c8} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6380 2024.12.19 22:26:07.122208 [ 191 ] {164ca455-e956-4308-a817-eda615c184e9::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary)
6381 2024.12.19 22:26:07.122612 [ 278 ] {82e4334b-2078-420a-97cb-b3fc785e14c8} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005108 sec., 46397.80736100235 rows/sec., 3.11 MiB/sec.
6382 2024.12.19 22:26:07.122777 [ 278 ] {82e4334b-2078-420a-97cb-b3fc785e14c8} <Debug> TCPHandler: Processed in 0.005708074 sec.
6383 2024.12.19 22:26:07.122806 [ 191 ] {164ca455-e956-4308-a817-eda615c184e9::all_1_20_4} <Trace> oximeter.measurements_bool (164ca455-e956-4308-a817-eda615c184e9): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6384 2024.12.19 22:26:07.122952 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6385 2024.12.19 22:26:07.122956 [ 191 ] {164ca455-e956-4308-a817-eda615c184e9::all_1_20_4} <Trace> oximeter.measurements_bool (164ca455-e956-4308-a817-eda615c184e9) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4
6386 2024.12.19 22:26:07.123071 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
6387 2024.12.19 22:26:07.123107 [ 277 ] {98ee8208-216f-4a3e-ba69-9b24755e4ae2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
6388 2024.12.19 22:26:07.123187 [ 277 ] {98ee8208-216f-4a3e-ba69-9b24755e4ae2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
6389 2024.12.19 22:26:07.123655 [ 277 ] {98ee8208-216f-4a3e-ba69-9b24755e4ae2} <Trace> oximeter.measurements_f64 (f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6390 2024.12.19 22:26:07.123693 [ 277 ] {98ee8208-216f-4a3e-ba69-9b24755e4ae2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB.
6391 2024.12.19 22:26:07.124042 [ 277 ] {98ee8208-216f-4a3e-ba69-9b24755e4ae2} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
6392 2024.12.19 22:26:07.124281 [ 277 ] {98ee8208-216f-4a3e-ba69-9b24755e4ae2} <Trace> oximeter.measurements_f64 (f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6393 2024.12.19 22:26:07.124545 [ 277 ] {98ee8208-216f-4a3e-ba69-9b24755e4ae2} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00147 sec., 680.2721088435375 rows/sec., 45.84 KiB/sec.
6394 2024.12.19 22:26:07.124730 [ 277 ] {98ee8208-216f-4a3e-ba69-9b24755e4ae2} <Debug> TCPHandler: Processed in 0.001854211 sec.
6395 2024.12.19 22:26:07.124928 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6396 2024.12.19 22:26:07.125065 [ 278 ] {f185969e-762d-42e7-bc4b-0d2b4b1ab1b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6397 2024.12.19 22:26:07.125184 [ 278 ] {f185969e-762d-42e7-bc4b-0d2b4b1ab1b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
6398 2024.12.19 22:26:07.126296 [ 278 ] {f185969e-762d-42e7-bc4b-0d2b4b1ab1b9} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6399 2024.12.19 22:26:07.126335 [ 278 ] {f185969e-762d-42e7-bc4b-0d2b4b1ab1b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB.
6400 2024.12.19 22:26:07.126954 [ 278 ] {f185969e-762d-42e7-bc4b-0d2b4b1ab1b9} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
6401 2024.12.19 22:26:07.127215 [ 278 ] {f185969e-762d-42e7-bc4b-0d2b4b1ab1b9} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6402 2024.12.19 22:26:07.127468 [ 278 ] {f185969e-762d-42e7-bc4b-0d2b4b1ab1b9} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002433 sec., 4932.182490752158 rows/sec., 8.84 MiB/sec.
6403 2024.12.19 22:26:07.127559 [ 278 ] {f185969e-762d-42e7-bc4b-0d2b4b1ab1b9} <Debug> TCPHandler: Processed in 0.002711539 sec.
6404 2024.12.19 22:26:07.127711 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6405 2024.12.19 22:26:07.127851 [ 277 ] {848dcdd1-70db-4b85-8c21-3b7a08564d8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6406 2024.12.19 22:26:07.127914 [ 277 ] {848dcdd1-70db-4b85-8c21-3b7a08564d8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6407 2024.12.19 22:26:07.128468 [ 277 ] {848dcdd1-70db-4b85-8c21-3b7a08564d8f} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6408 2024.12.19 22:26:07.128506 [ 277 ] {848dcdd1-70db-4b85-8c21-3b7a08564d8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB.
6409 2024.12.19 22:26:07.128877 [ 277 ] {848dcdd1-70db-4b85-8c21-3b7a08564d8f} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
6410 2024.12.19 22:26:07.129109 [ 277 ] {848dcdd1-70db-4b85-8c21-3b7a08564d8f} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6411 2024.12.19 22:26:07.129309 [ 277 ] {848dcdd1-70db-4b85-8c21-3b7a08564d8f} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00149 sec., 55033.55704697986 rows/sec., 3.50 MiB/sec.
6412 2024.12.19 22:26:07.129363 [ 277 ] {848dcdd1-70db-4b85-8c21-3b7a08564d8f} <Debug> TCPHandler: Processed in 0.001718118 sec.
6413 2024.12.19 22:26:10.527373 [ 156 ] {} <Debug> DNSResolver: Updating DNS cache
6414 2024.12.19 22:26:10.527437 [ 156 ] {} <Debug> DNSResolver: Updated DNS cache
6415 2024.12.19 22:26:10.658908 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 13786
6416 2024.12.19 22:26:10.659895 [ 244 ] {} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6417 2024.12.19 22:26:10.659941 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB.
6418 2024.12.19 22:26:10.660471 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
6419 2024.12.19 22:26:10.660727 [ 244 ] {} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6420 2024.12.19 22:26:10.661008 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13786
6421 2024.12.19 22:26:11.580633 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 227
6422 2024.12.19 22:26:11.602389 [ 243 ] {} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6423 2024.12.19 22:26:11.602454 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB.
6424 2024.12.19 22:26:11.609913 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
6425 2024.12.19 22:26:11.610657 [ 243 ] {} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6426 2024.12.19 22:26:11.613451 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 227
6427 2024.12.19 22:26:12.090384 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6428 2024.12.19 22:26:12.090578 [ 277 ] {f4987c84-828b-440c-9c1d-ca7b50fb9bfa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6429 2024.12.19 22:26:12.090655 [ 277 ] {f4987c84-828b-440c-9c1d-ca7b50fb9bfa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6430 2024.12.19 22:26:12.091528 [ 277 ] {f4987c84-828b-440c-9c1d-ca7b50fb9bfa} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6431 2024.12.19 22:26:12.091577 [ 277 ] {f4987c84-828b-440c-9c1d-ca7b50fb9bfa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB.
6432 2024.12.19 22:26:12.091997 [ 277 ] {f4987c84-828b-440c-9c1d-ca7b50fb9bfa} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
6433 2024.12.19 22:26:12.092251 [ 277 ] {f4987c84-828b-440c-9c1d-ca7b50fb9bfa} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6434 2024.12.19 22:26:12.092501 [ 277 ] {f4987c84-828b-440c-9c1d-ca7b50fb9bfa} <Debug> executeQuery: Read 110 rows, 9.44 KiB in 0.001972 sec., 55780.93306288033 rows/sec., 4.67 MiB/sec.
6435 2024.12.19 22:26:12.092588 [ 277 ] {f4987c84-828b-440c-9c1d-ca7b50fb9bfa} <Debug> TCPHandler: Processed in 0.002340291 sec.
6436 2024.12.19 22:26:12.092886 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6437 2024.12.19 22:26:12.093080 [ 278 ] {47b11027-8126-44a3-a531-ec158894a500} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6438 2024.12.19 22:26:12.093152 [ 278 ] {47b11027-8126-44a3-a531-ec158894a500} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6439 2024.12.19 22:26:12.093882 [ 278 ] {47b11027-8126-44a3-a531-ec158894a500} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6440 2024.12.19 22:26:12.093923 [ 278 ] {47b11027-8126-44a3-a531-ec158894a500} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB.
6441 2024.12.19 22:26:12.094351 [ 278 ] {47b11027-8126-44a3-a531-ec158894a500} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
6442 2024.12.19 22:26:12.094613 [ 278 ] {47b11027-8126-44a3-a531-ec158894a500} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6443 2024.12.19 22:26:12.094814 [ 278 ] {47b11027-8126-44a3-a531-ec158894a500} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.001789 sec., 15092.230296254891 rows/sec., 1.11 MiB/sec.
6444 2024.12.19 22:26:12.094868 [ 278 ] {47b11027-8126-44a3-a531-ec158894a500} <Debug> TCPHandler: Processed in 0.002147016 sec.
6445 2024.12.19 22:26:12.095039 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6446 2024.12.19 22:26:12.095185 [ 277 ] {d2e1c781-ce5d-4458-8c5f-299a58cd8279} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6447 2024.12.19 22:26:12.095245 [ 277 ] {d2e1c781-ce5d-4458-8c5f-299a58cd8279} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6448 2024.12.19 22:26:12.095908 [ 277 ] {d2e1c781-ce5d-4458-8c5f-299a58cd8279} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6449 2024.12.19 22:26:12.095949 [ 277 ] {d2e1c781-ce5d-4458-8c5f-299a58cd8279} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB.
6450 2024.12.19 22:26:12.096316 [ 277 ] {d2e1c781-ce5d-4458-8c5f-299a58cd8279} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
6451 2024.12.19 22:26:12.096550 [ 277 ] {d2e1c781-ce5d-4458-8c5f-299a58cd8279} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6452 2024.12.19 22:26:12.096769 [ 277 ] {d2e1c781-ce5d-4458-8c5f-299a58cd8279} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001619 sec., 56207.53551575046 rows/sec., 4.39 MiB/sec.
6453 2024.12.19 22:26:12.096825 [ 277 ] {d2e1c781-ce5d-4458-8c5f-299a58cd8279} <Debug> TCPHandler: Processed in 0.00185654 sec.
6454 2024.12.19 22:26:12.096985 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6455 2024.12.19 22:26:12.097124 [ 278 ] {f10cfc70-1bda-4ccb-a08b-a051a42d215d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6456 2024.12.19 22:26:12.097187 [ 278 ] {f10cfc70-1bda-4ccb-a08b-a051a42d215d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6457 2024.12.19 22:26:12.097804 [ 278 ] {f10cfc70-1bda-4ccb-a08b-a051a42d215d} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6458 2024.12.19 22:26:12.097840 [ 278 ] {f10cfc70-1bda-4ccb-a08b-a051a42d215d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB.
6459 2024.12.19 22:26:12.098231 [ 278 ] {f10cfc70-1bda-4ccb-a08b-a051a42d215d} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
6460 2024.12.19 22:26:12.098465 [ 278 ] {f10cfc70-1bda-4ccb-a08b-a051a42d215d} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6461 2024.12.19 22:26:12.098648 [ 278 ] {f10cfc70-1bda-4ccb-a08b-a051a42d215d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001555 sec., 102893.89067524116 rows/sec., 7.17 MiB/sec.
6462 2024.12.19 22:26:12.098698 [ 278 ] {f10cfc70-1bda-4ccb-a08b-a051a42d215d} <Debug> TCPHandler: Processed in 0.001780309 sec.
6463 2024.12.19 22:26:12.098845 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6464 2024.12.19 22:26:12.098968 [ 277 ] {0022b4b6-fdc5-4c38-8c40-7776588bcdde} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6465 2024.12.19 22:26:12.099051 [ 277 ] {0022b4b6-fdc5-4c38-8c40-7776588bcdde} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
6466 2024.12.19 22:26:12.100160 [ 277 ] {0022b4b6-fdc5-4c38-8c40-7776588bcdde} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6467 2024.12.19 22:26:12.100200 [ 277 ] {0022b4b6-fdc5-4c38-8c40-7776588bcdde} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB.
6468 2024.12.19 22:26:12.100825 [ 277 ] {0022b4b6-fdc5-4c38-8c40-7776588bcdde} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
6469 2024.12.19 22:26:12.101076 [ 277 ] {0022b4b6-fdc5-4c38-8c40-7776588bcdde} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6470 2024.12.19 22:26:12.101279 [ 153 ] {} <Debug> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
6471 2024.12.19 22:26:12.101345 [ 277 ] {0022b4b6-fdc5-4c38-8c40-7776588bcdde} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002402 sec., 11240.632805995005 rows/sec., 20.14 MiB/sec.
6472 2024.12.19 22:26:12.101374 [ 153 ] {} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6473 2024.12.19 22:26:12.101444 [ 153 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB.
6474 2024.12.19 22:26:12.101720 [ 277 ] {0022b4b6-fdc5-4c38-8c40-7776588bcdde} <Debug> TCPHandler: Processed in 0.002928253 sec.
6475 2024.12.19 22:26:12.101793 [ 186 ] {cbc455e9-47de-4677-931e-ce7496b93cef::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
6476 2024.12.19 22:26:12.101923 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6477 2024.12.19 22:26:12.102104 [ 278 ] {0f5e33a4-1a60-4b88-af14-577bd1e6b683} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6478 2024.12.19 22:26:12.102183 [ 186 ] {cbc455e9-47de-4677-931e-ce7496b93cef::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6479 2024.12.19 22:26:12.102188 [ 278 ] {0f5e33a4-1a60-4b88-af14-577bd1e6b683} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6480 2024.12.19 22:26:12.102291 [ 186 ] {cbc455e9-47de-4677-931e-ce7496b93cef::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 543 rows starting from the beginning of the part
6481 2024.12.19 22:26:12.102998 [ 186 ] {cbc455e9-47de-4677-931e-ce7496b93cef::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
6482 2024.12.19 22:26:12.103578 [ 186 ] {cbc455e9-47de-4677-931e-ce7496b93cef::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
6483 2024.12.19 22:26:12.104074 [ 278 ] {0f5e33a4-1a60-4b88-af14-577bd1e6b683} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6484 2024.12.19 22:26:12.104127 [ 278 ] {0f5e33a4-1a60-4b88-af14-577bd1e6b683} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB.
6485 2024.12.19 22:26:12.104136 [ 186 ] {cbc455e9-47de-4677-931e-ce7496b93cef::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
6486 2024.12.19 22:26:12.104675 [ 186 ] {cbc455e9-47de-4677-931e-ce7496b93cef::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
6487 2024.12.19 22:26:12.105192 [ 278 ] {0f5e33a4-1a60-4b88-af14-577bd1e6b683} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
6488 2024.12.19 22:26:12.105203 [ 186 ] {cbc455e9-47de-4677-931e-ce7496b93cef::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
6489 2024.12.19 22:26:12.105785 [ 278 ] {0f5e33a4-1a60-4b88-af14-577bd1e6b683} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6490 2024.12.19 22:26:12.106223 [ 278 ] {0f5e33a4-1a60-4b88-af14-577bd1e6b683} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004169 sec., 14391.940513312546 rows/sec., 993.19 KiB/sec.
6491 2024.12.19 22:26:12.106502 [ 278 ] {0f5e33a4-1a60-4b88-af14-577bd1e6b683} <Debug> TCPHandler: Processed in 0.004659081 sec.
6492 2024.12.19 22:26:12.113416 [ 191 ] {cbc455e9-47de-4677-931e-ce7496b93cef::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 648 rows, containing 19 columns (19 merged, 0 gathered) in 0.011832237 sec., 54765.63730087556 rows/sec., 98.14 MiB/sec.
6493 2024.12.19 22:26:12.114362 [ 191 ] {cbc455e9-47de-4677-931e-ce7496b93cef::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
6494 2024.12.19 22:26:12.114798 [ 191 ] {cbc455e9-47de-4677-931e-ce7496b93cef::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6495 2024.12.19 22:26:12.114881 [ 191 ] {cbc455e9-47de-4677-931e-ce7496b93cef::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
6496 2024.12.19 22:26:12.115032 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.50 MiB.
6497 2024.12.19 22:26:12.754568 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6498 2024.12.19 22:26:12.754766 [ 277 ] {6fba152a-29ee-410f-a7ef-6823f8359a28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
6499 2024.12.19 22:26:12.754841 [ 277 ] {6fba152a-29ee-410f-a7ef-6823f8359a28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
6500 2024.12.19 22:26:12.755614 [ 277 ] {6fba152a-29ee-410f-a7ef-6823f8359a28} <Trace> oximeter.fields_i16 (8b34b429-6d62-480d-bd41-33dce3ff3ffb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6501 2024.12.19 22:26:12.755671 [ 277 ] {6fba152a-29ee-410f-a7ef-6823f8359a28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB.
6502 2024.12.19 22:26:12.756109 [ 277 ] {6fba152a-29ee-410f-a7ef-6823f8359a28} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
6503 2024.12.19 22:26:12.756378 [ 277 ] {6fba152a-29ee-410f-a7ef-6823f8359a28} <Trace> oximeter.fields_i16 (8b34b429-6d62-480d-bd41-33dce3ff3ffb): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6504 2024.12.19 22:26:12.756584 [ 153 ] {} <Debug> oximeter.fields_i16 (8b34b429-6d62-480d-bd41-33dce3ff3ffb) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0
6505 2024.12.19 22:26:12.756642 [ 277 ] {6fba152a-29ee-410f-a7ef-6823f8359a28} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001942 sec., 7209.062821833162 rows/sec., 518.96 KiB/sec.
6506 2024.12.19 22:26:12.756685 [ 153 ] {} <Trace> oximeter.fields_i16 (8b34b429-6d62-480d-bd41-33dce3ff3ffb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6507 2024.12.19 22:26:12.756767 [ 153 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB.
6508 2024.12.19 22:26:12.756773 [ 277 ] {6fba152a-29ee-410f-a7ef-6823f8359a28} <Debug> TCPHandler: Processed in 0.002363841 sec.
6509 2024.12.19 22:26:12.756998 [ 198 ] {8b34b429-6d62-480d-bd41-33dce3ff3ffb::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
6510 2024.12.19 22:26:12.757045 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6511 2024.12.19 22:26:12.757172 [ 198 ] {8b34b429-6d62-480d-bd41-33dce3ff3ffb::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6512 2024.12.19 22:26:12.757212 [ 198 ] {8b34b429-6d62-480d-bd41-33dce3ff3ffb::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 14 rows starting from the beginning of the part
6513 2024.12.19 22:26:12.757249 [ 278 ] {cd38939d-0c91-42c7-a4ff-b0def129d760} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6514 2024.12.19 22:26:12.757369 [ 198 ] {8b34b429-6d62-480d-bd41-33dce3ff3ffb::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 14 rows starting from the beginning of the part
6515 2024.12.19 22:26:12.757441 [ 278 ] {cd38939d-0c91-42c7-a4ff-b0def129d760} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6516 2024.12.19 22:26:12.757687 [ 198 ] {8b34b429-6d62-480d-bd41-33dce3ff3ffb::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 14 rows starting from the beginning of the part
6517 2024.12.19 22:26:12.758019 [ 198 ] {8b34b429-6d62-480d-bd41-33dce3ff3ffb::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 14 rows starting from the beginning of the part
6518 2024.12.19 22:26:12.758415 [ 198 ] {8b34b429-6d62-480d-bd41-33dce3ff3ffb::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 14 rows starting from the beginning of the part
6519 2024.12.19 22:26:12.760164 [ 200 ] {8b34b429-6d62-480d-bd41-33dce3ff3ffb::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.00324619 sec., 21563.740877767475 rows/sec., 1.60 MiB/sec.
6520 2024.12.19 22:26:12.760348 [ 278 ] {cd38939d-0c91-42c7-a4ff-b0def129d760} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6521 2024.12.19 22:26:12.760407 [ 278 ] {cd38939d-0c91-42c7-a4ff-b0def129d760} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB.
6522 2024.12.19 22:26:12.760416 [ 200 ] {8b34b429-6d62-480d-bd41-33dce3ff3ffb::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary)
6523 2024.12.19 22:26:12.761092 [ 200 ] {8b34b429-6d62-480d-bd41-33dce3ff3ffb::all_1_21_5} <Trace> oximeter.fields_i16 (8b34b429-6d62-480d-bd41-33dce3ff3ffb): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6524 2024.12.19 22:26:12.761216 [ 200 ] {8b34b429-6d62-480d-bd41-33dce3ff3ffb::all_1_21_5} <Trace> oximeter.fields_i16 (8b34b429-6d62-480d-bd41-33dce3ff3ffb) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5
6525 2024.12.19 22:26:12.761284 [ 278 ] {cd38939d-0c91-42c7-a4ff-b0def129d760} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
6526 2024.12.19 22:26:12.761350 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
6527 2024.12.19 22:26:12.761604 [ 278 ] {cd38939d-0c91-42c7-a4ff-b0def129d760} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6528 2024.12.19 22:26:12.761859 [ 278 ] {cd38939d-0c91-42c7-a4ff-b0def129d760} <Debug> executeQuery: Read 1367 rows, 116.43 KiB in 0.004618 sec., 296015.5911650065 rows/sec., 24.62 MiB/sec.
6529 2024.12.19 22:26:12.761927 [ 278 ] {cd38939d-0c91-42c7-a4ff-b0def129d760} <Debug> TCPHandler: Processed in 0.004994579 sec.
6530 2024.12.19 22:26:12.762102 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6531 2024.12.19 22:26:12.762251 [ 277 ] {91b12c86-ab34-41b3-9e44-f3f667e90754} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6532 2024.12.19 22:26:12.762314 [ 277 ] {91b12c86-ab34-41b3-9e44-f3f667e90754} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6533 2024.12.19 22:26:12.762945 [ 277 ] {91b12c86-ab34-41b3-9e44-f3f667e90754} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6534 2024.12.19 22:26:12.762988 [ 277 ] {91b12c86-ab34-41b3-9e44-f3f667e90754} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB.
6535 2024.12.19 22:26:12.763355 [ 277 ] {91b12c86-ab34-41b3-9e44-f3f667e90754} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
6536 2024.12.19 22:26:12.763596 [ 277 ] {91b12c86-ab34-41b3-9e44-f3f667e90754} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6537 2024.12.19 22:26:12.763826 [ 277 ] {91b12c86-ab34-41b3-9e44-f3f667e90754} <Debug> executeQuery: Read 19 rows, 1.36 KiB in 0.00161 sec., 11801.242236024844 rows/sec., 843.73 KiB/sec.
6538 2024.12.19 22:26:12.763912 [ 277 ] {91b12c86-ab34-41b3-9e44-f3f667e90754} <Debug> TCPHandler: Processed in 0.001881941 sec.
6539 2024.12.19 22:26:12.764107 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6540 2024.12.19 22:26:12.764250 [ 278 ] {38a29b39-1df1-4237-8d7a-2dd17f968f55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
6541 2024.12.19 22:26:12.764311 [ 278 ] {38a29b39-1df1-4237-8d7a-2dd17f968f55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
6542 2024.12.19 22:26:12.764981 [ 278 ] {38a29b39-1df1-4237-8d7a-2dd17f968f55} <Trace> oximeter.fields_u32 (96604386-977a-478c-b894-f09eb465191c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6543 2024.12.19 22:26:12.765021 [ 278 ] {38a29b39-1df1-4237-8d7a-2dd17f968f55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB.
6544 2024.12.19 22:26:12.765392 [ 278 ] {38a29b39-1df1-4237-8d7a-2dd17f968f55} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
6545 2024.12.19 22:26:12.765630 [ 278 ] {38a29b39-1df1-4237-8d7a-2dd17f968f55} <Trace> oximeter.fields_u32 (96604386-977a-478c-b894-f09eb465191c): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6546 2024.12.19 22:26:12.765838 [ 278 ] {38a29b39-1df1-4237-8d7a-2dd17f968f55} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001623 sec., 149106.59272951324 rows/sec., 10.10 MiB/sec.
6547 2024.12.19 22:26:12.765891 [ 278 ] {38a29b39-1df1-4237-8d7a-2dd17f968f55} <Debug> TCPHandler: Processed in 0.001884041 sec.
6548 2024.12.19 22:26:12.766100 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6549 2024.12.19 22:26:12.766324 [ 277 ] {9d7ec3f4-ba3a-44ff-b1dc-a0594f8fe759} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
6550 2024.12.19 22:26:12.766417 [ 277 ] {9d7ec3f4-ba3a-44ff-b1dc-a0594f8fe759} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
6551 2024.12.19 22:26:12.767039 [ 277 ] {9d7ec3f4-ba3a-44ff-b1dc-a0594f8fe759} <Trace> oximeter.fields_u8 (74ab6f56-b776-4e15-89eb-af2ec1acc724): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6552 2024.12.19 22:26:12.767078 [ 277 ] {9d7ec3f4-ba3a-44ff-b1dc-a0594f8fe759} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB.
6553 2024.12.19 22:26:12.767430 [ 277 ] {9d7ec3f4-ba3a-44ff-b1dc-a0594f8fe759} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
6554 2024.12.19 22:26:12.767673 [ 277 ] {9d7ec3f4-ba3a-44ff-b1dc-a0594f8fe759} <Trace> oximeter.fields_u8 (74ab6f56-b776-4e15-89eb-af2ec1acc724): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6555 2024.12.19 22:26:12.767857 [ 151 ] {} <Debug> oximeter.fields_u8 (74ab6f56-b776-4e15-89eb-af2ec1acc724) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0
6556 2024.12.19 22:26:12.767903 [ 277 ] {9d7ec3f4-ba3a-44ff-b1dc-a0594f8fe759} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00163 sec., 7975.460122699386 rows/sec., 497.27 KiB/sec.
6557 2024.12.19 22:26:12.767935 [ 151 ] {} <Trace> oximeter.fields_u8 (74ab6f56-b776-4e15-89eb-af2ec1acc724): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6558 2024.12.19 22:26:12.768016 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB.
6559 2024.12.19 22:26:12.768041 [ 277 ] {9d7ec3f4-ba3a-44ff-b1dc-a0594f8fe759} <Debug> TCPHandler: Processed in 0.002042904 sec.
6560 2024.12.19 22:26:12.768233 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6561 2024.12.19 22:26:12.768249 [ 198 ] {74ab6f56-b776-4e15-89eb-af2ec1acc724::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
6562 2024.12.19 22:26:12.768380 [ 278 ] {dacca153-25f5-4285-bd5a-04d26d4f69fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6563 2024.12.19 22:26:12.768395 [ 198 ] {74ab6f56-b776-4e15-89eb-af2ec1acc724::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6564 2024.12.19 22:26:12.768429 [ 198 ] {74ab6f56-b776-4e15-89eb-af2ec1acc724::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 13 rows starting from the beginning of the part
6565 2024.12.19 22:26:12.768442 [ 278 ] {dacca153-25f5-4285-bd5a-04d26d4f69fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6566 2024.12.19 22:26:12.768641 [ 198 ] {74ab6f56-b776-4e15-89eb-af2ec1acc724::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 13 rows starting from the beginning of the part
6567 2024.12.19 22:26:12.769026 [ 198 ] {74ab6f56-b776-4e15-89eb-af2ec1acc724::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 13 rows starting from the beginning of the part
6568 2024.12.19 22:26:12.769385 [ 198 ] {74ab6f56-b776-4e15-89eb-af2ec1acc724::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 13 rows starting from the beginning of the part
6569 2024.12.19 22:26:12.769758 [ 198 ] {74ab6f56-b776-4e15-89eb-af2ec1acc724::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 13 rows starting from the beginning of the part
6570 2024.12.19 22:26:12.771126 [ 278 ] {dacca153-25f5-4285-bd5a-04d26d4f69fc} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6571 2024.12.19 22:26:12.771196 [ 278 ] {dacca153-25f5-4285-bd5a-04d26d4f69fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB.
6572 2024.12.19 22:26:12.771249 [ 198 ] {74ab6f56-b776-4e15-89eb-af2ec1acc724::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.003138098 sec., 20713.18359082476 rows/sec., 1.34 MiB/sec.
6573 2024.12.19 22:26:12.771365 [ 198 ] {74ab6f56-b776-4e15-89eb-af2ec1acc724::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary)
6574 2024.12.19 22:26:12.771688 [ 198 ] {74ab6f56-b776-4e15-89eb-af2ec1acc724::all_1_21_5} <Trace> oximeter.fields_u8 (74ab6f56-b776-4e15-89eb-af2ec1acc724): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6575 2024.12.19 22:26:12.771727 [ 278 ] {dacca153-25f5-4285-bd5a-04d26d4f69fc} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
6576 2024.12.19 22:26:12.771781 [ 198 ] {74ab6f56-b776-4e15-89eb-af2ec1acc724::all_1_21_5} <Trace> oximeter.fields_u8 (74ab6f56-b776-4e15-89eb-af2ec1acc724) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5
6577 2024.12.19 22:26:12.771862 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
6578 2024.12.19 22:26:12.772013 [ 278 ] {dacca153-25f5-4285-bd5a-04d26d4f69fc} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6579 2024.12.19 22:26:12.772255 [ 278 ] {dacca153-25f5-4285-bd5a-04d26d4f69fc} <Debug> executeQuery: Read 850 rows, 62.93 KiB in 0.003911 sec., 217335.71976476602 rows/sec., 15.71 MiB/sec.
6580 2024.12.19 22:26:12.772318 [ 278 ] {dacca153-25f5-4285-bd5a-04d26d4f69fc} <Debug> TCPHandler: Processed in 0.004172361 sec.
6581 2024.12.19 22:26:12.772477 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6582 2024.12.19 22:26:12.772619 [ 277 ] {97fb97f8-6522-41b8-9967-7ce55068c68a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
6583 2024.12.19 22:26:12.772682 [ 277 ] {97fb97f8-6522-41b8-9967-7ce55068c68a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
6584 2024.12.19 22:26:12.773263 [ 277 ] {97fb97f8-6522-41b8-9967-7ce55068c68a} <Trace> oximeter.measurements_bool (164ca455-e956-4308-a817-eda615c184e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6585 2024.12.19 22:26:12.773310 [ 277 ] {97fb97f8-6522-41b8-9967-7ce55068c68a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB.
6586 2024.12.19 22:26:12.773702 [ 277 ] {97fb97f8-6522-41b8-9967-7ce55068c68a} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
6587 2024.12.19 22:26:12.773946 [ 277 ] {97fb97f8-6522-41b8-9967-7ce55068c68a} <Trace> oximeter.measurements_bool (164ca455-e956-4308-a817-eda615c184e9): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6588 2024.12.19 22:26:12.774192 [ 277 ] {97fb97f8-6522-41b8-9967-7ce55068c68a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001596 sec., 3759.3984962406016 rows/sec., 196.41 KiB/sec.
6589 2024.12.19 22:26:12.774382 [ 277 ] {97fb97f8-6522-41b8-9967-7ce55068c68a} <Debug> TCPHandler: Processed in 0.001967443 sec.
6590 2024.12.19 22:26:12.774576 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6591 2024.12.19 22:26:12.774714 [ 278 ] {9c6aba86-fef5-4e4c-8de7-9bee40448f9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6592 2024.12.19 22:26:12.774774 [ 278 ] {9c6aba86-fef5-4e4c-8de7-9bee40448f9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6593 2024.12.19 22:26:12.775615 [ 278 ] {9c6aba86-fef5-4e4c-8de7-9bee40448f9d} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6594 2024.12.19 22:26:12.775654 [ 278 ] {9c6aba86-fef5-4e4c-8de7-9bee40448f9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB.
6595 2024.12.19 22:26:12.776084 [ 278 ] {9c6aba86-fef5-4e4c-8de7-9bee40448f9d} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
6596 2024.12.19 22:26:12.776329 [ 278 ] {9c6aba86-fef5-4e4c-8de7-9bee40448f9d} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6597 2024.12.19 22:26:12.776547 [ 278 ] {9c6aba86-fef5-4e4c-8de7-9bee40448f9d} <Debug> executeQuery: Read 955 rows, 64.97 KiB in 0.001863 sec., 512614.063338701 rows/sec., 34.06 MiB/sec.
6598 2024.12.19 22:26:12.776602 [ 278 ] {9c6aba86-fef5-4e4c-8de7-9bee40448f9d} <Debug> TCPHandler: Processed in 0.002109315 sec.
6599 2024.12.19 22:26:12.776763 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6600 2024.12.19 22:26:12.776903 [ 277 ] {b798533e-6f61-4484-b241-dc706bc0e082} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
6601 2024.12.19 22:26:12.776965 [ 277 ] {b798533e-6f61-4484-b241-dc706bc0e082} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
6602 2024.12.19 22:26:12.777510 [ 277 ] {b798533e-6f61-4484-b241-dc706bc0e082} <Trace> oximeter.measurements_f64 (f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6603 2024.12.19 22:26:12.777549 [ 277 ] {b798533e-6f61-4484-b241-dc706bc0e082} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB.
6604 2024.12.19 22:26:12.777904 [ 277 ] {b798533e-6f61-4484-b241-dc706bc0e082} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
6605 2024.12.19 22:26:12.778138 [ 277 ] {b798533e-6f61-4484-b241-dc706bc0e082} <Trace> oximeter.measurements_f64 (f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6606 2024.12.19 22:26:12.778352 [ 277 ] {b798533e-6f61-4484-b241-dc706bc0e082} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00148 sec., 675.6756756756757 rows/sec., 45.53 KiB/sec.
6607 2024.12.19 22:26:12.778407 [ 277 ] {b798533e-6f61-4484-b241-dc706bc0e082} <Debug> TCPHandler: Processed in 0.001712077 sec.
6608 2024.12.19 22:26:12.778565 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6609 2024.12.19 22:26:12.778706 [ 278 ] {47a0f461-66d9-4023-ae25-444da111be7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6610 2024.12.19 22:26:12.778801 [ 278 ] {47a0f461-66d9-4023-ae25-444da111be7e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
6611 2024.12.19 22:26:12.780013 [ 278 ] {47a0f461-66d9-4023-ae25-444da111be7e} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6612 2024.12.19 22:26:12.780053 [ 278 ] {47a0f461-66d9-4023-ae25-444da111be7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB.
6613 2024.12.19 22:26:12.780649 [ 278 ] {47a0f461-66d9-4023-ae25-444da111be7e} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
6614 2024.12.19 22:26:12.780911 [ 278 ] {47a0f461-66d9-4023-ae25-444da111be7e} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6615 2024.12.19 22:26:12.781158 [ 278 ] {47a0f461-66d9-4023-ae25-444da111be7e} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002482 sec., 4834.810636583401 rows/sec., 8.66 MiB/sec.
6616 2024.12.19 22:26:12.781285 [ 278 ] {47a0f461-66d9-4023-ae25-444da111be7e} <Debug> TCPHandler: Processed in 0.00278381 sec.
6617 2024.12.19 22:26:12.781439 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6618 2024.12.19 22:26:12.781576 [ 277 ] {3d4b10fc-d68c-4879-aca2-52f76674cbad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6619 2024.12.19 22:26:12.781636 [ 277 ] {3d4b10fc-d68c-4879-aca2-52f76674cbad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6620 2024.12.19 22:26:12.782203 [ 277 ] {3d4b10fc-d68c-4879-aca2-52f76674cbad} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6621 2024.12.19 22:26:12.782248 [ 277 ] {3d4b10fc-d68c-4879-aca2-52f76674cbad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB.
6622 2024.12.19 22:26:12.782641 [ 277 ] {3d4b10fc-d68c-4879-aca2-52f76674cbad} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
6623 2024.12.19 22:26:12.782874 [ 277 ] {3d4b10fc-d68c-4879-aca2-52f76674cbad} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6624 2024.12.19 22:26:12.783087 [ 277 ] {3d4b10fc-d68c-4879-aca2-52f76674cbad} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001541 sec., 22063.595068137573 rows/sec., 1.28 MiB/sec.
6625 2024.12.19 22:26:12.783138 [ 277 ] {3d4b10fc-d68c-4879-aca2-52f76674cbad} <Debug> TCPHandler: Processed in 0.001752778 sec.
6626 2024.12.19 22:26:15.714925 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 56 entries to flush up to offset 946
6627 2024.12.19 22:26:15.718518 [ 242 ] {} <Trace> system.query_log (70720294-7ac9-485f-8b0b-2131ff2acf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6628 2024.12.19 22:26:15.718572 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB.
6629 2024.12.19 22:26:15.720068 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
6630 2024.12.19 22:26:15.720380 [ 242 ] {} <Trace> system.query_log (70720294-7ac9-485f-8b0b-2131ff2acf2b): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6631 2024.12.19 22:26:15.721493 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 946
6632 2024.12.19 22:26:17.087429 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6633 2024.12.19 22:26:17.087700 [ 277 ] {c1b27f97-8cb2-4804-9500-9cb946bac2a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6634 2024.12.19 22:26:17.087773 [ 277 ] {c1b27f97-8cb2-4804-9500-9cb946bac2a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6635 2024.12.19 22:26:17.088532 [ 277 ] {c1b27f97-8cb2-4804-9500-9cb946bac2a0} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6636 2024.12.19 22:26:17.088586 [ 277 ] {c1b27f97-8cb2-4804-9500-9cb946bac2a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB.
6637 2024.12.19 22:26:17.089036 [ 277 ] {c1b27f97-8cb2-4804-9500-9cb946bac2a0} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
6638 2024.12.19 22:26:17.089289 [ 277 ] {c1b27f97-8cb2-4804-9500-9cb946bac2a0} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6639 2024.12.19 22:26:17.089541 [ 277 ] {c1b27f97-8cb2-4804-9500-9cb946bac2a0} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001897 sec., 29520.295202952027 rows/sec., 2.25 MiB/sec.
6640 2024.12.19 22:26:17.089601 [ 277 ] {c1b27f97-8cb2-4804-9500-9cb946bac2a0} <Debug> TCPHandler: Processed in 0.002368761 sec.
6641 2024.12.19 22:26:17.089852 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6642 2024.12.19 22:26:17.090080 [ 278 ] {cbd0d3e8-2995-4581-9499-01b6d5d4b61a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6643 2024.12.19 22:26:17.090159 [ 278 ] {cbd0d3e8-2995-4581-9499-01b6d5d4b61a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6644 2024.12.19 22:26:17.090987 [ 278 ] {cbd0d3e8-2995-4581-9499-01b6d5d4b61a} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6645 2024.12.19 22:26:17.091029 [ 278 ] {cbd0d3e8-2995-4581-9499-01b6d5d4b61a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB.
6646 2024.12.19 22:26:17.091469 [ 278 ] {cbd0d3e8-2995-4581-9499-01b6d5d4b61a} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
6647 2024.12.19 22:26:17.091721 [ 278 ] {cbd0d3e8-2995-4581-9499-01b6d5d4b61a} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6648 2024.12.19 22:26:17.091919 [ 278 ] {cbd0d3e8-2995-4581-9499-01b6d5d4b61a} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001901 sec., 33666.49132035771 rows/sec., 2.63 MiB/sec.
6649 2024.12.19 22:26:17.091973 [ 278 ] {cbd0d3e8-2995-4581-9499-01b6d5d4b61a} <Debug> TCPHandler: Processed in 0.00226396 sec.
6650 2024.12.19 22:26:17.092153 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6651 2024.12.19 22:26:17.092294 [ 277 ] {8787e968-75dd-4fc9-a273-b95cc020f9e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6652 2024.12.19 22:26:17.092359 [ 277 ] {8787e968-75dd-4fc9-a273-b95cc020f9e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6653 2024.12.19 22:26:17.092971 [ 277 ] {8787e968-75dd-4fc9-a273-b95cc020f9e7} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6654 2024.12.19 22:26:17.093012 [ 277 ] {8787e968-75dd-4fc9-a273-b95cc020f9e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB.
6655 2024.12.19 22:26:17.093418 [ 277 ] {8787e968-75dd-4fc9-a273-b95cc020f9e7} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
6656 2024.12.19 22:26:17.093652 [ 277 ] {8787e968-75dd-4fc9-a273-b95cc020f9e7} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6657 2024.12.19 22:26:17.093889 [ 277 ] {8787e968-75dd-4fc9-a273-b95cc020f9e7} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001624 sec., 78817.73399014778 rows/sec., 5.49 MiB/sec.
6658 2024.12.19 22:26:17.093963 [ 277 ] {8787e968-75dd-4fc9-a273-b95cc020f9e7} <Debug> TCPHandler: Processed in 0.001877301 sec.
6659 2024.12.19 22:26:17.094148 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6660 2024.12.19 22:26:17.094267 [ 278 ] {d602e2b7-f83b-4e2d-84db-9a671c2a0f49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6661 2024.12.19 22:26:17.094320 [ 278 ] {d602e2b7-f83b-4e2d-84db-9a671c2a0f49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6662 2024.12.19 22:26:17.094819 [ 278 ] {d602e2b7-f83b-4e2d-84db-9a671c2a0f49} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6663 2024.12.19 22:26:17.094858 [ 278 ] {d602e2b7-f83b-4e2d-84db-9a671c2a0f49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB.
6664 2024.12.19 22:26:17.095227 [ 278 ] {d602e2b7-f83b-4e2d-84db-9a671c2a0f49} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
6665 2024.12.19 22:26:17.095466 [ 278 ] {d602e2b7-f83b-4e2d-84db-9a671c2a0f49} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6666 2024.12.19 22:26:17.095679 [ 278 ] {d602e2b7-f83b-4e2d-84db-9a671c2a0f49} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.00143 sec., 33566.43356643357 rows/sec., 2.26 MiB/sec.
6667 2024.12.19 22:26:17.095789 [ 278 ] {d602e2b7-f83b-4e2d-84db-9a671c2a0f49} <Debug> TCPHandler: Processed in 0.001728368 sec.
6668 2024.12.19 22:26:18.162113 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 14274
6669 2024.12.19 22:26:18.162777 [ 244 ] {} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6670 2024.12.19 22:26:18.162825 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB.
6671 2024.12.19 22:26:18.163348 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
6672 2024.12.19 22:26:18.163604 [ 244 ] {} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6673 2024.12.19 22:26:18.163842 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14274
6674 2024.12.19 22:26:18.163849 [ 148 ] {} <Debug> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
6675 2024.12.19 22:26:18.163930 [ 148 ] {} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6676 2024.12.19 22:26:18.163959 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB.
6677 2024.12.19 22:26:18.164085 [ 200 ] {b24e19f3-0afd-43dd-aba1-eb03aae2e534::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
6678 2024.12.19 22:26:18.164191 [ 200 ] {b24e19f3-0afd-43dd-aba1-eb03aae2e534::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6679 2024.12.19 22:26:18.164226 [ 200 ] {b24e19f3-0afd-43dd-aba1-eb03aae2e534::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
6680 2024.12.19 22:26:18.164289 [ 200 ] {b24e19f3-0afd-43dd-aba1-eb03aae2e534::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 488 rows starting from the beginning of the part
6681 2024.12.19 22:26:18.164379 [ 200 ] {b24e19f3-0afd-43dd-aba1-eb03aae2e534::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 427 rows starting from the beginning of the part
6682 2024.12.19 22:26:18.164597 [ 200 ] {b24e19f3-0afd-43dd-aba1-eb03aae2e534::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 488 rows starting from the beginning of the part
6683 2024.12.19 22:26:18.164755 [ 200 ] {b24e19f3-0afd-43dd-aba1-eb03aae2e534::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 427 rows starting from the beginning of the part
6684 2024.12.19 22:26:18.164919 [ 200 ] {b24e19f3-0afd-43dd-aba1-eb03aae2e534::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 488 rows starting from the beginning of the part
6685 2024.12.19 22:26:18.166823 [ 189 ] {b24e19f3-0afd-43dd-aba1-eb03aae2e534::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14274 rows, containing 4 columns (4 merged, 0 gathered) in 0.00278523 sec., 5124890.942579248 rows/sec., 73.31 MiB/sec.
6686 2024.12.19 22:26:18.167278 [ 194 ] {b24e19f3-0afd-43dd-aba1-eb03aae2e534::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
6687 2024.12.19 22:26:18.167652 [ 194 ] {b24e19f3-0afd-43dd-aba1-eb03aae2e534::all_1_31_6} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6688 2024.12.19 22:26:18.167750 [ 194 ] {b24e19f3-0afd-43dd-aba1-eb03aae2e534::all_1_31_6} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
6689 2024.12.19 22:26:18.167863 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.46 MiB.
6690 2024.12.19 22:26:19.114492 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 234
6691 2024.12.19 22:26:19.135932 [ 243 ] {} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6692 2024.12.19 22:26:19.135992 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB.
6693 2024.12.19 22:26:19.143521 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
6694 2024.12.19 22:26:19.144292 [ 243 ] {} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6695 2024.12.19 22:26:19.144712 [ 146 ] {} <Debug> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
6696 2024.12.19 22:26:19.144877 [ 146 ] {} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6697 2024.12.19 22:26:19.144978 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB.
6698 2024.12.19 22:26:19.145587 [ 192 ] {616d7a77-365c-46c3-a06a-0a94885b3600::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
6699 2024.12.19 22:26:19.158987 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 234
6700 2024.12.19 22:26:19.160913 [ 192 ] {616d7a77-365c-46c3-a06a-0a94885b3600::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6701 2024.12.19 22:26:19.162556 [ 192 ] {616d7a77-365c-46c3-a06a-0a94885b3600::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
6702 2024.12.19 22:26:19.168788 [ 192 ] {616d7a77-365c-46c3-a06a-0a94885b3600::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
6703 2024.12.19 22:26:19.174714 [ 192 ] {616d7a77-365c-46c3-a06a-0a94885b3600::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
6704 2024.12.19 22:26:19.180502 [ 192 ] {616d7a77-365c-46c3-a06a-0a94885b3600::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
6705 2024.12.19 22:26:19.186413 [ 192 ] {616d7a77-365c-46c3-a06a-0a94885b3600::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
6706 2024.12.19 22:26:19.191122 [ 192 ] {616d7a77-365c-46c3-a06a-0a94885b3600::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
6707 2024.12.19 22:26:19.255273 [ 189 ] {616d7a77-365c-46c3-a06a-0a94885b3600::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 234 rows, containing 679 columns (679 merged, 0 gathered) in 0.110092007 sec., 2125.4949053658365 rows/sec., 10.99 MiB/sec.
6708 2024.12.19 22:26:19.258082 [ 196 ] {616d7a77-365c-46c3-a06a-0a94885b3600::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
6709 2024.12.19 22:26:19.261084 [ 196 ] {616d7a77-365c-46c3-a06a-0a94885b3600::all_1_31_6} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6710 2024.12.19 22:26:19.261218 [ 196 ] {616d7a77-365c-46c3-a06a-0a94885b3600::all_1_31_6} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
6711 2024.12.19 22:26:19.263680 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB.
6712 2024.12.19 22:26:20.000173 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 204.44 MiB, peak 215.00 MiB, free memory in arenas 0.00 B, will set to 206.46 MiB (RSS), difference: 2.02 MiB
6713 2024.12.19 22:26:22.089793 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6714 2024.12.19 22:26:22.090007 [ 277 ] {af7bc60f-136a-4623-896f-08dcc054f519} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6715 2024.12.19 22:26:22.090085 [ 277 ] {af7bc60f-136a-4623-896f-08dcc054f519} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6716 2024.12.19 22:26:22.090940 [ 277 ] {af7bc60f-136a-4623-896f-08dcc054f519} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6717 2024.12.19 22:26:22.090980 [ 277 ] {af7bc60f-136a-4623-896f-08dcc054f519} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB.
6718 2024.12.19 22:26:22.091424 [ 277 ] {af7bc60f-136a-4623-896f-08dcc054f519} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
6719 2024.12.19 22:26:22.091675 [ 277 ] {af7bc60f-136a-4623-896f-08dcc054f519} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6720 2024.12.19 22:26:22.091820 [ 140 ] {} <Debug> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
6721 2024.12.19 22:26:22.091860 [ 140 ] {} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6722 2024.12.19 22:26:22.091881 [ 277 ] {af7bc60f-136a-4623-896f-08dcc054f519} <Debug> executeQuery: Read 110 rows, 9.44 KiB in 0.001932 sec., 56935.81780538303 rows/sec., 4.77 MiB/sec.
6723 2024.12.19 22:26:22.091886 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB.
6724 2024.12.19 22:26:22.091993 [ 277 ] {af7bc60f-136a-4623-896f-08dcc054f519} <Debug> TCPHandler: Processed in 0.002378172 sec.
6725 2024.12.19 22:26:22.092205 [ 189 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::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
6726 2024.12.19 22:26:22.092281 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6727 2024.12.19 22:26:22.092395 [ 189 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6728 2024.12.19 22:26:22.092447 [ 189 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1430 rows starting from the beginning of the part
6729 2024.12.19 22:26:22.092492 [ 278 ] {1aca7320-5316-44c6-ae7a-bbf058e48e40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6730 2024.12.19 22:26:22.092559 [ 189 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 227 rows starting from the beginning of the part
6731 2024.12.19 22:26:22.092625 [ 278 ] {1aca7320-5316-44c6-ae7a-bbf058e48e40} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6732 2024.12.19 22:26:22.093056 [ 189 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 110 rows starting from the beginning of the part
6733 2024.12.19 22:26:22.093289 [ 189 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 1367 rows starting from the beginning of the part
6734 2024.12.19 22:26:22.093601 [ 189 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 56 rows starting from the beginning of the part
6735 2024.12.19 22:26:22.093814 [ 189 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::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
6736 2024.12.19 22:26:22.095112 [ 278 ] {1aca7320-5316-44c6-ae7a-bbf058e48e40} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6737 2024.12.19 22:26:22.095160 [ 278 ] {1aca7320-5316-44c6-ae7a-bbf058e48e40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB.
6738 2024.12.19 22:26:22.095796 [ 278 ] {1aca7320-5316-44c6-ae7a-bbf058e48e40} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
6739 2024.12.19 22:26:22.096074 [ 278 ] {1aca7320-5316-44c6-ae7a-bbf058e48e40} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6740 2024.12.19 22:26:22.096372 [ 278 ] {1aca7320-5316-44c6-ae7a-bbf058e48e40} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.003941 sec., 6851.0530322253235 rows/sec., 515.17 KiB/sec.
6741 2024.12.19 22:26:22.096464 [ 278 ] {1aca7320-5316-44c6-ae7a-bbf058e48e40} <Debug> TCPHandler: Processed in 0.004352595 sec.
6742 2024.12.19 22:26:22.096759 [ 201 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3300 rows, containing 5 columns (5 merged, 0 gathered) in 0.004741743 sec., 695946.6170983962 rows/sec., 60.76 MiB/sec.
6743 2024.12.19 22:26:22.096774 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6744 2024.12.19 22:26:22.096948 [ 277 ] {90c4d09f-b10b-4438-b637-bb3ba9ad8ad5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6745 2024.12.19 22:26:22.097013 [ 277 ] {90c4d09f-b10b-4438-b637-bb3ba9ad8ad5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6746 2024.12.19 22:26:22.097051 [ 195 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
6747 2024.12.19 22:26:22.097514 [ 195 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_51_10} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6748 2024.12.19 22:26:22.097614 [ 195 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_51_10} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
6749 2024.12.19 22:26:22.097729 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB.
6750 2024.12.19 22:26:22.097938 [ 277 ] {90c4d09f-b10b-4438-b637-bb3ba9ad8ad5} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6751 2024.12.19 22:26:22.097975 [ 277 ] {90c4d09f-b10b-4438-b637-bb3ba9ad8ad5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB.
6752 2024.12.19 22:26:22.098331 [ 277 ] {90c4d09f-b10b-4438-b637-bb3ba9ad8ad5} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
6753 2024.12.19 22:26:22.098561 [ 277 ] {90c4d09f-b10b-4438-b637-bb3ba9ad8ad5} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6754 2024.12.19 22:26:22.098691 [ 140 ] {} <Debug> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
6755 2024.12.19 22:26:22.098724 [ 140 ] {} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6756 2024.12.19 22:26:22.098747 [ 277 ] {90c4d09f-b10b-4438-b637-bb3ba9ad8ad5} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001835 sec., 49591.280653950955 rows/sec., 3.87 MiB/sec.
6757 2024.12.19 22:26:22.098750 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB.
6758 2024.12.19 22:26:22.098871 [ 277 ] {90c4d09f-b10b-4438-b637-bb3ba9ad8ad5} <Debug> TCPHandler: Processed in 0.002308171 sec.
6759 2024.12.19 22:26:22.099021 [ 187 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::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
6760 2024.12.19 22:26:22.099071 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6761 2024.12.19 22:26:22.099296 [ 187 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6762 2024.12.19 22:26:22.099327 [ 278 ] {dad2d2b3-2b37-4fa8-842e-eabd7e197f00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6763 2024.12.19 22:26:22.099412 [ 187 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 913 rows starting from the beginning of the part
6764 2024.12.19 22:26:22.099440 [ 278 ] {dad2d2b3-2b37-4fa8-842e-eabd7e197f00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6765 2024.12.19 22:26:22.099772 [ 187 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 394 rows starting from the beginning of the part
6766 2024.12.19 22:26:22.100224 [ 187 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 91 rows starting from the beginning of the part
6767 2024.12.19 22:26:22.100542 [ 187 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 850 rows starting from the beginning of the part
6768 2024.12.19 22:26:22.100919 [ 187 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 64 rows starting from the beginning of the part
6769 2024.12.19 22:26:22.101222 [ 187 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::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
6770 2024.12.19 22:26:22.102118 [ 278 ] {dad2d2b3-2b37-4fa8-842e-eabd7e197f00} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6771 2024.12.19 22:26:22.102206 [ 278 ] {dad2d2b3-2b37-4fa8-842e-eabd7e197f00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB.
6772 2024.12.19 22:26:22.103154 [ 278 ] {dad2d2b3-2b37-4fa8-842e-eabd7e197f00} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
6773 2024.12.19 22:26:22.103617 [ 278 ] {dad2d2b3-2b37-4fa8-842e-eabd7e197f00} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6774 2024.12.19 22:26:22.103903 [ 140 ] {} <Debug> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
6775 2024.12.19 22:26:22.103977 [ 278 ] {dad2d2b3-2b37-4fa8-842e-eabd7e197f00} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004735 sec., 33790.9186906019 rows/sec., 2.35 MiB/sec.
6776 2024.12.19 22:26:22.103986 [ 140 ] {} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6777 2024.12.19 22:26:22.104124 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB.
6778 2024.12.19 22:26:22.104213 [ 278 ] {dad2d2b3-2b37-4fa8-842e-eabd7e197f00} <Debug> TCPHandler: Processed in 0.005238243 sec.
6779 2024.12.19 22:26:22.104845 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6780 2024.12.19 22:26:22.105006 [ 201 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::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
6781 2024.12.19 22:26:22.105313 [ 187 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2403 rows, containing 5 columns (5 merged, 0 gathered) in 0.00643123 sec., 373645.47683724575 rows/sec., 28.64 MiB/sec.
6782 2024.12.19 22:26:22.105636 [ 277 ] {6f9c6aba-f994-4ba4-8a6c-8bcf615a87e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6783 2024.12.19 22:26:22.105800 [ 201 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6784 2024.12.19 22:26:22.105832 [ 187 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
6785 2024.12.19 22:26:22.106008 [ 201 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_46_9, total 14443 rows starting from the beginning of the part
6786 2024.12.19 22:26:22.106296 [ 277 ] {6f9c6aba-f994-4ba4-8a6c-8bcf615a87e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
6787 2024.12.19 22:26:22.106459 [ 201 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 237 rows starting from the beginning of the part
6788 2024.12.19 22:26:22.107034 [ 201 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::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
6789 2024.12.19 22:26:22.107251 [ 197 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_51_10} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6790 2024.12.19 22:26:22.107674 [ 201 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 955 rows starting from the beginning of the part
6791 2024.12.19 22:26:22.108053 [ 197 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_51_10} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
6792 2024.12.19 22:26:22.108194 [ 201 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 128 rows starting from the beginning of the part
6793 2024.12.19 22:26:22.108531 [ 201 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::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
6794 2024.12.19 22:26:22.109004 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB.
6795 2024.12.19 22:26:22.111876 [ 277 ] {6f9c6aba-f994-4ba4-8a6c-8bcf615a87e2} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6796 2024.12.19 22:26:22.111954 [ 277 ] {6f9c6aba-f994-4ba4-8a6c-8bcf615a87e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB.
6797 2024.12.19 22:26:22.113728 [ 277 ] {6f9c6aba-f994-4ba4-8a6c-8bcf615a87e2} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
6798 2024.12.19 22:26:22.114083 [ 277 ] {6f9c6aba-f994-4ba4-8a6c-8bcf615a87e2} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6799 2024.12.19 22:26:22.114846 [ 277 ] {6f9c6aba-f994-4ba4-8a6c-8bcf615a87e2} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.009429 sec., 2863.5062042634427 rows/sec., 5.13 MiB/sec.
6800 2024.12.19 22:26:22.115294 [ 277 ] {6f9c6aba-f994-4ba4-8a6c-8bcf615a87e2} <Debug> TCPHandler: Processed in 0.010888387 sec.
6801 2024.12.19 22:26:22.115471 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6802 2024.12.19 22:26:22.115611 [ 278 ] {deaafeae-d3ef-4908-a257-cc515fd5aaf4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6803 2024.12.19 22:26:22.115677 [ 278 ] {deaafeae-d3ef-4908-a257-cc515fd5aaf4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6804 2024.12.19 22:26:22.116237 [ 278 ] {deaafeae-d3ef-4908-a257-cc515fd5aaf4} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6805 2024.12.19 22:26:22.116277 [ 278 ] {deaafeae-d3ef-4908-a257-cc515fd5aaf4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB.
6806 2024.12.19 22:26:22.116539 [ 197 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16083 rows, containing 5 columns (5 merged, 0 gathered) in 0.012208626 sec., 1317347.259224748 rows/sec., 88.92 MiB/sec.
6807 2024.12.19 22:26:22.116844 [ 278 ] {deaafeae-d3ef-4908-a257-cc515fd5aaf4} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
6808 2024.12.19 22:26:22.117163 [ 278 ] {deaafeae-d3ef-4908-a257-cc515fd5aaf4} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6809 2024.12.19 22:26:22.117170 [ 187 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
6810 2024.12.19 22:26:22.117502 [ 140 ] {} <Debug> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
6811 2024.12.19 22:26:22.117610 [ 140 ] {} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6812 2024.12.19 22:26:22.117674 [ 278 ] {deaafeae-d3ef-4908-a257-cc515fd5aaf4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002068 sec., 29013.539651837524 rows/sec., 1.96 MiB/sec.
6813 2024.12.19 22:26:22.117712 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB.
6814 2024.12.19 22:26:22.117992 [ 278 ] {deaafeae-d3ef-4908-a257-cc515fd5aaf4} <Debug> TCPHandler: Processed in 0.002582806 sec.
6815 2024.12.19 22:26:22.118029 [ 187 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6816 2024.12.19 22:26:22.118288 [ 197 ] {a2784562-0832-4e33-8769-44c7df75eec1::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
6817 2024.12.19 22:26:22.118342 [ 187 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
6818 2024.12.19 22:26:22.118534 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.89 MiB.
6819 2024.12.19 22:26:22.118556 [ 197 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6820 2024.12.19 22:26:22.118615 [ 197 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2806 rows starting from the beginning of the part
6821 2024.12.19 22:26:22.118730 [ 197 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 82 rows starting from the beginning of the part
6822 2024.12.19 22:26:22.118902 [ 197 ] {a2784562-0832-4e33-8769-44c7df75eec1::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
6823 2024.12.19 22:26:22.119040 [ 197 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 34 rows starting from the beginning of the part
6824 2024.12.19 22:26:22.119162 [ 197 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 48 rows starting from the beginning of the part
6825 2024.12.19 22:26:22.119299 [ 197 ] {a2784562-0832-4e33-8769-44c7df75eec1::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
6826 2024.12.19 22:26:22.120893 [ 193 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3090 rows, containing 4 columns (4 merged, 0 gathered) in 0.002989825 sec., 1033505.3054944687 rows/sec., 67.42 MiB/sec.
6827 2024.12.19 22:26:22.121147 [ 193 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
6828 2024.12.19 22:26:22.121452 [ 193 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_51_10} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6829 2024.12.19 22:26:22.121542 [ 193 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_51_10} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
6830 2024.12.19 22:26:22.121632 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.73 MiB.
6831 2024.12.19 22:26:25.527474 [ 138 ] {} <Debug> DNSResolver: Updating DNS cache
6832 2024.12.19 22:26:25.527535 [ 138 ] {} <Debug> DNSResolver: Updated DNS cache
6833 2024.12.19 22:26:25.664933 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 14701
6834 2024.12.19 22:26:25.665579 [ 244 ] {} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6835 2024.12.19 22:26:25.665624 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB.
6836 2024.12.19 22:26:25.666146 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
6837 2024.12.19 22:26:25.666411 [ 244 ] {} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6838 2024.12.19 22:26:25.666643 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14701
6839 2024.12.19 22:26:25.722681 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 966
6840 2024.12.19 22:26:25.725654 [ 242 ] {} <Trace> system.query_log (70720294-7ac9-485f-8b0b-2131ff2acf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6841 2024.12.19 22:26:25.725709 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB.
6842 2024.12.19 22:26:25.727159 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
6843 2024.12.19 22:26:25.727476 [ 242 ] {} <Trace> system.query_log (70720294-7ac9-485f-8b0b-2131ff2acf2b): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6844 2024.12.19 22:26:25.728696 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 966
6845 2024.12.19 22:26:26.001384 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000978121 sec.
6846 2024.12.19 22:26:26.660041 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 242
6847 2024.12.19 22:26:26.679579 [ 243 ] {} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6848 2024.12.19 22:26:26.679629 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB.
6849 2024.12.19 22:26:26.686749 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
6850 2024.12.19 22:26:26.687947 [ 243 ] {} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6851 2024.12.19 22:26:26.690509 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 242
6852 2024.12.19 22:26:27.094488 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6853 2024.12.19 22:26:27.094789 [ 277 ] {898a1602-9325-4aed-89ec-b440d284f6fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
6854 2024.12.19 22:26:27.094900 [ 277 ] {898a1602-9325-4aed-89ec-b440d284f6fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
6855 2024.12.19 22:26:27.095619 [ 277 ] {898a1602-9325-4aed-89ec-b440d284f6fe} <Trace> oximeter.fields_i16 (8b34b429-6d62-480d-bd41-33dce3ff3ffb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6856 2024.12.19 22:26:27.095666 [ 277 ] {898a1602-9325-4aed-89ec-b440d284f6fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB.
6857 2024.12.19 22:26:27.096095 [ 277 ] {898a1602-9325-4aed-89ec-b440d284f6fe} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
6858 2024.12.19 22:26:27.096347 [ 277 ] {898a1602-9325-4aed-89ec-b440d284f6fe} <Trace> oximeter.fields_i16 (8b34b429-6d62-480d-bd41-33dce3ff3ffb): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6859 2024.12.19 22:26:27.096610 [ 277 ] {898a1602-9325-4aed-89ec-b440d284f6fe} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001901 sec., 7364.544976328249 rows/sec., 530.15 KiB/sec.
6860 2024.12.19 22:26:27.096703 [ 277 ] {898a1602-9325-4aed-89ec-b440d284f6fe} <Debug> TCPHandler: Processed in 0.002398153 sec.
6861 2024.12.19 22:26:27.096982 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6862 2024.12.19 22:26:27.097180 [ 278 ] {5d9ab633-2676-4680-94a0-ecd1151e9f6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6863 2024.12.19 22:26:27.097252 [ 278 ] {5d9ab633-2676-4680-94a0-ecd1151e9f6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6864 2024.12.19 22:26:27.098233 [ 278 ] {5d9ab633-2676-4680-94a0-ecd1151e9f6e} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6865 2024.12.19 22:26:27.098285 [ 278 ] {5d9ab633-2676-4680-94a0-ecd1151e9f6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB.
6866 2024.12.19 22:26:27.098758 [ 278 ] {5d9ab633-2676-4680-94a0-ecd1151e9f6e} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
6867 2024.12.19 22:26:27.099013 [ 278 ] {5d9ab633-2676-4680-94a0-ecd1151e9f6e} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6868 2024.12.19 22:26:27.099262 [ 278 ] {5d9ab633-2676-4680-94a0-ecd1151e9f6e} <Debug> executeQuery: Read 229 rows, 20.51 KiB in 0.002133 sec., 107360.52508204407 rows/sec., 9.39 MiB/sec.
6869 2024.12.19 22:26:27.099339 [ 278 ] {5d9ab633-2676-4680-94a0-ecd1151e9f6e} <Debug> TCPHandler: Processed in 0.002525715 sec.
6870 2024.12.19 22:26:27.099523 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6871 2024.12.19 22:26:27.099665 [ 277 ] {0f5f5c9b-8acf-44f2-b5e2-6b895716e780} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6872 2024.12.19 22:26:27.099726 [ 277 ] {0f5f5c9b-8acf-44f2-b5e2-6b895716e780} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6873 2024.12.19 22:26:27.100344 [ 277 ] {0f5f5c9b-8acf-44f2-b5e2-6b895716e780} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6874 2024.12.19 22:26:27.100384 [ 277 ] {0f5f5c9b-8acf-44f2-b5e2-6b895716e780} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB.
6875 2024.12.19 22:26:27.100765 [ 277 ] {0f5f5c9b-8acf-44f2-b5e2-6b895716e780} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
6876 2024.12.19 22:26:27.101004 [ 277 ] {0f5f5c9b-8acf-44f2-b5e2-6b895716e780} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6877 2024.12.19 22:26:27.101279 [ 277 ] {0f5f5c9b-8acf-44f2-b5e2-6b895716e780} <Debug> executeQuery: Read 20 rows, 1.43 KiB in 0.001631 sec., 12262.41569589209 rows/sec., 878.97 KiB/sec.
6878 2024.12.19 22:26:27.101426 [ 277 ] {0f5f5c9b-8acf-44f2-b5e2-6b895716e780} <Debug> TCPHandler: Processed in 0.001964902 sec.
6879 2024.12.19 22:26:27.101620 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6880 2024.12.19 22:26:27.101751 [ 278 ] {88c3dd1a-3a01-4ee9-b159-6c10e58aed4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
6881 2024.12.19 22:26:27.101804 [ 278 ] {88c3dd1a-3a01-4ee9-b159-6c10e58aed4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
6882 2024.12.19 22:26:27.102388 [ 278 ] {88c3dd1a-3a01-4ee9-b159-6c10e58aed4c} <Trace> oximeter.fields_u32 (96604386-977a-478c-b894-f09eb465191c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6883 2024.12.19 22:26:27.102429 [ 278 ] {88c3dd1a-3a01-4ee9-b159-6c10e58aed4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB.
6884 2024.12.19 22:26:27.102801 [ 278 ] {88c3dd1a-3a01-4ee9-b159-6c10e58aed4c} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
6885 2024.12.19 22:26:27.103045 [ 278 ] {88c3dd1a-3a01-4ee9-b159-6c10e58aed4c} <Trace> oximeter.fields_u32 (96604386-977a-478c-b894-f09eb465191c): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6886 2024.12.19 22:26:27.103262 [ 278 ] {88c3dd1a-3a01-4ee9-b159-6c10e58aed4c} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001541 sec., 9085.009733939 rows/sec., 636.25 KiB/sec.
6887 2024.12.19 22:26:27.103315 [ 278 ] {88c3dd1a-3a01-4ee9-b159-6c10e58aed4c} <Debug> TCPHandler: Processed in 0.001771858 sec.
6888 2024.12.19 22:26:27.103461 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6889 2024.12.19 22:26:27.103579 [ 277 ] {8d02d305-20cd-454a-90a5-034613f8427d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
6890 2024.12.19 22:26:27.103630 [ 277 ] {8d02d305-20cd-454a-90a5-034613f8427d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
6891 2024.12.19 22:26:27.104214 [ 277 ] {8d02d305-20cd-454a-90a5-034613f8427d} <Trace> oximeter.fields_u8 (74ab6f56-b776-4e15-89eb-af2ec1acc724): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6892 2024.12.19 22:26:27.104254 [ 277 ] {8d02d305-20cd-454a-90a5-034613f8427d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB.
6893 2024.12.19 22:26:27.104612 [ 277 ] {8d02d305-20cd-454a-90a5-034613f8427d} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
6894 2024.12.19 22:26:27.104849 [ 277 ] {8d02d305-20cd-454a-90a5-034613f8427d} <Trace> oximeter.fields_u8 (74ab6f56-b776-4e15-89eb-af2ec1acc724): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6895 2024.12.19 22:26:27.105102 [ 277 ] {8d02d305-20cd-454a-90a5-034613f8427d} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001546 sec., 8408.796895213454 rows/sec., 524.29 KiB/sec.
6896 2024.12.19 22:26:27.105318 [ 277 ] {8d02d305-20cd-454a-90a5-034613f8427d} <Debug> TCPHandler: Processed in 0.001908702 sec.
6897 2024.12.19 22:26:27.105490 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6898 2024.12.19 22:26:27.105634 [ 278 ] {88fc4252-c713-4697-bb9c-6ead04b9decc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6899 2024.12.19 22:26:27.105692 [ 278 ] {88fc4252-c713-4697-bb9c-6ead04b9decc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6900 2024.12.19 22:26:27.106512 [ 278 ] {88fc4252-c713-4697-bb9c-6ead04b9decc} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6901 2024.12.19 22:26:27.106553 [ 278 ] {88fc4252-c713-4697-bb9c-6ead04b9decc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB.
6902 2024.12.19 22:26:27.106936 [ 278 ] {88fc4252-c713-4697-bb9c-6ead04b9decc} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
6903 2024.12.19 22:26:27.107176 [ 278 ] {88fc4252-c713-4697-bb9c-6ead04b9decc} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6904 2024.12.19 22:26:27.107379 [ 278 ] {88fc4252-c713-4697-bb9c-6ead04b9decc} <Debug> executeQuery: Read 395 rows, 28.72 KiB in 0.001778 sec., 222159.7300337458 rows/sec., 15.78 MiB/sec.
6905 2024.12.19 22:26:27.107435 [ 278 ] {88fc4252-c713-4697-bb9c-6ead04b9decc} <Debug> TCPHandler: Processed in 0.002016764 sec.
6906 2024.12.19 22:26:27.107602 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6907 2024.12.19 22:26:27.107742 [ 277 ] {5455310c-1527-474a-9226-6fa75cde7223} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
6908 2024.12.19 22:26:27.107804 [ 277 ] {5455310c-1527-474a-9226-6fa75cde7223} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
6909 2024.12.19 22:26:27.108384 [ 277 ] {5455310c-1527-474a-9226-6fa75cde7223} <Trace> oximeter.measurements_bool (164ca455-e956-4308-a817-eda615c184e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6910 2024.12.19 22:26:27.108432 [ 277 ] {5455310c-1527-474a-9226-6fa75cde7223} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB.
6911 2024.12.19 22:26:27.108861 [ 277 ] {5455310c-1527-474a-9226-6fa75cde7223} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
6912 2024.12.19 22:26:27.109094 [ 277 ] {5455310c-1527-474a-9226-6fa75cde7223} <Trace> oximeter.measurements_bool (164ca455-e956-4308-a817-eda615c184e9): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6913 2024.12.19 22:26:27.109313 [ 277 ] {5455310c-1527-474a-9226-6fa75cde7223} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001601 sec., 3747.6577139287947 rows/sec., 195.80 KiB/sec.
6914 2024.12.19 22:26:27.109367 [ 277 ] {5455310c-1527-474a-9226-6fa75cde7223} <Debug> TCPHandler: Processed in 0.00183501 sec.
6915 2024.12.19 22:26:27.109510 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6916 2024.12.19 22:26:27.109635 [ 278 ] {cacde32f-a3ed-44e6-92a3-f7cff159c69e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6917 2024.12.19 22:26:27.109689 [ 278 ] {cacde32f-a3ed-44e6-92a3-f7cff159c69e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6918 2024.12.19 22:26:27.110319 [ 278 ] {cacde32f-a3ed-44e6-92a3-f7cff159c69e} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6919 2024.12.19 22:26:27.110359 [ 278 ] {cacde32f-a3ed-44e6-92a3-f7cff159c69e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB.
6920 2024.12.19 22:26:27.110756 [ 278 ] {cacde32f-a3ed-44e6-92a3-f7cff159c69e} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
6921 2024.12.19 22:26:27.111003 [ 278 ] {cacde32f-a3ed-44e6-92a3-f7cff159c69e} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6922 2024.12.19 22:26:27.111207 [ 278 ] {cacde32f-a3ed-44e6-92a3-f7cff159c69e} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001599 sec., 148217.63602251408 rows/sec., 9.93 MiB/sec.
6923 2024.12.19 22:26:27.111261 [ 278 ] {cacde32f-a3ed-44e6-92a3-f7cff159c69e} <Debug> TCPHandler: Processed in 0.00180938 sec.
6924 2024.12.19 22:26:27.111424 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6925 2024.12.19 22:26:27.111564 [ 277 ] {91ce3443-6eb5-4b51-a32c-dacb27e3a8a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
6926 2024.12.19 22:26:27.111626 [ 277 ] {91ce3443-6eb5-4b51-a32c-dacb27e3a8a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
6927 2024.12.19 22:26:27.112130 [ 277 ] {91ce3443-6eb5-4b51-a32c-dacb27e3a8a2} <Trace> oximeter.measurements_f64 (f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6928 2024.12.19 22:26:27.112169 [ 277 ] {91ce3443-6eb5-4b51-a32c-dacb27e3a8a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB.
6929 2024.12.19 22:26:27.112546 [ 277 ] {91ce3443-6eb5-4b51-a32c-dacb27e3a8a2} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
6930 2024.12.19 22:26:27.112777 [ 277 ] {91ce3443-6eb5-4b51-a32c-dacb27e3a8a2} <Trace> oximeter.measurements_f64 (f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6931 2024.12.19 22:26:27.112998 [ 277 ] {91ce3443-6eb5-4b51-a32c-dacb27e3a8a2} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001465 sec., 682.5938566552901 rows/sec., 46.00 KiB/sec.
6932 2024.12.19 22:26:27.113051 [ 277 ] {91ce3443-6eb5-4b51-a32c-dacb27e3a8a2} <Debug> TCPHandler: Processed in 0.001693627 sec.
6933 2024.12.19 22:26:27.113199 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6934 2024.12.19 22:26:27.113342 [ 278 ] {7961d339-0670-4855-894f-891821e5b842} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6935 2024.12.19 22:26:27.113438 [ 278 ] {7961d339-0670-4855-894f-891821e5b842} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
6936 2024.12.19 22:26:27.114653 [ 278 ] {7961d339-0670-4855-894f-891821e5b842} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6937 2024.12.19 22:26:27.114693 [ 278 ] {7961d339-0670-4855-894f-891821e5b842} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB.
6938 2024.12.19 22:26:27.115325 [ 278 ] {7961d339-0670-4855-894f-891821e5b842} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
6939 2024.12.19 22:26:27.115581 [ 278 ] {7961d339-0670-4855-894f-891821e5b842} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6940 2024.12.19 22:26:27.115833 [ 278 ] {7961d339-0670-4855-894f-891821e5b842} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002524 sec., 5150.5546751188585 rows/sec., 9.23 MiB/sec.
6941 2024.12.19 22:26:27.115947 [ 278 ] {7961d339-0670-4855-894f-891821e5b842} <Debug> TCPHandler: Processed in 0.002814311 sec.
6942 2024.12.19 22:26:27.116160 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6943 2024.12.19 22:26:27.116384 [ 277 ] {af7c164a-0bb2-418b-9bdc-d1f46c7ce24e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6944 2024.12.19 22:26:27.116480 [ 277 ] {af7c164a-0bb2-418b-9bdc-d1f46c7ce24e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6945 2024.12.19 22:26:27.117152 [ 277 ] {af7c164a-0bb2-418b-9bdc-d1f46c7ce24e} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6946 2024.12.19 22:26:27.117192 [ 277 ] {af7c164a-0bb2-418b-9bdc-d1f46c7ce24e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB.
6947 2024.12.19 22:26:27.117568 [ 277 ] {af7c164a-0bb2-418b-9bdc-d1f46c7ce24e} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
6948 2024.12.19 22:26:27.117801 [ 277 ] {af7c164a-0bb2-418b-9bdc-d1f46c7ce24e} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6949 2024.12.19 22:26:27.118057 [ 277 ] {af7c164a-0bb2-418b-9bdc-d1f46c7ce24e} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001722 sec., 47619.04761904762 rows/sec., 3.02 MiB/sec.
6950 2024.12.19 22:26:27.118214 [ 277 ] {af7c164a-0bb2-418b-9bdc-d1f46c7ce24e} <Debug> TCPHandler: Processed in 0.002158767 sec.
6951 2024.12.19 22:26:32.090612 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6952 2024.12.19 22:26:32.090851 [ 277 ] {37a75ab7-94b4-4885-8ee8-9d097bcf0263} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
6953 2024.12.19 22:26:32.090937 [ 277 ] {37a75ab7-94b4-4885-8ee8-9d097bcf0263} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
6954 2024.12.19 22:26:32.091716 [ 277 ] {37a75ab7-94b4-4885-8ee8-9d097bcf0263} <Trace> oximeter.fields_ipaddr (15c96da1-d320-4880-85e7-7388ae0c0cda): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6955 2024.12.19 22:26:32.091771 [ 277 ] {37a75ab7-94b4-4885-8ee8-9d097bcf0263} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB.
6956 2024.12.19 22:26:32.092207 [ 277 ] {37a75ab7-94b4-4885-8ee8-9d097bcf0263} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
6957 2024.12.19 22:26:32.092460 [ 277 ] {37a75ab7-94b4-4885-8ee8-9d097bcf0263} <Trace> oximeter.fields_ipaddr (15c96da1-d320-4880-85e7-7388ae0c0cda): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6958 2024.12.19 22:26:32.092797 [ 277 ] {37a75ab7-94b4-4885-8ee8-9d097bcf0263} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001985 sec., 1007.5566750629724 rows/sec., 82.16 KiB/sec.
6959 2024.12.19 22:26:32.092918 [ 277 ] {37a75ab7-94b4-4885-8ee8-9d097bcf0263} <Debug> TCPHandler: Processed in 0.002448093 sec.
6960 2024.12.19 22:26:32.093182 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6961 2024.12.19 22:26:32.093392 [ 278 ] {9095b696-31ad-4b2d-82dc-79172baefca6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6962 2024.12.19 22:26:32.093467 [ 278 ] {9095b696-31ad-4b2d-82dc-79172baefca6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6963 2024.12.19 22:26:32.094284 [ 278 ] {9095b696-31ad-4b2d-82dc-79172baefca6} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6964 2024.12.19 22:26:32.094342 [ 278 ] {9095b696-31ad-4b2d-82dc-79172baefca6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB.
6965 2024.12.19 22:26:32.094782 [ 278 ] {9095b696-31ad-4b2d-82dc-79172baefca6} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
6966 2024.12.19 22:26:32.095033 [ 278 ] {9095b696-31ad-4b2d-82dc-79172baefca6} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6967 2024.12.19 22:26:32.095273 [ 278 ] {9095b696-31ad-4b2d-82dc-79172baefca6} <Debug> executeQuery: Read 111 rows, 9.51 KiB in 0.001935 sec., 57364.34108527131 rows/sec., 4.80 MiB/sec.
6968 2024.12.19 22:26:32.095329 [ 278 ] {9095b696-31ad-4b2d-82dc-79172baefca6} <Debug> TCPHandler: Processed in 0.002283609 sec.
6969 2024.12.19 22:26:32.095497 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6970 2024.12.19 22:26:32.095644 [ 277 ] {aee40cc0-fc16-47aa-b22b-0042efcdf3d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6971 2024.12.19 22:26:32.095708 [ 277 ] {aee40cc0-fc16-47aa-b22b-0042efcdf3d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6972 2024.12.19 22:26:32.096363 [ 277 ] {aee40cc0-fc16-47aa-b22b-0042efcdf3d3} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6973 2024.12.19 22:26:32.096404 [ 277 ] {aee40cc0-fc16-47aa-b22b-0042efcdf3d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB.
6974 2024.12.19 22:26:32.096770 [ 277 ] {aee40cc0-fc16-47aa-b22b-0042efcdf3d3} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
6975 2024.12.19 22:26:32.097013 [ 277 ] {aee40cc0-fc16-47aa-b22b-0042efcdf3d3} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6976 2024.12.19 22:26:32.097182 [ 131 ] {} <Debug> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df) (MergerMutator): Selected 6 parts from all_1_35_7 to all_40_40_0
6977 2024.12.19 22:26:32.097253 [ 277 ] {aee40cc0-fc16-47aa-b22b-0042efcdf3d3} <Debug> executeQuery: Read 29 rows, 2.17 KiB in 0.001643 sec., 17650.639074863055 rows/sec., 1.29 MiB/sec.
6978 2024.12.19 22:26:32.097274 [ 131 ] {} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6979 2024.12.19 22:26:32.097347 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB.
6980 2024.12.19 22:26:32.097391 [ 277 ] {aee40cc0-fc16-47aa-b22b-0042efcdf3d3} <Debug> TCPHandler: Processed in 0.001962003 sec.
6981 2024.12.19 22:26:32.097696 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6982 2024.12.19 22:26:32.097765 [ 191 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_40_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_35_7 to all_40_40_0 into Compact with storage Full
6983 2024.12.19 22:26:32.098137 [ 278 ] {559dbc61-7ba8-4e84-806f-47d79c1708bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6984 2024.12.19 22:26:32.098319 [ 278 ] {559dbc61-7ba8-4e84-806f-47d79c1708bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6985 2024.12.19 22:26:32.098415 [ 191 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_40_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6986 2024.12.19 22:26:32.098523 [ 191 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_35_7, total 64 rows starting from the beginning of the part
6987 2024.12.19 22:26:32.098851 [ 191 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 27 rows starting from the beginning of the part
6988 2024.12.19 22:26:32.099272 [ 191 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 19 rows starting from the beginning of the part
6989 2024.12.19 22:26:32.099712 [ 191 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 27 rows starting from the beginning of the part
6990 2024.12.19 22:26:32.100051 [ 191 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 20 rows starting from the beginning of the part
6991 2024.12.19 22:26:32.100393 [ 191 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 29 rows starting from the beginning of the part
6992 2024.12.19 22:26:32.101175 [ 278 ] {559dbc61-7ba8-4e84-806f-47d79c1708bd} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6993 2024.12.19 22:26:32.101234 [ 278 ] {559dbc61-7ba8-4e84-806f-47d79c1708bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB.
6994 2024.12.19 22:26:32.102301 [ 278 ] {559dbc61-7ba8-4e84-806f-47d79c1708bd} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
6995 2024.12.19 22:26:32.103008 [ 278 ] {559dbc61-7ba8-4e84-806f-47d79c1708bd} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6996 2024.12.19 22:26:32.103086 [ 193 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_40_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 186 rows, containing 5 columns (5 merged, 0 gathered) in 0.005600752 sec., 33209.826109065354 rows/sec., 2.51 MiB/sec.
6997 2024.12.19 22:26:32.103396 [ 278 ] {559dbc61-7ba8-4e84-806f-47d79c1708bd} <Debug> executeQuery: Read 93 rows, 7.44 KiB in 0.005434 sec., 17114.464482885538 rows/sec., 1.34 MiB/sec.
6998 2024.12.19 22:26:32.103419 [ 199 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_40_8} <Trace> MergedBlockOutputStream: filled checksums all_1_40_8 (state Temporary)
6999 2024.12.19 22:26:32.103574 [ 278 ] {559dbc61-7ba8-4e84-806f-47d79c1708bd} <Debug> TCPHandler: Processed in 0.006061462 sec.
7000 2024.12.19 22:26:32.103763 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7001 2024.12.19 22:26:32.103891 [ 199 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_40_8} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Renaming temporary part tmp_merge_all_1_40_8 to all_1_40_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7002 2024.12.19 22:26:32.103932 [ 277 ] {acbdd690-e685-40ac-b1a2-6d1bc267f1e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7003 2024.12.19 22:26:32.103990 [ 199 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_40_8} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df) (MergerMutator): Merged 6 parts: [all_1_35_7, all_40_40_0] -> all_1_40_8
7004 2024.12.19 22:26:32.104013 [ 277 ] {acbdd690-e685-40ac-b1a2-6d1bc267f1e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7005 2024.12.19 22:26:32.104100 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
7006 2024.12.19 22:26:32.104738 [ 277 ] {acbdd690-e685-40ac-b1a2-6d1bc267f1e2} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7007 2024.12.19 22:26:32.104784 [ 277 ] {acbdd690-e685-40ac-b1a2-6d1bc267f1e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB.
7008 2024.12.19 22:26:32.105200 [ 277 ] {acbdd690-e685-40ac-b1a2-6d1bc267f1e2} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
7009 2024.12.19 22:26:32.105429 [ 277 ] {acbdd690-e685-40ac-b1a2-6d1bc267f1e2} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7010 2024.12.19 22:26:32.105641 [ 277 ] {acbdd690-e685-40ac-b1a2-6d1bc267f1e2} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001753 sec., 91842.55561893896 rows/sec., 6.40 MiB/sec.
7011 2024.12.19 22:26:32.105695 [ 277 ] {acbdd690-e685-40ac-b1a2-6d1bc267f1e2} <Debug> TCPHandler: Processed in 0.002007574 sec.
7012 2024.12.19 22:26:32.105848 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7013 2024.12.19 22:26:32.105973 [ 278 ] {65f66975-5002-4077-87ed-4a26cee004a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7014 2024.12.19 22:26:32.106069 [ 278 ] {65f66975-5002-4077-87ed-4a26cee004a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
7015 2024.12.19 22:26:32.107366 [ 278 ] {65f66975-5002-4077-87ed-4a26cee004a5} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7016 2024.12.19 22:26:32.107405 [ 278 ] {65f66975-5002-4077-87ed-4a26cee004a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB.
7017 2024.12.19 22:26:32.108045 [ 278 ] {65f66975-5002-4077-87ed-4a26cee004a5} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
7018 2024.12.19 22:26:32.108299 [ 278 ] {65f66975-5002-4077-87ed-4a26cee004a5} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7019 2024.12.19 22:26:32.108608 [ 278 ] {65f66975-5002-4077-87ed-4a26cee004a5} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002662 sec., 10142.7498121713 rows/sec., 18.18 MiB/sec.
7020 2024.12.19 22:26:32.109155 [ 278 ] {65f66975-5002-4077-87ed-4a26cee004a5} <Debug> TCPHandler: Processed in 0.003359074 sec.
7021 2024.12.19 22:26:32.109370 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7022 2024.12.19 22:26:32.109574 [ 277 ] {3845df21-12e1-4671-855d-d3afc2ae7a6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7023 2024.12.19 22:26:32.109663 [ 277 ] {3845df21-12e1-4671-855d-d3afc2ae7a6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7024 2024.12.19 22:26:32.110316 [ 277 ] {3845df21-12e1-4671-855d-d3afc2ae7a6e} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7025 2024.12.19 22:26:32.110355 [ 277 ] {3845df21-12e1-4671-855d-d3afc2ae7a6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB.
7026 2024.12.19 22:26:32.110728 [ 277 ] {3845df21-12e1-4671-855d-d3afc2ae7a6e} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
7027 2024.12.19 22:26:32.110961 [ 277 ] {3845df21-12e1-4671-855d-d3afc2ae7a6e} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7028 2024.12.19 22:26:32.111165 [ 277 ] {3845df21-12e1-4671-855d-d3afc2ae7a6e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001643 sec., 36518.56360316494 rows/sec., 2.46 MiB/sec.
7029 2024.12.19 22:26:32.111217 [ 277 ] {3845df21-12e1-4671-855d-d3afc2ae7a6e} <Debug> TCPHandler: Processed in 0.001948222 sec.
7030 2024.12.19 22:26:33.167726 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 15189
7031 2024.12.19 22:26:33.168403 [ 244 ] {} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7032 2024.12.19 22:26:33.168452 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB.
7033 2024.12.19 22:26:33.168967 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
7034 2024.12.19 22:26:33.169211 [ 244 ] {} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7035 2024.12.19 22:26:33.169526 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15189
7036 2024.12.19 22:26:34.191535 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 249
7037 2024.12.19 22:26:34.214012 [ 243 ] {} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7038 2024.12.19 22:26:34.214090 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB.
7039 2024.12.19 22:26:34.221623 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
7040 2024.12.19 22:26:34.222457 [ 243 ] {} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7041 2024.12.19 22:26:34.230325 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 249
7042 2024.12.19 22:26:35.729800 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1002
7043 2024.12.19 22:26:35.732893 [ 242 ] {} <Trace> system.query_log (70720294-7ac9-485f-8b0b-2131ff2acf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7044 2024.12.19 22:26:35.732944 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB.
7045 2024.12.19 22:26:35.734392 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
7046 2024.12.19 22:26:35.734692 [ 242 ] {} <Trace> system.query_log (70720294-7ac9-485f-8b0b-2131ff2acf2b): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7047 2024.12.19 22:26:35.735411 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1002
7048 2024.12.19 22:26:37.093713 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7049 2024.12.19 22:26:37.093904 [ 277 ] {d4587b49-5b7f-427f-977a-296db086dcf6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
7050 2024.12.19 22:26:37.093974 [ 277 ] {d4587b49-5b7f-427f-977a-296db086dcf6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
7051 2024.12.19 22:26:37.094858 [ 277 ] {d4587b49-5b7f-427f-977a-296db086dcf6} <Trace> oximeter.fields_i16 (8b34b429-6d62-480d-bd41-33dce3ff3ffb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7052 2024.12.19 22:26:37.094900 [ 277 ] {d4587b49-5b7f-427f-977a-296db086dcf6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB.
7053 2024.12.19 22:26:37.095340 [ 277 ] {d4587b49-5b7f-427f-977a-296db086dcf6} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
7054 2024.12.19 22:26:37.095604 [ 277 ] {d4587b49-5b7f-427f-977a-296db086dcf6} <Trace> oximeter.fields_i16 (8b34b429-6d62-480d-bd41-33dce3ff3ffb): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7055 2024.12.19 22:26:37.095811 [ 277 ] {d4587b49-5b7f-427f-977a-296db086dcf6} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001962 sec., 7135.575942915391 rows/sec., 513.67 KiB/sec.
7056 2024.12.19 22:26:37.095868 [ 277 ] {d4587b49-5b7f-427f-977a-296db086dcf6} <Debug> TCPHandler: Processed in 0.002283269 sec.
7057 2024.12.19 22:26:37.096121 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7058 2024.12.19 22:26:37.096315 [ 278 ] {646067ac-f114-4bec-bac3-1b548dc7e52d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7059 2024.12.19 22:26:37.096388 [ 278 ] {646067ac-f114-4bec-bac3-1b548dc7e52d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7060 2024.12.19 22:26:37.097243 [ 278 ] {646067ac-f114-4bec-bac3-1b548dc7e52d} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7061 2024.12.19 22:26:37.097300 [ 278 ] {646067ac-f114-4bec-bac3-1b548dc7e52d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB.
7062 2024.12.19 22:26:37.097748 [ 278 ] {646067ac-f114-4bec-bac3-1b548dc7e52d} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
7063 2024.12.19 22:26:37.098000 [ 278 ] {646067ac-f114-4bec-bac3-1b548dc7e52d} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7064 2024.12.19 22:26:37.098240 [ 278 ] {646067ac-f114-4bec-bac3-1b548dc7e52d} <Debug> executeQuery: Read 229 rows, 20.51 KiB in 0.001977 sec., 115832.06879109763 rows/sec., 10.13 MiB/sec.
7065 2024.12.19 22:26:37.098297 [ 278 ] {646067ac-f114-4bec-bac3-1b548dc7e52d} <Debug> TCPHandler: Processed in 0.00231079 sec.
7066 2024.12.19 22:26:37.098461 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7067 2024.12.19 22:26:37.098602 [ 277 ] {74b8dbf7-d625-4e2a-8c7a-02aa28c48409} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7068 2024.12.19 22:26:37.098693 [ 277 ] {74b8dbf7-d625-4e2a-8c7a-02aa28c48409} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7069 2024.12.19 22:26:37.099347 [ 277 ] {74b8dbf7-d625-4e2a-8c7a-02aa28c48409} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7070 2024.12.19 22:26:37.099385 [ 277 ] {74b8dbf7-d625-4e2a-8c7a-02aa28c48409} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB.
7071 2024.12.19 22:26:37.099742 [ 277 ] {74b8dbf7-d625-4e2a-8c7a-02aa28c48409} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
7072 2024.12.19 22:26:37.099977 [ 277 ] {74b8dbf7-d625-4e2a-8c7a-02aa28c48409} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7073 2024.12.19 22:26:37.100162 [ 277 ] {74b8dbf7-d625-4e2a-8c7a-02aa28c48409} <Debug> executeQuery: Read 20 rows, 1.43 KiB in 0.001592 sec., 12562.814070351758 rows/sec., 900.50 KiB/sec.
7074 2024.12.19 22:26:37.100212 [ 277 ] {74b8dbf7-d625-4e2a-8c7a-02aa28c48409} <Debug> TCPHandler: Processed in 0.0018166 sec.
7075 2024.12.19 22:26:37.100372 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7076 2024.12.19 22:26:37.100539 [ 278 ] {ccdf11fa-018f-47fb-99c5-679a284d7ec8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
7077 2024.12.19 22:26:37.100598 [ 278 ] {ccdf11fa-018f-47fb-99c5-679a284d7ec8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
7078 2024.12.19 22:26:37.101277 [ 278 ] {ccdf11fa-018f-47fb-99c5-679a284d7ec8} <Trace> oximeter.fields_u32 (96604386-977a-478c-b894-f09eb465191c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7079 2024.12.19 22:26:37.101318 [ 278 ] {ccdf11fa-018f-47fb-99c5-679a284d7ec8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB.
7080 2024.12.19 22:26:37.101671 [ 278 ] {ccdf11fa-018f-47fb-99c5-679a284d7ec8} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
7081 2024.12.19 22:26:37.101920 [ 278 ] {ccdf11fa-018f-47fb-99c5-679a284d7ec8} <Trace> oximeter.fields_u32 (96604386-977a-478c-b894-f09eb465191c): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7082 2024.12.19 22:26:37.102125 [ 278 ] {ccdf11fa-018f-47fb-99c5-679a284d7ec8} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001616 sec., 8663.366336633664 rows/sec., 606.73 KiB/sec.
7083 2024.12.19 22:26:37.102179 [ 278 ] {ccdf11fa-018f-47fb-99c5-679a284d7ec8} <Debug> TCPHandler: Processed in 0.001874131 sec.
7084 2024.12.19 22:26:37.102395 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7085 2024.12.19 22:26:37.102619 [ 277 ] {d83b7b1a-c947-4641-aa7a-f490f127de2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
7086 2024.12.19 22:26:37.102709 [ 277 ] {d83b7b1a-c947-4641-aa7a-f490f127de2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
7087 2024.12.19 22:26:37.103494 [ 277 ] {d83b7b1a-c947-4641-aa7a-f490f127de2c} <Trace> oximeter.fields_u8 (74ab6f56-b776-4e15-89eb-af2ec1acc724): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7088 2024.12.19 22:26:37.103531 [ 277 ] {d83b7b1a-c947-4641-aa7a-f490f127de2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB.
7089 2024.12.19 22:26:37.103882 [ 277 ] {d83b7b1a-c947-4641-aa7a-f490f127de2c} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
7090 2024.12.19 22:26:37.104113 [ 277 ] {d83b7b1a-c947-4641-aa7a-f490f127de2c} <Trace> oximeter.fields_u8 (74ab6f56-b776-4e15-89eb-af2ec1acc724): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7091 2024.12.19 22:26:37.104298 [ 277 ] {d83b7b1a-c947-4641-aa7a-f490f127de2c} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001735 sec., 7492.795389048992 rows/sec., 467.17 KiB/sec.
7092 2024.12.19 22:26:37.104350 [ 277 ] {d83b7b1a-c947-4641-aa7a-f490f127de2c} <Debug> TCPHandler: Processed in 0.002067935 sec.
7093 2024.12.19 22:26:37.104501 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7094 2024.12.19 22:26:37.104639 [ 278 ] {a9fb97c8-3b79-47c5-b9b1-81e351318d18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7095 2024.12.19 22:26:37.104697 [ 278 ] {a9fb97c8-3b79-47c5-b9b1-81e351318d18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7096 2024.12.19 22:26:37.105482 [ 278 ] {a9fb97c8-3b79-47c5-b9b1-81e351318d18} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7097 2024.12.19 22:26:37.105523 [ 278 ] {a9fb97c8-3b79-47c5-b9b1-81e351318d18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB.
7098 2024.12.19 22:26:37.105892 [ 278 ] {a9fb97c8-3b79-47c5-b9b1-81e351318d18} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
7099 2024.12.19 22:26:37.106132 [ 278 ] {a9fb97c8-3b79-47c5-b9b1-81e351318d18} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7100 2024.12.19 22:26:37.106393 [ 278 ] {a9fb97c8-3b79-47c5-b9b1-81e351318d18} <Debug> executeQuery: Read 395 rows, 28.72 KiB in 0.001775 sec., 222535.21126760563 rows/sec., 15.80 MiB/sec.
7101 2024.12.19 22:26:37.106500 [ 278 ] {a9fb97c8-3b79-47c5-b9b1-81e351318d18} <Debug> TCPHandler: Processed in 0.002056675 sec.
7102 2024.12.19 22:26:37.106768 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7103 2024.12.19 22:26:37.106919 [ 277 ] {412a3385-ae4a-43a3-9a14-d528d7b9823e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
7104 2024.12.19 22:26:37.106982 [ 277 ] {412a3385-ae4a-43a3-9a14-d528d7b9823e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
7105 2024.12.19 22:26:37.107507 [ 277 ] {412a3385-ae4a-43a3-9a14-d528d7b9823e} <Trace> oximeter.measurements_bool (164ca455-e956-4308-a817-eda615c184e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7106 2024.12.19 22:26:37.107546 [ 277 ] {412a3385-ae4a-43a3-9a14-d528d7b9823e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB.
7107 2024.12.19 22:26:37.107911 [ 277 ] {412a3385-ae4a-43a3-9a14-d528d7b9823e} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
7108 2024.12.19 22:26:37.108163 [ 277 ] {412a3385-ae4a-43a3-9a14-d528d7b9823e} <Trace> oximeter.measurements_bool (164ca455-e956-4308-a817-eda615c184e9): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7109 2024.12.19 22:26:37.108349 [ 277 ] {412a3385-ae4a-43a3-9a14-d528d7b9823e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001462 sec., 4103.967168262654 rows/sec., 214.42 KiB/sec.
7110 2024.12.19 22:26:37.108399 [ 277 ] {412a3385-ae4a-43a3-9a14-d528d7b9823e} <Debug> TCPHandler: Processed in 0.001792109 sec.
7111 2024.12.19 22:26:37.108538 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7112 2024.12.19 22:26:37.108657 [ 278 ] {403ce54f-d867-45d5-aa25-017d6e8a543c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7113 2024.12.19 22:26:37.108711 [ 278 ] {403ce54f-d867-45d5-aa25-017d6e8a543c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7114 2024.12.19 22:26:37.109305 [ 278 ] {403ce54f-d867-45d5-aa25-017d6e8a543c} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7115 2024.12.19 22:26:37.109345 [ 278 ] {403ce54f-d867-45d5-aa25-017d6e8a543c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB.
7116 2024.12.19 22:26:37.109729 [ 278 ] {403ce54f-d867-45d5-aa25-017d6e8a543c} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
7117 2024.12.19 22:26:37.109959 [ 278 ] {403ce54f-d867-45d5-aa25-017d6e8a543c} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7118 2024.12.19 22:26:37.110202 [ 278 ] {403ce54f-d867-45d5-aa25-017d6e8a543c} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001558 sec., 152118.10012836973 rows/sec., 10.20 MiB/sec.
7119 2024.12.19 22:26:37.110260 [ 278 ] {403ce54f-d867-45d5-aa25-017d6e8a543c} <Debug> TCPHandler: Processed in 0.001774579 sec.
7120 2024.12.19 22:26:37.110500 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7121 2024.12.19 22:26:37.110650 [ 277 ] {8611210f-3086-4508-bcd9-5acea0eba3a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
7122 2024.12.19 22:26:37.110702 [ 277 ] {8611210f-3086-4508-bcd9-5acea0eba3a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
7123 2024.12.19 22:26:37.111180 [ 277 ] {8611210f-3086-4508-bcd9-5acea0eba3a0} <Trace> oximeter.measurements_f64 (f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7124 2024.12.19 22:26:37.111218 [ 277 ] {8611210f-3086-4508-bcd9-5acea0eba3a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB.
7125 2024.12.19 22:26:37.111574 [ 277 ] {8611210f-3086-4508-bcd9-5acea0eba3a0} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
7126 2024.12.19 22:26:37.111806 [ 277 ] {8611210f-3086-4508-bcd9-5acea0eba3a0} <Trace> oximeter.measurements_f64 (f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7127 2024.12.19 22:26:37.111924 [ 124 ] {} <Debug> oximeter.measurements_f64 (f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd) (MergerMutator): Selected 6 parts from all_1_18_4 to all_23_23_0
7128 2024.12.19 22:26:37.111966 [ 124 ] {} <Trace> oximeter.measurements_f64 (f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7129 2024.12.19 22:26:37.111991 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB.
7130 2024.12.19 22:26:37.111995 [ 277 ] {8611210f-3086-4508-bcd9-5acea0eba3a0} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001369 sec., 730.4601899196493 rows/sec., 49.22 KiB/sec.
7131 2024.12.19 22:26:37.112214 [ 277 ] {8611210f-3086-4508-bcd9-5acea0eba3a0} <Debug> TCPHandler: Processed in 0.00185402 sec.
7132 2024.12.19 22:26:37.112464 [ 193 ] {f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd::all_1_23_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_18_4 to all_23_23_0 into Compact with storage Full
7133 2024.12.19 22:26:37.112506 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7134 2024.12.19 22:26:37.112935 [ 278 ] {1ad640b3-3504-4167-a000-600026ad9303} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7135 2024.12.19 22:26:37.112975 [ 193 ] {f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd::all_1_23_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7136 2024.12.19 22:26:37.113067 [ 193 ] {f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_18_4, total 18 rows starting from the beginning of the part
7137 2024.12.19 22:26:37.113114 [ 278 ] {1ad640b3-3504-4167-a000-600026ad9303} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
7138 2024.12.19 22:26:37.113377 [ 193 ] {f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 1 rows starting from the beginning of the part
7139 2024.12.19 22:26:37.113759 [ 193 ] {f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 1 rows starting from the beginning of the part
7140 2024.12.19 22:26:37.114148 [ 193 ] {f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1 rows starting from the beginning of the part
7141 2024.12.19 22:26:37.114442 [ 193 ] {f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 1 rows starting from the beginning of the part
7142 2024.12.19 22:26:37.114737 [ 193 ] {f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 1 rows starting from the beginning of the part
7143 2024.12.19 22:26:37.118636 [ 191 ] {f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd::all_1_23_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 23 rows, containing 4 columns (4 merged, 0 gathered) in 0.006516772 sec., 3529.3547173355155 rows/sec., 237.82 KiB/sec.
7144 2024.12.19 22:26:37.118662 [ 278 ] {1ad640b3-3504-4167-a000-600026ad9303} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7145 2024.12.19 22:26:37.118716 [ 278 ] {1ad640b3-3504-4167-a000-600026ad9303} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB.
7146 2024.12.19 22:26:37.118836 [ 186 ] {f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd::all_1_23_5} <Trace> MergedBlockOutputStream: filled checksums all_1_23_5 (state Temporary)
7147 2024.12.19 22:26:37.119334 [ 186 ] {f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd::all_1_23_5} <Trace> oximeter.measurements_f64 (f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd): Renaming temporary part tmp_merge_all_1_23_5 to all_1_23_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7148 2024.12.19 22:26:37.119480 [ 186 ] {f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd::all_1_23_5} <Trace> oximeter.measurements_f64 (f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd) (MergerMutator): Merged 6 parts: [all_1_18_4, all_23_23_0] -> all_1_23_5
7149 2024.12.19 22:26:37.119589 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
7150 2024.12.19 22:26:37.119693 [ 278 ] {1ad640b3-3504-4167-a000-600026ad9303} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
7151 2024.12.19 22:26:37.119950 [ 278 ] {1ad640b3-3504-4167-a000-600026ad9303} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7152 2024.12.19 22:26:37.120132 [ 124 ] {} <Debug> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
7153 2024.12.19 22:26:37.120211 [ 124 ] {} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7154 2024.12.19 22:26:37.120245 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB.
7155 2024.12.19 22:26:37.120272 [ 278 ] {1ad640b3-3504-4167-a000-600026ad9303} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.007467 sec., 1740.9937056381411 rows/sec., 3.12 MiB/sec.
7156 2024.12.19 22:26:37.120476 [ 186 ] {cbc455e9-47de-4677-931e-ce7496b93cef::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
7157 2024.12.19 22:26:37.120521 [ 278 ] {1ad640b3-3504-4167-a000-600026ad9303} <Debug> TCPHandler: Processed in 0.008168908 sec.
7158 2024.12.19 22:26:37.120711 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7159 2024.12.19 22:26:37.120858 [ 186 ] {cbc455e9-47de-4677-931e-ce7496b93cef::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7160 2024.12.19 22:26:37.120936 [ 277 ] {f2129bce-313c-4240-a920-8a01c7a18a38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7161 2024.12.19 22:26:37.120993 [ 186 ] {cbc455e9-47de-4677-931e-ce7496b93cef::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 648 rows starting from the beginning of the part
7162 2024.12.19 22:26:37.121040 [ 277 ] {f2129bce-313c-4240-a920-8a01c7a18a38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7163 2024.12.19 22:26:37.121860 [ 186 ] {cbc455e9-47de-4677-931e-ce7496b93cef::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
7164 2024.12.19 22:26:37.122532 [ 186 ] {cbc455e9-47de-4677-931e-ce7496b93cef::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
7165 2024.12.19 22:26:37.123238 [ 186 ] {cbc455e9-47de-4677-931e-ce7496b93cef::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 13 rows starting from the beginning of the part
7166 2024.12.19 22:26:37.123416 [ 277 ] {f2129bce-313c-4240-a920-8a01c7a18a38} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7167 2024.12.19 22:26:37.123637 [ 277 ] {f2129bce-313c-4240-a920-8a01c7a18a38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB.
7168 2024.12.19 22:26:37.123837 [ 186 ] {cbc455e9-47de-4677-931e-ce7496b93cef::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
7169 2024.12.19 22:26:37.124486 [ 186 ] {cbc455e9-47de-4677-931e-ce7496b93cef::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 13 rows starting from the beginning of the part
7170 2024.12.19 22:26:37.125282 [ 277 ] {f2129bce-313c-4240-a920-8a01c7a18a38} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
7171 2024.12.19 22:26:37.125800 [ 277 ] {f2129bce-313c-4240-a920-8a01c7a18a38} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7172 2024.12.19 22:26:37.126397 [ 277 ] {f2129bce-313c-4240-a920-8a01c7a18a38} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.0055 sec., 14909.09090909091 rows/sec., 969.64 KiB/sec.
7173 2024.12.19 22:26:37.126554 [ 277 ] {f2129bce-313c-4240-a920-8a01c7a18a38} <Debug> TCPHandler: Processed in 0.005928429 sec.
7174 2024.12.19 22:26:37.130014 [ 191 ] {cbc455e9-47de-4677-931e-ce7496b93cef::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 740 rows, containing 19 columns (19 merged, 0 gathered) in 0.009672171 sec., 76508.15933671975 rows/sec., 137.10 MiB/sec.
7175 2024.12.19 22:26:37.131247 [ 191 ] {cbc455e9-47de-4677-931e-ce7496b93cef::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
7176 2024.12.19 22:26:37.131678 [ 191 ] {cbc455e9-47de-4677-931e-ce7496b93cef::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7177 2024.12.19 22:26:37.131766 [ 191 ] {cbc455e9-47de-4677-931e-ce7496b93cef::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
7178 2024.12.19 22:26:37.131913 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.58 MiB.
7179 2024.12.19 22:26:40.527573 [ 119 ] {} <Debug> DNSResolver: Updating DNS cache
7180 2024.12.19 22:26:40.527638 [ 119 ] {} <Debug> DNSResolver: Updated DNS cache
7181 2024.12.19 22:26:40.670672 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 15616
7182 2024.12.19 22:26:40.671328 [ 244 ] {} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7183 2024.12.19 22:26:40.671382 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB.
7184 2024.12.19 22:26:40.671927 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
7185 2024.12.19 22:26:40.672187 [ 244 ] {} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7186 2024.12.19 22:26:40.672446 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15616
7187 2024.12.19 22:26:41.731361 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 257
7188 2024.12.19 22:26:41.751552 [ 243 ] {} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7189 2024.12.19 22:26:41.751607 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB.
7190 2024.12.19 22:26:41.759159 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
7191 2024.12.19 22:26:41.759915 [ 243 ] {} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7192 2024.12.19 22:26:41.762441 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 257
7193 2024.12.19 22:26:42.089906 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7194 2024.12.19 22:26:42.090095 [ 277 ] {dd27bc23-50c2-4377-8206-f6d8b99ef00b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7195 2024.12.19 22:26:42.090168 [ 277 ] {dd27bc23-50c2-4377-8206-f6d8b99ef00b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7196 2024.12.19 22:26:42.090931 [ 277 ] {dd27bc23-50c2-4377-8206-f6d8b99ef00b} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7197 2024.12.19 22:26:42.090980 [ 277 ] {dd27bc23-50c2-4377-8206-f6d8b99ef00b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB.
7198 2024.12.19 22:26:42.091446 [ 277 ] {dd27bc23-50c2-4377-8206-f6d8b99ef00b} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
7199 2024.12.19 22:26:42.091709 [ 277 ] {dd27bc23-50c2-4377-8206-f6d8b99ef00b} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7200 2024.12.19 22:26:42.091992 [ 277 ] {dd27bc23-50c2-4377-8206-f6d8b99ef00b} <Debug> executeQuery: Read 110 rows, 9.44 KiB in 0.001948 sec., 56468.172484599585 rows/sec., 4.73 MiB/sec.
7201 2024.12.19 22:26:42.092089 [ 277 ] {dd27bc23-50c2-4377-8206-f6d8b99ef00b} <Debug> TCPHandler: Processed in 0.002312101 sec.
7202 2024.12.19 22:26:42.092382 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7203 2024.12.19 22:26:42.092574 [ 278 ] {75de1f74-ab2f-46ef-8718-95155a82e18b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7204 2024.12.19 22:26:42.092642 [ 278 ] {75de1f74-ab2f-46ef-8718-95155a82e18b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7205 2024.12.19 22:26:42.093379 [ 278 ] {75de1f74-ab2f-46ef-8718-95155a82e18b} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7206 2024.12.19 22:26:42.093421 [ 278 ] {75de1f74-ab2f-46ef-8718-95155a82e18b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB.
7207 2024.12.19 22:26:42.093860 [ 278 ] {75de1f74-ab2f-46ef-8718-95155a82e18b} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
7208 2024.12.19 22:26:42.094107 [ 278 ] {75de1f74-ab2f-46ef-8718-95155a82e18b} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7209 2024.12.19 22:26:42.094305 [ 278 ] {75de1f74-ab2f-46ef-8718-95155a82e18b} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.001788 sec., 15100.671140939596 rows/sec., 1.11 MiB/sec.
7210 2024.12.19 22:26:42.094362 [ 278 ] {75de1f74-ab2f-46ef-8718-95155a82e18b} <Debug> TCPHandler: Processed in 0.002163307 sec.
7211 2024.12.19 22:26:42.094504 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7212 2024.12.19 22:26:42.094633 [ 277 ] {29a66f12-63f7-4814-9ff7-0852c136632a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7213 2024.12.19 22:26:42.094688 [ 277 ] {29a66f12-63f7-4814-9ff7-0852c136632a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7214 2024.12.19 22:26:42.095316 [ 277 ] {29a66f12-63f7-4814-9ff7-0852c136632a} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7215 2024.12.19 22:26:42.095358 [ 277 ] {29a66f12-63f7-4814-9ff7-0852c136632a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB.
7216 2024.12.19 22:26:42.095737 [ 277 ] {29a66f12-63f7-4814-9ff7-0852c136632a} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
7217 2024.12.19 22:26:42.095975 [ 277 ] {29a66f12-63f7-4814-9ff7-0852c136632a} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7218 2024.12.19 22:26:42.096197 [ 277 ] {29a66f12-63f7-4814-9ff7-0852c136632a} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001595 sec., 57053.29153605016 rows/sec., 4.46 MiB/sec.
7219 2024.12.19 22:26:42.096257 [ 277 ] {29a66f12-63f7-4814-9ff7-0852c136632a} <Debug> TCPHandler: Processed in 0.001810589 sec.
7220 2024.12.19 22:26:42.096408 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7221 2024.12.19 22:26:42.096548 [ 278 ] {da1dbc9f-2b18-4af4-b1bb-959cb1eb8afd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7222 2024.12.19 22:26:42.096611 [ 278 ] {da1dbc9f-2b18-4af4-b1bb-959cb1eb8afd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7223 2024.12.19 22:26:42.097271 [ 278 ] {da1dbc9f-2b18-4af4-b1bb-959cb1eb8afd} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7224 2024.12.19 22:26:42.097308 [ 278 ] {da1dbc9f-2b18-4af4-b1bb-959cb1eb8afd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB.
7225 2024.12.19 22:26:42.097702 [ 278 ] {da1dbc9f-2b18-4af4-b1bb-959cb1eb8afd} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
7226 2024.12.19 22:26:42.097943 [ 278 ] {da1dbc9f-2b18-4af4-b1bb-959cb1eb8afd} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7227 2024.12.19 22:26:42.098136 [ 278 ] {da1dbc9f-2b18-4af4-b1bb-959cb1eb8afd} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001617 sec., 98948.67037724181 rows/sec., 6.89 MiB/sec.
7228 2024.12.19 22:26:42.098219 [ 278 ] {da1dbc9f-2b18-4af4-b1bb-959cb1eb8afd} <Debug> TCPHandler: Processed in 0.001874981 sec.
7229 2024.12.19 22:26:42.098484 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7230 2024.12.19 22:26:42.098648 [ 277 ] {3f9d827c-6ccc-4266-9128-0d98611fe26b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7231 2024.12.19 22:26:42.098744 [ 277 ] {3f9d827c-6ccc-4266-9128-0d98611fe26b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
7232 2024.12.19 22:26:42.099996 [ 277 ] {3f9d827c-6ccc-4266-9128-0d98611fe26b} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7233 2024.12.19 22:26:42.100036 [ 277 ] {3f9d827c-6ccc-4266-9128-0d98611fe26b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB.
7234 2024.12.19 22:26:42.100674 [ 277 ] {3f9d827c-6ccc-4266-9128-0d98611fe26b} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
7235 2024.12.19 22:26:42.100932 [ 277 ] {3f9d827c-6ccc-4266-9128-0d98611fe26b} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7236 2024.12.19 22:26:42.101171 [ 277 ] {3f9d827c-6ccc-4266-9128-0d98611fe26b} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002554 sec., 10571.652310101801 rows/sec., 18.94 MiB/sec.
7237 2024.12.19 22:26:42.101265 [ 277 ] {3f9d827c-6ccc-4266-9128-0d98611fe26b} <Debug> TCPHandler: Processed in 0.002957574 sec.
7238 2024.12.19 22:26:42.101404 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7239 2024.12.19 22:26:42.101521 [ 278 ] {636b754d-ee35-4af2-bff1-b860eadd65ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7240 2024.12.19 22:26:42.101570 [ 278 ] {636b754d-ee35-4af2-bff1-b860eadd65ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7241 2024.12.19 22:26:42.102085 [ 278 ] {636b754d-ee35-4af2-bff1-b860eadd65ee} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7242 2024.12.19 22:26:42.102122 [ 278 ] {636b754d-ee35-4af2-bff1-b860eadd65ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB.
7243 2024.12.19 22:26:42.102492 [ 278 ] {636b754d-ee35-4af2-bff1-b860eadd65ee} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
7244 2024.12.19 22:26:42.102730 [ 278 ] {636b754d-ee35-4af2-bff1-b860eadd65ee} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7245 2024.12.19 22:26:42.102915 [ 278 ] {636b754d-ee35-4af2-bff1-b860eadd65ee} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001418 sec., 42313.11706629055 rows/sec., 2.85 MiB/sec.
7246 2024.12.19 22:26:42.102984 [ 278 ] {636b754d-ee35-4af2-bff1-b860eadd65ee} <Debug> TCPHandler: Processed in 0.001631776 sec.
7247 2024.12.19 22:26:42.757538 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7248 2024.12.19 22:26:42.757756 [ 277 ] {da9dc6d7-5323-4322-9daa-6317505b0bbb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
7249 2024.12.19 22:26:42.757839 [ 277 ] {da9dc6d7-5323-4322-9daa-6317505b0bbb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
7250 2024.12.19 22:26:42.758648 [ 277 ] {da9dc6d7-5323-4322-9daa-6317505b0bbb} <Trace> oximeter.fields_i16 (8b34b429-6d62-480d-bd41-33dce3ff3ffb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7251 2024.12.19 22:26:42.758700 [ 277 ] {da9dc6d7-5323-4322-9daa-6317505b0bbb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB.
7252 2024.12.19 22:26:42.759136 [ 277 ] {da9dc6d7-5323-4322-9daa-6317505b0bbb} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
7253 2024.12.19 22:26:42.759399 [ 277 ] {da9dc6d7-5323-4322-9daa-6317505b0bbb} <Trace> oximeter.fields_i16 (8b34b429-6d62-480d-bd41-33dce3ff3ffb): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7254 2024.12.19 22:26:42.759660 [ 277 ] {da9dc6d7-5323-4322-9daa-6317505b0bbb} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001964 sec., 7128.309572301426 rows/sec., 513.14 KiB/sec.
7255 2024.12.19 22:26:42.759719 [ 277 ] {da9dc6d7-5323-4322-9daa-6317505b0bbb} <Debug> TCPHandler: Processed in 0.002322871 sec.
7256 2024.12.19 22:26:42.759982 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7257 2024.12.19 22:26:42.760189 [ 278 ] {e9da08c5-3aa7-4eed-891b-a00508895891} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
7258 2024.12.19 22:26:42.760268 [ 278 ] {e9da08c5-3aa7-4eed-891b-a00508895891} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
7259 2024.12.19 22:26:42.760994 [ 278 ] {e9da08c5-3aa7-4eed-891b-a00508895891} <Trace> oximeter.fields_ipaddr (15c96da1-d320-4880-85e7-7388ae0c0cda): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7260 2024.12.19 22:26:42.761034 [ 278 ] {e9da08c5-3aa7-4eed-891b-a00508895891} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB.
7261 2024.12.19 22:26:42.761447 [ 278 ] {e9da08c5-3aa7-4eed-891b-a00508895891} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
7262 2024.12.19 22:26:42.761686 [ 278 ] {e9da08c5-3aa7-4eed-891b-a00508895891} <Trace> oximeter.fields_ipaddr (15c96da1-d320-4880-85e7-7388ae0c0cda): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7263 2024.12.19 22:26:42.761900 [ 278 ] {e9da08c5-3aa7-4eed-891b-a00508895891} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001766 sec., 9060.022650056626 rows/sec., 738.78 KiB/sec.
7264 2024.12.19 22:26:42.761971 [ 278 ] {e9da08c5-3aa7-4eed-891b-a00508895891} <Debug> TCPHandler: Processed in 0.002125096 sec.
7265 2024.12.19 22:26:42.762130 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7266 2024.12.19 22:26:42.762272 [ 277 ] {5f7a4b93-50fa-47de-84ed-2c96a0ed0cac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7267 2024.12.19 22:26:42.762331 [ 277 ] {5f7a4b93-50fa-47de-84ed-2c96a0ed0cac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7268 2024.12.19 22:26:42.763652 [ 277 ] {5f7a4b93-50fa-47de-84ed-2c96a0ed0cac} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7269 2024.12.19 22:26:42.763692 [ 277 ] {5f7a4b93-50fa-47de-84ed-2c96a0ed0cac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB.
7270 2024.12.19 22:26:42.764153 [ 277 ] {5f7a4b93-50fa-47de-84ed-2c96a0ed0cac} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
7271 2024.12.19 22:26:42.764393 [ 277 ] {5f7a4b93-50fa-47de-84ed-2c96a0ed0cac} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7272 2024.12.19 22:26:42.764563 [ 118 ] {} <Debug> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
7273 2024.12.19 22:26:42.764625 [ 118 ] {} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7274 2024.12.19 22:26:42.764638 [ 277 ] {5f7a4b93-50fa-47de-84ed-2c96a0ed0cac} <Debug> executeQuery: Read 1377 rows, 117.21 KiB in 0.00239 sec., 576150.6276150628 rows/sec., 47.89 MiB/sec.
7275 2024.12.19 22:26:42.764658 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB.
7276 2024.12.19 22:26:42.764785 [ 277 ] {5f7a4b93-50fa-47de-84ed-2c96a0ed0cac} <Debug> TCPHandler: Processed in 0.002719849 sec.
7277 2024.12.19 22:26:42.764891 [ 194 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::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
7278 2024.12.19 22:26:42.764986 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7279 2024.12.19 22:26:42.765033 [ 194 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7280 2024.12.19 22:26:42.765073 [ 194 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1430 rows starting from the beginning of the part
7281 2024.12.19 22:26:42.765125 [ 278 ] {899114b6-ac8b-4e46-b623-ccbd238bc384} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7282 2024.12.19 22:26:42.765179 [ 194 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 229 rows starting from the beginning of the part
7283 2024.12.19 22:26:42.765224 [ 278 ] {899114b6-ac8b-4e46-b623-ccbd238bc384} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7284 2024.12.19 22:26:42.765622 [ 194 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 111 rows starting from the beginning of the part
7285 2024.12.19 22:26:42.765967 [ 194 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 229 rows starting from the beginning of the part
7286 2024.12.19 22:26:42.766285 [ 194 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 110 rows starting from the beginning of the part
7287 2024.12.19 22:26:42.766646 [ 194 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 1377 rows starting from the beginning of the part
7288 2024.12.19 22:26:42.767752 [ 278 ] {899114b6-ac8b-4e46-b623-ccbd238bc384} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7289 2024.12.19 22:26:42.767794 [ 278 ] {899114b6-ac8b-4e46-b623-ccbd238bc384} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB.
7290 2024.12.19 22:26:42.768368 [ 278 ] {899114b6-ac8b-4e46-b623-ccbd238bc384} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
7291 2024.12.19 22:26:42.768648 [ 278 ] {899114b6-ac8b-4e46-b623-ccbd238bc384} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7292 2024.12.19 22:26:42.768883 [ 278 ] {899114b6-ac8b-4e46-b623-ccbd238bc384} <Debug> executeQuery: Read 36 rows, 2.55 KiB in 0.003792 sec., 9493.67088607595 rows/sec., 672.67 KiB/sec.
7293 2024.12.19 22:26:42.768939 [ 278 ] {899114b6-ac8b-4e46-b623-ccbd238bc384} <Debug> TCPHandler: Processed in 0.004017948 sec.
7294 2024.12.19 22:26:42.769162 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7295 2024.12.19 22:26:42.769334 [ 200 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3486 rows, containing 5 columns (5 merged, 0 gathered) in 0.004546289 sec., 766779.2346680996 rows/sec., 67.22 MiB/sec.
7296 2024.12.19 22:26:42.769403 [ 277 ] {22737289-4faa-4695-a41e-b0a219cd4cec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
7297 2024.12.19 22:26:42.769479 [ 277 ] {22737289-4faa-4695-a41e-b0a219cd4cec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
7298 2024.12.19 22:26:42.769722 [ 200 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
7299 2024.12.19 22:26:42.770459 [ 200 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_56_11} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7300 2024.12.19 22:26:42.770702 [ 200 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_56_11} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
7301 2024.12.19 22:26:42.770915 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB.
7302 2024.12.19 22:26:42.771042 [ 277 ] {22737289-4faa-4695-a41e-b0a219cd4cec} <Trace> oximeter.fields_u32 (96604386-977a-478c-b894-f09eb465191c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7303 2024.12.19 22:26:42.771087 [ 277 ] {22737289-4faa-4695-a41e-b0a219cd4cec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB.
7304 2024.12.19 22:26:42.771496 [ 277 ] {22737289-4faa-4695-a41e-b0a219cd4cec} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
7305 2024.12.19 22:26:42.771750 [ 277 ] {22737289-4faa-4695-a41e-b0a219cd4cec} <Trace> oximeter.fields_u32 (96604386-977a-478c-b894-f09eb465191c): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7306 2024.12.19 22:26:42.772042 [ 277 ] {22737289-4faa-4695-a41e-b0a219cd4cec} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.002676 sec., 90433.48281016442 rows/sec., 6.13 MiB/sec.
7307 2024.12.19 22:26:42.772274 [ 277 ] {22737289-4faa-4695-a41e-b0a219cd4cec} <Debug> TCPHandler: Processed in 0.003249651 sec.
7308 2024.12.19 22:26:42.772471 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7309 2024.12.19 22:26:42.772610 [ 278 ] {08c78ee0-bc58-4131-8956-3a1279fe5cfd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
7310 2024.12.19 22:26:42.772666 [ 278 ] {08c78ee0-bc58-4131-8956-3a1279fe5cfd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
7311 2024.12.19 22:26:42.773356 [ 278 ] {08c78ee0-bc58-4131-8956-3a1279fe5cfd} <Trace> oximeter.fields_u8 (74ab6f56-b776-4e15-89eb-af2ec1acc724): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7312 2024.12.19 22:26:42.773395 [ 278 ] {08c78ee0-bc58-4131-8956-3a1279fe5cfd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB.
7313 2024.12.19 22:26:42.773746 [ 278 ] {08c78ee0-bc58-4131-8956-3a1279fe5cfd} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
7314 2024.12.19 22:26:42.773991 [ 278 ] {08c78ee0-bc58-4131-8956-3a1279fe5cfd} <Trace> oximeter.fields_u8 (74ab6f56-b776-4e15-89eb-af2ec1acc724): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7315 2024.12.19 22:26:42.774234 [ 278 ] {08c78ee0-bc58-4131-8956-3a1279fe5cfd} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00165 sec., 7878.787878787879 rows/sec., 491.24 KiB/sec.
7316 2024.12.19 22:26:42.774362 [ 278 ] {08c78ee0-bc58-4131-8956-3a1279fe5cfd} <Debug> TCPHandler: Processed in 0.001973943 sec.
7317 2024.12.19 22:26:42.774513 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7318 2024.12.19 22:26:42.774653 [ 277 ] {3de45ca9-c89f-4259-85a6-3e020cde8f57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7319 2024.12.19 22:26:42.774711 [ 277 ] {3de45ca9-c89f-4259-85a6-3e020cde8f57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7320 2024.12.19 22:26:42.775748 [ 277 ] {3de45ca9-c89f-4259-85a6-3e020cde8f57} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7321 2024.12.19 22:26:42.775788 [ 277 ] {3de45ca9-c89f-4259-85a6-3e020cde8f57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB.
7322 2024.12.19 22:26:42.776200 [ 277 ] {3de45ca9-c89f-4259-85a6-3e020cde8f57} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
7323 2024.12.19 22:26:42.776441 [ 277 ] {3de45ca9-c89f-4259-85a6-3e020cde8f57} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7324 2024.12.19 22:26:42.776622 [ 115 ] {} <Debug> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
7325 2024.12.19 22:26:42.776693 [ 277 ] {3de45ca9-c89f-4259-85a6-3e020cde8f57} <Debug> executeQuery: Read 867 rows, 64.32 KiB in 0.002068 sec., 419245.64796905225 rows/sec., 30.37 MiB/sec.
7326 2024.12.19 22:26:42.776714 [ 115 ] {} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7327 2024.12.19 22:26:42.776793 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB.
7328 2024.12.19 22:26:42.776817 [ 277 ] {3de45ca9-c89f-4259-85a6-3e020cde8f57} <Debug> TCPHandler: Processed in 0.002374122 sec.
7329 2024.12.19 22:26:42.777073 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7330 2024.12.19 22:26:42.777106 [ 200 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::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
7331 2024.12.19 22:26:42.777451 [ 278 ] {ac90f8fa-b73a-48e0-ae89-b76a88b7ea28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
7332 2024.12.19 22:26:42.777592 [ 200 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7333 2024.12.19 22:26:42.777650 [ 278 ] {ac90f8fa-b73a-48e0-ae89-b76a88b7ea28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
7334 2024.12.19 22:26:42.777711 [ 200 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 913 rows starting from the beginning of the part
7335 2024.12.19 22:26:42.778167 [ 200 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 395 rows starting from the beginning of the part
7336 2024.12.19 22:26:42.778603 [ 200 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 93 rows starting from the beginning of the part
7337 2024.12.19 22:26:42.778953 [ 200 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 395 rows starting from the beginning of the part
7338 2024.12.19 22:26:42.779343 [ 200 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 91 rows starting from the beginning of the part
7339 2024.12.19 22:26:42.779680 [ 200 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 867 rows starting from the beginning of the part
7340 2024.12.19 22:26:42.780952 [ 278 ] {ac90f8fa-b73a-48e0-ae89-b76a88b7ea28} <Trace> oximeter.measurements_bool (164ca455-e956-4308-a817-eda615c184e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7341 2024.12.19 22:26:42.781022 [ 278 ] {ac90f8fa-b73a-48e0-ae89-b76a88b7ea28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB.
7342 2024.12.19 22:26:42.782022 [ 278 ] {ac90f8fa-b73a-48e0-ae89-b76a88b7ea28} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
7343 2024.12.19 22:26:42.782402 [ 278 ] {ac90f8fa-b73a-48e0-ae89-b76a88b7ea28} <Trace> oximeter.measurements_bool (164ca455-e956-4308-a817-eda615c184e9): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7344 2024.12.19 22:26:42.782699 [ 278 ] {ac90f8fa-b73a-48e0-ae89-b76a88b7ea28} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00539 sec., 1113.1725417439704 rows/sec., 58.16 KiB/sec.
7345 2024.12.19 22:26:42.783017 [ 278 ] {ac90f8fa-b73a-48e0-ae89-b76a88b7ea28} <Debug> TCPHandler: Processed in 0.006106963 sec.
7346 2024.12.19 22:26:42.783482 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7347 2024.12.19 22:26:42.783584 [ 196 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2754 rows, containing 5 columns (5 merged, 0 gathered) in 0.006701146 sec., 410974.48108129564 rows/sec., 31.37 MiB/sec.
7348 2024.12.19 22:26:42.783684 [ 277 ] {520cc7c4-ec00-4faa-8e24-32f2ef46bd80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7349 2024.12.19 22:26:42.783783 [ 277 ] {520cc7c4-ec00-4faa-8e24-32f2ef46bd80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7350 2024.12.19 22:26:42.783826 [ 196 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
7351 2024.12.19 22:26:42.784514 [ 196 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_56_11} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7352 2024.12.19 22:26:42.784596 [ 196 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_56_11} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
7353 2024.12.19 22:26:42.784704 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB.
7354 2024.12.19 22:26:42.785075 [ 277 ] {520cc7c4-ec00-4faa-8e24-32f2ef46bd80} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7355 2024.12.19 22:26:42.785119 [ 277 ] {520cc7c4-ec00-4faa-8e24-32f2ef46bd80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB.
7356 2024.12.19 22:26:42.785590 [ 277 ] {520cc7c4-ec00-4faa-8e24-32f2ef46bd80} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
7357 2024.12.19 22:26:42.785832 [ 277 ] {520cc7c4-ec00-4faa-8e24-32f2ef46bd80} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7358 2024.12.19 22:26:42.785994 [ 115 ] {} <Debug> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
7359 2024.12.19 22:26:42.786054 [ 115 ] {} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7360 2024.12.19 22:26:42.786091 [ 277 ] {520cc7c4-ec00-4faa-8e24-32f2ef46bd80} <Debug> executeQuery: Read 963 rows, 65.53 KiB in 0.002443 sec., 394187.4744167008 rows/sec., 26.20 MiB/sec.
7361 2024.12.19 22:26:42.786098 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB.
7362 2024.12.19 22:26:42.786258 [ 277 ] {520cc7c4-ec00-4faa-8e24-32f2ef46bd80} <Debug> TCPHandler: Processed in 0.002964655 sec.
7363 2024.12.19 22:26:42.786342 [ 188 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::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
7364 2024.12.19 22:26:42.786453 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7365 2024.12.19 22:26:42.786558 [ 188 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7366 2024.12.19 22:26:42.786636 [ 188 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_51_10, total 16083 rows starting from the beginning of the part
7367 2024.12.19 22:26:42.786655 [ 278 ] {d268e65e-259a-4103-8106-95e73cffe7e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
7368 2024.12.19 22:26:42.786864 [ 278 ] {d268e65e-259a-4103-8106-95e73cffe7e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
7369 2024.12.19 22:26:42.786900 [ 188 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 237 rows starting from the beginning of the part
7370 2024.12.19 22:26:42.787282 [ 188 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 161 rows starting from the beginning of the part
7371 2024.12.19 22:26:42.787640 [ 188 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 237 rows starting from the beginning of the part
7372 2024.12.19 22:26:42.787996 [ 188 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::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
7373 2024.12.19 22:26:42.788329 [ 188 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 963 rows starting from the beginning of the part
7374 2024.12.19 22:26:42.789219 [ 278 ] {d268e65e-259a-4103-8106-95e73cffe7e9} <Trace> oximeter.measurements_f64 (f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7375 2024.12.19 22:26:42.789290 [ 278 ] {d268e65e-259a-4103-8106-95e73cffe7e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB.
7376 2024.12.19 22:26:42.789906 [ 278 ] {d268e65e-259a-4103-8106-95e73cffe7e9} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
7377 2024.12.19 22:26:42.790325 [ 278 ] {d268e65e-259a-4103-8106-95e73cffe7e9} <Trace> oximeter.measurements_f64 (f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7378 2024.12.19 22:26:42.790695 [ 278 ] {d268e65e-259a-4103-8106-95e73cffe7e9} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004093 sec., 244.31956999755678 rows/sec., 16.46 KiB/sec.
7379 2024.12.19 22:26:42.790893 [ 278 ] {d268e65e-259a-4103-8106-95e73cffe7e9} <Debug> TCPHandler: Processed in 0.004514168 sec.
7380 2024.12.19 22:26:42.791140 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7381 2024.12.19 22:26:42.791437 [ 277 ] {a456c7fd-c836-421d-8447-6e82267900c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7382 2024.12.19 22:26:42.791698 [ 277 ] {a456c7fd-c836-421d-8447-6e82267900c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
7383 2024.12.19 22:26:42.793334 [ 277 ] {a456c7fd-c836-421d-8447-6e82267900c8} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7384 2024.12.19 22:26:42.793374 [ 277 ] {a456c7fd-c836-421d-8447-6e82267900c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB.
7385 2024.12.19 22:26:42.794238 [ 277 ] {a456c7fd-c836-421d-8447-6e82267900c8} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
7386 2024.12.19 22:26:42.794579 [ 277 ] {a456c7fd-c836-421d-8447-6e82267900c8} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7387 2024.12.19 22:26:42.794879 [ 277 ] {a456c7fd-c836-421d-8447-6e82267900c8} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.003535 sec., 3677.5106082036777 rows/sec., 6.59 MiB/sec.
7388 2024.12.19 22:26:42.795629 [ 277 ] {a456c7fd-c836-421d-8447-6e82267900c8} <Debug> TCPHandler: Processed in 0.004620891 sec.
7389 2024.12.19 22:26:42.795655 [ 188 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 17841 rows, containing 5 columns (5 merged, 0 gathered) in 0.009424616 sec., 1893021.4238967402 rows/sec., 127.72 MiB/sec.
7390 2024.12.19 22:26:42.795834 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7391 2024.12.19 22:26:42.795906 [ 188 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
7392 2024.12.19 22:26:42.796096 [ 278 ] {3427e293-973c-4a2d-9f29-b17a9ca5ff86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7393 2024.12.19 22:26:42.796182 [ 278 ] {3427e293-973c-4a2d-9f29-b17a9ca5ff86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7394 2024.12.19 22:26:42.796526 [ 188 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7395 2024.12.19 22:26:42.796742 [ 188 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
7396 2024.12.19 22:26:42.796873 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.49 MiB.
7397 2024.12.19 22:26:42.797107 [ 278 ] {3427e293-973c-4a2d-9f29-b17a9ca5ff86} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7398 2024.12.19 22:26:42.797150 [ 278 ] {3427e293-973c-4a2d-9f29-b17a9ca5ff86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB.
7399 2024.12.19 22:26:42.797507 [ 278 ] {3427e293-973c-4a2d-9f29-b17a9ca5ff86} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
7400 2024.12.19 22:26:42.797736 [ 278 ] {3427e293-973c-4a2d-9f29-b17a9ca5ff86} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7401 2024.12.19 22:26:42.797896 [ 115 ] {} <Debug> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
7402 2024.12.19 22:26:42.797954 [ 115 ] {} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7403 2024.12.19 22:26:42.797992 [ 278 ] {3427e293-973c-4a2d-9f29-b17a9ca5ff86} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001983 sec., 17145.738779626827 rows/sec., 1018.91 KiB/sec.
7404 2024.12.19 22:26:42.797999 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB.
7405 2024.12.19 22:26:42.798148 [ 278 ] {3427e293-973c-4a2d-9f29-b17a9ca5ff86} <Debug> TCPHandler: Processed in 0.002407373 sec.
7406 2024.12.19 22:26:42.798259 [ 195 ] {a2784562-0832-4e33-8769-44c7df75eec1::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
7407 2024.12.19 22:26:42.798455 [ 195 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7408 2024.12.19 22:26:42.798516 [ 195 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 3090 rows starting from the beginning of the part
7409 2024.12.19 22:26:42.798706 [ 195 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 82 rows starting from the beginning of the part
7410 2024.12.19 22:26:42.798911 [ 195 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 60 rows starting from the beginning of the part
7411 2024.12.19 22:26:42.799102 [ 195 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 82 rows starting from the beginning of the part
7412 2024.12.19 22:26:42.799301 [ 195 ] {a2784562-0832-4e33-8769-44c7df75eec1::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
7413 2024.12.19 22:26:42.799471 [ 195 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 34 rows starting from the beginning of the part
7414 2024.12.19 22:26:42.801002 [ 201 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3408 rows, containing 4 columns (4 merged, 0 gathered) in 0.002847602 sec., 1196796.4624269826 rows/sec., 77.97 MiB/sec.
7415 2024.12.19 22:26:42.801393 [ 190 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
7416 2024.12.19 22:26:42.801810 [ 190 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_56_11} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7417 2024.12.19 22:26:42.801928 [ 190 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_56_11} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
7418 2024.12.19 22:26:42.802044 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.74 MiB.
7419 2024.12.19 22:26:45.735784 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 1060
7420 2024.12.19 22:26:45.739467 [ 242 ] {} <Trace> system.query_log (70720294-7ac9-485f-8b0b-2131ff2acf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7421 2024.12.19 22:26:45.739524 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB.
7422 2024.12.19 22:26:45.741155 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
7423 2024.12.19 22:26:45.741462 [ 242 ] {} <Trace> system.query_log (70720294-7ac9-485f-8b0b-2131ff2acf2b): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7424 2024.12.19 22:26:45.741959 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1060
7425 2024.12.19 22:26:47.086867 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7426 2024.12.19 22:26:47.087173 [ 277 ] {c6ce1d96-57e3-42b4-88fe-36c7f02d892a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7427 2024.12.19 22:26:47.087290 [ 277 ] {c6ce1d96-57e3-42b4-88fe-36c7f02d892a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7428 2024.12.19 22:26:47.088160 [ 277 ] {c6ce1d96-57e3-42b4-88fe-36c7f02d892a} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7429 2024.12.19 22:26:47.088206 [ 277 ] {c6ce1d96-57e3-42b4-88fe-36c7f02d892a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB.
7430 2024.12.19 22:26:47.088639 [ 277 ] {c6ce1d96-57e3-42b4-88fe-36c7f02d892a} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
7431 2024.12.19 22:26:47.088890 [ 277 ] {c6ce1d96-57e3-42b4-88fe-36c7f02d892a} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7432 2024.12.19 22:26:47.089142 [ 277 ] {c6ce1d96-57e3-42b4-88fe-36c7f02d892a} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002053 sec., 27277.155382367266 rows/sec., 2.08 MiB/sec.
7433 2024.12.19 22:26:47.089201 [ 277 ] {c6ce1d96-57e3-42b4-88fe-36c7f02d892a} <Debug> TCPHandler: Processed in 0.002523285 sec.
7434 2024.12.19 22:26:47.089483 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7435 2024.12.19 22:26:47.089715 [ 278 ] {bddf1073-f351-4866-98cd-ee86a166ddca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7436 2024.12.19 22:26:47.089799 [ 278 ] {bddf1073-f351-4866-98cd-ee86a166ddca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7437 2024.12.19 22:26:47.090666 [ 278 ] {bddf1073-f351-4866-98cd-ee86a166ddca} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7438 2024.12.19 22:26:47.090727 [ 278 ] {bddf1073-f351-4866-98cd-ee86a166ddca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB.
7439 2024.12.19 22:26:47.091184 [ 278 ] {bddf1073-f351-4866-98cd-ee86a166ddca} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
7440 2024.12.19 22:26:47.091449 [ 278 ] {bddf1073-f351-4866-98cd-ee86a166ddca} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7441 2024.12.19 22:26:47.091702 [ 278 ] {bddf1073-f351-4866-98cd-ee86a166ddca} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002046 sec., 31280.547409579667 rows/sec., 2.44 MiB/sec.
7442 2024.12.19 22:26:47.091775 [ 278 ] {bddf1073-f351-4866-98cd-ee86a166ddca} <Debug> TCPHandler: Processed in 0.002442263 sec.
7443 2024.12.19 22:26:47.091987 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7444 2024.12.19 22:26:47.092222 [ 277 ] {26b1ce3c-df18-42de-add7-a4210030a0a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7445 2024.12.19 22:26:47.092322 [ 277 ] {26b1ce3c-df18-42de-add7-a4210030a0a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7446 2024.12.19 22:26:47.092959 [ 277 ] {26b1ce3c-df18-42de-add7-a4210030a0a2} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7447 2024.12.19 22:26:47.092999 [ 277 ] {26b1ce3c-df18-42de-add7-a4210030a0a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB.
7448 2024.12.19 22:26:47.093403 [ 277 ] {26b1ce3c-df18-42de-add7-a4210030a0a2} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
7449 2024.12.19 22:26:47.093639 [ 277 ] {26b1ce3c-df18-42de-add7-a4210030a0a2} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7450 2024.12.19 22:26:47.093849 [ 277 ] {26b1ce3c-df18-42de-add7-a4210030a0a2} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001689 sec., 75784.48786264061 rows/sec., 5.28 MiB/sec.
7451 2024.12.19 22:26:47.093902 [ 277 ] {26b1ce3c-df18-42de-add7-a4210030a0a2} <Debug> TCPHandler: Processed in 0.002029254 sec.
7452 2024.12.19 22:26:47.094058 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7453 2024.12.19 22:26:47.094207 [ 278 ] {448282ea-cf55-4d57-a4ff-1b0ad31b9eb0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7454 2024.12.19 22:26:47.094271 [ 278 ] {448282ea-cf55-4d57-a4ff-1b0ad31b9eb0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7455 2024.12.19 22:26:47.094803 [ 278 ] {448282ea-cf55-4d57-a4ff-1b0ad31b9eb0} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7456 2024.12.19 22:26:47.094845 [ 278 ] {448282ea-cf55-4d57-a4ff-1b0ad31b9eb0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB.
7457 2024.12.19 22:26:47.095233 [ 278 ] {448282ea-cf55-4d57-a4ff-1b0ad31b9eb0} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
7458 2024.12.19 22:26:47.095463 [ 278 ] {448282ea-cf55-4d57-a4ff-1b0ad31b9eb0} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7459 2024.12.19 22:26:47.095707 [ 278 ] {448282ea-cf55-4d57-a4ff-1b0ad31b9eb0} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001528 sec., 31413.612565445026 rows/sec., 2.12 MiB/sec.
7460 2024.12.19 22:26:47.095774 [ 278 ] {448282ea-cf55-4d57-a4ff-1b0ad31b9eb0} <Debug> TCPHandler: Processed in 0.001789069 sec.
7461 2024.12.19 22:26:48.173541 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 16104
7462 2024.12.19 22:26:48.174224 [ 244 ] {} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7463 2024.12.19 22:26:48.174274 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB.
7464 2024.12.19 22:26:48.174822 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
7465 2024.12.19 22:26:48.175075 [ 244 ] {} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7466 2024.12.19 22:26:48.175362 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16104
7467 2024.12.19 22:26:49.263478 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 264
7468 2024.12.19 22:26:49.284170 [ 243 ] {} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7469 2024.12.19 22:26:49.284227 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB.
7470 2024.12.19 22:26:49.291579 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
7471 2024.12.19 22:26:49.292323 [ 243 ] {} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7472 2024.12.19 22:26:49.294984 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 264
7473 2024.12.19 22:26:52.090210 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7474 2024.12.19 22:26:52.090427 [ 277 ] {5b47028e-5d7b-47c2-aff0-3fae6af1a989} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7475 2024.12.19 22:26:52.090507 [ 277 ] {5b47028e-5d7b-47c2-aff0-3fae6af1a989} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7476 2024.12.19 22:26:52.091333 [ 277 ] {5b47028e-5d7b-47c2-aff0-3fae6af1a989} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7477 2024.12.19 22:26:52.091385 [ 277 ] {5b47028e-5d7b-47c2-aff0-3fae6af1a989} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB.
7478 2024.12.19 22:26:52.091834 [ 277 ] {5b47028e-5d7b-47c2-aff0-3fae6af1a989} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
7479 2024.12.19 22:26:52.092101 [ 277 ] {5b47028e-5d7b-47c2-aff0-3fae6af1a989} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7480 2024.12.19 22:26:52.092336 [ 277 ] {5b47028e-5d7b-47c2-aff0-3fae6af1a989} <Debug> executeQuery: Read 110 rows, 9.44 KiB in 0.001964 sec., 56008.1466395112 rows/sec., 4.69 MiB/sec.
7481 2024.12.19 22:26:52.092440 [ 277 ] {5b47028e-5d7b-47c2-aff0-3fae6af1a989} <Debug> TCPHandler: Processed in 0.002369002 sec.
7482 2024.12.19 22:26:52.092809 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7483 2024.12.19 22:26:52.093040 [ 278 ] {a0d5669b-7e29-415f-ae31-71ff68e90042} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7484 2024.12.19 22:26:52.093127 [ 278 ] {a0d5669b-7e29-415f-ae31-71ff68e90042} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7485 2024.12.19 22:26:52.093966 [ 278 ] {a0d5669b-7e29-415f-ae31-71ff68e90042} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7486 2024.12.19 22:26:52.094022 [ 278 ] {a0d5669b-7e29-415f-ae31-71ff68e90042} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB.
7487 2024.12.19 22:26:52.094470 [ 278 ] {a0d5669b-7e29-415f-ae31-71ff68e90042} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
7488 2024.12.19 22:26:52.094727 [ 278 ] {a0d5669b-7e29-415f-ae31-71ff68e90042} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7489 2024.12.19 22:26:52.094971 [ 278 ] {a0d5669b-7e29-415f-ae31-71ff68e90042} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.001992 sec., 13554.21686746988 rows/sec., 1019.21 KiB/sec.
7490 2024.12.19 22:26:52.095042 [ 278 ] {a0d5669b-7e29-415f-ae31-71ff68e90042} <Debug> TCPHandler: Processed in 0.002418792 sec.
7491 2024.12.19 22:26:52.095209 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7492 2024.12.19 22:26:52.095347 [ 277 ] {e2708c87-94b2-45d7-a2b8-22958fabcb9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7493 2024.12.19 22:26:52.095405 [ 277 ] {e2708c87-94b2-45d7-a2b8-22958fabcb9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7494 2024.12.19 22:26:52.096048 [ 277 ] {e2708c87-94b2-45d7-a2b8-22958fabcb9e} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7495 2024.12.19 22:26:52.096086 [ 277 ] {e2708c87-94b2-45d7-a2b8-22958fabcb9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB.
7496 2024.12.19 22:26:52.096452 [ 277 ] {e2708c87-94b2-45d7-a2b8-22958fabcb9e} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
7497 2024.12.19 22:26:52.096687 [ 277 ] {e2708c87-94b2-45d7-a2b8-22958fabcb9e} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7498 2024.12.19 22:26:52.096871 [ 277 ] {e2708c87-94b2-45d7-a2b8-22958fabcb9e} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001555 sec., 58520.90032154341 rows/sec., 4.57 MiB/sec.
7499 2024.12.19 22:26:52.096923 [ 277 ] {e2708c87-94b2-45d7-a2b8-22958fabcb9e} <Debug> TCPHandler: Processed in 0.001780968 sec.
7500 2024.12.19 22:26:52.097081 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7501 2024.12.19 22:26:52.097229 [ 278 ] {ab44dcec-767e-47fd-959b-b5de854db450} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7502 2024.12.19 22:26:52.097296 [ 278 ] {ab44dcec-767e-47fd-959b-b5de854db450} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7503 2024.12.19 22:26:52.097924 [ 278 ] {ab44dcec-767e-47fd-959b-b5de854db450} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7504 2024.12.19 22:26:52.097963 [ 278 ] {ab44dcec-767e-47fd-959b-b5de854db450} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB.
7505 2024.12.19 22:26:52.098357 [ 278 ] {ab44dcec-767e-47fd-959b-b5de854db450} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
7506 2024.12.19 22:26:52.098604 [ 278 ] {ab44dcec-767e-47fd-959b-b5de854db450} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7507 2024.12.19 22:26:52.098840 [ 278 ] {ab44dcec-767e-47fd-959b-b5de854db450} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001648 sec., 97087.3786407767 rows/sec., 6.76 MiB/sec.
7508 2024.12.19 22:26:52.098894 [ 278 ] {ab44dcec-767e-47fd-959b-b5de854db450} <Debug> TCPHandler: Processed in 0.001879501 sec.
7509 2024.12.19 22:26:52.099097 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7510 2024.12.19 22:26:52.099321 [ 277 ] {ec8e4d82-7ae8-48d2-9bfb-c051392d57ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7511 2024.12.19 22:26:52.099463 [ 277 ] {ec8e4d82-7ae8-48d2-9bfb-c051392d57ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
7512 2024.12.19 22:26:52.100704 [ 277 ] {ec8e4d82-7ae8-48d2-9bfb-c051392d57ba} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7513 2024.12.19 22:26:52.100742 [ 277 ] {ec8e4d82-7ae8-48d2-9bfb-c051392d57ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB.
7514 2024.12.19 22:26:52.101390 [ 277 ] {ec8e4d82-7ae8-48d2-9bfb-c051392d57ba} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
7515 2024.12.19 22:26:52.101646 [ 277 ] {ec8e4d82-7ae8-48d2-9bfb-c051392d57ba} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7516 2024.12.19 22:26:52.101854 [ 277 ] {ec8e4d82-7ae8-48d2-9bfb-c051392d57ba} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002589 sec., 10428.736964078795 rows/sec., 18.69 MiB/sec.
7517 2024.12.19 22:26:52.102194 [ 277 ] {ec8e4d82-7ae8-48d2-9bfb-c051392d57ba} <Debug> TCPHandler: Processed in 0.00320752 sec.
7518 2024.12.19 22:26:52.102365 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7519 2024.12.19 22:26:52.102508 [ 278 ] {5f978940-dfd4-4ea8-9574-dd1db192caea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7520 2024.12.19 22:26:52.102569 [ 278 ] {5f978940-dfd4-4ea8-9574-dd1db192caea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7521 2024.12.19 22:26:52.103152 [ 278 ] {5f978940-dfd4-4ea8-9574-dd1db192caea} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7522 2024.12.19 22:26:52.103199 [ 278 ] {5f978940-dfd4-4ea8-9574-dd1db192caea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB.
7523 2024.12.19 22:26:52.103627 [ 278 ] {5f978940-dfd4-4ea8-9574-dd1db192caea} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
7524 2024.12.19 22:26:52.103861 [ 278 ] {5f978940-dfd4-4ea8-9574-dd1db192caea} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7525 2024.12.19 22:26:52.104110 [ 278 ] {5f978940-dfd4-4ea8-9574-dd1db192caea} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001627 sec., 36877.68899815612 rows/sec., 2.49 MiB/sec.
7526 2024.12.19 22:26:52.104174 [ 278 ] {5f978940-dfd4-4ea8-9574-dd1db192caea} <Debug> TCPHandler: Processed in 0.001880501 sec.
7527 2024.12.19 22:26:54.243712 [ 98 ] {} <Debug> oximeter.measurements_bool (164ca455-e956-4308-a817-eda615c184e9) (MergerMutator): Selected 5 parts from all_1_20_4 to all_24_24_0
7528 2024.12.19 22:26:54.243796 [ 98 ] {} <Trace> oximeter.measurements_bool (164ca455-e956-4308-a817-eda615c184e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7529 2024.12.19 22:26:54.243824 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB.
7530 2024.12.19 22:26:54.244147 [ 197 ] {164ca455-e956-4308-a817-eda615c184e9::all_1_24_5} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_20_4 to all_24_24_0 into Compact with storage Full
7531 2024.12.19 22:26:54.244499 [ 197 ] {164ca455-e956-4308-a817-eda615c184e9::all_1_24_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7532 2024.12.19 22:26:54.244568 [ 197 ] {164ca455-e956-4308-a817-eda615c184e9::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 120 rows starting from the beginning of the part
7533 2024.12.19 22:26:54.244682 [ 197 ] {164ca455-e956-4308-a817-eda615c184e9::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 6 rows starting from the beginning of the part
7534 2024.12.19 22:26:54.244892 [ 197 ] {164ca455-e956-4308-a817-eda615c184e9::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 6 rows starting from the beginning of the part
7535 2024.12.19 22:26:54.245145 [ 197 ] {164ca455-e956-4308-a817-eda615c184e9::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 6 rows starting from the beginning of the part
7536 2024.12.19 22:26:54.245315 [ 197 ] {164ca455-e956-4308-a817-eda615c184e9::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 6 rows starting from the beginning of the part
7537 2024.12.19 22:26:54.246344 [ 201 ] {164ca455-e956-4308-a817-eda615c184e9::all_1_24_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 144 rows, containing 4 columns (4 merged, 0 gathered) in 0.002424383 sec., 59396.5557422239 rows/sec., 3.03 MiB/sec.
7538 2024.12.19 22:26:54.246528 [ 201 ] {164ca455-e956-4308-a817-eda615c184e9::all_1_24_5} <Trace> MergedBlockOutputStream: filled checksums all_1_24_5 (state Temporary)
7539 2024.12.19 22:26:54.246869 [ 201 ] {164ca455-e956-4308-a817-eda615c184e9::all_1_24_5} <Trace> oximeter.measurements_bool (164ca455-e956-4308-a817-eda615c184e9): Renaming temporary part tmp_merge_all_1_24_5 to all_1_24_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7540 2024.12.19 22:26:54.246963 [ 201 ] {164ca455-e956-4308-a817-eda615c184e9::all_1_24_5} <Trace> oximeter.measurements_bool (164ca455-e956-4308-a817-eda615c184e9) (MergerMutator): Merged 5 parts: [all_1_20_4, all_24_24_0] -> all_1_24_5
7541 2024.12.19 22:26:54.247062 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
7542 2024.12.19 22:26:54.846971 [ 97 ] {} <Debug> oximeter.fields_u32 (96604386-977a-478c-b894-f09eb465191c) (MergerMutator): Selected 5 parts from all_1_20_4 to all_24_24_0
7543 2024.12.19 22:26:54.847035 [ 97 ] {} <Trace> oximeter.fields_u32 (96604386-977a-478c-b894-f09eb465191c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7544 2024.12.19 22:26:54.847062 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB.
7545 2024.12.19 22:26:54.847232 [ 187 ] {96604386-977a-478c-b894-f09eb465191c::all_1_24_5} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_20_4 to all_24_24_0 into Compact with storage Full
7546 2024.12.19 22:26:54.847600 [ 187 ] {96604386-977a-478c-b894-f09eb465191c::all_1_24_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7547 2024.12.19 22:26:54.847669 [ 187 ] {96604386-977a-478c-b894-f09eb465191c::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 242 rows starting from the beginning of the part
7548 2024.12.19 22:26:54.847755 [ 187 ] {96604386-977a-478c-b894-f09eb465191c::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 242 rows starting from the beginning of the part
7549 2024.12.19 22:26:54.847997 [ 187 ] {96604386-977a-478c-b894-f09eb465191c::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 14 rows starting from the beginning of the part
7550 2024.12.19 22:26:54.848193 [ 187 ] {96604386-977a-478c-b894-f09eb465191c::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 14 rows starting from the beginning of the part
7551 2024.12.19 22:26:54.848374 [ 187 ] {96604386-977a-478c-b894-f09eb465191c::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 242 rows starting from the beginning of the part
7552 2024.12.19 22:26:54.849564 [ 201 ] {96604386-977a-478c-b894-f09eb465191c::all_1_24_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 754 rows, containing 5 columns (5 merged, 0 gathered) in 0.002433613 sec., 309827.40476813697 rows/sec., 22.18 MiB/sec.
7553 2024.12.19 22:26:54.849731 [ 187 ] {96604386-977a-478c-b894-f09eb465191c::all_1_24_5} <Trace> MergedBlockOutputStream: filled checksums all_1_24_5 (state Temporary)
7554 2024.12.19 22:26:54.850007 [ 187 ] {96604386-977a-478c-b894-f09eb465191c::all_1_24_5} <Trace> oximeter.fields_u32 (96604386-977a-478c-b894-f09eb465191c): Renaming temporary part tmp_merge_all_1_24_5 to all_1_24_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7555 2024.12.19 22:26:54.850091 [ 187 ] {96604386-977a-478c-b894-f09eb465191c::all_1_24_5} <Trace> oximeter.fields_u32 (96604386-977a-478c-b894-f09eb465191c) (MergerMutator): Merged 5 parts: [all_1_20_4, all_24_24_0] -> all_1_24_5
7556 2024.12.19 22:26:54.850176 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB.
7557 2024.12.19 22:26:55.527670 [ 97 ] {} <Debug> DNSResolver: Updating DNS cache
7558 2024.12.19 22:26:55.527719 [ 97 ] {} <Debug> DNSResolver: Updated DNS cache
7559 2024.12.19 22:26:55.676472 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 16531
7560 2024.12.19 22:26:55.677119 [ 244 ] {} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7561 2024.12.19 22:26:55.677161 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB.
7562 2024.12.19 22:26:55.677732 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
7563 2024.12.19 22:26:55.677976 [ 244 ] {} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7564 2024.12.19 22:26:55.678227 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16531
7565 2024.12.19 22:26:55.678214 [ 96 ] {} <Debug> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
7566 2024.12.19 22:26:55.678314 [ 96 ] {} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7567 2024.12.19 22:26:55.678341 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB.
7568 2024.12.19 22:26:55.678485 [ 189 ] {b24e19f3-0afd-43dd-aba1-eb03aae2e534::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
7569 2024.12.19 22:26:55.678643 [ 189 ] {b24e19f3-0afd-43dd-aba1-eb03aae2e534::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7570 2024.12.19 22:26:55.678685 [ 189 ] {b24e19f3-0afd-43dd-aba1-eb03aae2e534::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 14274 rows starting from the beginning of the part
7571 2024.12.19 22:26:55.678766 [ 189 ] {b24e19f3-0afd-43dd-aba1-eb03aae2e534::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 427 rows starting from the beginning of the part
7572 2024.12.19 22:26:55.678962 [ 189 ] {b24e19f3-0afd-43dd-aba1-eb03aae2e534::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 488 rows starting from the beginning of the part
7573 2024.12.19 22:26:55.679200 [ 189 ] {b24e19f3-0afd-43dd-aba1-eb03aae2e534::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 427 rows starting from the beginning of the part
7574 2024.12.19 22:26:55.679306 [ 189 ] {b24e19f3-0afd-43dd-aba1-eb03aae2e534::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 488 rows starting from the beginning of the part
7575 2024.12.19 22:26:55.679480 [ 189 ] {b24e19f3-0afd-43dd-aba1-eb03aae2e534::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 427 rows starting from the beginning of the part
7576 2024.12.19 22:26:55.682055 [ 189 ] {b24e19f3-0afd-43dd-aba1-eb03aae2e534::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16531 rows, containing 4 columns (4 merged, 0 gathered) in 0.003638149 sec., 4543794.110686506 rows/sec., 65.00 MiB/sec.
7577 2024.12.19 22:26:55.682143 [ 189 ] {b24e19f3-0afd-43dd-aba1-eb03aae2e534::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
7578 2024.12.19 22:26:55.682416 [ 189 ] {b24e19f3-0afd-43dd-aba1-eb03aae2e534::all_1_36_7} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7579 2024.12.19 22:26:55.682499 [ 189 ] {b24e19f3-0afd-43dd-aba1-eb03aae2e534::all_1_36_7} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
7580 2024.12.19 22:26:55.682594 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.49 MiB.
7581 2024.12.19 22:26:55.743191 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1080
7582 2024.12.19 22:26:55.746049 [ 242 ] {} <Trace> system.query_log (70720294-7ac9-485f-8b0b-2131ff2acf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7583 2024.12.19 22:26:55.746105 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB.
7584 2024.12.19 22:26:55.747615 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
7585 2024.12.19 22:26:55.747926 [ 242 ] {} <Trace> system.query_log (70720294-7ac9-485f-8b0b-2131ff2acf2b): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7586 2024.12.19 22:26:55.748140 [ 96 ] {} <Debug> system.query_log (70720294-7ac9-485f-8b0b-2131ff2acf2b) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
7587 2024.12.19 22:26:55.748233 [ 96 ] {} <Trace> system.query_log (70720294-7ac9-485f-8b0b-2131ff2acf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7588 2024.12.19 22:26:55.748302 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB.
7589 2024.12.19 22:26:55.748765 [ 198 ] {70720294-7ac9-485f-8b0b-2131ff2acf2b::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
7590 2024.12.19 22:26:55.750380 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1080
7591 2024.12.19 22:26:55.750705 [ 198 ] {70720294-7ac9-485f-8b0b-2131ff2acf2b::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7592 2024.12.19 22:26:55.750868 [ 198 ] {70720294-7ac9-485f-8b0b-2131ff2acf2b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 890 rows starting from the beginning of the part
7593 2024.12.19 22:26:55.751512 [ 198 ] {70720294-7ac9-485f-8b0b-2131ff2acf2b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 56 rows starting from the beginning of the part
7594 2024.12.19 22:26:55.752096 [ 198 ] {70720294-7ac9-485f-8b0b-2131ff2acf2b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 20 rows starting from the beginning of the part
7595 2024.12.19 22:26:55.752689 [ 198 ] {70720294-7ac9-485f-8b0b-2131ff2acf2b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 36 rows starting from the beginning of the part
7596 2024.12.19 22:26:55.753274 [ 198 ] {70720294-7ac9-485f-8b0b-2131ff2acf2b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 58 rows starting from the beginning of the part
7597 2024.12.19 22:26:55.753851 [ 198 ] {70720294-7ac9-485f-8b0b-2131ff2acf2b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 20 rows starting from the beginning of the part
7598 2024.12.19 22:26:55.761885 [ 199 ] {70720294-7ac9-485f-8b0b-2131ff2acf2b::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1080 rows, containing 72 columns (72 merged, 0 gathered) in 0.013458543 sec., 80246.42786369966 rows/sec., 64.20 MiB/sec.
7599 2024.12.19 22:26:55.763296 [ 199 ] {70720294-7ac9-485f-8b0b-2131ff2acf2b::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
7600 2024.12.19 22:26:55.764136 [ 199 ] {70720294-7ac9-485f-8b0b-2131ff2acf2b::all_1_26_5} <Trace> system.query_log (70720294-7ac9-485f-8b0b-2131ff2acf2b): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7601 2024.12.19 22:26:55.764235 [ 199 ] {70720294-7ac9-485f-8b0b-2131ff2acf2b::all_1_26_5} <Trace> system.query_log (70720294-7ac9-485f-8b0b-2131ff2acf2b) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
7602 2024.12.19 22:26:55.764566 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.45 MiB.
7603 2024.12.19 22:26:56.796016 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 272
7604 2024.12.19 22:26:56.816975 [ 243 ] {} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7605 2024.12.19 22:26:56.817023 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB.
7606 2024.12.19 22:26:56.824502 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
7607 2024.12.19 22:26:56.825317 [ 243 ] {} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7608 2024.12.19 22:26:56.825770 [ 94 ] {} <Debug> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
7609 2024.12.19 22:26:56.825918 [ 94 ] {} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7610 2024.12.19 22:26:56.825995 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB.
7611 2024.12.19 22:26:56.826348 [ 191 ] {616d7a77-365c-46c3-a06a-0a94885b3600::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
7612 2024.12.19 22:26:56.834130 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 272
7613 2024.12.19 22:26:56.835662 [ 191 ] {616d7a77-365c-46c3-a06a-0a94885b3600::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7614 2024.12.19 22:26:56.836598 [ 191 ] {616d7a77-365c-46c3-a06a-0a94885b3600::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
7615 2024.12.19 22:26:56.841706 [ 191 ] {616d7a77-365c-46c3-a06a-0a94885b3600::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
7616 2024.12.19 22:26:56.846613 [ 191 ] {616d7a77-365c-46c3-a06a-0a94885b3600::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
7617 2024.12.19 22:26:56.851795 [ 191 ] {616d7a77-365c-46c3-a06a-0a94885b3600::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
7618 2024.12.19 22:26:56.857356 [ 191 ] {616d7a77-365c-46c3-a06a-0a94885b3600::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
7619 2024.12.19 22:26:56.862238 [ 191 ] {616d7a77-365c-46c3-a06a-0a94885b3600::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
7620 2024.12.19 22:26:56.925119 [ 186 ] {616d7a77-365c-46c3-a06a-0a94885b3600::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 272 rows, containing 679 columns (679 merged, 0 gathered) in 0.098975095 sec., 2748.166091681953 rows/sec., 14.21 MiB/sec.
7621 2024.12.19 22:26:56.928422 [ 193 ] {616d7a77-365c-46c3-a06a-0a94885b3600::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
7622 2024.12.19 22:26:56.931490 [ 193 ] {616d7a77-365c-46c3-a06a-0a94885b3600::all_1_36_7} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7623 2024.12.19 22:26:56.931620 [ 193 ] {616d7a77-365c-46c3-a06a-0a94885b3600::all_1_36_7} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
7624 2024.12.19 22:26:56.933925 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 12.42 MiB.
7625 2024.12.19 22:26:57.000205 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 211.25 MiB, peak 223.11 MiB, free memory in arenas 0.00 B, will set to 212.79 MiB (RSS), difference: 1.54 MiB
7626 2024.12.19 22:26:57.094602 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7627 2024.12.19 22:26:57.094897 [ 277 ] {3b1cd148-4067-4d4a-a588-a5b16196721d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
7628 2024.12.19 22:26:57.095006 [ 277 ] {3b1cd148-4067-4d4a-a588-a5b16196721d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
7629 2024.12.19 22:26:57.095996 [ 277 ] {3b1cd148-4067-4d4a-a588-a5b16196721d} <Trace> oximeter.fields_i16 (8b34b429-6d62-480d-bd41-33dce3ff3ffb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7630 2024.12.19 22:26:57.096041 [ 277 ] {3b1cd148-4067-4d4a-a588-a5b16196721d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB.
7631 2024.12.19 22:26:57.096474 [ 277 ] {3b1cd148-4067-4d4a-a588-a5b16196721d} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
7632 2024.12.19 22:26:57.096718 [ 277 ] {3b1cd148-4067-4d4a-a588-a5b16196721d} <Trace> oximeter.fields_i16 (8b34b429-6d62-480d-bd41-33dce3ff3ffb): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7633 2024.12.19 22:26:57.096923 [ 94 ] {} <Debug> oximeter.fields_i16 (8b34b429-6d62-480d-bd41-33dce3ff3ffb) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0
7634 2024.12.19 22:26:57.096971 [ 277 ] {3b1cd148-4067-4d4a-a588-a5b16196721d} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002154 sec., 6499.535747446611 rows/sec., 467.88 KiB/sec.
7635 2024.12.19 22:26:57.097007 [ 94 ] {} <Trace> oximeter.fields_i16 (8b34b429-6d62-480d-bd41-33dce3ff3ffb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7636 2024.12.19 22:26:57.097087 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB.
7637 2024.12.19 22:26:57.097102 [ 277 ] {3b1cd148-4067-4d4a-a588-a5b16196721d} <Debug> TCPHandler: Processed in 0.002671928 sec.
7638 2024.12.19 22:26:57.097420 [ 192 ] {8b34b429-6d62-480d-bd41-33dce3ff3ffb::all_1_25_6} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_21_5 to all_25_25_0 into Compact with storage Full
7639 2024.12.19 22:26:57.097447 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7640 2024.12.19 22:26:57.097777 [ 278 ] {1a85941b-4676-4c8c-ac80-484f4f74e54d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7641 2024.12.19 22:26:57.097789 [ 192 ] {8b34b429-6d62-480d-bd41-33dce3ff3ffb::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7642 2024.12.19 22:26:57.097851 [ 192 ] {8b34b429-6d62-480d-bd41-33dce3ff3ffb::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 14 rows starting from the beginning of the part
7643 2024.12.19 22:26:57.097883 [ 278 ] {1a85941b-4676-4c8c-ac80-484f4f74e54d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7644 2024.12.19 22:26:57.098246 [ 192 ] {8b34b429-6d62-480d-bd41-33dce3ff3ffb::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 14 rows starting from the beginning of the part
7645 2024.12.19 22:26:57.098461 [ 192 ] {8b34b429-6d62-480d-bd41-33dce3ff3ffb::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 14 rows starting from the beginning of the part
7646 2024.12.19 22:26:57.098874 [ 192 ] {8b34b429-6d62-480d-bd41-33dce3ff3ffb::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 14 rows starting from the beginning of the part
7647 2024.12.19 22:26:57.099282 [ 192 ] {8b34b429-6d62-480d-bd41-33dce3ff3ffb::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 14 rows starting from the beginning of the part
7648 2024.12.19 22:26:57.101172 [ 278 ] {1a85941b-4676-4c8c-ac80-484f4f74e54d} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7649 2024.12.19 22:26:57.101264 [ 278 ] {1a85941b-4676-4c8c-ac80-484f4f74e54d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB.
7650 2024.12.19 22:26:57.101840 [ 192 ] {8b34b429-6d62-480d-bd41-33dce3ff3ffb::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.00464437 sec., 15072.011919808283 rows/sec., 1.12 MiB/sec.
7651 2024.12.19 22:26:57.102150 [ 195 ] {8b34b429-6d62-480d-bd41-33dce3ff3ffb::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary)
7652 2024.12.19 22:26:57.102374 [ 278 ] {1a85941b-4676-4c8c-ac80-484f4f74e54d} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
7653 2024.12.19 22:26:57.102780 [ 195 ] {8b34b429-6d62-480d-bd41-33dce3ff3ffb::all_1_25_6} <Trace> oximeter.fields_i16 (8b34b429-6d62-480d-bd41-33dce3ff3ffb): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7654 2024.12.19 22:26:57.102974 [ 195 ] {8b34b429-6d62-480d-bd41-33dce3ff3ffb::all_1_25_6} <Trace> oximeter.fields_i16 (8b34b429-6d62-480d-bd41-33dce3ff3ffb) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6
7655 2024.12.19 22:26:57.102985 [ 278 ] {1a85941b-4676-4c8c-ac80-484f4f74e54d} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7656 2024.12.19 22:26:57.103134 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
7657 2024.12.19 22:26:57.103330 [ 278 ] {1a85941b-4676-4c8c-ac80-484f4f74e54d} <Debug> executeQuery: Read 229 rows, 20.51 KiB in 0.005661 sec., 40452.21692280516 rows/sec., 3.54 MiB/sec.
7658 2024.12.19 22:26:57.103413 [ 278 ] {1a85941b-4676-4c8c-ac80-484f4f74e54d} <Debug> TCPHandler: Processed in 0.006168334 sec.
7659 2024.12.19 22:26:57.103572 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7660 2024.12.19 22:26:57.103713 [ 277 ] {c8824a10-6a95-43fb-b8ed-31faf871a604} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7661 2024.12.19 22:26:57.103771 [ 277 ] {c8824a10-6a95-43fb-b8ed-31faf871a604} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7662 2024.12.19 22:26:57.104467 [ 277 ] {c8824a10-6a95-43fb-b8ed-31faf871a604} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7663 2024.12.19 22:26:57.104515 [ 277 ] {c8824a10-6a95-43fb-b8ed-31faf871a604} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB.
7664 2024.12.19 22:26:57.104893 [ 277 ] {c8824a10-6a95-43fb-b8ed-31faf871a604} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
7665 2024.12.19 22:26:57.105123 [ 277 ] {c8824a10-6a95-43fb-b8ed-31faf871a604} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7666 2024.12.19 22:26:57.105302 [ 94 ] {} <Debug> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df) (MergerMutator): Selected 6 parts from all_1_40_8 to all_45_45_0
7667 2024.12.19 22:26:57.105368 [ 94 ] {} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7668 2024.12.19 22:26:57.105372 [ 277 ] {c8824a10-6a95-43fb-b8ed-31faf871a604} <Debug> executeQuery: Read 20 rows, 1.43 KiB in 0.00168 sec., 11904.761904761905 rows/sec., 853.33 KiB/sec.
7669 2024.12.19 22:26:57.105399 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB.
7670 2024.12.19 22:26:57.105538 [ 277 ] {c8824a10-6a95-43fb-b8ed-31faf871a604} <Debug> TCPHandler: Processed in 0.002029814 sec.
7671 2024.12.19 22:26:57.105594 [ 195 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_45_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_40_8 to all_45_45_0 into Compact with storage Full
7672 2024.12.19 22:26:57.105715 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7673 2024.12.19 22:26:57.105734 [ 195 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_45_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7674 2024.12.19 22:26:57.105787 [ 195 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_40_8, total 65 rows starting from the beginning of the part
7675 2024.12.19 22:26:57.105980 [ 278 ] {eb4f7222-b61b-4102-bf6b-200f281a5723} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
7676 2024.12.19 22:26:57.106090 [ 195 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 20 rows starting from the beginning of the part
7677 2024.12.19 22:26:57.106124 [ 278 ] {eb4f7222-b61b-4102-bf6b-200f281a5723} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
7678 2024.12.19 22:26:57.106492 [ 195 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 27 rows starting from the beginning of the part
7679 2024.12.19 22:26:57.106821 [ 195 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 36 rows starting from the beginning of the part
7680 2024.12.19 22:26:57.107217 [ 195 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 27 rows starting from the beginning of the part
7681 2024.12.19 22:26:57.107570 [ 195 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 20 rows starting from the beginning of the part
7682 2024.12.19 22:26:57.109035 [ 278 ] {eb4f7222-b61b-4102-bf6b-200f281a5723} <Trace> oximeter.fields_u32 (96604386-977a-478c-b894-f09eb465191c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7683 2024.12.19 22:26:57.109108 [ 278 ] {eb4f7222-b61b-4102-bf6b-200f281a5723} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB.
7684 2024.12.19 22:26:57.110188 [ 278 ] {eb4f7222-b61b-4102-bf6b-200f281a5723} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
7685 2024.12.19 22:26:57.110385 [ 195 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_45_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 195 rows, containing 5 columns (5 merged, 0 gathered) in 0.004859536 sec., 40127.287872751636 rows/sec., 3.01 MiB/sec.
7686 2024.12.19 22:26:57.110555 [ 195 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_45_9} <Trace> MergedBlockOutputStream: filled checksums all_1_45_9 (state Temporary)
7687 2024.12.19 22:26:57.110731 [ 278 ] {eb4f7222-b61b-4102-bf6b-200f281a5723} <Trace> oximeter.fields_u32 (96604386-977a-478c-b894-f09eb465191c): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7688 2024.12.19 22:26:57.111133 [ 278 ] {eb4f7222-b61b-4102-bf6b-200f281a5723} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005254 sec., 2664.636467453369 rows/sec., 186.61 KiB/sec.
7689 2024.12.19 22:26:57.111148 [ 195 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_45_9} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Renaming temporary part tmp_merge_all_1_45_9 to all_1_45_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7690 2024.12.19 22:26:57.111303 [ 278 ] {eb4f7222-b61b-4102-bf6b-200f281a5723} <Debug> TCPHandler: Processed in 0.005651654 sec.
7691 2024.12.19 22:26:57.111359 [ 195 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_45_9} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df) (MergerMutator): Merged 6 parts: [all_1_40_8, all_45_45_0] -> all_1_45_9
7692 2024.12.19 22:26:57.111487 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
7693 2024.12.19 22:26:57.111496 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7694 2024.12.19 22:26:57.111630 [ 277 ] {067f297d-dc80-4726-9c4e-7ad5613222d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
7695 2024.12.19 22:26:57.111685 [ 277 ] {067f297d-dc80-4726-9c4e-7ad5613222d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
7696 2024.12.19 22:26:57.112345 [ 277 ] {067f297d-dc80-4726-9c4e-7ad5613222d9} <Trace> oximeter.fields_u8 (74ab6f56-b776-4e15-89eb-af2ec1acc724): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7697 2024.12.19 22:26:57.112391 [ 277 ] {067f297d-dc80-4726-9c4e-7ad5613222d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB.
7698 2024.12.19 22:26:57.112786 [ 277 ] {067f297d-dc80-4726-9c4e-7ad5613222d9} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
7699 2024.12.19 22:26:57.113010 [ 277 ] {067f297d-dc80-4726-9c4e-7ad5613222d9} <Trace> oximeter.fields_u8 (74ab6f56-b776-4e15-89eb-af2ec1acc724): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7700 2024.12.19 22:26:57.113173 [ 94 ] {} <Debug> oximeter.fields_u8 (74ab6f56-b776-4e15-89eb-af2ec1acc724) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0
7701 2024.12.19 22:26:57.113236 [ 94 ] {} <Trace> oximeter.fields_u8 (74ab6f56-b776-4e15-89eb-af2ec1acc724): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7702 2024.12.19 22:26:57.113260 [ 277 ] {067f297d-dc80-4726-9c4e-7ad5613222d9} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001653 sec., 7864.488808227466 rows/sec., 490.35 KiB/sec.
7703 2024.12.19 22:26:57.113274 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB.
7704 2024.12.19 22:26:57.113449 [ 277 ] {067f297d-dc80-4726-9c4e-7ad5613222d9} <Debug> TCPHandler: Processed in 0.002023454 sec.
7705 2024.12.19 22:26:57.113628 [ 192 ] {74ab6f56-b776-4e15-89eb-af2ec1acc724::all_1_25_6} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_21_5 to all_25_25_0 into Compact with storage Full
7706 2024.12.19 22:26:57.113728 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7707 2024.12.19 22:26:57.114117 [ 192 ] {74ab6f56-b776-4e15-89eb-af2ec1acc724::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7708 2024.12.19 22:26:57.114148 [ 278 ] {71028d4d-b96f-4911-ba2c-b4f7b73406e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7709 2024.12.19 22:26:57.114247 [ 192 ] {74ab6f56-b776-4e15-89eb-af2ec1acc724::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 13 rows starting from the beginning of the part
7710 2024.12.19 22:26:57.114340 [ 278 ] {71028d4d-b96f-4911-ba2c-b4f7b73406e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7711 2024.12.19 22:26:57.114725 [ 192 ] {74ab6f56-b776-4e15-89eb-af2ec1acc724::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 13 rows starting from the beginning of the part
7712 2024.12.19 22:26:57.115149 [ 192 ] {74ab6f56-b776-4e15-89eb-af2ec1acc724::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 13 rows starting from the beginning of the part
7713 2024.12.19 22:26:57.115484 [ 192 ] {74ab6f56-b776-4e15-89eb-af2ec1acc724::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 13 rows starting from the beginning of the part
7714 2024.12.19 22:26:57.115914 [ 192 ] {74ab6f56-b776-4e15-89eb-af2ec1acc724::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 13 rows starting from the beginning of the part
7715 2024.12.19 22:26:57.117796 [ 278 ] {71028d4d-b96f-4911-ba2c-b4f7b73406e5} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7716 2024.12.19 22:26:57.117873 [ 278 ] {71028d4d-b96f-4911-ba2c-b4f7b73406e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB.
7717 2024.12.19 22:26:57.118315 [ 192 ] {74ab6f56-b776-4e15-89eb-af2ec1acc724::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004909337 sec., 13240.077020583432 rows/sec., 877.23 KiB/sec.
7718 2024.12.19 22:26:57.118509 [ 192 ] {74ab6f56-b776-4e15-89eb-af2ec1acc724::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary)
7719 2024.12.19 22:26:57.118853 [ 278 ] {71028d4d-b96f-4911-ba2c-b4f7b73406e5} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
7720 2024.12.19 22:26:57.119053 [ 192 ] {74ab6f56-b776-4e15-89eb-af2ec1acc724::all_1_25_6} <Trace> oximeter.fields_u8 (74ab6f56-b776-4e15-89eb-af2ec1acc724): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7721 2024.12.19 22:26:57.119203 [ 192 ] {74ab6f56-b776-4e15-89eb-af2ec1acc724::all_1_25_6} <Trace> oximeter.fields_u8 (74ab6f56-b776-4e15-89eb-af2ec1acc724) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6
7722 2024.12.19 22:26:57.119367 [ 278 ] {71028d4d-b96f-4911-ba2c-b4f7b73406e5} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7723 2024.12.19 22:26:57.119380 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
7724 2024.12.19 22:26:57.119652 [ 278 ] {71028d4d-b96f-4911-ba2c-b4f7b73406e5} <Debug> executeQuery: Read 395 rows, 28.72 KiB in 0.005657 sec., 69824.99558069649 rows/sec., 4.96 MiB/sec.
7725 2024.12.19 22:26:57.119728 [ 278 ] {71028d4d-b96f-4911-ba2c-b4f7b73406e5} <Debug> TCPHandler: Processed in 0.006144714 sec.
7726 2024.12.19 22:26:57.120009 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7727 2024.12.19 22:26:57.120231 [ 277 ] {b73ea721-c36c-4db2-9b7a-17c6e1d1e63a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
7728 2024.12.19 22:26:57.120325 [ 277 ] {b73ea721-c36c-4db2-9b7a-17c6e1d1e63a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
7729 2024.12.19 22:26:57.120995 [ 277 ] {b73ea721-c36c-4db2-9b7a-17c6e1d1e63a} <Trace> oximeter.measurements_bool (164ca455-e956-4308-a817-eda615c184e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7730 2024.12.19 22:26:57.121033 [ 277 ] {b73ea721-c36c-4db2-9b7a-17c6e1d1e63a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB.
7731 2024.12.19 22:26:57.121386 [ 277 ] {b73ea721-c36c-4db2-9b7a-17c6e1d1e63a} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
7732 2024.12.19 22:26:57.121623 [ 277 ] {b73ea721-c36c-4db2-9b7a-17c6e1d1e63a} <Trace> oximeter.measurements_bool (164ca455-e956-4308-a817-eda615c184e9): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7733 2024.12.19 22:26:57.121837 [ 277 ] {b73ea721-c36c-4db2-9b7a-17c6e1d1e63a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00166 sec., 3614.457831325301 rows/sec., 188.84 KiB/sec.
7734 2024.12.19 22:26:57.121887 [ 277 ] {b73ea721-c36c-4db2-9b7a-17c6e1d1e63a} <Debug> TCPHandler: Processed in 0.002041814 sec.
7735 2024.12.19 22:26:57.122041 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7736 2024.12.19 22:26:57.122182 [ 278 ] {ba3728ee-e214-4597-9d7b-3e59196e924e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7737 2024.12.19 22:26:57.122245 [ 278 ] {ba3728ee-e214-4597-9d7b-3e59196e924e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7738 2024.12.19 22:26:57.122912 [ 278 ] {ba3728ee-e214-4597-9d7b-3e59196e924e} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7739 2024.12.19 22:26:57.122951 [ 278 ] {ba3728ee-e214-4597-9d7b-3e59196e924e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB.
7740 2024.12.19 22:26:57.123352 [ 278 ] {ba3728ee-e214-4597-9d7b-3e59196e924e} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
7741 2024.12.19 22:26:57.123593 [ 278 ] {ba3728ee-e214-4597-9d7b-3e59196e924e} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7742 2024.12.19 22:26:57.123839 [ 278 ] {ba3728ee-e214-4597-9d7b-3e59196e924e} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001683 sec., 140819.96434937613 rows/sec., 9.44 MiB/sec.
7743 2024.12.19 22:26:57.123903 [ 278 ] {ba3728ee-e214-4597-9d7b-3e59196e924e} <Debug> TCPHandler: Processed in 0.001930422 sec.
7744 2024.12.19 22:26:57.124147 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7745 2024.12.19 22:26:57.124342 [ 277 ] {47bbd88d-56e5-43cb-8238-2fa9fddd588d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
7746 2024.12.19 22:26:57.124400 [ 277 ] {47bbd88d-56e5-43cb-8238-2fa9fddd588d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
7747 2024.12.19 22:26:57.124905 [ 277 ] {47bbd88d-56e5-43cb-8238-2fa9fddd588d} <Trace> oximeter.measurements_f64 (f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7748 2024.12.19 22:26:57.124944 [ 277 ] {47bbd88d-56e5-43cb-8238-2fa9fddd588d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB.
7749 2024.12.19 22:26:57.125295 [ 277 ] {47bbd88d-56e5-43cb-8238-2fa9fddd588d} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
7750 2024.12.19 22:26:57.125524 [ 277 ] {47bbd88d-56e5-43cb-8238-2fa9fddd588d} <Trace> oximeter.measurements_f64 (f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7751 2024.12.19 22:26:57.125736 [ 277 ] {47bbd88d-56e5-43cb-8238-2fa9fddd588d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001425 sec., 701.7543859649122 rows/sec., 47.29 KiB/sec.
7752 2024.12.19 22:26:57.125787 [ 277 ] {47bbd88d-56e5-43cb-8238-2fa9fddd588d} <Debug> TCPHandler: Processed in 0.001789689 sec.
7753 2024.12.19 22:26:57.125932 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7754 2024.12.19 22:26:57.126105 [ 278 ] {421c4be4-86fe-4ffd-8c58-8cda189de2fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7755 2024.12.19 22:26:57.126200 [ 278 ] {421c4be4-86fe-4ffd-8c58-8cda189de2fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
7756 2024.12.19 22:26:57.127418 [ 278 ] {421c4be4-86fe-4ffd-8c58-8cda189de2fd} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7757 2024.12.19 22:26:57.127458 [ 278 ] {421c4be4-86fe-4ffd-8c58-8cda189de2fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB.
7758 2024.12.19 22:26:57.128104 [ 278 ] {421c4be4-86fe-4ffd-8c58-8cda189de2fd} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
7759 2024.12.19 22:26:57.128361 [ 278 ] {421c4be4-86fe-4ffd-8c58-8cda189de2fd} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7760 2024.12.19 22:26:57.128622 [ 278 ] {421c4be4-86fe-4ffd-8c58-8cda189de2fd} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002548 sec., 5102.040816326531 rows/sec., 9.14 MiB/sec.
7761 2024.12.19 22:26:57.128718 [ 278 ] {421c4be4-86fe-4ffd-8c58-8cda189de2fd} <Debug> TCPHandler: Processed in 0.002850002 sec.
7762 2024.12.19 22:26:57.128971 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7763 2024.12.19 22:26:57.129194 [ 277 ] {3d8a53ed-0dc1-4b17-bb9d-9e30afed5165} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7764 2024.12.19 22:26:57.129287 [ 277 ] {3d8a53ed-0dc1-4b17-bb9d-9e30afed5165} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7765 2024.12.19 22:26:57.129987 [ 277 ] {3d8a53ed-0dc1-4b17-bb9d-9e30afed5165} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7766 2024.12.19 22:26:57.130026 [ 277 ] {3d8a53ed-0dc1-4b17-bb9d-9e30afed5165} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB.
7767 2024.12.19 22:26:57.130396 [ 277 ] {3d8a53ed-0dc1-4b17-bb9d-9e30afed5165} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
7768 2024.12.19 22:26:57.130630 [ 277 ] {3d8a53ed-0dc1-4b17-bb9d-9e30afed5165} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7769 2024.12.19 22:26:57.130851 [ 277 ] {3d8a53ed-0dc1-4b17-bb9d-9e30afed5165} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00171 sec., 47953.21637426901 rows/sec., 3.05 MiB/sec.
7770 2024.12.19 22:26:57.130900 [ 277 ] {3d8a53ed-0dc1-4b17-bb9d-9e30afed5165} <Debug> TCPHandler: Processed in 0.002038924 sec.
7771 2024.12.19 22:27:02.089978 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7772 2024.12.19 22:27:02.090183 [ 277 ] {9343b2ab-eca8-4ad0-a4bc-5641abd3c25f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7773 2024.12.19 22:27:02.090254 [ 277 ] {9343b2ab-eca8-4ad0-a4bc-5641abd3c25f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7774 2024.12.19 22:27:02.091068 [ 277 ] {9343b2ab-eca8-4ad0-a4bc-5641abd3c25f} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7775 2024.12.19 22:27:02.091114 [ 277 ] {9343b2ab-eca8-4ad0-a4bc-5641abd3c25f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB.
7776 2024.12.19 22:27:02.091557 [ 277 ] {9343b2ab-eca8-4ad0-a4bc-5641abd3c25f} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
7777 2024.12.19 22:27:02.091815 [ 277 ] {9343b2ab-eca8-4ad0-a4bc-5641abd3c25f} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7778 2024.12.19 22:27:02.092078 [ 277 ] {9343b2ab-eca8-4ad0-a4bc-5641abd3c25f} <Debug> executeQuery: Read 110 rows, 9.44 KiB in 0.001946 sec., 56526.207605344294 rows/sec., 4.74 MiB/sec.
7779 2024.12.19 22:27:02.092134 [ 277 ] {9343b2ab-eca8-4ad0-a4bc-5641abd3c25f} <Debug> TCPHandler: Processed in 0.002281569 sec.
7780 2024.12.19 22:27:02.092403 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7781 2024.12.19 22:27:02.092623 [ 278 ] {e9161f4f-6e22-4f8f-afca-a65af3f378f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7782 2024.12.19 22:27:02.092708 [ 278 ] {e9161f4f-6e22-4f8f-afca-a65af3f378f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7783 2024.12.19 22:27:02.093477 [ 278 ] {e9161f4f-6e22-4f8f-afca-a65af3f378f4} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7784 2024.12.19 22:27:02.093534 [ 278 ] {e9161f4f-6e22-4f8f-afca-a65af3f378f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB.
7785 2024.12.19 22:27:02.093977 [ 278 ] {e9161f4f-6e22-4f8f-afca-a65af3f378f4} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
7786 2024.12.19 22:27:02.094238 [ 278 ] {e9161f4f-6e22-4f8f-afca-a65af3f378f4} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7787 2024.12.19 22:27:02.094524 [ 278 ] {e9161f4f-6e22-4f8f-afca-a65af3f378f4} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.001948 sec., 13860.369609856261 rows/sec., 1.02 MiB/sec.
7788 2024.12.19 22:27:02.094734 [ 278 ] {e9161f4f-6e22-4f8f-afca-a65af3f378f4} <Debug> TCPHandler: Processed in 0.002473194 sec.
7789 2024.12.19 22:27:02.094984 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7790 2024.12.19 22:27:02.095122 [ 277 ] {65a29056-1dd6-4d63-9e10-56c45d441616} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7791 2024.12.19 22:27:02.095178 [ 277 ] {65a29056-1dd6-4d63-9e10-56c45d441616} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7792 2024.12.19 22:27:02.095889 [ 277 ] {65a29056-1dd6-4d63-9e10-56c45d441616} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7793 2024.12.19 22:27:02.095929 [ 277 ] {65a29056-1dd6-4d63-9e10-56c45d441616} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB.
7794 2024.12.19 22:27:02.096301 [ 277 ] {65a29056-1dd6-4d63-9e10-56c45d441616} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
7795 2024.12.19 22:27:02.096535 [ 277 ] {65a29056-1dd6-4d63-9e10-56c45d441616} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7796 2024.12.19 22:27:02.096766 [ 277 ] {65a29056-1dd6-4d63-9e10-56c45d441616} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001675 sec., 54328.35820895522 rows/sec., 4.24 MiB/sec.
7797 2024.12.19 22:27:02.096828 [ 277 ] {65a29056-1dd6-4d63-9e10-56c45d441616} <Debug> TCPHandler: Processed in 0.001974673 sec.
7798 2024.12.19 22:27:02.097020 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7799 2024.12.19 22:27:02.097188 [ 278 ] {ce8c1104-5b97-489a-80e2-095fe7f6e646} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7800 2024.12.19 22:27:02.097246 [ 278 ] {ce8c1104-5b97-489a-80e2-095fe7f6e646} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7801 2024.12.19 22:27:02.097839 [ 278 ] {ce8c1104-5b97-489a-80e2-095fe7f6e646} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7802 2024.12.19 22:27:02.097881 [ 278 ] {ce8c1104-5b97-489a-80e2-095fe7f6e646} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB.
7803 2024.12.19 22:27:02.098284 [ 278 ] {ce8c1104-5b97-489a-80e2-095fe7f6e646} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
7804 2024.12.19 22:27:02.098526 [ 278 ] {ce8c1104-5b97-489a-80e2-095fe7f6e646} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7805 2024.12.19 22:27:02.098773 [ 278 ] {ce8c1104-5b97-489a-80e2-095fe7f6e646} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001605 sec., 99688.47352024922 rows/sec., 6.94 MiB/sec.
7806 2024.12.19 22:27:02.098838 [ 278 ] {ce8c1104-5b97-489a-80e2-095fe7f6e646} <Debug> TCPHandler: Processed in 0.001922922 sec.
7807 2024.12.19 22:27:02.099111 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7808 2024.12.19 22:27:02.099257 [ 277 ] {b44f997b-5229-4007-9089-2df0c412521e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7809 2024.12.19 22:27:02.099351 [ 277 ] {b44f997b-5229-4007-9089-2df0c412521e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
7810 2024.12.19 22:27:02.100563 [ 277 ] {b44f997b-5229-4007-9089-2df0c412521e} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7811 2024.12.19 22:27:02.100603 [ 277 ] {b44f997b-5229-4007-9089-2df0c412521e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB.
7812 2024.12.19 22:27:02.101258 [ 277 ] {b44f997b-5229-4007-9089-2df0c412521e} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
7813 2024.12.19 22:27:02.101515 [ 277 ] {b44f997b-5229-4007-9089-2df0c412521e} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7814 2024.12.19 22:27:02.101738 [ 85 ] {} <Debug> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
7815 2024.12.19 22:27:02.101804 [ 277 ] {b44f997b-5229-4007-9089-2df0c412521e} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002571 sec., 10501.750291715287 rows/sec., 18.82 MiB/sec.
7816 2024.12.19 22:27:02.101862 [ 85 ] {} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7817 2024.12.19 22:27:02.101945 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB.
7818 2024.12.19 22:27:02.102135 [ 277 ] {b44f997b-5229-4007-9089-2df0c412521e} <Debug> TCPHandler: Processed in 0.003183339 sec.
7819 2024.12.19 22:27:02.102462 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7820 2024.12.19 22:27:02.102509 [ 200 ] {cbc455e9-47de-4677-931e-ce7496b93cef::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
7821 2024.12.19 22:27:02.102960 [ 278 ] {58f855f1-4fd6-4eb9-8dd7-90104fd0c1ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7822 2024.12.19 22:27:02.103186 [ 278 ] {58f855f1-4fd6-4eb9-8dd7-90104fd0c1ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7823 2024.12.19 22:27:02.104229 [ 200 ] {cbc455e9-47de-4677-931e-ce7496b93cef::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7824 2024.12.19 22:27:02.104403 [ 200 ] {cbc455e9-47de-4677-931e-ce7496b93cef::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 740 rows starting from the beginning of the part
7825 2024.12.19 22:27:02.105113 [ 200 ] {cbc455e9-47de-4677-931e-ce7496b93cef::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
7826 2024.12.19 22:27:02.105436 [ 278 ] {58f855f1-4fd6-4eb9-8dd7-90104fd0c1ae} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7827 2024.12.19 22:27:02.105561 [ 278 ] {58f855f1-4fd6-4eb9-8dd7-90104fd0c1ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB.
7828 2024.12.19 22:27:02.105810 [ 200 ] {cbc455e9-47de-4677-931e-ce7496b93cef::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 13 rows starting from the beginning of the part
7829 2024.12.19 22:27:02.106399 [ 200 ] {cbc455e9-47de-4677-931e-ce7496b93cef::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
7830 2024.12.19 22:27:02.106992 [ 200 ] {cbc455e9-47de-4677-931e-ce7496b93cef::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 13 rows starting from the beginning of the part
7831 2024.12.19 22:27:02.107049 [ 278 ] {58f855f1-4fd6-4eb9-8dd7-90104fd0c1ae} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
7832 2024.12.19 22:27:02.107458 [ 200 ] {cbc455e9-47de-4677-931e-ce7496b93cef::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
7833 2024.12.19 22:27:02.107877 [ 278 ] {58f855f1-4fd6-4eb9-8dd7-90104fd0c1ae} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7834 2024.12.19 22:27:02.108477 [ 278 ] {58f855f1-4fd6-4eb9-8dd7-90104fd0c1ae} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005654 sec., 10611.956137247966 rows/sec., 732.34 KiB/sec.
7835 2024.12.19 22:27:02.108648 [ 278 ] {58f855f1-4fd6-4eb9-8dd7-90104fd0c1ae} <Debug> TCPHandler: Processed in 0.006374139 sec.
7836 2024.12.19 22:27:02.116720 [ 190 ] {cbc455e9-47de-4677-931e-ce7496b93cef::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 847 rows, containing 19 columns (19 merged, 0 gathered) in 0.014616948 sec., 57946.4331404887 rows/sec., 103.84 MiB/sec.
7837 2024.12.19 22:27:02.118227 [ 197 ] {cbc455e9-47de-4677-931e-ce7496b93cef::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
7838 2024.12.19 22:27:02.118734 [ 197 ] {cbc455e9-47de-4677-931e-ce7496b93cef::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7839 2024.12.19 22:27:02.118833 [ 197 ] {cbc455e9-47de-4677-931e-ce7496b93cef::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
7840 2024.12.19 22:27:02.119006 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.68 MiB.
7841 2024.12.19 22:27:03.000255 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 213.28 MiB, peak 223.11 MiB, free memory in arenas 0.00 B, will set to 214.68 MiB (RSS), difference: 1.40 MiB
7842 2024.12.19 22:27:03.179319 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 17019
7843 2024.12.19 22:27:03.180006 [ 244 ] {} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7844 2024.12.19 22:27:03.180054 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB.
7845 2024.12.19 22:27:03.180586 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
7846 2024.12.19 22:27:03.180831 [ 244 ] {} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7847 2024.12.19 22:27:03.181092 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17019
7848 2024.12.19 22:27:04.335162 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 279
7849 2024.12.19 22:27:04.354848 [ 243 ] {} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7850 2024.12.19 22:27:04.354912 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB.
7851 2024.12.19 22:27:04.362897 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
7852 2024.12.19 22:27:04.363691 [ 243 ] {} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7853 2024.12.19 22:27:04.366275 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 279
7854 2024.12.19 22:27:05.751504 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1114
7855 2024.12.19 22:27:05.754659 [ 242 ] {} <Trace> system.query_log (70720294-7ac9-485f-8b0b-2131ff2acf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7856 2024.12.19 22:27:05.754720 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB.
7857 2024.12.19 22:27:05.756226 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
7858 2024.12.19 22:27:05.756542 [ 242 ] {} <Trace> system.query_log (70720294-7ac9-485f-8b0b-2131ff2acf2b): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7859 2024.12.19 22:27:05.757733 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1114
7860 2024.12.19 22:27:07.094783 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7861 2024.12.19 22:27:07.095000 [ 277 ] {01f2f9de-50ec-4522-a056-9790cffca58f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
7862 2024.12.19 22:27:07.095080 [ 277 ] {01f2f9de-50ec-4522-a056-9790cffca58f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
7863 2024.12.19 22:27:07.095916 [ 277 ] {01f2f9de-50ec-4522-a056-9790cffca58f} <Trace> oximeter.fields_i16 (8b34b429-6d62-480d-bd41-33dce3ff3ffb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7864 2024.12.19 22:27:07.095972 [ 277 ] {01f2f9de-50ec-4522-a056-9790cffca58f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB.
7865 2024.12.19 22:27:07.096397 [ 277 ] {01f2f9de-50ec-4522-a056-9790cffca58f} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
7866 2024.12.19 22:27:07.096653 [ 277 ] {01f2f9de-50ec-4522-a056-9790cffca58f} <Trace> oximeter.fields_i16 (8b34b429-6d62-480d-bd41-33dce3ff3ffb): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7867 2024.12.19 22:27:07.096914 [ 277 ] {01f2f9de-50ec-4522-a056-9790cffca58f} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001966 sec., 7121.057985757884 rows/sec., 512.62 KiB/sec.
7868 2024.12.19 22:27:07.097020 [ 277 ] {01f2f9de-50ec-4522-a056-9790cffca58f} <Debug> TCPHandler: Processed in 0.002366902 sec.
7869 2024.12.19 22:27:07.097316 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7870 2024.12.19 22:27:07.097530 [ 278 ] {5d32ef8b-978b-45cb-8002-077456906056} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7871 2024.12.19 22:27:07.097609 [ 278 ] {5d32ef8b-978b-45cb-8002-077456906056} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7872 2024.12.19 22:27:07.098467 [ 278 ] {5d32ef8b-978b-45cb-8002-077456906056} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7873 2024.12.19 22:27:07.098507 [ 278 ] {5d32ef8b-978b-45cb-8002-077456906056} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB.
7874 2024.12.19 22:27:07.098958 [ 278 ] {5d32ef8b-978b-45cb-8002-077456906056} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
7875 2024.12.19 22:27:07.099206 [ 278 ] {5d32ef8b-978b-45cb-8002-077456906056} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7876 2024.12.19 22:27:07.099360 [ 78 ] {} <Debug> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
7877 2024.12.19 22:27:07.099415 [ 278 ] {5d32ef8b-978b-45cb-8002-077456906056} <Debug> executeQuery: Read 229 rows, 20.51 KiB in 0.001941 sec., 117980.42246264812 rows/sec., 10.32 MiB/sec.
7878 2024.12.19 22:27:07.099415 [ 78 ] {} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7879 2024.12.19 22:27:07.099467 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB.
7880 2024.12.19 22:27:07.099494 [ 278 ] {5d32ef8b-978b-45cb-8002-077456906056} <Debug> TCPHandler: Processed in 0.002348971 sec.
7881 2024.12.19 22:27:07.099782 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7882 2024.12.19 22:27:07.099866 [ 187 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::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
7883 2024.12.19 22:27:07.100314 [ 277 ] {3ee30523-f3ff-427a-bf30-f49a11342a58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7884 2024.12.19 22:27:07.100419 [ 187 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7885 2024.12.19 22:27:07.100558 [ 187 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1432 rows starting from the beginning of the part
7886 2024.12.19 22:27:07.100658 [ 277 ] {3ee30523-f3ff-427a-bf30-f49a11342a58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7887 2024.12.19 22:27:07.100909 [ 187 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 56 rows starting from the beginning of the part
7888 2024.12.19 22:27:07.101210 [ 187 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::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
7889 2024.12.19 22:27:07.101555 [ 187 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 229 rows starting from the beginning of the part
7890 2024.12.19 22:27:07.101867 [ 187 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 110 rows starting from the beginning of the part
7891 2024.12.19 22:27:07.102270 [ 187 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 229 rows starting from the beginning of the part
7892 2024.12.19 22:27:07.103800 [ 277 ] {3ee30523-f3ff-427a-bf30-f49a11342a58} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7893 2024.12.19 22:27:07.103872 [ 277 ] {3ee30523-f3ff-427a-bf30-f49a11342a58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB.
7894 2024.12.19 22:27:07.104956 [ 277 ] {3ee30523-f3ff-427a-bf30-f49a11342a58} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
7895 2024.12.19 22:27:07.105387 [ 277 ] {3ee30523-f3ff-427a-bf30-f49a11342a58} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7896 2024.12.19 22:27:07.105934 [ 277 ] {3ee30523-f3ff-427a-bf30-f49a11342a58} <Debug> executeQuery: Read 20 rows, 1.43 KiB in 0.005847 sec., 3420.5575508807938 rows/sec., 245.18 KiB/sec.
7897 2024.12.19 22:27:07.106030 [ 187 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2166 rows, containing 5 columns (5 merged, 0 gathered) in 0.00642216 sec., 337269.7036511081 rows/sec., 29.66 MiB/sec.
7898 2024.12.19 22:27:07.106077 [ 277 ] {3ee30523-f3ff-427a-bf30-f49a11342a58} <Debug> TCPHandler: Processed in 0.006473821 sec.
7899 2024.12.19 22:27:07.106256 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7900 2024.12.19 22:27:07.106312 [ 187 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
7901 2024.12.19 22:27:07.106494 [ 278 ] {4a5933ab-b53b-4152-9e7a-0c272a8b4fdd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
7902 2024.12.19 22:27:07.106584 [ 278 ] {4a5933ab-b53b-4152-9e7a-0c272a8b4fdd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
7903 2024.12.19 22:27:07.106835 [ 187 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_61_12} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7904 2024.12.19 22:27:07.107076 [ 187 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_61_12} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
7905 2024.12.19 22:27:07.107280 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB.
7906 2024.12.19 22:27:07.107636 [ 278 ] {4a5933ab-b53b-4152-9e7a-0c272a8b4fdd} <Trace> oximeter.fields_u32 (96604386-977a-478c-b894-f09eb465191c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7907 2024.12.19 22:27:07.107679 [ 278 ] {4a5933ab-b53b-4152-9e7a-0c272a8b4fdd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB.
7908 2024.12.19 22:27:07.108037 [ 278 ] {4a5933ab-b53b-4152-9e7a-0c272a8b4fdd} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
7909 2024.12.19 22:27:07.108281 [ 278 ] {4a5933ab-b53b-4152-9e7a-0c272a8b4fdd} <Trace> oximeter.fields_u32 (96604386-977a-478c-b894-f09eb465191c): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7910 2024.12.19 22:27:07.108476 [ 278 ] {4a5933ab-b53b-4152-9e7a-0c272a8b4fdd} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002035 sec., 6879.60687960688 rows/sec., 481.80 KiB/sec.
7911 2024.12.19 22:27:07.108609 [ 278 ] {4a5933ab-b53b-4152-9e7a-0c272a8b4fdd} <Debug> TCPHandler: Processed in 0.002426762 sec.
7912 2024.12.19 22:27:07.108759 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7913 2024.12.19 22:27:07.108897 [ 277 ] {8f34d80b-213c-47d9-88c6-96cbfc80402a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
7914 2024.12.19 22:27:07.108959 [ 277 ] {8f34d80b-213c-47d9-88c6-96cbfc80402a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
7915 2024.12.19 22:27:07.109774 [ 277 ] {8f34d80b-213c-47d9-88c6-96cbfc80402a} <Trace> oximeter.fields_u8 (74ab6f56-b776-4e15-89eb-af2ec1acc724): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7916 2024.12.19 22:27:07.109832 [ 277 ] {8f34d80b-213c-47d9-88c6-96cbfc80402a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB.
7917 2024.12.19 22:27:07.110223 [ 277 ] {8f34d80b-213c-47d9-88c6-96cbfc80402a} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
7918 2024.12.19 22:27:07.110451 [ 277 ] {8f34d80b-213c-47d9-88c6-96cbfc80402a} <Trace> oximeter.fields_u8 (74ab6f56-b776-4e15-89eb-af2ec1acc724): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7919 2024.12.19 22:27:07.110663 [ 277 ] {8f34d80b-213c-47d9-88c6-96cbfc80402a} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001797 sec., 7234.279354479689 rows/sec., 451.06 KiB/sec.
7920 2024.12.19 22:27:07.110717 [ 277 ] {8f34d80b-213c-47d9-88c6-96cbfc80402a} <Debug> TCPHandler: Processed in 0.002025074 sec.
7921 2024.12.19 22:27:07.110853 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7922 2024.12.19 22:27:07.110969 [ 278 ] {a4da4d47-da7d-41b5-b771-45fb1f454eae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7923 2024.12.19 22:27:07.111028 [ 278 ] {a4da4d47-da7d-41b5-b771-45fb1f454eae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7924 2024.12.19 22:27:07.111914 [ 278 ] {a4da4d47-da7d-41b5-b771-45fb1f454eae} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7925 2024.12.19 22:27:07.111957 [ 278 ] {a4da4d47-da7d-41b5-b771-45fb1f454eae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB.
7926 2024.12.19 22:27:07.112330 [ 278 ] {a4da4d47-da7d-41b5-b771-45fb1f454eae} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
7927 2024.12.19 22:27:07.112578 [ 278 ] {a4da4d47-da7d-41b5-b771-45fb1f454eae} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7928 2024.12.19 22:27:07.112711 [ 78 ] {} <Debug> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
7929 2024.12.19 22:27:07.112755 [ 78 ] {} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7930 2024.12.19 22:27:07.112765 [ 278 ] {a4da4d47-da7d-41b5-b771-45fb1f454eae} <Debug> executeQuery: Read 395 rows, 28.72 KiB in 0.001815 sec., 217630.85399449035 rows/sec., 15.45 MiB/sec.
7931 2024.12.19 22:27:07.112784 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB.
7932 2024.12.19 22:27:07.112854 [ 278 ] {a4da4d47-da7d-41b5-b771-45fb1f454eae} <Debug> TCPHandler: Processed in 0.002054335 sec.
7933 2024.12.19 22:27:07.112922 [ 201 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::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
7934 2024.12.19 22:27:07.113047 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7935 2024.12.19 22:27:07.113088 [ 201 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7936 2024.12.19 22:27:07.113133 [ 201 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 914 rows starting from the beginning of the part
7937 2024.12.19 22:27:07.113367 [ 277 ] {ca2b2e60-96a4-4ac2-a986-77dd0a62ca98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
7938 2024.12.19 22:27:07.113431 [ 201 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 64 rows starting from the beginning of the part
7939 2024.12.19 22:27:07.113697 [ 277 ] {ca2b2e60-96a4-4ac2-a986-77dd0a62ca98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
7940 2024.12.19 22:27:07.113863 [ 201 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::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
7941 2024.12.19 22:27:07.114274 [ 201 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 395 rows starting from the beginning of the part
7942 2024.12.19 22:27:07.114669 [ 201 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 91 rows starting from the beginning of the part
7943 2024.12.19 22:27:07.115047 [ 201 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 395 rows starting from the beginning of the part
7944 2024.12.19 22:27:07.116071 [ 277 ] {ca2b2e60-96a4-4ac2-a986-77dd0a62ca98} <Trace> oximeter.measurements_bool (164ca455-e956-4308-a817-eda615c184e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7945 2024.12.19 22:27:07.116144 [ 277 ] {ca2b2e60-96a4-4ac2-a986-77dd0a62ca98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB.
7946 2024.12.19 22:27:07.117078 [ 277 ] {ca2b2e60-96a4-4ac2-a986-77dd0a62ca98} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
7947 2024.12.19 22:27:07.117492 [ 277 ] {ca2b2e60-96a4-4ac2-a986-77dd0a62ca98} <Trace> oximeter.measurements_bool (164ca455-e956-4308-a817-eda615c184e9): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7948 2024.12.19 22:27:07.117968 [ 277 ] {ca2b2e60-96a4-4ac2-a986-77dd0a62ca98} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004738 sec., 1266.357112705783 rows/sec., 66.16 KiB/sec.
7949 2024.12.19 22:27:07.118290 [ 277 ] {ca2b2e60-96a4-4ac2-a986-77dd0a62ca98} <Debug> TCPHandler: Processed in 0.005324566 sec.
7950 2024.12.19 22:27:07.118330 [ 201 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1950 rows, containing 5 columns (5 merged, 0 gathered) in 0.005471849 sec., 356369.4831491147 rows/sec., 27.27 MiB/sec.
7951 2024.12.19 22:27:07.118496 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7952 2024.12.19 22:27:07.118504 [ 201 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
7953 2024.12.19 22:27:07.118642 [ 278 ] {251f91ff-2c28-417a-bd10-bec1d3c67e7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7954 2024.12.19 22:27:07.118721 [ 278 ] {251f91ff-2c28-417a-bd10-bec1d3c67e7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7955 2024.12.19 22:27:07.118837 [ 201 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_61_12} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7956 2024.12.19 22:27:07.118961 [ 201 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_61_12} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
7957 2024.12.19 22:27:07.119056 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB.
7958 2024.12.19 22:27:07.119454 [ 278 ] {251f91ff-2c28-417a-bd10-bec1d3c67e7c} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7959 2024.12.19 22:27:07.119491 [ 278 ] {251f91ff-2c28-417a-bd10-bec1d3c67e7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB.
7960 2024.12.19 22:27:07.119873 [ 278 ] {251f91ff-2c28-417a-bd10-bec1d3c67e7c} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
7961 2024.12.19 22:27:07.120111 [ 278 ] {251f91ff-2c28-417a-bd10-bec1d3c67e7c} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7962 2024.12.19 22:27:07.120240 [ 78 ] {} <Debug> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
7963 2024.12.19 22:27:07.120280 [ 78 ] {} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7964 2024.12.19 22:27:07.120292 [ 278 ] {251f91ff-2c28-417a-bd10-bec1d3c67e7c} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001685 sec., 140652.8189910979 rows/sec., 9.43 MiB/sec.
7965 2024.12.19 22:27:07.120306 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB.
7966 2024.12.19 22:27:07.120431 [ 278 ] {251f91ff-2c28-417a-bd10-bec1d3c67e7c} <Debug> TCPHandler: Processed in 0.001997773 sec.
7967 2024.12.19 22:27:07.120560 [ 199 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::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
7968 2024.12.19 22:27:07.120633 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7969 2024.12.19 22:27:07.120705 [ 199 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7970 2024.12.19 22:27:07.120751 [ 199 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_56_11, total 17841 rows starting from the beginning of the part
7971 2024.12.19 22:27:07.120787 [ 277 ] {490a316d-ee13-47f0-8fb9-48a81e9ae959} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
7972 2024.12.19 22:27:07.120963 [ 277 ] {490a316d-ee13-47f0-8fb9-48a81e9ae959} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
7973 2024.12.19 22:27:07.120968 [ 199 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 128 rows starting from the beginning of the part
7974 2024.12.19 22:27:07.121367 [ 199 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::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
7975 2024.12.19 22:27:07.121782 [ 199 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 237 rows starting from the beginning of the part
7976 2024.12.19 22:27:07.122129 [ 199 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 160 rows starting from the beginning of the part
7977 2024.12.19 22:27:07.122450 [ 199 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 237 rows starting from the beginning of the part
7978 2024.12.19 22:27:07.123277 [ 277 ] {490a316d-ee13-47f0-8fb9-48a81e9ae959} <Trace> oximeter.measurements_f64 (f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7979 2024.12.19 22:27:07.123322 [ 277 ] {490a316d-ee13-47f0-8fb9-48a81e9ae959} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB.
7980 2024.12.19 22:27:07.123761 [ 277 ] {490a316d-ee13-47f0-8fb9-48a81e9ae959} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
7981 2024.12.19 22:27:07.124011 [ 277 ] {490a316d-ee13-47f0-8fb9-48a81e9ae959} <Trace> oximeter.measurements_f64 (f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7982 2024.12.19 22:27:07.124373 [ 277 ] {490a316d-ee13-47f0-8fb9-48a81e9ae959} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003625 sec., 275.8620689655172 rows/sec., 18.59 KiB/sec.
7983 2024.12.19 22:27:07.124436 [ 277 ] {490a316d-ee13-47f0-8fb9-48a81e9ae959} <Debug> TCPHandler: Processed in 0.003892705 sec.
7984 2024.12.19 22:27:07.124606 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7985 2024.12.19 22:27:07.124882 [ 278 ] {580752f8-4d3e-4da7-83cd-6c413419c3e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7986 2024.12.19 22:27:07.125126 [ 278 ] {580752f8-4d3e-4da7-83cd-6c413419c3e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
7987 2024.12.19 22:27:07.127186 [ 278 ] {580752f8-4d3e-4da7-83cd-6c413419c3e8} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7988 2024.12.19 22:27:07.127224 [ 278 ] {580752f8-4d3e-4da7-83cd-6c413419c3e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB.
7989 2024.12.19 22:27:07.128147 [ 278 ] {580752f8-4d3e-4da7-83cd-6c413419c3e8} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
7990 2024.12.19 22:27:07.128543 [ 278 ] {580752f8-4d3e-4da7-83cd-6c413419c3e8} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7991 2024.12.19 22:27:07.128855 [ 278 ] {580752f8-4d3e-4da7-83cd-6c413419c3e8} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.004071 sec., 3193.3185949398185 rows/sec., 5.72 MiB/sec.
7992 2024.12.19 22:27:07.129347 [ 278 ] {580752f8-4d3e-4da7-83cd-6c413419c3e8} <Debug> TCPHandler: Processed in 0.004819865 sec.
7993 2024.12.19 22:27:07.129648 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7994 2024.12.19 22:27:07.129729 [ 199 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18763 rows, containing 5 columns (5 merged, 0 gathered) in 0.009317393 sec., 2013760.7161144754 rows/sec., 135.95 MiB/sec.
7995 2024.12.19 22:27:07.129825 [ 277 ] {bbe7a5a2-844b-438d-8dc1-f090a01884e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7996 2024.12.19 22:27:07.129887 [ 277 ] {bbe7a5a2-844b-438d-8dc1-f090a01884e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7997 2024.12.19 22:27:07.129964 [ 199 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
7998 2024.12.19 22:27:07.130374 [ 199 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7999 2024.12.19 22:27:07.130496 [ 199 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
8000 2024.12.19 22:27:07.130565 [ 277 ] {bbe7a5a2-844b-438d-8dc1-f090a01884e4} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8001 2024.12.19 22:27:07.130595 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.20 MiB.
8002 2024.12.19 22:27:07.130611 [ 277 ] {bbe7a5a2-844b-438d-8dc1-f090a01884e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB.
8003 2024.12.19 22:27:07.130970 [ 277 ] {bbe7a5a2-844b-438d-8dc1-f090a01884e4} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
8004 2024.12.19 22:27:07.131198 [ 277 ] {bbe7a5a2-844b-438d-8dc1-f090a01884e4} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8005 2024.12.19 22:27:07.131367 [ 78 ] {} <Debug> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
8006 2024.12.19 22:27:07.131422 [ 78 ] {} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8007 2024.12.19 22:27:07.131444 [ 277 ] {bbe7a5a2-844b-438d-8dc1-f090a01884e4} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00164 sec., 50000 rows/sec., 3.18 MiB/sec.
8008 2024.12.19 22:27:07.131463 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB.
8009 2024.12.19 22:27:07.131603 [ 277 ] {bbe7a5a2-844b-438d-8dc1-f090a01884e4} <Debug> TCPHandler: Processed in 0.002101916 sec.
8010 2024.12.19 22:27:07.131738 [ 196 ] {a2784562-0832-4e33-8769-44c7df75eec1::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
8011 2024.12.19 22:27:07.131885 [ 196 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8012 2024.12.19 22:27:07.131924 [ 196 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 3408 rows starting from the beginning of the part
8013 2024.12.19 22:27:07.131994 [ 196 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 48 rows starting from the beginning of the part
8014 2024.12.19 22:27:07.132181 [ 196 ] {a2784562-0832-4e33-8769-44c7df75eec1::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
8015 2024.12.19 22:27:07.132322 [ 196 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 82 rows starting from the beginning of the part
8016 2024.12.19 22:27:07.132420 [ 196 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 60 rows starting from the beginning of the part
8017 2024.12.19 22:27:07.132515 [ 196 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 82 rows starting from the beginning of the part
8018 2024.12.19 22:27:07.134118 [ 188 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3740 rows, containing 4 columns (4 merged, 0 gathered) in 0.002517164 sec., 1485799.0977147296 rows/sec., 96.85 MiB/sec.
8019 2024.12.19 22:27:07.134542 [ 198 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
8020 2024.12.19 22:27:07.134901 [ 198 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_61_12} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8021 2024.12.19 22:27:07.134998 [ 198 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_61_12} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
8022 2024.12.19 22:27:07.135083 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB.
8023 2024.12.19 22:27:10.527751 [ 70 ] {} <Debug> DNSResolver: Updating DNS cache
8024 2024.12.19 22:27:10.527813 [ 70 ] {} <Debug> DNSResolver: Updated DNS cache
8025 2024.12.19 22:27:10.682192 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 17446
8026 2024.12.19 22:27:10.682861 [ 244 ] {} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8027 2024.12.19 22:27:10.682914 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB.
8028 2024.12.19 22:27:10.683451 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
8029 2024.12.19 22:27:10.683710 [ 244 ] {} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8030 2024.12.19 22:27:10.683995 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17446
8031 2024.12.19 22:27:11.867300 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 287
8032 2024.12.19 22:27:11.886903 [ 243 ] {} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8033 2024.12.19 22:27:11.886954 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB.
8034 2024.12.19 22:27:11.894510 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
8035 2024.12.19 22:27:11.895252 [ 243 ] {} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8036 2024.12.19 22:27:11.897838 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 287
8037 2024.12.19 22:27:12.089949 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8038 2024.12.19 22:27:12.090107 [ 277 ] {933dc363-da94-407e-9cd2-deb98a6d56e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8039 2024.12.19 22:27:12.090176 [ 277 ] {933dc363-da94-407e-9cd2-deb98a6d56e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8040 2024.12.19 22:27:12.091005 [ 277 ] {933dc363-da94-407e-9cd2-deb98a6d56e3} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8041 2024.12.19 22:27:12.091054 [ 277 ] {933dc363-da94-407e-9cd2-deb98a6d56e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB.
8042 2024.12.19 22:27:12.091437 [ 277 ] {933dc363-da94-407e-9cd2-deb98a6d56e3} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
8043 2024.12.19 22:27:12.091671 [ 277 ] {933dc363-da94-407e-9cd2-deb98a6d56e3} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8044 2024.12.19 22:27:12.091895 [ 277 ] {933dc363-da94-407e-9cd2-deb98a6d56e3} <Debug> executeQuery: Read 110 rows, 9.44 KiB in 0.001832 sec., 60043.66812227074 rows/sec., 5.03 MiB/sec.
8045 2024.12.19 22:27:12.091948 [ 277 ] {933dc363-da94-407e-9cd2-deb98a6d56e3} <Debug> TCPHandler: Processed in 0.002112846 sec.
8046 2024.12.19 22:27:12.092220 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8047 2024.12.19 22:27:12.092421 [ 278 ] {5795aaff-89ef-44d4-a88f-e1fc89bb39a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8048 2024.12.19 22:27:12.092495 [ 278 ] {5795aaff-89ef-44d4-a88f-e1fc89bb39a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8049 2024.12.19 22:27:12.093260 [ 278 ] {5795aaff-89ef-44d4-a88f-e1fc89bb39a2} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8050 2024.12.19 22:27:12.093314 [ 278 ] {5795aaff-89ef-44d4-a88f-e1fc89bb39a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB.
8051 2024.12.19 22:27:12.093761 [ 278 ] {5795aaff-89ef-44d4-a88f-e1fc89bb39a2} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
8052 2024.12.19 22:27:12.094034 [ 278 ] {5795aaff-89ef-44d4-a88f-e1fc89bb39a2} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8053 2024.12.19 22:27:12.094277 [ 278 ] {5795aaff-89ef-44d4-a88f-e1fc89bb39a2} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.001912 sec., 14121.338912133891 rows/sec., 1.04 MiB/sec.
8054 2024.12.19 22:27:12.094335 [ 278 ] {5795aaff-89ef-44d4-a88f-e1fc89bb39a2} <Debug> TCPHandler: Processed in 0.002249259 sec.
8055 2024.12.19 22:27:12.094488 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8056 2024.12.19 22:27:12.094605 [ 277 ] {1d028aab-179a-4e2c-b455-284e8bca2bfa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8057 2024.12.19 22:27:12.094654 [ 277 ] {1d028aab-179a-4e2c-b455-284e8bca2bfa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8058 2024.12.19 22:27:12.095265 [ 277 ] {1d028aab-179a-4e2c-b455-284e8bca2bfa} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8059 2024.12.19 22:27:12.095306 [ 277 ] {1d028aab-179a-4e2c-b455-284e8bca2bfa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB.
8060 2024.12.19 22:27:12.095673 [ 277 ] {1d028aab-179a-4e2c-b455-284e8bca2bfa} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
8061 2024.12.19 22:27:12.095911 [ 277 ] {1d028aab-179a-4e2c-b455-284e8bca2bfa} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8062 2024.12.19 22:27:12.096154 [ 277 ] {1d028aab-179a-4e2c-b455-284e8bca2bfa} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001569 sec., 57998.7253027406 rows/sec., 4.53 MiB/sec.
8063 2024.12.19 22:27:12.096233 [ 277 ] {1d028aab-179a-4e2c-b455-284e8bca2bfa} <Debug> TCPHandler: Processed in 0.001802809 sec.
8064 2024.12.19 22:27:12.096458 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8065 2024.12.19 22:27:12.096609 [ 278 ] {551bd82e-6937-4b81-bd1d-20e9069ee9b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8066 2024.12.19 22:27:12.096673 [ 278 ] {551bd82e-6937-4b81-bd1d-20e9069ee9b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8067 2024.12.19 22:27:12.097333 [ 278 ] {551bd82e-6937-4b81-bd1d-20e9069ee9b9} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8068 2024.12.19 22:27:12.097373 [ 278 ] {551bd82e-6937-4b81-bd1d-20e9069ee9b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB.
8069 2024.12.19 22:27:12.097792 [ 278 ] {551bd82e-6937-4b81-bd1d-20e9069ee9b9} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
8070 2024.12.19 22:27:12.098039 [ 278 ] {551bd82e-6937-4b81-bd1d-20e9069ee9b9} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8071 2024.12.19 22:27:12.098258 [ 278 ] {551bd82e-6937-4b81-bd1d-20e9069ee9b9} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001681 sec., 95181.43961927424 rows/sec., 6.63 MiB/sec.
8072 2024.12.19 22:27:12.098313 [ 278 ] {551bd82e-6937-4b81-bd1d-20e9069ee9b9} <Debug> TCPHandler: Processed in 0.001952723 sec.
8073 2024.12.19 22:27:12.098456 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8074 2024.12.19 22:27:12.098579 [ 277 ] {3a175f5f-9d12-4b38-a2d7-1fd29ab79c81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
8075 2024.12.19 22:27:12.098658 [ 277 ] {3a175f5f-9d12-4b38-a2d7-1fd29ab79c81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
8076 2024.12.19 22:27:12.099719 [ 277 ] {3a175f5f-9d12-4b38-a2d7-1fd29ab79c81} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8077 2024.12.19 22:27:12.099758 [ 277 ] {3a175f5f-9d12-4b38-a2d7-1fd29ab79c81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB.
8078 2024.12.19 22:27:12.100362 [ 277 ] {3a175f5f-9d12-4b38-a2d7-1fd29ab79c81} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
8079 2024.12.19 22:27:12.100610 [ 277 ] {3a175f5f-9d12-4b38-a2d7-1fd29ab79c81} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8080 2024.12.19 22:27:12.100867 [ 277 ] {3a175f5f-9d12-4b38-a2d7-1fd29ab79c81} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002311 sec., 11683.254002596279 rows/sec., 20.94 MiB/sec.
8081 2024.12.19 22:27:12.101142 [ 277 ] {3a175f5f-9d12-4b38-a2d7-1fd29ab79c81} <Debug> TCPHandler: Processed in 0.002739919 sec.
8082 2024.12.19 22:27:12.101345 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8083 2024.12.19 22:27:12.101484 [ 278 ] {a2d66750-1f4d-4b08-8c6f-007ae33b4291} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8084 2024.12.19 22:27:12.101547 [ 278 ] {a2d66750-1f4d-4b08-8c6f-007ae33b4291} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8085 2024.12.19 22:27:12.102136 [ 278 ] {a2d66750-1f4d-4b08-8c6f-007ae33b4291} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8086 2024.12.19 22:27:12.102177 [ 278 ] {a2d66750-1f4d-4b08-8c6f-007ae33b4291} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB.
8087 2024.12.19 22:27:12.102557 [ 278 ] {a2d66750-1f4d-4b08-8c6f-007ae33b4291} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
8088 2024.12.19 22:27:12.102794 [ 278 ] {a2d66750-1f4d-4b08-8c6f-007ae33b4291} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8089 2024.12.19 22:27:12.103018 [ 278 ] {a2d66750-1f4d-4b08-8c6f-007ae33b4291} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001565 sec., 38338.65814696486 rows/sec., 2.58 MiB/sec.
8090 2024.12.19 22:27:12.103071 [ 278 ] {a2d66750-1f4d-4b08-8c6f-007ae33b4291} <Debug> TCPHandler: Processed in 0.00181924 sec.
8091 2024.12.19 22:27:12.752777 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8092 2024.12.19 22:27:12.752969 [ 277 ] {ac408c4e-2912-4cdb-b721-251da354a48f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
8093 2024.12.19 22:27:12.753046 [ 277 ] {ac408c4e-2912-4cdb-b721-251da354a48f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
8094 2024.12.19 22:27:12.753791 [ 277 ] {ac408c4e-2912-4cdb-b721-251da354a48f} <Trace> oximeter.fields_i16 (8b34b429-6d62-480d-bd41-33dce3ff3ffb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8095 2024.12.19 22:27:12.753843 [ 277 ] {ac408c4e-2912-4cdb-b721-251da354a48f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB.
8096 2024.12.19 22:27:12.754274 [ 277 ] {ac408c4e-2912-4cdb-b721-251da354a48f} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
8097 2024.12.19 22:27:12.754525 [ 277 ] {ac408c4e-2912-4cdb-b721-251da354a48f} <Trace> oximeter.fields_i16 (8b34b429-6d62-480d-bd41-33dce3ff3ffb): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8098 2024.12.19 22:27:12.754776 [ 277 ] {ac408c4e-2912-4cdb-b721-251da354a48f} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001859 sec., 7530.930607853685 rows/sec., 542.13 KiB/sec.
8099 2024.12.19 22:27:12.754836 [ 277 ] {ac408c4e-2912-4cdb-b721-251da354a48f} <Debug> TCPHandler: Processed in 0.002191197 sec.
8100 2024.12.19 22:27:12.755092 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8101 2024.12.19 22:27:12.755309 [ 278 ] {cb19faf3-59e9-414d-aea3-7d26d8ce0323} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8102 2024.12.19 22:27:12.755390 [ 278 ] {cb19faf3-59e9-414d-aea3-7d26d8ce0323} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8103 2024.12.19 22:27:12.756940 [ 278 ] {cb19faf3-59e9-414d-aea3-7d26d8ce0323} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8104 2024.12.19 22:27:12.756991 [ 278 ] {cb19faf3-59e9-414d-aea3-7d26d8ce0323} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB.
8105 2024.12.19 22:27:12.757494 [ 278 ] {cb19faf3-59e9-414d-aea3-7d26d8ce0323} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
8106 2024.12.19 22:27:12.757760 [ 278 ] {cb19faf3-59e9-414d-aea3-7d26d8ce0323} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8107 2024.12.19 22:27:12.758001 [ 278 ] {cb19faf3-59e9-414d-aea3-7d26d8ce0323} <Debug> executeQuery: Read 1369 rows, 116.63 KiB in 0.002753 sec., 497275.69923719583 rows/sec., 41.37 MiB/sec.
8108 2024.12.19 22:27:12.758058 [ 278 ] {cb19faf3-59e9-414d-aea3-7d26d8ce0323} <Debug> TCPHandler: Processed in 0.003109148 sec.
8109 2024.12.19 22:27:12.758228 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8110 2024.12.19 22:27:12.758367 [ 277 ] {1aec5d7d-246b-40eb-8172-1152f9ccbd69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8111 2024.12.19 22:27:12.758424 [ 277 ] {1aec5d7d-246b-40eb-8172-1152f9ccbd69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8112 2024.12.19 22:27:12.759142 [ 277 ] {1aec5d7d-246b-40eb-8172-1152f9ccbd69} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8113 2024.12.19 22:27:12.759182 [ 277 ] {1aec5d7d-246b-40eb-8172-1152f9ccbd69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB.
8114 2024.12.19 22:27:12.759542 [ 277 ] {1aec5d7d-246b-40eb-8172-1152f9ccbd69} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
8115 2024.12.19 22:27:12.759786 [ 277 ] {1aec5d7d-246b-40eb-8172-1152f9ccbd69} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8116 2024.12.19 22:27:12.759998 [ 277 ] {1aec5d7d-246b-40eb-8172-1152f9ccbd69} <Debug> executeQuery: Read 20 rows, 1.43 KiB in 0.001662 sec., 12033.694344163658 rows/sec., 862.57 KiB/sec.
8117 2024.12.19 22:27:12.760050 [ 277 ] {1aec5d7d-246b-40eb-8172-1152f9ccbd69} <Debug> TCPHandler: Processed in 0.001889361 sec.
8118 2024.12.19 22:27:12.760210 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8119 2024.12.19 22:27:12.760351 [ 278 ] {01cd658f-181d-4591-93b3-02a6a0254892} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
8120 2024.12.19 22:27:12.760408 [ 278 ] {01cd658f-181d-4591-93b3-02a6a0254892} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
8121 2024.12.19 22:27:12.761177 [ 278 ] {01cd658f-181d-4591-93b3-02a6a0254892} <Trace> oximeter.fields_u32 (96604386-977a-478c-b894-f09eb465191c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8122 2024.12.19 22:27:12.761217 [ 278 ] {01cd658f-181d-4591-93b3-02a6a0254892} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB.
8123 2024.12.19 22:27:12.761575 [ 278 ] {01cd658f-181d-4591-93b3-02a6a0254892} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
8124 2024.12.19 22:27:12.761808 [ 278 ] {01cd658f-181d-4591-93b3-02a6a0254892} <Trace> oximeter.fields_u32 (96604386-977a-478c-b894-f09eb465191c): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8125 2024.12.19 22:27:12.762057 [ 278 ] {01cd658f-181d-4591-93b3-02a6a0254892} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001733 sec., 139642.23889209464 rows/sec., 9.46 MiB/sec.
8126 2024.12.19 22:27:12.762232 [ 278 ] {01cd658f-181d-4591-93b3-02a6a0254892} <Debug> TCPHandler: Processed in 0.002083815 sec.
8127 2024.12.19 22:27:12.762443 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8128 2024.12.19 22:27:12.762586 [ 277 ] {c8327501-c3e1-4129-a059-4c2b635dffcc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
8129 2024.12.19 22:27:12.762643 [ 277 ] {c8327501-c3e1-4129-a059-4c2b635dffcc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
8130 2024.12.19 22:27:12.763303 [ 277 ] {c8327501-c3e1-4129-a059-4c2b635dffcc} <Trace> oximeter.fields_u8 (74ab6f56-b776-4e15-89eb-af2ec1acc724): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8131 2024.12.19 22:27:12.763342 [ 277 ] {c8327501-c3e1-4129-a059-4c2b635dffcc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB.
8132 2024.12.19 22:27:12.763718 [ 277 ] {c8327501-c3e1-4129-a059-4c2b635dffcc} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
8133 2024.12.19 22:27:12.763957 [ 277 ] {c8327501-c3e1-4129-a059-4c2b635dffcc} <Trace> oximeter.fields_u8 (74ab6f56-b776-4e15-89eb-af2ec1acc724): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8134 2024.12.19 22:27:12.764173 [ 277 ] {c8327501-c3e1-4129-a059-4c2b635dffcc} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001615 sec., 8049.5356037151705 rows/sec., 501.89 KiB/sec.
8135 2024.12.19 22:27:12.764226 [ 277 ] {c8327501-c3e1-4129-a059-4c2b635dffcc} <Debug> TCPHandler: Processed in 0.001884701 sec.
8136 2024.12.19 22:27:12.764381 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8137 2024.12.19 22:27:12.764518 [ 278 ] {7aaab98a-aad2-4924-bcaa-472bb24182cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8138 2024.12.19 22:27:12.764575 [ 278 ] {7aaab98a-aad2-4924-bcaa-472bb24182cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8139 2024.12.19 22:27:12.765517 [ 278 ] {7aaab98a-aad2-4924-bcaa-472bb24182cb} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8140 2024.12.19 22:27:12.765557 [ 278 ] {7aaab98a-aad2-4924-bcaa-472bb24182cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB.
8141 2024.12.19 22:27:12.765951 [ 278 ] {7aaab98a-aad2-4924-bcaa-472bb24182cb} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
8142 2024.12.19 22:27:12.766188 [ 278 ] {7aaab98a-aad2-4924-bcaa-472bb24182cb} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8143 2024.12.19 22:27:12.766399 [ 278 ] {7aaab98a-aad2-4924-bcaa-472bb24182cb} <Debug> executeQuery: Read 851 rows, 63.01 KiB in 0.001911 sec., 445316.58817373106 rows/sec., 32.20 MiB/sec.
8144 2024.12.19 22:27:12.766452 [ 278 ] {7aaab98a-aad2-4924-bcaa-472bb24182cb} <Debug> TCPHandler: Processed in 0.002139637 sec.
8145 2024.12.19 22:27:12.766607 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8146 2024.12.19 22:27:12.766745 [ 277 ] {a5222f5d-be28-44a0-a954-5f0b6a883861} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
8147 2024.12.19 22:27:12.766805 [ 277 ] {a5222f5d-be28-44a0-a954-5f0b6a883861} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
8148 2024.12.19 22:27:12.767346 [ 277 ] {a5222f5d-be28-44a0-a954-5f0b6a883861} <Trace> oximeter.measurements_bool (164ca455-e956-4308-a817-eda615c184e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8149 2024.12.19 22:27:12.767386 [ 277 ] {a5222f5d-be28-44a0-a954-5f0b6a883861} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB.
8150 2024.12.19 22:27:12.767757 [ 277 ] {a5222f5d-be28-44a0-a954-5f0b6a883861} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
8151 2024.12.19 22:27:12.768005 [ 277 ] {a5222f5d-be28-44a0-a954-5f0b6a883861} <Trace> oximeter.measurements_bool (164ca455-e956-4308-a817-eda615c184e9): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8152 2024.12.19 22:27:12.768226 [ 277 ] {a5222f5d-be28-44a0-a954-5f0b6a883861} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00151 sec., 3973.5099337748343 rows/sec., 207.60 KiB/sec.
8153 2024.12.19 22:27:12.768279 [ 277 ] {a5222f5d-be28-44a0-a954-5f0b6a883861} <Debug> TCPHandler: Processed in 0.001740778 sec.
8154 2024.12.19 22:27:12.768411 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8155 2024.12.19 22:27:12.768530 [ 278 ] {d18f5fbe-d946-4f17-86a7-206aaabcfeb0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8156 2024.12.19 22:27:12.768583 [ 278 ] {d18f5fbe-d946-4f17-86a7-206aaabcfeb0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8157 2024.12.19 22:27:12.769350 [ 278 ] {d18f5fbe-d946-4f17-86a7-206aaabcfeb0} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8158 2024.12.19 22:27:12.769389 [ 278 ] {d18f5fbe-d946-4f17-86a7-206aaabcfeb0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB.
8159 2024.12.19 22:27:12.769818 [ 278 ] {d18f5fbe-d946-4f17-86a7-206aaabcfeb0} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
8160 2024.12.19 22:27:12.770054 [ 278 ] {d18f5fbe-d946-4f17-86a7-206aaabcfeb0} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8161 2024.12.19 22:27:12.770253 [ 278 ] {d18f5fbe-d946-4f17-86a7-206aaabcfeb0} <Debug> executeQuery: Read 955 rows, 64.97 KiB in 0.001747 sec., 546651.4024041214 rows/sec., 36.32 MiB/sec.
8162 2024.12.19 22:27:12.770305 [ 278 ] {d18f5fbe-d946-4f17-86a7-206aaabcfeb0} <Debug> TCPHandler: Processed in 0.001947903 sec.
8163 2024.12.19 22:27:12.770453 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8164 2024.12.19 22:27:12.770593 [ 277 ] {bc091787-df1e-479b-b43c-7567f7fbb7d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
8165 2024.12.19 22:27:12.770654 [ 277 ] {bc091787-df1e-479b-b43c-7567f7fbb7d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
8166 2024.12.19 22:27:12.771194 [ 277 ] {bc091787-df1e-479b-b43c-7567f7fbb7d4} <Trace> oximeter.measurements_f64 (f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8167 2024.12.19 22:27:12.771232 [ 277 ] {bc091787-df1e-479b-b43c-7567f7fbb7d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB.
8168 2024.12.19 22:27:12.771586 [ 277 ] {bc091787-df1e-479b-b43c-7567f7fbb7d4} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
8169 2024.12.19 22:27:12.771822 [ 277 ] {bc091787-df1e-479b-b43c-7567f7fbb7d4} <Trace> oximeter.measurements_f64 (f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8170 2024.12.19 22:27:12.772014 [ 277 ] {bc091787-df1e-479b-b43c-7567f7fbb7d4} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00145 sec., 689.6551724137931 rows/sec., 46.47 KiB/sec.
8171 2024.12.19 22:27:12.772081 [ 277 ] {bc091787-df1e-479b-b43c-7567f7fbb7d4} <Debug> TCPHandler: Processed in 0.001694786 sec.
8172 2024.12.19 22:27:12.772329 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8173 2024.12.19 22:27:12.772513 [ 278 ] {910bf8ab-e9be-445c-9c3c-5d8728a9b20f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
8174 2024.12.19 22:27:12.772609 [ 278 ] {910bf8ab-e9be-445c-9c3c-5d8728a9b20f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
8175 2024.12.19 22:27:12.773818 [ 278 ] {910bf8ab-e9be-445c-9c3c-5d8728a9b20f} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8176 2024.12.19 22:27:12.773857 [ 278 ] {910bf8ab-e9be-445c-9c3c-5d8728a9b20f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB.
8177 2024.12.19 22:27:12.774465 [ 278 ] {910bf8ab-e9be-445c-9c3c-5d8728a9b20f} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
8178 2024.12.19 22:27:12.774713 [ 278 ] {910bf8ab-e9be-445c-9c3c-5d8728a9b20f} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8179 2024.12.19 22:27:12.774951 [ 278 ] {910bf8ab-e9be-445c-9c3c-5d8728a9b20f} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.00247 sec., 5263.1578947368425 rows/sec., 9.43 MiB/sec.
8180 2024.12.19 22:27:12.775044 [ 278 ] {910bf8ab-e9be-445c-9c3c-5d8728a9b20f} <Debug> TCPHandler: Processed in 0.002856752 sec.
8181 2024.12.19 22:27:12.775208 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8182 2024.12.19 22:27:12.775345 [ 277 ] {8d2031e3-9457-4c36-add2-cf67b91dc27c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8183 2024.12.19 22:27:12.775404 [ 277 ] {8d2031e3-9457-4c36-add2-cf67b91dc27c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8184 2024.12.19 22:27:12.775988 [ 277 ] {8d2031e3-9457-4c36-add2-cf67b91dc27c} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8185 2024.12.19 22:27:12.776032 [ 277 ] {8d2031e3-9457-4c36-add2-cf67b91dc27c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB.
8186 2024.12.19 22:27:12.776415 [ 277 ] {8d2031e3-9457-4c36-add2-cf67b91dc27c} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
8187 2024.12.19 22:27:12.776652 [ 277 ] {8d2031e3-9457-4c36-add2-cf67b91dc27c} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8188 2024.12.19 22:27:12.776828 [ 277 ] {8d2031e3-9457-4c36-add2-cf67b91dc27c} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001514 sec., 22457.067371202116 rows/sec., 1.30 MiB/sec.
8189 2024.12.19 22:27:12.776877 [ 277 ] {8d2031e3-9457-4c36-add2-cf67b91dc27c} <Debug> TCPHandler: Processed in 0.001736958 sec.
8190 2024.12.19 22:27:13.000164 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 217.63 MiB, peak 223.11 MiB, free memory in arenas 0.00 B, will set to 216.41 MiB (RSS), difference: -1.22 MiB
8191 2024.12.19 22:27:15.758890 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 56 entries to flush up to offset 1170
8192 2024.12.19 22:27:15.762385 [ 242 ] {} <Trace> system.query_log (70720294-7ac9-485f-8b0b-2131ff2acf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8193 2024.12.19 22:27:15.762433 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB.
8194 2024.12.19 22:27:15.763914 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
8195 2024.12.19 22:27:15.764221 [ 242 ] {} <Trace> system.query_log (70720294-7ac9-485f-8b0b-2131ff2acf2b): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8196 2024.12.19 22:27:15.764997 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1170
8197 2024.12.19 22:27:17.087710 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8198 2024.12.19 22:27:17.087900 [ 277 ] {ba8f94a6-9ecb-438e-8f83-52a0064dfbda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8199 2024.12.19 22:27:17.087972 [ 277 ] {ba8f94a6-9ecb-438e-8f83-52a0064dfbda} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8200 2024.12.19 22:27:17.088733 [ 277 ] {ba8f94a6-9ecb-438e-8f83-52a0064dfbda} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8201 2024.12.19 22:27:17.088778 [ 277 ] {ba8f94a6-9ecb-438e-8f83-52a0064dfbda} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB.
8202 2024.12.19 22:27:17.089219 [ 277 ] {ba8f94a6-9ecb-438e-8f83-52a0064dfbda} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
8203 2024.12.19 22:27:17.089484 [ 277 ] {ba8f94a6-9ecb-438e-8f83-52a0064dfbda} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8204 2024.12.19 22:27:17.089723 [ 277 ] {ba8f94a6-9ecb-438e-8f83-52a0064dfbda} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001875 sec., 29866.666666666668 rows/sec., 2.28 MiB/sec.
8205 2024.12.19 22:27:17.089778 [ 277 ] {ba8f94a6-9ecb-438e-8f83-52a0064dfbda} <Debug> TCPHandler: Processed in 0.002199538 sec.
8206 2024.12.19 22:27:17.090020 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8207 2024.12.19 22:27:17.090229 [ 278 ] {caa7eb7b-7967-4085-aa78-4dd468e4f5d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8208 2024.12.19 22:27:17.090301 [ 278 ] {caa7eb7b-7967-4085-aa78-4dd468e4f5d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8209 2024.12.19 22:27:17.091091 [ 278 ] {caa7eb7b-7967-4085-aa78-4dd468e4f5d2} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8210 2024.12.19 22:27:17.091130 [ 278 ] {caa7eb7b-7967-4085-aa78-4dd468e4f5d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB.
8211 2024.12.19 22:27:17.091582 [ 278 ] {caa7eb7b-7967-4085-aa78-4dd468e4f5d2} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
8212 2024.12.19 22:27:17.091841 [ 278 ] {caa7eb7b-7967-4085-aa78-4dd468e4f5d2} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8213 2024.12.19 22:27:17.092043 [ 278 ] {caa7eb7b-7967-4085-aa78-4dd468e4f5d2} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00187 sec., 34224.59893048128 rows/sec., 2.67 MiB/sec.
8214 2024.12.19 22:27:17.092098 [ 278 ] {caa7eb7b-7967-4085-aa78-4dd468e4f5d2} <Debug> TCPHandler: Processed in 0.002211408 sec.
8215 2024.12.19 22:27:17.092299 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8216 2024.12.19 22:27:17.092526 [ 277 ] {a0e9be86-7f7f-456a-85f5-bf82ff3d560c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8217 2024.12.19 22:27:17.092625 [ 277 ] {a0e9be86-7f7f-456a-85f5-bf82ff3d560c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8218 2024.12.19 22:27:17.093501 [ 277 ] {a0e9be86-7f7f-456a-85f5-bf82ff3d560c} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8219 2024.12.19 22:27:17.093541 [ 277 ] {a0e9be86-7f7f-456a-85f5-bf82ff3d560c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB.
8220 2024.12.19 22:27:17.093940 [ 277 ] {a0e9be86-7f7f-456a-85f5-bf82ff3d560c} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
8221 2024.12.19 22:27:17.094194 [ 277 ] {a0e9be86-7f7f-456a-85f5-bf82ff3d560c} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8222 2024.12.19 22:27:17.094409 [ 277 ] {a0e9be86-7f7f-456a-85f5-bf82ff3d560c} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001939 sec., 66013.40897369778 rows/sec., 4.60 MiB/sec.
8223 2024.12.19 22:27:17.094461 [ 277 ] {a0e9be86-7f7f-456a-85f5-bf82ff3d560c} <Debug> TCPHandler: Processed in 0.00227224 sec.
8224 2024.12.19 22:27:17.094647 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8225 2024.12.19 22:27:17.094790 [ 278 ] {90b7e72a-7a45-4d7b-ab11-6199299dae3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8226 2024.12.19 22:27:17.094853 [ 278 ] {90b7e72a-7a45-4d7b-ab11-6199299dae3d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8227 2024.12.19 22:27:17.095405 [ 278 ] {90b7e72a-7a45-4d7b-ab11-6199299dae3d} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8228 2024.12.19 22:27:17.095444 [ 278 ] {90b7e72a-7a45-4d7b-ab11-6199299dae3d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB.
8229 2024.12.19 22:27:17.095826 [ 278 ] {90b7e72a-7a45-4d7b-ab11-6199299dae3d} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
8230 2024.12.19 22:27:17.096068 [ 278 ] {90b7e72a-7a45-4d7b-ab11-6199299dae3d} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8231 2024.12.19 22:27:17.096270 [ 278 ] {90b7e72a-7a45-4d7b-ab11-6199299dae3d} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001511 sec., 31767.041694242223 rows/sec., 2.14 MiB/sec.
8232 2024.12.19 22:27:17.096345 [ 278 ] {90b7e72a-7a45-4d7b-ab11-6199299dae3d} <Debug> TCPHandler: Processed in 0.001766278 sec.
8233 2024.12.19 22:27:18.185129 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 17934
8234 2024.12.19 22:27:18.185861 [ 244 ] {} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8235 2024.12.19 22:27:18.185903 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB.
8236 2024.12.19 22:27:18.186440 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
8237 2024.12.19 22:27:18.186705 [ 244 ] {} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8238 2024.12.19 22:27:18.186934 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17934
8239 2024.12.19 22:27:19.398875 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 294
8240 2024.12.19 22:27:19.419506 [ 243 ] {} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8241 2024.12.19 22:27:19.419551 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB.
8242 2024.12.19 22:27:19.427112 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
8243 2024.12.19 22:27:19.427869 [ 243 ] {} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8244 2024.12.19 22:27:19.430883 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 294
8245 2024.12.19 22:27:22.090827 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8246 2024.12.19 22:27:22.091129 [ 277 ] {c52361b0-2d08-4cae-a822-f4b94412944d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8247 2024.12.19 22:27:22.091248 [ 277 ] {c52361b0-2d08-4cae-a822-f4b94412944d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8248 2024.12.19 22:27:22.092104 [ 277 ] {c52361b0-2d08-4cae-a822-f4b94412944d} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8249 2024.12.19 22:27:22.092150 [ 277 ] {c52361b0-2d08-4cae-a822-f4b94412944d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB.
8250 2024.12.19 22:27:22.092606 [ 277 ] {c52361b0-2d08-4cae-a822-f4b94412944d} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
8251 2024.12.19 22:27:22.092860 [ 277 ] {c52361b0-2d08-4cae-a822-f4b94412944d} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8252 2024.12.19 22:27:22.093125 [ 277 ] {c52361b0-2d08-4cae-a822-f4b94412944d} <Debug> executeQuery: Read 110 rows, 9.44 KiB in 0.002081 sec., 52859.20230658338 rows/sec., 4.43 MiB/sec.
8253 2024.12.19 22:27:22.093183 [ 277 ] {c52361b0-2d08-4cae-a822-f4b94412944d} <Debug> TCPHandler: Processed in 0.002544615 sec.
8254 2024.12.19 22:27:22.093425 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8255 2024.12.19 22:27:22.093619 [ 278 ] {56c2acaa-09ae-489c-8e96-4cece7cb34fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8256 2024.12.19 22:27:22.093690 [ 278 ] {56c2acaa-09ae-489c-8e96-4cece7cb34fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8257 2024.12.19 22:27:22.094432 [ 278 ] {56c2acaa-09ae-489c-8e96-4cece7cb34fc} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8258 2024.12.19 22:27:22.094473 [ 278 ] {56c2acaa-09ae-489c-8e96-4cece7cb34fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB.
8259 2024.12.19 22:27:22.094914 [ 278 ] {56c2acaa-09ae-489c-8e96-4cece7cb34fc} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
8260 2024.12.19 22:27:22.095170 [ 278 ] {56c2acaa-09ae-489c-8e96-4cece7cb34fc} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8261 2024.12.19 22:27:22.095331 [ 55 ] {} <Debug> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df) (MergerMutator): Selected 6 parts from all_1_45_9 to all_50_50_0
8262 2024.12.19 22:27:22.095376 [ 278 ] {56c2acaa-09ae-489c-8e96-4cece7cb34fc} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.001811 sec., 14908.890115958035 rows/sec., 1.09 MiB/sec.
8263 2024.12.19 22:27:22.095381 [ 55 ] {} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8264 2024.12.19 22:27:22.095430 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB.
8265 2024.12.19 22:27:22.095456 [ 278 ] {56c2acaa-09ae-489c-8e96-4cece7cb34fc} <Debug> TCPHandler: Processed in 0.002164268 sec.
8266 2024.12.19 22:27:22.095693 [ 192 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_50_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_45_9 to all_50_50_0 into Compact with storage Full
8267 2024.12.19 22:27:22.095721 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8268 2024.12.19 22:27:22.095994 [ 192 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_50_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8269 2024.12.19 22:27:22.096086 [ 192 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_45_9, total 65 rows starting from the beginning of the part
8270 2024.12.19 22:27:22.096105 [ 277 ] {a6a3c229-956b-4d96-97b4-95cbb7fe94c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8271 2024.12.19 22:27:22.096294 [ 192 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 27 rows starting from the beginning of the part
8272 2024.12.19 22:27:22.096369 [ 277 ] {a6a3c229-956b-4d96-97b4-95cbb7fe94c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8273 2024.12.19 22:27:22.096705 [ 192 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 20 rows starting from the beginning of the part
8274 2024.12.19 22:27:22.097063 [ 192 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 27 rows starting from the beginning of the part
8275 2024.12.19 22:27:22.097329 [ 192 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 20 rows starting from the beginning of the part
8276 2024.12.19 22:27:22.097641 [ 192 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 27 rows starting from the beginning of the part
8277 2024.12.19 22:27:22.099360 [ 277 ] {a6a3c229-956b-4d96-97b4-95cbb7fe94c8} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8278 2024.12.19 22:27:22.099434 [ 277 ] {a6a3c229-956b-4d96-97b4-95cbb7fe94c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB.
8279 2024.12.19 22:27:22.100565 [ 277 ] {a6a3c229-956b-4d96-97b4-95cbb7fe94c8} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
8280 2024.12.19 22:27:22.100628 [ 198 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_50_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 186 rows, containing 5 columns (5 merged, 0 gathered) in 0.005087471 sec., 36560.40496348775 rows/sec., 2.77 MiB/sec.
8281 2024.12.19 22:27:22.100849 [ 198 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_50_10} <Trace> MergedBlockOutputStream: filled checksums all_1_50_10 (state Temporary)
8282 2024.12.19 22:27:22.101046 [ 277 ] {a6a3c229-956b-4d96-97b4-95cbb7fe94c8} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8283 2024.12.19 22:27:22.101472 [ 277 ] {a6a3c229-956b-4d96-97b4-95cbb7fe94c8} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.005468 sec., 16642.28237015362 rows/sec., 1.30 MiB/sec.
8284 2024.12.19 22:27:22.101600 [ 188 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_50_10} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Renaming temporary part tmp_merge_all_1_50_10 to all_1_50_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8285 2024.12.19 22:27:22.101630 [ 277 ] {a6a3c229-956b-4d96-97b4-95cbb7fe94c8} <Debug> TCPHandler: Processed in 0.006078832 sec.
8286 2024.12.19 22:27:22.101804 [ 188 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_50_10} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df) (MergerMutator): Merged 6 parts: [all_1_45_9, all_50_50_0] -> all_1_50_10
8287 2024.12.19 22:27:22.101847 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8288 2024.12.19 22:27:22.101956 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
8289 2024.12.19 22:27:22.102070 [ 278 ] {dbdf0b02-2e94-4182-96ff-dcee812e0be8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8290 2024.12.19 22:27:22.102140 [ 278 ] {dbdf0b02-2e94-4182-96ff-dcee812e0be8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8291 2024.12.19 22:27:22.102758 [ 278 ] {dbdf0b02-2e94-4182-96ff-dcee812e0be8} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8292 2024.12.19 22:27:22.102797 [ 278 ] {dbdf0b02-2e94-4182-96ff-dcee812e0be8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB.
8293 2024.12.19 22:27:22.103206 [ 278 ] {dbdf0b02-2e94-4182-96ff-dcee812e0be8} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
8294 2024.12.19 22:27:22.103447 [ 278 ] {dbdf0b02-2e94-4182-96ff-dcee812e0be8} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8295 2024.12.19 22:27:22.103639 [ 278 ] {dbdf0b02-2e94-4182-96ff-dcee812e0be8} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001606 sec., 99626.40099626401 rows/sec., 6.94 MiB/sec.
8296 2024.12.19 22:27:22.103696 [ 278 ] {dbdf0b02-2e94-4182-96ff-dcee812e0be8} <Debug> TCPHandler: Processed in 0.001960073 sec.
8297 2024.12.19 22:27:22.103900 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8298 2024.12.19 22:27:22.104132 [ 277 ] {b6d91cee-effe-4298-b1c0-3e7007a5c04f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
8299 2024.12.19 22:27:22.104276 [ 277 ] {b6d91cee-effe-4298-b1c0-3e7007a5c04f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
8300 2024.12.19 22:27:22.105494 [ 277 ] {b6d91cee-effe-4298-b1c0-3e7007a5c04f} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8301 2024.12.19 22:27:22.105534 [ 277 ] {b6d91cee-effe-4298-b1c0-3e7007a5c04f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB.
8302 2024.12.19 22:27:22.106179 [ 277 ] {b6d91cee-effe-4298-b1c0-3e7007a5c04f} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
8303 2024.12.19 22:27:22.106440 [ 277 ] {b6d91cee-effe-4298-b1c0-3e7007a5c04f} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8304 2024.12.19 22:27:22.106694 [ 277 ] {b6d91cee-effe-4298-b1c0-3e7007a5c04f} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002625 sec., 10285.714285714284 rows/sec., 18.43 MiB/sec.
8305 2024.12.19 22:27:22.106789 [ 277 ] {b6d91cee-effe-4298-b1c0-3e7007a5c04f} <Debug> TCPHandler: Processed in 0.003001105 sec.
8306 2024.12.19 22:27:22.106935 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8307 2024.12.19 22:27:22.107077 [ 278 ] {b00de370-7a14-41b8-b05d-2121da734571} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8308 2024.12.19 22:27:22.107145 [ 278 ] {b00de370-7a14-41b8-b05d-2121da734571} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8309 2024.12.19 22:27:22.107676 [ 278 ] {b00de370-7a14-41b8-b05d-2121da734571} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8310 2024.12.19 22:27:22.107714 [ 278 ] {b00de370-7a14-41b8-b05d-2121da734571} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB.
8311 2024.12.19 22:27:22.108092 [ 278 ] {b00de370-7a14-41b8-b05d-2121da734571} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
8312 2024.12.19 22:27:22.108336 [ 278 ] {b00de370-7a14-41b8-b05d-2121da734571} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8313 2024.12.19 22:27:22.108557 [ 278 ] {b00de370-7a14-41b8-b05d-2121da734571} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001511 sec., 39708.80211780278 rows/sec., 2.68 MiB/sec.
8314 2024.12.19 22:27:22.108613 [ 278 ] {b00de370-7a14-41b8-b05d-2121da734571} <Debug> TCPHandler: Processed in 0.001744508 sec.
8315 2024.12.19 22:27:24.454033 [ 53 ] {} <Debug> oximeter.measurements_f64 (f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd) (MergerMutator): Selected 5 parts from all_1_23_5 to all_27_27_0
8316 2024.12.19 22:27:24.454114 [ 53 ] {} <Trace> oximeter.measurements_f64 (f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8317 2024.12.19 22:27:24.454137 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB.
8318 2024.12.19 22:27:24.454298 [ 198 ] {f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd::all_1_27_6} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_23_5 to all_27_27_0 into Compact with storage Full
8319 2024.12.19 22:27:24.454465 [ 198 ] {f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd::all_1_27_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8320 2024.12.19 22:27:24.454507 [ 198 ] {f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd::all_1_27_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_23_5, total 23 rows starting from the beginning of the part
8321 2024.12.19 22:27:24.454585 [ 198 ] {f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd::all_1_27_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 1 rows starting from the beginning of the part
8322 2024.12.19 22:27:24.454674 [ 198 ] {f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd::all_1_27_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 1 rows starting from the beginning of the part
8323 2024.12.19 22:27:24.454931 [ 198 ] {f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd::all_1_27_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 1 rows starting from the beginning of the part
8324 2024.12.19 22:27:24.455076 [ 198 ] {f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd::all_1_27_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 1 rows starting from the beginning of the part
8325 2024.12.19 22:27:24.456238 [ 188 ] {f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd::all_1_27_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 27 rows, containing 4 columns (4 merged, 0 gathered) in 0.002022715 sec., 13348.395597006993 rows/sec., 899.45 KiB/sec.
8326 2024.12.19 22:27:24.456442 [ 188 ] {f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd::all_1_27_6} <Trace> MergedBlockOutputStream: filled checksums all_1_27_6 (state Temporary)
8327 2024.12.19 22:27:24.456826 [ 188 ] {f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd::all_1_27_6} <Trace> oximeter.measurements_f64 (f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd): Renaming temporary part tmp_merge_all_1_27_6 to all_1_27_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8328 2024.12.19 22:27:24.456919 [ 188 ] {f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd::all_1_27_6} <Trace> oximeter.measurements_f64 (f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd) (MergerMutator): Merged 5 parts: [all_1_23_5, all_27_27_0] -> all_1_27_6
8329 2024.12.19 22:27:24.457026 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
8330 2024.12.19 22:27:25.528058 [ 48 ] {} <Debug> DNSResolver: Updating DNS cache
8331 2024.12.19 22:27:25.528113 [ 48 ] {} <Debug> DNSResolver: Updated DNS cache
8332 2024.12.19 22:27:25.688049 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 18361
8333 2024.12.19 22:27:25.688685 [ 244 ] {} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8334 2024.12.19 22:27:25.688731 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB.
8335 2024.12.19 22:27:25.689242 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
8336 2024.12.19 22:27:25.689508 [ 244 ] {} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8337 2024.12.19 22:27:25.689776 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18361
8338 2024.12.19 22:27:25.766246 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1190
8339 2024.12.19 22:27:25.769209 [ 242 ] {} <Trace> system.query_log (70720294-7ac9-485f-8b0b-2131ff2acf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8340 2024.12.19 22:27:25.769269 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB.
8341 2024.12.19 22:27:25.770790 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
8342 2024.12.19 22:27:25.771122 [ 242 ] {} <Trace> system.query_log (70720294-7ac9-485f-8b0b-2131ff2acf2b): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8343 2024.12.19 22:27:25.771758 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1190
8344 2024.12.19 22:27:26.931930 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 302
8345 2024.12.19 22:27:26.953733 [ 243 ] {} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8346 2024.12.19 22:27:26.953788 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB.
8347 2024.12.19 22:27:26.961174 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
8348 2024.12.19 22:27:26.961938 [ 243 ] {} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8349 2024.12.19 22:27:26.964653 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 302
8350 2024.12.19 22:27:27.094169 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8351 2024.12.19 22:27:27.094320 [ 277 ] {e4d50cfb-2583-44ef-a984-6856d0575b66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
8352 2024.12.19 22:27:27.094382 [ 277 ] {e4d50cfb-2583-44ef-a984-6856d0575b66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
8353 2024.12.19 22:27:27.095006 [ 277 ] {e4d50cfb-2583-44ef-a984-6856d0575b66} <Trace> oximeter.fields_i16 (8b34b429-6d62-480d-bd41-33dce3ff3ffb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8354 2024.12.19 22:27:27.095047 [ 277 ] {e4d50cfb-2583-44ef-a984-6856d0575b66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB.
8355 2024.12.19 22:27:27.095419 [ 277 ] {e4d50cfb-2583-44ef-a984-6856d0575b66} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
8356 2024.12.19 22:27:27.095669 [ 277 ] {e4d50cfb-2583-44ef-a984-6856d0575b66} <Trace> oximeter.fields_i16 (8b34b429-6d62-480d-bd41-33dce3ff3ffb): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8357 2024.12.19 22:27:27.095858 [ 277 ] {e4d50cfb-2583-44ef-a984-6856d0575b66} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00158 sec., 8860.759493670887 rows/sec., 637.86 KiB/sec.
8358 2024.12.19 22:27:27.095913 [ 277 ] {e4d50cfb-2583-44ef-a984-6856d0575b66} <Debug> TCPHandler: Processed in 0.001860181 sec.
8359 2024.12.19 22:27:27.096192 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8360 2024.12.19 22:27:27.096398 [ 278 ] {664ddd32-f65f-406e-a4ac-8cb45b5d4bd2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8361 2024.12.19 22:27:27.096476 [ 278 ] {664ddd32-f65f-406e-a4ac-8cb45b5d4bd2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8362 2024.12.19 22:27:27.097358 [ 278 ] {664ddd32-f65f-406e-a4ac-8cb45b5d4bd2} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8363 2024.12.19 22:27:27.097418 [ 278 ] {664ddd32-f65f-406e-a4ac-8cb45b5d4bd2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB.
8364 2024.12.19 22:27:27.097901 [ 278 ] {664ddd32-f65f-406e-a4ac-8cb45b5d4bd2} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
8365 2024.12.19 22:27:27.098167 [ 278 ] {664ddd32-f65f-406e-a4ac-8cb45b5d4bd2} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8366 2024.12.19 22:27:27.098397 [ 50 ] {} <Debug> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
8367 2024.12.19 22:27:27.098480 [ 278 ] {664ddd32-f65f-406e-a4ac-8cb45b5d4bd2} <Debug> executeQuery: Read 229 rows, 20.51 KiB in 0.002128 sec., 107612.7819548872 rows/sec., 9.41 MiB/sec.
8368 2024.12.19 22:27:27.098489 [ 50 ] {} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8369 2024.12.19 22:27:27.098589 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB.
8370 2024.12.19 22:27:27.098634 [ 278 ] {664ddd32-f65f-406e-a4ac-8cb45b5d4bd2} <Debug> TCPHandler: Processed in 0.002574376 sec.
8371 2024.12.19 22:27:27.098881 [ 186 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::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
8372 2024.12.19 22:27:27.098955 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8373 2024.12.19 22:27:27.099059 [ 186 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8374 2024.12.19 22:27:27.099113 [ 186 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1432 rows starting from the beginning of the part
8375 2024.12.19 22:27:27.099404 [ 186 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 110 rows starting from the beginning of the part
8376 2024.12.19 22:27:27.099456 [ 277 ] {dcdc9ba7-e5ca-4a55-ab8a-9da673cd5b85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8377 2024.12.19 22:27:27.099709 [ 186 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 1369 rows starting from the beginning of the part
8378 2024.12.19 22:27:27.099885 [ 277 ] {dcdc9ba7-e5ca-4a55-ab8a-9da673cd5b85} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8379 2024.12.19 22:27:27.100062 [ 186 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 56 rows starting from the beginning of the part
8380 2024.12.19 22:27:27.100394 [ 186 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::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
8381 2024.12.19 22:27:27.100700 [ 186 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 229 rows starting from the beginning of the part
8382 2024.12.19 22:27:27.102435 [ 277 ] {dcdc9ba7-e5ca-4a55-ab8a-9da673cd5b85} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8383 2024.12.19 22:27:27.102514 [ 277 ] {dcdc9ba7-e5ca-4a55-ab8a-9da673cd5b85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB.
8384 2024.12.19 22:27:27.103492 [ 277 ] {dcdc9ba7-e5ca-4a55-ab8a-9da673cd5b85} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
8385 2024.12.19 22:27:27.103785 [ 277 ] {dcdc9ba7-e5ca-4a55-ab8a-9da673cd5b85} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8386 2024.12.19 22:27:27.104134 [ 277 ] {dcdc9ba7-e5ca-4a55-ab8a-9da673cd5b85} <Debug> executeQuery: Read 20 rows, 1.43 KiB in 0.004923 sec., 4062.5634775543367 rows/sec., 291.20 KiB/sec.
8387 2024.12.19 22:27:27.104447 [ 277 ] {dcdc9ba7-e5ca-4a55-ab8a-9da673cd5b85} <Debug> TCPHandler: Processed in 0.005668754 sec.
8388 2024.12.19 22:27:27.104670 [ 186 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3306 rows, containing 5 columns (5 merged, 0 gathered) in 0.005938329 sec., 556722.26985066 rows/sec., 48.62 MiB/sec.
8389 2024.12.19 22:27:27.104709 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8390 2024.12.19 22:27:27.104892 [ 278 ] {24c7b741-8c87-4497-884b-bcb2e4f72fc5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
8391 2024.12.19 22:27:27.104983 [ 278 ] {24c7b741-8c87-4497-884b-bcb2e4f72fc5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
8392 2024.12.19 22:27:27.104992 [ 188 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
8393 2024.12.19 22:27:27.105736 [ 188 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_66_13} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8394 2024.12.19 22:27:27.105904 [ 188 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_66_13} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
8395 2024.12.19 22:27:27.106078 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB.
8396 2024.12.19 22:27:27.106251 [ 278 ] {24c7b741-8c87-4497-884b-bcb2e4f72fc5} <Trace> oximeter.fields_u32 (96604386-977a-478c-b894-f09eb465191c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8397 2024.12.19 22:27:27.106297 [ 278 ] {24c7b741-8c87-4497-884b-bcb2e4f72fc5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB.
8398 2024.12.19 22:27:27.106666 [ 278 ] {24c7b741-8c87-4497-884b-bcb2e4f72fc5} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
8399 2024.12.19 22:27:27.106906 [ 278 ] {24c7b741-8c87-4497-884b-bcb2e4f72fc5} <Trace> oximeter.fields_u32 (96604386-977a-478c-b894-f09eb465191c): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8400 2024.12.19 22:27:27.107132 [ 278 ] {24c7b741-8c87-4497-884b-bcb2e4f72fc5} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002307 sec., 6068.487212830516 rows/sec., 425.00 KiB/sec.
8401 2024.12.19 22:27:27.107192 [ 278 ] {24c7b741-8c87-4497-884b-bcb2e4f72fc5} <Debug> TCPHandler: Processed in 0.002579357 sec.
8402 2024.12.19 22:27:27.107338 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8403 2024.12.19 22:27:27.107459 [ 277 ] {a75e86d3-1ea8-4232-bdf4-0414c0db1138} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
8404 2024.12.19 22:27:27.107508 [ 277 ] {a75e86d3-1ea8-4232-bdf4-0414c0db1138} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
8405 2024.12.19 22:27:27.108088 [ 277 ] {a75e86d3-1ea8-4232-bdf4-0414c0db1138} <Trace> oximeter.fields_u8 (74ab6f56-b776-4e15-89eb-af2ec1acc724): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8406 2024.12.19 22:27:27.108127 [ 277 ] {a75e86d3-1ea8-4232-bdf4-0414c0db1138} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB.
8407 2024.12.19 22:27:27.108483 [ 277 ] {a75e86d3-1ea8-4232-bdf4-0414c0db1138} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
8408 2024.12.19 22:27:27.108717 [ 277 ] {a75e86d3-1ea8-4232-bdf4-0414c0db1138} <Trace> oximeter.fields_u8 (74ab6f56-b776-4e15-89eb-af2ec1acc724): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8409 2024.12.19 22:27:27.108894 [ 277 ] {a75e86d3-1ea8-4232-bdf4-0414c0db1138} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001461 sec., 8898.01505817933 rows/sec., 554.79 KiB/sec.
8410 2024.12.19 22:27:27.108946 [ 277 ] {a75e86d3-1ea8-4232-bdf4-0414c0db1138} <Debug> TCPHandler: Processed in 0.001667747 sec.
8411 2024.12.19 22:27:27.109088 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8412 2024.12.19 22:27:27.109208 [ 278 ] {f3c52d3d-0cfa-4aa6-8737-0eea3097d7c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8413 2024.12.19 22:27:27.109257 [ 278 ] {f3c52d3d-0cfa-4aa6-8737-0eea3097d7c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8414 2024.12.19 22:27:27.110007 [ 278 ] {f3c52d3d-0cfa-4aa6-8737-0eea3097d7c2} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8415 2024.12.19 22:27:27.110047 [ 278 ] {f3c52d3d-0cfa-4aa6-8737-0eea3097d7c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB.
8416 2024.12.19 22:27:27.110435 [ 278 ] {f3c52d3d-0cfa-4aa6-8737-0eea3097d7c2} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
8417 2024.12.19 22:27:27.110683 [ 278 ] {f3c52d3d-0cfa-4aa6-8737-0eea3097d7c2} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8418 2024.12.19 22:27:27.110866 [ 50 ] {} <Debug> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
8419 2024.12.19 22:27:27.110939 [ 50 ] {} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8420 2024.12.19 22:27:27.110948 [ 278 ] {f3c52d3d-0cfa-4aa6-8737-0eea3097d7c2} <Debug> executeQuery: Read 395 rows, 28.72 KiB in 0.001754 sec., 225199.54389965793 rows/sec., 15.99 MiB/sec.
8421 2024.12.19 22:27:27.110983 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB.
8422 2024.12.19 22:27:27.111132 [ 278 ] {f3c52d3d-0cfa-4aa6-8737-0eea3097d7c2} <Debug> TCPHandler: Processed in 0.002095605 sec.
8423 2024.12.19 22:27:27.111223 [ 195 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::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
8424 2024.12.19 22:27:27.111318 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8425 2024.12.19 22:27:27.111377 [ 195 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8426 2024.12.19 22:27:27.111420 [ 195 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 914 rows starting from the beginning of the part
8427 2024.12.19 22:27:27.111474 [ 277 ] {0aacba66-3692-4d21-ad6f-303b242d3c40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
8428 2024.12.19 22:27:27.111596 [ 277 ] {0aacba66-3692-4d21-ad6f-303b242d3c40} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
8429 2024.12.19 22:27:27.111635 [ 195 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 91 rows starting from the beginning of the part
8430 2024.12.19 22:27:27.112094 [ 195 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 851 rows starting from the beginning of the part
8431 2024.12.19 22:27:27.112432 [ 195 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 64 rows starting from the beginning of the part
8432 2024.12.19 22:27:27.112878 [ 195 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::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
8433 2024.12.19 22:27:27.113178 [ 195 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 395 rows starting from the beginning of the part
8434 2024.12.19 22:27:27.113922 [ 277 ] {0aacba66-3692-4d21-ad6f-303b242d3c40} <Trace> oximeter.measurements_bool (164ca455-e956-4308-a817-eda615c184e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8435 2024.12.19 22:27:27.113968 [ 277 ] {0aacba66-3692-4d21-ad6f-303b242d3c40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB.
8436 2024.12.19 22:27:27.114484 [ 277 ] {0aacba66-3692-4d21-ad6f-303b242d3c40} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
8437 2024.12.19 22:27:27.114798 [ 277 ] {0aacba66-3692-4d21-ad6f-303b242d3c40} <Trace> oximeter.measurements_bool (164ca455-e956-4308-a817-eda615c184e9): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8438 2024.12.19 22:27:27.115025 [ 277 ] {0aacba66-3692-4d21-ad6f-303b242d3c40} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003582 sec., 1675.041876046901 rows/sec., 87.51 KiB/sec.
8439 2024.12.19 22:27:27.115295 [ 277 ] {0aacba66-3692-4d21-ad6f-303b242d3c40} <Debug> TCPHandler: Processed in 0.004050878 sec.
8440 2024.12.19 22:27:27.115648 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8441 2024.12.19 22:27:27.115884 [ 195 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2406 rows, containing 5 columns (5 merged, 0 gathered) in 0.004781404 sec., 503199.47864685766 rows/sec., 38.58 MiB/sec.
8442 2024.12.19 22:27:27.115922 [ 278 ] {a372f37d-f8dc-4fef-9e20-fe5985bde95e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8443 2024.12.19 22:27:27.116006 [ 278 ] {a372f37d-f8dc-4fef-9e20-fe5985bde95e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8444 2024.12.19 22:27:27.116186 [ 188 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
8445 2024.12.19 22:27:27.116846 [ 188 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_66_13} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8446 2024.12.19 22:27:27.117083 [ 188 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_66_13} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
8447 2024.12.19 22:27:27.117259 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB.
8448 2024.12.19 22:27:27.117393 [ 278 ] {a372f37d-f8dc-4fef-9e20-fe5985bde95e} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8449 2024.12.19 22:27:27.117438 [ 278 ] {a372f37d-f8dc-4fef-9e20-fe5985bde95e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB.
8450 2024.12.19 22:27:27.117851 [ 278 ] {a372f37d-f8dc-4fef-9e20-fe5985bde95e} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
8451 2024.12.19 22:27:27.118094 [ 278 ] {a372f37d-f8dc-4fef-9e20-fe5985bde95e} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8452 2024.12.19 22:27:27.118248 [ 47 ] {} <Debug> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
8453 2024.12.19 22:27:27.118289 [ 278 ] {a372f37d-f8dc-4fef-9e20-fe5985bde95e} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002414 sec., 98177.29908864955 rows/sec., 6.58 MiB/sec.
8454 2024.12.19 22:27:27.118295 [ 47 ] {} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8455 2024.12.19 22:27:27.118338 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB.
8456 2024.12.19 22:27:27.118370 [ 278 ] {a372f37d-f8dc-4fef-9e20-fe5985bde95e} <Debug> TCPHandler: Processed in 0.002967365 sec.
8457 2024.12.19 22:27:27.118568 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8458 2024.12.19 22:27:27.118599 [ 191 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::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
8459 2024.12.19 22:27:27.118751 [ 277 ] {514156ea-f562-4bf2-b1f0-e36b1de3f165} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
8460 2024.12.19 22:27:27.118769 [ 191 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8461 2024.12.19 22:27:27.118819 [ 191 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_61_12, total 18763 rows starting from the beginning of the part
8462 2024.12.19 22:27:27.118829 [ 277 ] {514156ea-f562-4bf2-b1f0-e36b1de3f165} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
8463 2024.12.19 22:27:27.119147 [ 191 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::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
8464 2024.12.19 22:27:27.119558 [ 191 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 955 rows starting from the beginning of the part
8465 2024.12.19 22:27:27.119943 [ 191 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 128 rows starting from the beginning of the part
8466 2024.12.19 22:27:27.120318 [ 191 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::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
8467 2024.12.19 22:27:27.120580 [ 191 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 237 rows starting from the beginning of the part
8468 2024.12.19 22:27:27.121309 [ 277 ] {514156ea-f562-4bf2-b1f0-e36b1de3f165} <Trace> oximeter.measurements_f64 (f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8469 2024.12.19 22:27:27.121354 [ 277 ] {514156ea-f562-4bf2-b1f0-e36b1de3f165} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB.
8470 2024.12.19 22:27:27.121811 [ 277 ] {514156ea-f562-4bf2-b1f0-e36b1de3f165} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
8471 2024.12.19 22:27:27.122070 [ 277 ] {514156ea-f562-4bf2-b1f0-e36b1de3f165} <Trace> oximeter.measurements_f64 (f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8472 2024.12.19 22:27:27.122440 [ 277 ] {514156ea-f562-4bf2-b1f0-e36b1de3f165} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003739 sec., 267.4511901577962 rows/sec., 18.02 KiB/sec.
8473 2024.12.19 22:27:27.122497 [ 277 ] {514156ea-f562-4bf2-b1f0-e36b1de3f165} <Debug> TCPHandler: Processed in 0.004037138 sec.
8474 2024.12.19 22:27:27.122669 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8475 2024.12.19 22:27:27.122924 [ 278 ] {dab208a9-7547-4186-a469-f34d2a07c6fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
8476 2024.12.19 22:27:27.123170 [ 278 ] {dab208a9-7547-4186-a469-f34d2a07c6fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
8477 2024.12.19 22:27:27.125356 [ 278 ] {dab208a9-7547-4186-a469-f34d2a07c6fc} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8478 2024.12.19 22:27:27.125397 [ 278 ] {dab208a9-7547-4186-a469-f34d2a07c6fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB.
8479 2024.12.19 22:27:27.126417 [ 278 ] {dab208a9-7547-4186-a469-f34d2a07c6fc} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
8480 2024.12.19 22:27:27.126756 [ 278 ] {dab208a9-7547-4186-a469-f34d2a07c6fc} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8481 2024.12.19 22:27:27.127015 [ 47 ] {} <Debug> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
8482 2024.12.19 22:27:27.127070 [ 47 ] {} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8483 2024.12.19 22:27:27.127102 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB.
8484 2024.12.19 22:27:27.127112 [ 278 ] {dab208a9-7547-4186-a469-f34d2a07c6fc} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.004277 sec., 3039.5136778115498 rows/sec., 5.45 MiB/sec.
8485 2024.12.19 22:27:27.127645 [ 194 ] {cbc455e9-47de-4677-931e-ce7496b93cef::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
8486 2024.12.19 22:27:27.128206 [ 278 ] {dab208a9-7547-4186-a469-f34d2a07c6fc} <Debug> TCPHandler: Processed in 0.005610382 sec.
8487 2024.12.19 22:27:27.128630 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8488 2024.12.19 22:27:27.129233 [ 277 ] {a066b103-59a4-4e38-99a1-eb10072f57c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8489 2024.12.19 22:27:27.129511 [ 277 ] {a066b103-59a4-4e38-99a1-eb10072f57c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8490 2024.12.19 22:27:27.130575 [ 191 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 20403 rows, containing 5 columns (5 merged, 0 gathered) in 0.012127344 sec., 1682396.409304461 rows/sec., 113.56 MiB/sec.
8491 2024.12.19 22:27:27.130576 [ 194 ] {cbc455e9-47de-4677-931e-ce7496b93cef::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8492 2024.12.19 22:27:27.130915 [ 194 ] {cbc455e9-47de-4677-931e-ce7496b93cef::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 847 rows starting from the beginning of the part
8493 2024.12.19 22:27:27.131557 [ 191 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
8494 2024.12.19 22:27:27.131776 [ 194 ] {cbc455e9-47de-4677-931e-ce7496b93cef::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 13 rows starting from the beginning of the part
8495 2024.12.19 22:27:27.132781 [ 191 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8496 2024.12.19 22:27:27.132948 [ 277 ] {a066b103-59a4-4e38-99a1-eb10072f57c1} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8497 2024.12.19 22:27:27.133047 [ 277 ] {a066b103-59a4-4e38-99a1-eb10072f57c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB.
8498 2024.12.19 22:27:27.133066 [ 194 ] {cbc455e9-47de-4677-931e-ce7496b93cef::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
8499 2024.12.19 22:27:27.133129 [ 191 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
8500 2024.12.19 22:27:27.133428 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.29 MiB.
8501 2024.12.19 22:27:27.133994 [ 194 ] {cbc455e9-47de-4677-931e-ce7496b93cef::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 13 rows starting from the beginning of the part
8502 2024.12.19 22:27:27.134669 [ 194 ] {cbc455e9-47de-4677-931e-ce7496b93cef::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
8503 2024.12.19 22:27:27.134743 [ 277 ] {a066b103-59a4-4e38-99a1-eb10072f57c1} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
8504 2024.12.19 22:27:27.135099 [ 194 ] {cbc455e9-47de-4677-931e-ce7496b93cef::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 13 rows starting from the beginning of the part
8505 2024.12.19 22:27:27.135852 [ 277 ] {a066b103-59a4-4e38-99a1-eb10072f57c1} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8506 2024.12.19 22:27:27.136248 [ 47 ] {} <Debug> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
8507 2024.12.19 22:27:27.136348 [ 47 ] {} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8508 2024.12.19 22:27:27.136422 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB.
8509 2024.12.19 22:27:27.136527 [ 277 ] {a066b103-59a4-4e38-99a1-eb10072f57c1} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.007481 sec., 10961.101457024462 rows/sec., 712.87 KiB/sec.
8510 2024.12.19 22:27:27.137105 [ 197 ] {a2784562-0832-4e33-8769-44c7df75eec1::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
8511 2024.12.19 22:27:27.137123 [ 277 ] {a066b103-59a4-4e38-99a1-eb10072f57c1} <Debug> TCPHandler: Processed in 0.008787621 sec.
8512 2024.12.19 22:27:27.137882 [ 197 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8513 2024.12.19 22:27:27.138040 [ 197 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 3740 rows starting from the beginning of the part
8514 2024.12.19 22:27:27.138540 [ 197 ] {a2784562-0832-4e33-8769-44c7df75eec1::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
8515 2024.12.19 22:27:27.138835 [ 197 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 34 rows starting from the beginning of the part
8516 2024.12.19 22:27:27.139159 [ 197 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 48 rows starting from the beginning of the part
8517 2024.12.19 22:27:27.139351 [ 197 ] {a2784562-0832-4e33-8769-44c7df75eec1::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
8518 2024.12.19 22:27:27.139634 [ 197 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 82 rows starting from the beginning of the part
8519 2024.12.19 22:27:27.143883 [ 197 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4024 rows, containing 4 columns (4 merged, 0 gathered) in 0.007316119 sec., 550018.3908982344 rows/sec., 35.85 MiB/sec.
8520 2024.12.19 22:27:27.144422 [ 197 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
8521 2024.12.19 22:27:27.144721 [ 197 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_66_13} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8522 2024.12.19 22:27:27.145137 [ 197 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_66_13} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
8523 2024.12.19 22:27:27.145259 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.90 MiB.
8524 2024.12.19 22:27:27.147346 [ 190 ] {cbc455e9-47de-4677-931e-ce7496b93cef::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 940 rows, containing 19 columns (19 merged, 0 gathered) in 0.020165539 sec., 46614.17678942279 rows/sec., 83.53 MiB/sec.
8525 2024.12.19 22:27:27.148289 [ 201 ] {cbc455e9-47de-4677-931e-ce7496b93cef::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
8526 2024.12.19 22:27:27.148718 [ 201 ] {cbc455e9-47de-4677-931e-ce7496b93cef::all_1_51_10} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8527 2024.12.19 22:27:27.148803 [ 201 ] {cbc455e9-47de-4677-931e-ce7496b93cef::all_1_51_10} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
8528 2024.12.19 22:27:27.148918 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.15 MiB.
8529 2024.12.19 22:27:28.000168 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 217.97 MiB, peak 228.46 MiB, free memory in arenas 0.00 B, will set to 220.36 MiB (RSS), difference: 2.39 MiB
8530 2024.12.19 22:27:32.089967 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8531 2024.12.19 22:27:32.090178 [ 277 ] {ce3454bd-61f4-45dd-875e-59d13fc2f30e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
8532 2024.12.19 22:27:32.090248 [ 277 ] {ce3454bd-61f4-45dd-875e-59d13fc2f30e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
8533 2024.12.19 22:27:32.091016 [ 277 ] {ce3454bd-61f4-45dd-875e-59d13fc2f30e} <Trace> oximeter.fields_ipaddr (15c96da1-d320-4880-85e7-7388ae0c0cda): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8534 2024.12.19 22:27:32.091059 [ 277 ] {ce3454bd-61f4-45dd-875e-59d13fc2f30e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB.
8535 2024.12.19 22:27:32.091484 [ 277 ] {ce3454bd-61f4-45dd-875e-59d13fc2f30e} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
8536 2024.12.19 22:27:32.091728 [ 277 ] {ce3454bd-61f4-45dd-875e-59d13fc2f30e} <Trace> oximeter.fields_ipaddr (15c96da1-d320-4880-85e7-7388ae0c0cda): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8537 2024.12.19 22:27:32.091924 [ 277 ] {ce3454bd-61f4-45dd-875e-59d13fc2f30e} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.0018 sec., 1111.111111111111 rows/sec., 90.60 KiB/sec.
8538 2024.12.19 22:27:32.091979 [ 277 ] {ce3454bd-61f4-45dd-875e-59d13fc2f30e} <Debug> TCPHandler: Processed in 0.002140166 sec.
8539 2024.12.19 22:27:32.092240 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8540 2024.12.19 22:27:32.092438 [ 278 ] {079c5254-8faa-405a-b252-0ed4aea83f46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8541 2024.12.19 22:27:32.092511 [ 278 ] {079c5254-8faa-405a-b252-0ed4aea83f46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8542 2024.12.19 22:27:32.093317 [ 278 ] {079c5254-8faa-405a-b252-0ed4aea83f46} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8543 2024.12.19 22:27:32.093366 [ 278 ] {079c5254-8faa-405a-b252-0ed4aea83f46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB.
8544 2024.12.19 22:27:32.093813 [ 278 ] {079c5254-8faa-405a-b252-0ed4aea83f46} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
8545 2024.12.19 22:27:32.094063 [ 278 ] {079c5254-8faa-405a-b252-0ed4aea83f46} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8546 2024.12.19 22:27:32.094330 [ 278 ] {079c5254-8faa-405a-b252-0ed4aea83f46} <Debug> executeQuery: Read 111 rows, 9.51 KiB in 0.001942 sec., 57157.569515962925 rows/sec., 4.78 MiB/sec.
8547 2024.12.19 22:27:32.094439 [ 278 ] {079c5254-8faa-405a-b252-0ed4aea83f46} <Debug> TCPHandler: Processed in 0.002332041 sec.
8548 2024.12.19 22:27:32.094721 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8549 2024.12.19 22:27:32.094869 [ 277 ] {d305b5ea-4c82-4771-a04c-cc5dd4843a59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8550 2024.12.19 22:27:32.094927 [ 277 ] {d305b5ea-4c82-4771-a04c-cc5dd4843a59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8551 2024.12.19 22:27:32.095635 [ 277 ] {d305b5ea-4c82-4771-a04c-cc5dd4843a59} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8552 2024.12.19 22:27:32.095681 [ 277 ] {d305b5ea-4c82-4771-a04c-cc5dd4843a59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB.
8553 2024.12.19 22:27:32.096046 [ 277 ] {d305b5ea-4c82-4771-a04c-cc5dd4843a59} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
8554 2024.12.19 22:27:32.096278 [ 277 ] {d305b5ea-4c82-4771-a04c-cc5dd4843a59} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8555 2024.12.19 22:27:32.096492 [ 277 ] {d305b5ea-4c82-4771-a04c-cc5dd4843a59} <Debug> executeQuery: Read 29 rows, 2.17 KiB in 0.00164 sec., 17682.926829268294 rows/sec., 1.29 MiB/sec.
8556 2024.12.19 22:27:32.096556 [ 277 ] {d305b5ea-4c82-4771-a04c-cc5dd4843a59} <Debug> TCPHandler: Processed in 0.001996374 sec.
8557 2024.12.19 22:27:32.096773 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8558 2024.12.19 22:27:32.096920 [ 278 ] {7254dbb5-66ec-4b19-8369-8e664ca539ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8559 2024.12.19 22:27:32.096977 [ 278 ] {7254dbb5-66ec-4b19-8369-8e664ca539ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8560 2024.12.19 22:27:32.097720 [ 278 ] {7254dbb5-66ec-4b19-8369-8e664ca539ca} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8561 2024.12.19 22:27:32.097759 [ 278 ] {7254dbb5-66ec-4b19-8369-8e664ca539ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB.
8562 2024.12.19 22:27:32.098137 [ 278 ] {7254dbb5-66ec-4b19-8369-8e664ca539ca} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
8563 2024.12.19 22:27:32.098371 [ 278 ] {7254dbb5-66ec-4b19-8369-8e664ca539ca} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8564 2024.12.19 22:27:32.098646 [ 278 ] {7254dbb5-66ec-4b19-8369-8e664ca539ca} <Debug> executeQuery: Read 93 rows, 7.44 KiB in 0.001741 sec., 53417.57610568639 rows/sec., 4.17 MiB/sec.
8565 2024.12.19 22:27:32.098707 [ 278 ] {7254dbb5-66ec-4b19-8369-8e664ca539ca} <Debug> TCPHandler: Processed in 0.002045585 sec.
8566 2024.12.19 22:27:32.099024 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8567 2024.12.19 22:27:32.099261 [ 277 ] {721b0072-2d17-48db-b1f7-6a6ca51b838d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8568 2024.12.19 22:27:32.099360 [ 277 ] {721b0072-2d17-48db-b1f7-6a6ca51b838d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8569 2024.12.19 22:27:32.100107 [ 277 ] {721b0072-2d17-48db-b1f7-6a6ca51b838d} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8570 2024.12.19 22:27:32.100145 [ 277 ] {721b0072-2d17-48db-b1f7-6a6ca51b838d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB.
8571 2024.12.19 22:27:32.100540 [ 277 ] {721b0072-2d17-48db-b1f7-6a6ca51b838d} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
8572 2024.12.19 22:27:32.100774 [ 277 ] {721b0072-2d17-48db-b1f7-6a6ca51b838d} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8573 2024.12.19 22:27:32.100950 [ 277 ] {721b0072-2d17-48db-b1f7-6a6ca51b838d} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001743 sec., 92369.4779116466 rows/sec., 6.43 MiB/sec.
8574 2024.12.19 22:27:32.101002 [ 277 ] {721b0072-2d17-48db-b1f7-6a6ca51b838d} <Debug> TCPHandler: Processed in 0.002174918 sec.
8575 2024.12.19 22:27:32.101157 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8576 2024.12.19 22:27:32.101297 [ 278 ] {b497ab4c-8977-46a5-a747-567be6353e58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
8577 2024.12.19 22:27:32.101393 [ 278 ] {b497ab4c-8977-46a5-a747-567be6353e58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
8578 2024.12.19 22:27:32.102624 [ 278 ] {b497ab4c-8977-46a5-a747-567be6353e58} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8579 2024.12.19 22:27:32.102662 [ 278 ] {b497ab4c-8977-46a5-a747-567be6353e58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB.
8580 2024.12.19 22:27:32.103313 [ 278 ] {b497ab4c-8977-46a5-a747-567be6353e58} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
8581 2024.12.19 22:27:32.103562 [ 278 ] {b497ab4c-8977-46a5-a747-567be6353e58} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8582 2024.12.19 22:27:32.103810 [ 278 ] {b497ab4c-8977-46a5-a747-567be6353e58} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002543 sec., 10617.381046008652 rows/sec., 19.03 MiB/sec.
8583 2024.12.19 22:27:32.103900 [ 278 ] {b497ab4c-8977-46a5-a747-567be6353e58} <Debug> TCPHandler: Processed in 0.002808741 sec.
8584 2024.12.19 22:27:32.104110 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8585 2024.12.19 22:27:32.104334 [ 277 ] {73e42256-da3e-4824-b52c-1bb491b67fdf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8586 2024.12.19 22:27:32.104428 [ 277 ] {73e42256-da3e-4824-b52c-1bb491b67fdf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8587 2024.12.19 22:27:32.105063 [ 277 ] {73e42256-da3e-4824-b52c-1bb491b67fdf} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8588 2024.12.19 22:27:32.105101 [ 277 ] {73e42256-da3e-4824-b52c-1bb491b67fdf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB.
8589 2024.12.19 22:27:32.105472 [ 277 ] {73e42256-da3e-4824-b52c-1bb491b67fdf} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
8590 2024.12.19 22:27:32.105701 [ 277 ] {73e42256-da3e-4824-b52c-1bb491b67fdf} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8591 2024.12.19 22:27:32.105872 [ 277 ] {73e42256-da3e-4824-b52c-1bb491b67fdf} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001592 sec., 37688.44221105528 rows/sec., 2.54 MiB/sec.
8592 2024.12.19 22:27:32.105920 [ 277 ] {73e42256-da3e-4824-b52c-1bb491b67fdf} <Debug> TCPHandler: Processed in 0.001919982 sec.
8593 2024.12.19 22:27:33.190885 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 18849
8594 2024.12.19 22:27:33.191858 [ 244 ] {} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8595 2024.12.19 22:27:33.191902 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB.
8596 2024.12.19 22:27:33.192426 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
8597 2024.12.19 22:27:33.192679 [ 244 ] {} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8598 2024.12.19 22:27:33.192834 [ 37 ] {} <Debug> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
8599 2024.12.19 22:27:33.192881 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18849
8600 2024.12.19 22:27:33.192891 [ 37 ] {} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8601 2024.12.19 22:27:33.192918 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB.
8602 2024.12.19 22:27:33.193096 [ 196 ] {b24e19f3-0afd-43dd-aba1-eb03aae2e534::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
8603 2024.12.19 22:27:33.193643 [ 196 ] {b24e19f3-0afd-43dd-aba1-eb03aae2e534::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8604 2024.12.19 22:27:33.193799 [ 196 ] {b24e19f3-0afd-43dd-aba1-eb03aae2e534::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
8605 2024.12.19 22:27:33.194290 [ 196 ] {b24e19f3-0afd-43dd-aba1-eb03aae2e534::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 488 rows starting from the beginning of the part
8606 2024.12.19 22:27:33.194435 [ 196 ] {b24e19f3-0afd-43dd-aba1-eb03aae2e534::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 427 rows starting from the beginning of the part
8607 2024.12.19 22:27:33.194581 [ 196 ] {b24e19f3-0afd-43dd-aba1-eb03aae2e534::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 488 rows starting from the beginning of the part
8608 2024.12.19 22:27:33.194788 [ 196 ] {b24e19f3-0afd-43dd-aba1-eb03aae2e534::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 427 rows starting from the beginning of the part
8609 2024.12.19 22:27:33.194858 [ 196 ] {b24e19f3-0afd-43dd-aba1-eb03aae2e534::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 488 rows starting from the beginning of the part
8610 2024.12.19 22:27:33.197041 [ 201 ] {b24e19f3-0afd-43dd-aba1-eb03aae2e534::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18849 rows, containing 4 columns (4 merged, 0 gathered) in 0.004065479 sec., 4636354.043398084 rows/sec., 66.32 MiB/sec.
8611 2024.12.19 22:27:33.197329 [ 190 ] {b24e19f3-0afd-43dd-aba1-eb03aae2e534::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
8612 2024.12.19 22:27:33.197670 [ 190 ] {b24e19f3-0afd-43dd-aba1-eb03aae2e534::all_1_41_8} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8613 2024.12.19 22:27:33.197758 [ 190 ] {b24e19f3-0afd-43dd-aba1-eb03aae2e534::all_1_41_8} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
8614 2024.12.19 22:27:33.197835 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.61 MiB.
8615 2024.12.19 22:27:34.464706 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 309
8616 2024.12.19 22:27:34.486326 [ 243 ] {} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8617 2024.12.19 22:27:34.486379 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB.
8618 2024.12.19 22:27:34.493628 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
8619 2024.12.19 22:27:34.494392 [ 243 ] {} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8620 2024.12.19 22:27:34.494784 [ 35 ] {} <Debug> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
8621 2024.12.19 22:27:34.494931 [ 35 ] {} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8622 2024.12.19 22:27:34.495015 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB.
8623 2024.12.19 22:27:34.495324 [ 199 ] {616d7a77-365c-46c3-a06a-0a94885b3600::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
8624 2024.12.19 22:27:34.502513 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 309
8625 2024.12.19 22:27:34.504069 [ 199 ] {616d7a77-365c-46c3-a06a-0a94885b3600::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8626 2024.12.19 22:27:34.504974 [ 199 ] {616d7a77-365c-46c3-a06a-0a94885b3600::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
8627 2024.12.19 22:27:34.509835 [ 199 ] {616d7a77-365c-46c3-a06a-0a94885b3600::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
8628 2024.12.19 22:27:34.514462 [ 199 ] {616d7a77-365c-46c3-a06a-0a94885b3600::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
8629 2024.12.19 22:27:34.519483 [ 199 ] {616d7a77-365c-46c3-a06a-0a94885b3600::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
8630 2024.12.19 22:27:34.524969 [ 199 ] {616d7a77-365c-46c3-a06a-0a94885b3600::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
8631 2024.12.19 22:27:34.529621 [ 199 ] {616d7a77-365c-46c3-a06a-0a94885b3600::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 7 rows starting from the beginning of the part
8632 2024.12.19 22:27:34.591839 [ 187 ] {616d7a77-365c-46c3-a06a-0a94885b3600::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 309 rows, containing 679 columns (679 merged, 0 gathered) in 0.096684905 sec., 3195.9487367754045 rows/sec., 16.53 MiB/sec.
8633 2024.12.19 22:27:34.594873 [ 192 ] {616d7a77-365c-46c3-a06a-0a94885b3600::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
8634 2024.12.19 22:27:34.597779 [ 192 ] {616d7a77-365c-46c3-a06a-0a94885b3600::all_1_41_8} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8635 2024.12.19 22:27:34.597902 [ 192 ] {616d7a77-365c-46c3-a06a-0a94885b3600::all_1_41_8} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
8636 2024.12.19 22:27:34.600291 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.96 MiB.
8637 2024.12.19 22:27:35.000184 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 221.42 MiB, peak 234.84 MiB, free memory in arenas 0.00 B, will set to 222.50 MiB (RSS), difference: 1.08 MiB
8638 2024.12.19 22:27:35.772894 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1226
8639 2024.12.19 22:27:35.776158 [ 242 ] {} <Trace> system.query_log (70720294-7ac9-485f-8b0b-2131ff2acf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8640 2024.12.19 22:27:35.776217 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB.
8641 2024.12.19 22:27:35.777728 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
8642 2024.12.19 22:27:35.778139 [ 242 ] {} <Trace> system.query_log (70720294-7ac9-485f-8b0b-2131ff2acf2b): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8643 2024.12.19 22:27:35.779626 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1226
8644 2024.12.19 22:27:37.093353 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8645 2024.12.19 22:27:37.093563 [ 277 ] {45f41fad-aab5-4fde-b466-3a18397c1e4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
8646 2024.12.19 22:27:37.093646 [ 277 ] {45f41fad-aab5-4fde-b466-3a18397c1e4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
8647 2024.12.19 22:27:37.094420 [ 277 ] {45f41fad-aab5-4fde-b466-3a18397c1e4f} <Trace> oximeter.fields_i16 (8b34b429-6d62-480d-bd41-33dce3ff3ffb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8648 2024.12.19 22:27:37.094471 [ 277 ] {45f41fad-aab5-4fde-b466-3a18397c1e4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB.
8649 2024.12.19 22:27:37.094909 [ 277 ] {45f41fad-aab5-4fde-b466-3a18397c1e4f} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
8650 2024.12.19 22:27:37.095166 [ 277 ] {45f41fad-aab5-4fde-b466-3a18397c1e4f} <Trace> oximeter.fields_i16 (8b34b429-6d62-480d-bd41-33dce3ff3ffb): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8651 2024.12.19 22:27:37.095376 [ 32 ] {} <Debug> oximeter.fields_i16 (8b34b429-6d62-480d-bd41-33dce3ff3ffb) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0
8652 2024.12.19 22:27:37.095448 [ 277 ] {45f41fad-aab5-4fde-b466-3a18397c1e4f} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001939 sec., 7220.216606498195 rows/sec., 519.76 KiB/sec.
8653 2024.12.19 22:27:37.095457 [ 32 ] {} <Trace> oximeter.fields_i16 (8b34b429-6d62-480d-bd41-33dce3ff3ffb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8654 2024.12.19 22:27:37.095531 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB.
8655 2024.12.19 22:27:37.095602 [ 277 ] {45f41fad-aab5-4fde-b466-3a18397c1e4f} <Debug> TCPHandler: Processed in 0.002377392 sec.
8656 2024.12.19 22:27:37.095938 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8657 2024.12.19 22:27:37.096005 [ 198 ] {8b34b429-6d62-480d-bd41-33dce3ff3ffb::all_1_29_7} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_25_6 to all_29_29_0 into Compact with storage Full
8658 2024.12.19 22:27:37.096356 [ 278 ] {c2191dbe-6b86-44ce-b9e2-a84e76fcf009} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8659 2024.12.19 22:27:37.096438 [ 198 ] {8b34b429-6d62-480d-bd41-33dce3ff3ffb::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8660 2024.12.19 22:27:37.096464 [ 278 ] {c2191dbe-6b86-44ce-b9e2-a84e76fcf009} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8661 2024.12.19 22:27:37.096485 [ 198 ] {8b34b429-6d62-480d-bd41-33dce3ff3ffb::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_6, total 14 rows starting from the beginning of the part
8662 2024.12.19 22:27:37.096671 [ 198 ] {8b34b429-6d62-480d-bd41-33dce3ff3ffb::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 14 rows starting from the beginning of the part
8663 2024.12.19 22:27:37.097036 [ 198 ] {8b34b429-6d62-480d-bd41-33dce3ff3ffb::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 14 rows starting from the beginning of the part
8664 2024.12.19 22:27:37.097384 [ 198 ] {8b34b429-6d62-480d-bd41-33dce3ff3ffb::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 14 rows starting from the beginning of the part
8665 2024.12.19 22:27:37.097728 [ 198 ] {8b34b429-6d62-480d-bd41-33dce3ff3ffb::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 14 rows starting from the beginning of the part
8666 2024.12.19 22:27:37.099014 [ 278 ] {c2191dbe-6b86-44ce-b9e2-a84e76fcf009} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8667 2024.12.19 22:27:37.099067 [ 278 ] {c2191dbe-6b86-44ce-b9e2-a84e76fcf009} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB.
8668 2024.12.19 22:27:37.099532 [ 198 ] {8b34b429-6d62-480d-bd41-33dce3ff3ffb::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.003870934 sec., 18083.49096109621 rows/sec., 1.34 MiB/sec.
8669 2024.12.19 22:27:37.099665 [ 278 ] {c2191dbe-6b86-44ce-b9e2-a84e76fcf009} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
8670 2024.12.19 22:27:37.099697 [ 186 ] {8b34b429-6d62-480d-bd41-33dce3ff3ffb::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary)
8671 2024.12.19 22:27:37.099975 [ 278 ] {c2191dbe-6b86-44ce-b9e2-a84e76fcf009} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8672 2024.12.19 22:27:37.100057 [ 186 ] {8b34b429-6d62-480d-bd41-33dce3ff3ffb::all_1_29_7} <Trace> oximeter.fields_i16 (8b34b429-6d62-480d-bd41-33dce3ff3ffb): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8673 2024.12.19 22:27:37.100226 [ 186 ] {8b34b429-6d62-480d-bd41-33dce3ff3ffb::all_1_29_7} <Trace> oximeter.fields_i16 (8b34b429-6d62-480d-bd41-33dce3ff3ffb) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7
8674 2024.12.19 22:27:37.100379 [ 278 ] {c2191dbe-6b86-44ce-b9e2-a84e76fcf009} <Debug> executeQuery: Read 229 rows, 20.51 KiB in 0.004138 sec., 55340.74432092798 rows/sec., 4.84 MiB/sec.
8675 2024.12.19 22:27:37.100422 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
8676 2024.12.19 22:27:37.100584 [ 278 ] {c2191dbe-6b86-44ce-b9e2-a84e76fcf009} <Debug> TCPHandler: Processed in 0.004848275 sec.
8677 2024.12.19 22:27:37.100804 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8678 2024.12.19 22:27:37.100959 [ 277 ] {9574bc5f-754f-46af-9bf9-e4a90ff6024d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8679 2024.12.19 22:27:37.101021 [ 277 ] {9574bc5f-754f-46af-9bf9-e4a90ff6024d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8680 2024.12.19 22:27:37.101718 [ 277 ] {9574bc5f-754f-46af-9bf9-e4a90ff6024d} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8681 2024.12.19 22:27:37.101768 [ 277 ] {9574bc5f-754f-46af-9bf9-e4a90ff6024d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB.
8682 2024.12.19 22:27:37.102154 [ 277 ] {9574bc5f-754f-46af-9bf9-e4a90ff6024d} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
8683 2024.12.19 22:27:37.102405 [ 277 ] {9574bc5f-754f-46af-9bf9-e4a90ff6024d} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8684 2024.12.19 22:27:37.102670 [ 277 ] {9574bc5f-754f-46af-9bf9-e4a90ff6024d} <Debug> executeQuery: Read 20 rows, 1.43 KiB in 0.001744 sec., 11467.88990825688 rows/sec., 822.01 KiB/sec.
8685 2024.12.19 22:27:37.102876 [ 277 ] {9574bc5f-754f-46af-9bf9-e4a90ff6024d} <Debug> TCPHandler: Processed in 0.002161907 sec.
8686 2024.12.19 22:27:37.103123 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8687 2024.12.19 22:27:37.103279 [ 278 ] {65ab016e-5c96-4eff-a97d-6aae9bf6693a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
8688 2024.12.19 22:27:37.103341 [ 278 ] {65ab016e-5c96-4eff-a97d-6aae9bf6693a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
8689 2024.12.19 22:27:37.104036 [ 278 ] {65ab016e-5c96-4eff-a97d-6aae9bf6693a} <Trace> oximeter.fields_u32 (96604386-977a-478c-b894-f09eb465191c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8690 2024.12.19 22:27:37.104078 [ 278 ] {65ab016e-5c96-4eff-a97d-6aae9bf6693a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB.
8691 2024.12.19 22:27:37.104443 [ 278 ] {65ab016e-5c96-4eff-a97d-6aae9bf6693a} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
8692 2024.12.19 22:27:37.104693 [ 278 ] {65ab016e-5c96-4eff-a97d-6aae9bf6693a} <Trace> oximeter.fields_u32 (96604386-977a-478c-b894-f09eb465191c): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8693 2024.12.19 22:27:37.104838 [ 31 ] {} <Debug> oximeter.fields_u32 (96604386-977a-478c-b894-f09eb465191c) (MergerMutator): Selected 6 parts from all_1_24_5 to all_29_29_0
8694 2024.12.19 22:27:37.104882 [ 31 ] {} <Trace> oximeter.fields_u32 (96604386-977a-478c-b894-f09eb465191c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8695 2024.12.19 22:27:37.104886 [ 278 ] {65ab016e-5c96-4eff-a97d-6aae9bf6693a} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001641 sec., 8531.383302864107 rows/sec., 597.48 KiB/sec.
8696 2024.12.19 22:27:37.104910 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB.
8697 2024.12.19 22:27:37.104979 [ 278 ] {65ab016e-5c96-4eff-a97d-6aae9bf6693a} <Debug> TCPHandler: Processed in 0.001996363 sec.
8698 2024.12.19 22:27:37.105287 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8699 2024.12.19 22:27:37.105452 [ 193 ] {96604386-977a-478c-b894-f09eb465191c::all_1_29_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_24_5 to all_29_29_0 into Compact with storage Full
8700 2024.12.19 22:27:37.105665 [ 277 ] {9365f4c7-16cf-4b6c-af08-56298f0a6872} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
8701 2024.12.19 22:27:37.105817 [ 277 ] {9365f4c7-16cf-4b6c-af08-56298f0a6872} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
8702 2024.12.19 22:27:37.105985 [ 193 ] {96604386-977a-478c-b894-f09eb465191c::all_1_29_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8703 2024.12.19 22:27:37.106080 [ 193 ] {96604386-977a-478c-b894-f09eb465191c::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_24_5, total 242 rows starting from the beginning of the part
8704 2024.12.19 22:27:37.106344 [ 193 ] {96604386-977a-478c-b894-f09eb465191c::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 14 rows starting from the beginning of the part
8705 2024.12.19 22:27:37.106742 [ 193 ] {96604386-977a-478c-b894-f09eb465191c::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 14 rows starting from the beginning of the part
8706 2024.12.19 22:27:37.107169 [ 193 ] {96604386-977a-478c-b894-f09eb465191c::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 242 rows starting from the beginning of the part
8707 2024.12.19 22:27:37.107585 [ 193 ] {96604386-977a-478c-b894-f09eb465191c::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 14 rows starting from the beginning of the part
8708 2024.12.19 22:27:37.107817 [ 193 ] {96604386-977a-478c-b894-f09eb465191c::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 14 rows starting from the beginning of the part
8709 2024.12.19 22:27:37.108730 [ 277 ] {9365f4c7-16cf-4b6c-af08-56298f0a6872} <Trace> oximeter.fields_u8 (74ab6f56-b776-4e15-89eb-af2ec1acc724): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8710 2024.12.19 22:27:37.108800 [ 277 ] {9365f4c7-16cf-4b6c-af08-56298f0a6872} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB.
8711 2024.12.19 22:27:37.109812 [ 277 ] {9365f4c7-16cf-4b6c-af08-56298f0a6872} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
8712 2024.12.19 22:27:37.110351 [ 277 ] {9365f4c7-16cf-4b6c-af08-56298f0a6872} <Trace> oximeter.fields_u8 (74ab6f56-b776-4e15-89eb-af2ec1acc724): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8713 2024.12.19 22:27:37.110758 [ 31 ] {} <Debug> oximeter.fields_u8 (74ab6f56-b776-4e15-89eb-af2ec1acc724) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0
8714 2024.12.19 22:27:37.110859 [ 31 ] {} <Trace> oximeter.fields_u8 (74ab6f56-b776-4e15-89eb-af2ec1acc724): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8715 2024.12.19 22:27:37.110913 [ 198 ] {96604386-977a-478c-b894-f09eb465191c::all_1_29_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 540 rows, containing 5 columns (5 merged, 0 gathered) in 0.005889318 sec., 91691.43184321173 rows/sec., 6.57 MiB/sec.
8716 2024.12.19 22:27:37.110934 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB.
8717 2024.12.19 22:27:37.111103 [ 277 ] {9365f4c7-16cf-4b6c-af08-56298f0a6872} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005534 sec., 2349.1145645103 rows/sec., 146.47 KiB/sec.
8718 2024.12.19 22:27:37.111198 [ 198 ] {74ab6f56-b776-4e15-89eb-af2ec1acc724::all_1_29_7} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_25_6 to all_29_29_0 into Compact with storage Full
8719 2024.12.19 22:27:37.111292 [ 193 ] {96604386-977a-478c-b894-f09eb465191c::all_1_29_6} <Trace> MergedBlockOutputStream: filled checksums all_1_29_6 (state Temporary)
8720 2024.12.19 22:27:37.111524 [ 277 ] {9365f4c7-16cf-4b6c-af08-56298f0a6872} <Debug> TCPHandler: Processed in 0.00640774 sec.
8721 2024.12.19 22:27:37.111598 [ 198 ] {74ab6f56-b776-4e15-89eb-af2ec1acc724::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8722 2024.12.19 22:27:37.111732 [ 198 ] {74ab6f56-b776-4e15-89eb-af2ec1acc724::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_6, total 13 rows starting from the beginning of the part
8723 2024.12.19 22:27:37.111831 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8724 2024.12.19 22:27:37.112067 [ 198 ] {74ab6f56-b776-4e15-89eb-af2ec1acc724::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 13 rows starting from the beginning of the part
8725 2024.12.19 22:27:37.112338 [ 278 ] {5f451024-b734-4e06-98b7-7141a92d78c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8726 2024.12.19 22:27:37.112487 [ 198 ] {74ab6f56-b776-4e15-89eb-af2ec1acc724::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 13 rows starting from the beginning of the part
8727 2024.12.19 22:27:37.112507 [ 193 ] {96604386-977a-478c-b894-f09eb465191c::all_1_29_6} <Trace> oximeter.fields_u32 (96604386-977a-478c-b894-f09eb465191c): Renaming temporary part tmp_merge_all_1_29_6 to all_1_29_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8728 2024.12.19 22:27:37.112565 [ 278 ] {5f451024-b734-4e06-98b7-7141a92d78c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8729 2024.12.19 22:27:37.112974 [ 198 ] {74ab6f56-b776-4e15-89eb-af2ec1acc724::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 13 rows starting from the beginning of the part
8730 2024.12.19 22:27:37.113068 [ 193 ] {96604386-977a-478c-b894-f09eb465191c::all_1_29_6} <Trace> oximeter.fields_u32 (96604386-977a-478c-b894-f09eb465191c) (MergerMutator): Merged 6 parts: [all_1_24_5, all_29_29_0] -> all_1_29_6
8731 2024.12.19 22:27:37.113485 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB.
8732 2024.12.19 22:27:37.113530 [ 198 ] {74ab6f56-b776-4e15-89eb-af2ec1acc724::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 13 rows starting from the beginning of the part
8733 2024.12.19 22:27:37.114906 [ 278 ] {5f451024-b734-4e06-98b7-7141a92d78c3} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8734 2024.12.19 22:27:37.114961 [ 278 ] {5f451024-b734-4e06-98b7-7141a92d78c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB.
8735 2024.12.19 22:27:37.115056 [ 189 ] {74ab6f56-b776-4e15-89eb-af2ec1acc724::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004034858 sec., 16109.612779433626 rows/sec., 1.04 MiB/sec.
8736 2024.12.19 22:27:37.115264 [ 193 ] {74ab6f56-b776-4e15-89eb-af2ec1acc724::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary)
8737 2024.12.19 22:27:37.115612 [ 278 ] {5f451024-b734-4e06-98b7-7141a92d78c3} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
8738 2024.12.19 22:27:37.115764 [ 198 ] {74ab6f56-b776-4e15-89eb-af2ec1acc724::all_1_29_7} <Trace> oximeter.fields_u8 (74ab6f56-b776-4e15-89eb-af2ec1acc724): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8739 2024.12.19 22:27:37.115873 [ 198 ] {74ab6f56-b776-4e15-89eb-af2ec1acc724::all_1_29_7} <Trace> oximeter.fields_u8 (74ab6f56-b776-4e15-89eb-af2ec1acc724) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7
8740 2024.12.19 22:27:37.115980 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
8741 2024.12.19 22:27:37.115985 [ 278 ] {5f451024-b734-4e06-98b7-7141a92d78c3} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8742 2024.12.19 22:27:37.116178 [ 278 ] {5f451024-b734-4e06-98b7-7141a92d78c3} <Debug> executeQuery: Read 395 rows, 28.72 KiB in 0.004059 sec., 97314.60950973145 rows/sec., 6.91 MiB/sec.
8743 2024.12.19 22:27:37.116235 [ 278 ] {5f451024-b734-4e06-98b7-7141a92d78c3} <Debug> TCPHandler: Processed in 0.004542148 sec.
8744 2024.12.19 22:27:37.116396 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8745 2024.12.19 22:27:37.116516 [ 277 ] {8ed29971-3876-4b64-8d2b-6522756a3fca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
8746 2024.12.19 22:27:37.116568 [ 277 ] {8ed29971-3876-4b64-8d2b-6522756a3fca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
8747 2024.12.19 22:27:37.117064 [ 277 ] {8ed29971-3876-4b64-8d2b-6522756a3fca} <Trace> oximeter.measurements_bool (164ca455-e956-4308-a817-eda615c184e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8748 2024.12.19 22:27:37.117104 [ 277 ] {8ed29971-3876-4b64-8d2b-6522756a3fca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB.
8749 2024.12.19 22:27:37.117473 [ 277 ] {8ed29971-3876-4b64-8d2b-6522756a3fca} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
8750 2024.12.19 22:27:37.117705 [ 277 ] {8ed29971-3876-4b64-8d2b-6522756a3fca} <Trace> oximeter.measurements_bool (164ca455-e956-4308-a817-eda615c184e9): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8751 2024.12.19 22:27:37.117877 [ 31 ] {} <Debug> oximeter.measurements_bool (164ca455-e956-4308-a817-eda615c184e9) (MergerMutator): Selected 6 parts from all_1_24_5 to all_29_29_0
8752 2024.12.19 22:27:37.117935 [ 31 ] {} <Trace> oximeter.measurements_bool (164ca455-e956-4308-a817-eda615c184e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8753 2024.12.19 22:27:37.117968 [ 277 ] {8ed29971-3876-4b64-8d2b-6522756a3fca} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001461 sec., 4106.776180698152 rows/sec., 214.56 KiB/sec.
8754 2024.12.19 22:27:37.117975 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB.
8755 2024.12.19 22:27:37.118122 [ 277 ] {8ed29971-3876-4b64-8d2b-6522756a3fca} <Debug> TCPHandler: Processed in 0.001777638 sec.
8756 2024.12.19 22:27:37.118226 [ 193 ] {164ca455-e956-4308-a817-eda615c184e9::all_1_29_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_24_5 to all_29_29_0 into Compact with storage Full
8757 2024.12.19 22:27:37.118335 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8758 2024.12.19 22:27:37.118416 [ 193 ] {164ca455-e956-4308-a817-eda615c184e9::all_1_29_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8759 2024.12.19 22:27:37.118492 [ 193 ] {164ca455-e956-4308-a817-eda615c184e9::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_24_5, total 144 rows starting from the beginning of the part
8760 2024.12.19 22:27:37.118560 [ 278 ] {cc48eb85-406b-4714-a82a-98a364d96521} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8761 2024.12.19 22:27:37.118752 [ 278 ] {cc48eb85-406b-4714-a82a-98a364d96521} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8762 2024.12.19 22:27:37.118752 [ 193 ] {164ca455-e956-4308-a817-eda615c184e9::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 6 rows starting from the beginning of the part
8763 2024.12.19 22:27:37.119089 [ 193 ] {164ca455-e956-4308-a817-eda615c184e9::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 6 rows starting from the beginning of the part
8764 2024.12.19 22:27:37.119433 [ 193 ] {164ca455-e956-4308-a817-eda615c184e9::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 6 rows starting from the beginning of the part
8765 2024.12.19 22:27:37.119671 [ 193 ] {164ca455-e956-4308-a817-eda615c184e9::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 6 rows starting from the beginning of the part
8766 2024.12.19 22:27:37.119948 [ 193 ] {164ca455-e956-4308-a817-eda615c184e9::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 6 rows starting from the beginning of the part
8767 2024.12.19 22:27:37.121265 [ 278 ] {cc48eb85-406b-4714-a82a-98a364d96521} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8768 2024.12.19 22:27:37.121329 [ 278 ] {cc48eb85-406b-4714-a82a-98a364d96521} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB.
8769 2024.12.19 22:27:37.122409 [ 278 ] {cc48eb85-406b-4714-a82a-98a364d96521} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
8770 2024.12.19 22:27:37.122563 [ 193 ] {164ca455-e956-4308-a817-eda615c184e9::all_1_29_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 174 rows, containing 4 columns (4 merged, 0 gathered) in 0.004449937 sec., 39101.67716981161 rows/sec., 2.00 MiB/sec.
8771 2024.12.19 22:27:37.122736 [ 193 ] {164ca455-e956-4308-a817-eda615c184e9::all_1_29_6} <Trace> MergedBlockOutputStream: filled checksums all_1_29_6 (state Temporary)
8772 2024.12.19 22:27:37.122890 [ 278 ] {cc48eb85-406b-4714-a82a-98a364d96521} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8773 2024.12.19 22:27:37.123403 [ 278 ] {cc48eb85-406b-4714-a82a-98a364d96521} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.004894 sec., 48426.644871270946 rows/sec., 3.25 MiB/sec.
8774 2024.12.19 22:27:37.123414 [ 193 ] {164ca455-e956-4308-a817-eda615c184e9::all_1_29_6} <Trace> oximeter.measurements_bool (164ca455-e956-4308-a817-eda615c184e9): Renaming temporary part tmp_merge_all_1_29_6 to all_1_29_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8775 2024.12.19 22:27:37.123631 [ 278 ] {cc48eb85-406b-4714-a82a-98a364d96521} <Debug> TCPHandler: Processed in 0.005398347 sec.
8776 2024.12.19 22:27:37.123686 [ 193 ] {164ca455-e956-4308-a817-eda615c184e9::all_1_29_6} <Trace> oximeter.measurements_bool (164ca455-e956-4308-a817-eda615c184e9) (MergerMutator): Merged 6 parts: [all_1_24_5, all_29_29_0] -> all_1_29_6
8777 2024.12.19 22:27:37.123948 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
8778 2024.12.19 22:27:37.124087 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8779 2024.12.19 22:27:37.124269 [ 277 ] {95f77462-d0b2-4c59-96c8-b4df31d511e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
8780 2024.12.19 22:27:37.124331 [ 277 ] {95f77462-d0b2-4c59-96c8-b4df31d511e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
8781 2024.12.19 22:27:37.124890 [ 277 ] {95f77462-d0b2-4c59-96c8-b4df31d511e1} <Trace> oximeter.measurements_f64 (f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8782 2024.12.19 22:27:37.124929 [ 277 ] {95f77462-d0b2-4c59-96c8-b4df31d511e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB.
8783 2024.12.19 22:27:37.125291 [ 277 ] {95f77462-d0b2-4c59-96c8-b4df31d511e1} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
8784 2024.12.19 22:27:37.125538 [ 277 ] {95f77462-d0b2-4c59-96c8-b4df31d511e1} <Trace> oximeter.measurements_f64 (f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8785 2024.12.19 22:27:37.125756 [ 277 ] {95f77462-d0b2-4c59-96c8-b4df31d511e1} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001519 sec., 658.3278472679394 rows/sec., 44.36 KiB/sec.
8786 2024.12.19 22:27:37.125809 [ 277 ] {95f77462-d0b2-4c59-96c8-b4df31d511e1} <Debug> TCPHandler: Processed in 0.002047885 sec.
8787 2024.12.19 22:27:37.125965 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8788 2024.12.19 22:27:37.126109 [ 278 ] {54ecc0b2-e465-4d43-a69e-f1a54ba9a67c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
8789 2024.12.19 22:27:37.126203 [ 278 ] {54ecc0b2-e465-4d43-a69e-f1a54ba9a67c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
8790 2024.12.19 22:27:37.127405 [ 278 ] {54ecc0b2-e465-4d43-a69e-f1a54ba9a67c} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8791 2024.12.19 22:27:37.127444 [ 278 ] {54ecc0b2-e465-4d43-a69e-f1a54ba9a67c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB.
8792 2024.12.19 22:27:37.128079 [ 278 ] {54ecc0b2-e465-4d43-a69e-f1a54ba9a67c} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
8793 2024.12.19 22:27:37.128341 [ 278 ] {54ecc0b2-e465-4d43-a69e-f1a54ba9a67c} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8794 2024.12.19 22:27:37.128548 [ 278 ] {54ecc0b2-e465-4d43-a69e-f1a54ba9a67c} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002472 sec., 5258.899676375405 rows/sec., 9.42 MiB/sec.
8795 2024.12.19 22:27:37.128649 [ 278 ] {54ecc0b2-e465-4d43-a69e-f1a54ba9a67c} <Debug> TCPHandler: Processed in 0.00275256 sec.
8796 2024.12.19 22:27:37.128807 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8797 2024.12.19 22:27:37.128946 [ 277 ] {0c807fdf-5828-49e8-98b3-f1149386d65f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8798 2024.12.19 22:27:37.129005 [ 277 ] {0c807fdf-5828-49e8-98b3-f1149386d65f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8799 2024.12.19 22:27:37.129584 [ 277 ] {0c807fdf-5828-49e8-98b3-f1149386d65f} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8800 2024.12.19 22:27:37.129631 [ 277 ] {0c807fdf-5828-49e8-98b3-f1149386d65f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB.
8801 2024.12.19 22:27:37.130037 [ 277 ] {0c807fdf-5828-49e8-98b3-f1149386d65f} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
8802 2024.12.19 22:27:37.130271 [ 277 ] {0c807fdf-5828-49e8-98b3-f1149386d65f} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8803 2024.12.19 22:27:37.130510 [ 277 ] {0c807fdf-5828-49e8-98b3-f1149386d65f} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001587 sec., 51669.8172652804 rows/sec., 3.28 MiB/sec.
8804 2024.12.19 22:27:37.130587 [ 277 ] {0c807fdf-5828-49e8-98b3-f1149386d65f} <Debug> TCPHandler: Processed in 0.00184656 sec.
8805 2024.12.19 22:27:40.528368 [ 27 ] {} <Debug> DNSResolver: Updating DNS cache
8806 2024.12.19 22:27:40.528435 [ 27 ] {} <Debug> DNSResolver: Updated DNS cache
8807 2024.12.19 22:27:40.693023 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 19276
8808 2024.12.19 22:27:40.694049 [ 244 ] {} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8809 2024.12.19 22:27:40.694095 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB.
8810 2024.12.19 22:27:40.694611 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
8811 2024.12.19 22:27:40.694866 [ 244 ] {} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8812 2024.12.19 22:27:40.695112 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19276
8813 2024.12.19 22:27:42.002590 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 317
8814 2024.12.19 22:27:42.021650 [ 243 ] {} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8815 2024.12.19 22:27:42.021712 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB.
8816 2024.12.19 22:27:42.028624 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
8817 2024.12.19 22:27:42.029364 [ 243 ] {} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8818 2024.12.19 22:27:42.032124 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 317
8819 2024.12.19 22:27:42.089331 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8820 2024.12.19 22:27:42.089517 [ 277 ] {de6fd620-5f12-4403-be39-534562c3d7c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8821 2024.12.19 22:27:42.089592 [ 277 ] {de6fd620-5f12-4403-be39-534562c3d7c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8822 2024.12.19 22:27:42.090365 [ 277 ] {de6fd620-5f12-4403-be39-534562c3d7c8} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8823 2024.12.19 22:27:42.090405 [ 277 ] {de6fd620-5f12-4403-be39-534562c3d7c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB.
8824 2024.12.19 22:27:42.090820 [ 277 ] {de6fd620-5f12-4403-be39-534562c3d7c8} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
8825 2024.12.19 22:27:42.091063 [ 277 ] {de6fd620-5f12-4403-be39-534562c3d7c8} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8826 2024.12.19 22:27:42.091261 [ 277 ] {de6fd620-5f12-4403-be39-534562c3d7c8} <Debug> executeQuery: Read 110 rows, 9.44 KiB in 0.001801 sec., 61077.179344808435 rows/sec., 5.12 MiB/sec.
8827 2024.12.19 22:27:42.091314 [ 277 ] {de6fd620-5f12-4403-be39-534562c3d7c8} <Debug> TCPHandler: Processed in 0.002112826 sec.
8828 2024.12.19 22:27:42.091560 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8829 2024.12.19 22:27:42.091752 [ 278 ] {3b45165a-06f0-4124-8d75-b5312919e7a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8830 2024.12.19 22:27:42.091822 [ 278 ] {3b45165a-06f0-4124-8d75-b5312919e7a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8831 2024.12.19 22:27:42.092566 [ 278 ] {3b45165a-06f0-4124-8d75-b5312919e7a7} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8832 2024.12.19 22:27:42.092612 [ 278 ] {3b45165a-06f0-4124-8d75-b5312919e7a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB.
8833 2024.12.19 22:27:42.093040 [ 278 ] {3b45165a-06f0-4124-8d75-b5312919e7a7} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
8834 2024.12.19 22:27:42.093293 [ 278 ] {3b45165a-06f0-4124-8d75-b5312919e7a7} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8835 2024.12.19 22:27:42.093572 [ 278 ] {3b45165a-06f0-4124-8d75-b5312919e7a7} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.00187 sec., 14438.502673796793 rows/sec., 1.06 MiB/sec.
8836 2024.12.19 22:27:42.093672 [ 278 ] {3b45165a-06f0-4124-8d75-b5312919e7a7} <Debug> TCPHandler: Processed in 0.002240789 sec.
8837 2024.12.19 22:27:42.093989 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8838 2024.12.19 22:27:42.094161 [ 277 ] {4973e6f5-5a90-4485-9cb2-a78693920e31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8839 2024.12.19 22:27:42.094220 [ 277 ] {4973e6f5-5a90-4485-9cb2-a78693920e31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8840 2024.12.19 22:27:42.094933 [ 277 ] {4973e6f5-5a90-4485-9cb2-a78693920e31} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8841 2024.12.19 22:27:42.094979 [ 277 ] {4973e6f5-5a90-4485-9cb2-a78693920e31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB.
8842 2024.12.19 22:27:42.095355 [ 277 ] {4973e6f5-5a90-4485-9cb2-a78693920e31} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
8843 2024.12.19 22:27:42.095604 [ 277 ] {4973e6f5-5a90-4485-9cb2-a78693920e31} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8844 2024.12.19 22:27:42.095785 [ 277 ] {4973e6f5-5a90-4485-9cb2-a78693920e31} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001657 sec., 54918.52745926373 rows/sec., 4.29 MiB/sec.
8845 2024.12.19 22:27:42.095836 [ 277 ] {4973e6f5-5a90-4485-9cb2-a78693920e31} <Debug> TCPHandler: Processed in 0.002069885 sec.
8846 2024.12.19 22:27:42.095979 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8847 2024.12.19 22:27:42.096115 [ 278 ] {00990f1a-59a2-4d55-84a6-233217a90866} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8848 2024.12.19 22:27:42.096178 [ 278 ] {00990f1a-59a2-4d55-84a6-233217a90866} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8849 2024.12.19 22:27:42.096872 [ 278 ] {00990f1a-59a2-4d55-84a6-233217a90866} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8850 2024.12.19 22:27:42.096919 [ 278 ] {00990f1a-59a2-4d55-84a6-233217a90866} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB.
8851 2024.12.19 22:27:42.097331 [ 278 ] {00990f1a-59a2-4d55-84a6-233217a90866} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
8852 2024.12.19 22:27:42.097577 [ 278 ] {00990f1a-59a2-4d55-84a6-233217a90866} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8853 2024.12.19 22:27:42.097789 [ 278 ] {00990f1a-59a2-4d55-84a6-233217a90866} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001706 sec., 93786.63540445486 rows/sec., 6.53 MiB/sec.
8854 2024.12.19 22:27:42.097841 [ 278 ] {00990f1a-59a2-4d55-84a6-233217a90866} <Debug> TCPHandler: Processed in 0.001918022 sec.
8855 2024.12.19 22:27:42.097994 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8856 2024.12.19 22:27:42.098138 [ 277 ] {35a4f15b-06a1-4461-b45e-27779cd42d95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
8857 2024.12.19 22:27:42.098234 [ 277 ] {35a4f15b-06a1-4461-b45e-27779cd42d95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
8858 2024.12.19 22:27:42.099481 [ 277 ] {35a4f15b-06a1-4461-b45e-27779cd42d95} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8859 2024.12.19 22:27:42.099519 [ 277 ] {35a4f15b-06a1-4461-b45e-27779cd42d95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB.
8860 2024.12.19 22:27:42.100146 [ 277 ] {35a4f15b-06a1-4461-b45e-27779cd42d95} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
8861 2024.12.19 22:27:42.100398 [ 277 ] {35a4f15b-06a1-4461-b45e-27779cd42d95} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8862 2024.12.19 22:27:42.100598 [ 277 ] {35a4f15b-06a1-4461-b45e-27779cd42d95} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002499 sec., 10804.321728691477 rows/sec., 19.36 MiB/sec.
8863 2024.12.19 22:27:42.100689 [ 277 ] {35a4f15b-06a1-4461-b45e-27779cd42d95} <Debug> TCPHandler: Processed in 0.00275311 sec.
8864 2024.12.19 22:27:42.100844 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8865 2024.12.19 22:27:42.100962 [ 278 ] {bf8071e7-d090-4ba2-b70c-177d65ceb8e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8866 2024.12.19 22:27:42.101012 [ 278 ] {bf8071e7-d090-4ba2-b70c-177d65ceb8e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8867 2024.12.19 22:27:42.101515 [ 278 ] {bf8071e7-d090-4ba2-b70c-177d65ceb8e7} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8868 2024.12.19 22:27:42.101554 [ 278 ] {bf8071e7-d090-4ba2-b70c-177d65ceb8e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB.
8869 2024.12.19 22:27:42.101919 [ 278 ] {bf8071e7-d090-4ba2-b70c-177d65ceb8e7} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
8870 2024.12.19 22:27:42.102153 [ 278 ] {bf8071e7-d090-4ba2-b70c-177d65ceb8e7} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8871 2024.12.19 22:27:42.102359 [ 278 ] {bf8071e7-d090-4ba2-b70c-177d65ceb8e7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001421 sec., 42223.7860661506 rows/sec., 2.85 MiB/sec.
8872 2024.12.19 22:27:42.102408 [ 278 ] {bf8071e7-d090-4ba2-b70c-177d65ceb8e7} <Debug> TCPHandler: Processed in 0.001617235 sec.
8873 2024.12.19 22:27:42.756046 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8874 2024.12.19 22:27:42.756204 [ 277 ] {56a7a802-3856-406e-a74a-9d52314858da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
8875 2024.12.19 22:27:42.756259 [ 277 ] {56a7a802-3856-406e-a74a-9d52314858da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
8876 2024.12.19 22:27:42.756901 [ 277 ] {56a7a802-3856-406e-a74a-9d52314858da} <Trace> oximeter.fields_i16 (8b34b429-6d62-480d-bd41-33dce3ff3ffb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8877 2024.12.19 22:27:42.756940 [ 277 ] {56a7a802-3856-406e-a74a-9d52314858da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB.
8878 2024.12.19 22:27:42.757326 [ 277 ] {56a7a802-3856-406e-a74a-9d52314858da} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
8879 2024.12.19 22:27:42.757570 [ 277 ] {56a7a802-3856-406e-a74a-9d52314858da} <Trace> oximeter.fields_i16 (8b34b429-6d62-480d-bd41-33dce3ff3ffb): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8880 2024.12.19 22:27:42.757796 [ 277 ] {56a7a802-3856-406e-a74a-9d52314858da} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00162 sec., 8641.975308641975 rows/sec., 622.11 KiB/sec.
8881 2024.12.19 22:27:42.757851 [ 277 ] {56a7a802-3856-406e-a74a-9d52314858da} <Debug> TCPHandler: Processed in 0.001936413 sec.
8882 2024.12.19 22:27:42.758096 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8883 2024.12.19 22:27:42.758305 [ 278 ] {e1de8ce4-26b5-4e3b-bb6a-a54a6d156e60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
8884 2024.12.19 22:27:42.758384 [ 278 ] {e1de8ce4-26b5-4e3b-bb6a-a54a6d156e60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
8885 2024.12.19 22:27:42.759199 [ 278 ] {e1de8ce4-26b5-4e3b-bb6a-a54a6d156e60} <Trace> oximeter.fields_ipaddr (15c96da1-d320-4880-85e7-7388ae0c0cda): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8886 2024.12.19 22:27:42.759251 [ 278 ] {e1de8ce4-26b5-4e3b-bb6a-a54a6d156e60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB.
8887 2024.12.19 22:27:42.759654 [ 278 ] {e1de8ce4-26b5-4e3b-bb6a-a54a6d156e60} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
8888 2024.12.19 22:27:42.759897 [ 278 ] {e1de8ce4-26b5-4e3b-bb6a-a54a6d156e60} <Trace> oximeter.fields_ipaddr (15c96da1-d320-4880-85e7-7388ae0c0cda): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8889 2024.12.19 22:27:42.760201 [ 278 ] {e1de8ce4-26b5-4e3b-bb6a-a54a6d156e60} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001948 sec., 8213.552361396303 rows/sec., 669.76 KiB/sec.
8890 2024.12.19 22:27:42.760372 [ 278 ] {e1de8ce4-26b5-4e3b-bb6a-a54a6d156e60} <Debug> TCPHandler: Processed in 0.002407672 sec.
8891 2024.12.19 22:27:42.760530 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8892 2024.12.19 22:27:42.760671 [ 277 ] {602e9b3a-9925-4cbd-854a-fba725f31bfc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8893 2024.12.19 22:27:42.760730 [ 277 ] {602e9b3a-9925-4cbd-854a-fba725f31bfc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8894 2024.12.19 22:27:42.762113 [ 277 ] {602e9b3a-9925-4cbd-854a-fba725f31bfc} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8895 2024.12.19 22:27:42.762152 [ 277 ] {602e9b3a-9925-4cbd-854a-fba725f31bfc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB.
8896 2024.12.19 22:27:42.762588 [ 277 ] {602e9b3a-9925-4cbd-854a-fba725f31bfc} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
8897 2024.12.19 22:27:42.762833 [ 277 ] {602e9b3a-9925-4cbd-854a-fba725f31bfc} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8898 2024.12.19 22:27:42.763057 [ 277 ] {602e9b3a-9925-4cbd-854a-fba725f31bfc} <Debug> executeQuery: Read 1377 rows, 117.21 KiB in 0.002419 sec., 569243.4890450599 rows/sec., 47.32 MiB/sec.
8899 2024.12.19 22:27:42.763117 [ 277 ] {602e9b3a-9925-4cbd-854a-fba725f31bfc} <Debug> TCPHandler: Processed in 0.002653208 sec.
8900 2024.12.19 22:27:42.763317 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8901 2024.12.19 22:27:42.763457 [ 278 ] {80168495-c6a6-42c9-9322-48d2c94710be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8902 2024.12.19 22:27:42.763515 [ 278 ] {80168495-c6a6-42c9-9322-48d2c94710be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8903 2024.12.19 22:27:42.764215 [ 278 ] {80168495-c6a6-42c9-9322-48d2c94710be} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8904 2024.12.19 22:27:42.764255 [ 278 ] {80168495-c6a6-42c9-9322-48d2c94710be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB.
8905 2024.12.19 22:27:42.764607 [ 278 ] {80168495-c6a6-42c9-9322-48d2c94710be} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
8906 2024.12.19 22:27:42.764839 [ 278 ] {80168495-c6a6-42c9-9322-48d2c94710be} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8907 2024.12.19 22:27:42.765006 [ 95 ] {} <Debug> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df) (MergerMutator): Selected 6 parts from all_1_50_10 to all_55_55_0
8908 2024.12.19 22:27:42.765077 [ 278 ] {80168495-c6a6-42c9-9322-48d2c94710be} <Debug> executeQuery: Read 36 rows, 2.55 KiB in 0.001637 sec., 21991.447770311544 rows/sec., 1.52 MiB/sec.
8909 2024.12.19 22:27:42.765132 [ 95 ] {} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8910 2024.12.19 22:27:42.765191 [ 278 ] {80168495-c6a6-42c9-9322-48d2c94710be} <Debug> TCPHandler: Processed in 0.001938102 sec.
8911 2024.12.19 22:27:42.765218 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB.
8912 2024.12.19 22:27:42.765457 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8913 2024.12.19 22:27:42.765486 [ 197 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_55_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_50_10 to all_55_55_0 into Compact with storage Full
8914 2024.12.19 22:27:42.765811 [ 277 ] {9d57bae0-d41a-4f76-898c-9d9edf5e52e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
8915 2024.12.19 22:27:42.765874 [ 197 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_55_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8916 2024.12.19 22:27:42.765978 [ 277 ] {9d57bae0-d41a-4f76-898c-9d9edf5e52e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
8917 2024.12.19 22:27:42.765989 [ 197 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_50_10, total 65 rows starting from the beginning of the part
8918 2024.12.19 22:27:42.766400 [ 197 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 20 rows starting from the beginning of the part
8919 2024.12.19 22:27:42.766708 [ 197 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 29 rows starting from the beginning of the part
8920 2024.12.19 22:27:42.767095 [ 197 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 20 rows starting from the beginning of the part
8921 2024.12.19 22:27:42.767413 [ 197 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 27 rows starting from the beginning of the part
8922 2024.12.19 22:27:42.767732 [ 197 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 36 rows starting from the beginning of the part
8923 2024.12.19 22:27:42.769108 [ 277 ] {9d57bae0-d41a-4f76-898c-9d9edf5e52e9} <Trace> oximeter.fields_u32 (96604386-977a-478c-b894-f09eb465191c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8924 2024.12.19 22:27:42.769174 [ 277 ] {9d57bae0-d41a-4f76-898c-9d9edf5e52e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB.
8925 2024.12.19 22:27:42.770288 [ 277 ] {9d57bae0-d41a-4f76-898c-9d9edf5e52e9} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
8926 2024.12.19 22:27:42.770742 [ 191 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_55_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 197 rows, containing 5 columns (5 merged, 0 gathered) in 0.005367737 sec., 36700.75489913161 rows/sec., 2.75 MiB/sec.
8927 2024.12.19 22:27:42.770791 [ 277 ] {9d57bae0-d41a-4f76-898c-9d9edf5e52e9} <Trace> oximeter.fields_u32 (96604386-977a-478c-b894-f09eb465191c): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8928 2024.12.19 22:27:42.770943 [ 195 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_55_11} <Trace> MergedBlockOutputStream: filled checksums all_1_55_11 (state Temporary)
8929 2024.12.19 22:27:42.771277 [ 277 ] {9d57bae0-d41a-4f76-898c-9d9edf5e52e9} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.005547 sec., 43627.185866234 rows/sec., 2.96 MiB/sec.
8930 2024.12.19 22:27:42.771689 [ 277 ] {9d57bae0-d41a-4f76-898c-9d9edf5e52e9} <Debug> TCPHandler: Processed in 0.006376219 sec.
8931 2024.12.19 22:27:42.771976 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8932 2024.12.19 22:27:42.771993 [ 195 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_55_11} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Renaming temporary part tmp_merge_all_1_55_11 to all_1_55_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8933 2024.12.19 22:27:42.772153 [ 195 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_55_11} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df) (MergerMutator): Merged 6 parts: [all_1_50_10, all_55_55_0] -> all_1_55_11
8934 2024.12.19 22:27:42.772192 [ 278 ] {44985bf9-69c1-487e-83a0-e7d37714aefc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
8935 2024.12.19 22:27:42.772307 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
8936 2024.12.19 22:27:42.772317 [ 278 ] {44985bf9-69c1-487e-83a0-e7d37714aefc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
8937 2024.12.19 22:27:42.773027 [ 278 ] {44985bf9-69c1-487e-83a0-e7d37714aefc} <Trace> oximeter.fields_u8 (74ab6f56-b776-4e15-89eb-af2ec1acc724): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8938 2024.12.19 22:27:42.773069 [ 278 ] {44985bf9-69c1-487e-83a0-e7d37714aefc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB.
8939 2024.12.19 22:27:42.773424 [ 278 ] {44985bf9-69c1-487e-83a0-e7d37714aefc} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
8940 2024.12.19 22:27:42.773656 [ 278 ] {44985bf9-69c1-487e-83a0-e7d37714aefc} <Trace> oximeter.fields_u8 (74ab6f56-b776-4e15-89eb-af2ec1acc724): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8941 2024.12.19 22:27:42.773870 [ 278 ] {44985bf9-69c1-487e-83a0-e7d37714aefc} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001733 sec., 7501.442585112522 rows/sec., 467.71 KiB/sec.
8942 2024.12.19 22:27:42.773922 [ 278 ] {44985bf9-69c1-487e-83a0-e7d37714aefc} <Debug> TCPHandler: Processed in 0.002103836 sec.
8943 2024.12.19 22:27:42.774087 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8944 2024.12.19 22:27:42.774312 [ 277 ] {60a06856-c6b9-4e17-a6ab-3657b0cb112e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8945 2024.12.19 22:27:42.774403 [ 277 ] {60a06856-c6b9-4e17-a6ab-3657b0cb112e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8946 2024.12.19 22:27:42.775635 [ 277 ] {60a06856-c6b9-4e17-a6ab-3657b0cb112e} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8947 2024.12.19 22:27:42.775675 [ 277 ] {60a06856-c6b9-4e17-a6ab-3657b0cb112e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB.
8948 2024.12.19 22:27:42.776068 [ 277 ] {60a06856-c6b9-4e17-a6ab-3657b0cb112e} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
8949 2024.12.19 22:27:42.776305 [ 277 ] {60a06856-c6b9-4e17-a6ab-3657b0cb112e} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8950 2024.12.19 22:27:42.776544 [ 277 ] {60a06856-c6b9-4e17-a6ab-3657b0cb112e} <Debug> executeQuery: Read 867 rows, 64.32 KiB in 0.002285 sec., 379431.0722100656 rows/sec., 27.49 MiB/sec.
8951 2024.12.19 22:27:42.776655 [ 277 ] {60a06856-c6b9-4e17-a6ab-3657b0cb112e} <Debug> TCPHandler: Processed in 0.002648188 sec.
8952 2024.12.19 22:27:42.776865 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8953 2024.12.19 22:27:42.777055 [ 278 ] {94a08c19-47ca-4da9-b4fc-bf6be593ba32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
8954 2024.12.19 22:27:42.777116 [ 278 ] {94a08c19-47ca-4da9-b4fc-bf6be593ba32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
8955 2024.12.19 22:27:42.777685 [ 278 ] {94a08c19-47ca-4da9-b4fc-bf6be593ba32} <Trace> oximeter.measurements_bool (164ca455-e956-4308-a817-eda615c184e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8956 2024.12.19 22:27:42.777732 [ 278 ] {94a08c19-47ca-4da9-b4fc-bf6be593ba32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB.
8957 2024.12.19 22:27:42.778136 [ 278 ] {94a08c19-47ca-4da9-b4fc-bf6be593ba32} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
8958 2024.12.19 22:27:42.778366 [ 278 ] {94a08c19-47ca-4da9-b4fc-bf6be593ba32} <Trace> oximeter.measurements_bool (164ca455-e956-4308-a817-eda615c184e9): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8959 2024.12.19 22:27:42.778613 [ 278 ] {94a08c19-47ca-4da9-b4fc-bf6be593ba32} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001588 sec., 3778.337531486146 rows/sec., 197.40 KiB/sec.
8960 2024.12.19 22:27:42.778823 [ 278 ] {94a08c19-47ca-4da9-b4fc-bf6be593ba32} <Debug> TCPHandler: Processed in 0.002073475 sec.
8961 2024.12.19 22:27:42.779035 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8962 2024.12.19 22:27:42.779261 [ 277 ] {df12d103-1374-4f7d-ba2b-bdd97e994f78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8963 2024.12.19 22:27:42.779362 [ 277 ] {df12d103-1374-4f7d-ba2b-bdd97e994f78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8964 2024.12.19 22:27:42.780452 [ 277 ] {df12d103-1374-4f7d-ba2b-bdd97e994f78} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8965 2024.12.19 22:27:42.780492 [ 277 ] {df12d103-1374-4f7d-ba2b-bdd97e994f78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB.
8966 2024.12.19 22:27:42.780923 [ 277 ] {df12d103-1374-4f7d-ba2b-bdd97e994f78} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
8967 2024.12.19 22:27:42.781162 [ 277 ] {df12d103-1374-4f7d-ba2b-bdd97e994f78} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8968 2024.12.19 22:27:42.781414 [ 277 ] {df12d103-1374-4f7d-ba2b-bdd97e994f78} <Debug> executeQuery: Read 963 rows, 65.53 KiB in 0.002208 sec., 436141.3043478261 rows/sec., 28.98 MiB/sec.
8969 2024.12.19 22:27:42.781477 [ 277 ] {df12d103-1374-4f7d-ba2b-bdd97e994f78} <Debug> TCPHandler: Processed in 0.002500395 sec.
8970 2024.12.19 22:27:42.781706 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8971 2024.12.19 22:27:42.781897 [ 278 ] {5bce9607-b9d8-447e-8b26-6de1bc64ce43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
8972 2024.12.19 22:27:42.781958 [ 278 ] {5bce9607-b9d8-447e-8b26-6de1bc64ce43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
8973 2024.12.19 22:27:42.782442 [ 278 ] {5bce9607-b9d8-447e-8b26-6de1bc64ce43} <Trace> oximeter.measurements_f64 (f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8974 2024.12.19 22:27:42.782481 [ 278 ] {5bce9607-b9d8-447e-8b26-6de1bc64ce43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB.
8975 2024.12.19 22:27:42.782834 [ 278 ] {5bce9607-b9d8-447e-8b26-6de1bc64ce43} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
8976 2024.12.19 22:27:42.783070 [ 278 ] {5bce9607-b9d8-447e-8b26-6de1bc64ce43} <Trace> oximeter.measurements_f64 (f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8977 2024.12.19 22:27:42.783278 [ 278 ] {5bce9607-b9d8-447e-8b26-6de1bc64ce43} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001412 sec., 708.2152974504249 rows/sec., 47.72 KiB/sec.
8978 2024.12.19 22:27:42.783329 [ 278 ] {5bce9607-b9d8-447e-8b26-6de1bc64ce43} <Debug> TCPHandler: Processed in 0.001757648 sec.
8979 2024.12.19 22:27:42.783529 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8980 2024.12.19 22:27:42.783756 [ 277 ] {748cf1ef-1c57-48d3-b200-adf355fcdb7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
8981 2024.12.19 22:27:42.783895 [ 277 ] {748cf1ef-1c57-48d3-b200-adf355fcdb7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
8982 2024.12.19 22:27:42.785045 [ 277 ] {748cf1ef-1c57-48d3-b200-adf355fcdb7b} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8983 2024.12.19 22:27:42.785084 [ 277 ] {748cf1ef-1c57-48d3-b200-adf355fcdb7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB.
8984 2024.12.19 22:27:42.785694 [ 277 ] {748cf1ef-1c57-48d3-b200-adf355fcdb7b} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
8985 2024.12.19 22:27:42.785949 [ 277 ] {748cf1ef-1c57-48d3-b200-adf355fcdb7b} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8986 2024.12.19 22:27:42.786207 [ 277 ] {748cf1ef-1c57-48d3-b200-adf355fcdb7b} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002509 sec., 5181.347150259067 rows/sec., 9.28 MiB/sec.
8987 2024.12.19 22:27:42.786301 [ 277 ] {748cf1ef-1c57-48d3-b200-adf355fcdb7b} <Debug> TCPHandler: Processed in 0.002882913 sec.
8988 2024.12.19 22:27:42.786444 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8989 2024.12.19 22:27:42.786583 [ 278 ] {b76d4326-2a77-4de6-af5d-79a2213b1010} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8990 2024.12.19 22:27:42.786642 [ 278 ] {b76d4326-2a77-4de6-af5d-79a2213b1010} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8991 2024.12.19 22:27:42.787186 [ 278 ] {b76d4326-2a77-4de6-af5d-79a2213b1010} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8992 2024.12.19 22:27:42.787225 [ 278 ] {b76d4326-2a77-4de6-af5d-79a2213b1010} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB.
8993 2024.12.19 22:27:42.787603 [ 278 ] {b76d4326-2a77-4de6-af5d-79a2213b1010} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
8994 2024.12.19 22:27:42.787839 [ 278 ] {b76d4326-2a77-4de6-af5d-79a2213b1010} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8995 2024.12.19 22:27:42.788095 [ 278 ] {b76d4326-2a77-4de6-af5d-79a2213b1010} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001532 sec., 22193.211488250654 rows/sec., 1.29 MiB/sec.
8996 2024.12.19 22:27:42.788149 [ 278 ] {b76d4326-2a77-4de6-af5d-79a2213b1010} <Debug> TCPHandler: Processed in 0.001768038 sec.
8997 2024.12.19 22:27:43.000163 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 224.34 MiB, peak 234.84 MiB, free memory in arenas 0.00 B, will set to 222.53 MiB (RSS), difference: -1.80 MiB
8998 2024.12.19 22:27:45.779859 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 1284
8999 2024.12.19 22:27:45.783427 [ 242 ] {} <Trace> system.query_log (70720294-7ac9-485f-8b0b-2131ff2acf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9000 2024.12.19 22:27:45.783475 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB.
9001 2024.12.19 22:27:45.784965 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
9002 2024.12.19 22:27:45.785265 [ 242 ] {} <Trace> system.query_log (70720294-7ac9-485f-8b0b-2131ff2acf2b): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9003 2024.12.19 22:27:45.785515 [ 152 ] {} <Debug> system.query_log (70720294-7ac9-485f-8b0b-2131ff2acf2b) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
9004 2024.12.19 22:27:45.785653 [ 152 ] {} <Trace> system.query_log (70720294-7ac9-485f-8b0b-2131ff2acf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9005 2024.12.19 22:27:45.785754 [ 152 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB.
9006 2024.12.19 22:27:45.786233 [ 194 ] {70720294-7ac9-485f-8b0b-2131ff2acf2b::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
9007 2024.12.19 22:27:45.786703 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1284
9008 2024.12.19 22:27:45.787256 [ 194 ] {70720294-7ac9-485f-8b0b-2131ff2acf2b::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9009 2024.12.19 22:27:45.787468 [ 194 ] {70720294-7ac9-485f-8b0b-2131ff2acf2b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1080 rows starting from the beginning of the part
9010 2024.12.19 22:27:45.788127 [ 194 ] {70720294-7ac9-485f-8b0b-2131ff2acf2b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 34 rows starting from the beginning of the part
9011 2024.12.19 22:27:45.788786 [ 194 ] {70720294-7ac9-485f-8b0b-2131ff2acf2b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 56 rows starting from the beginning of the part
9012 2024.12.19 22:27:45.789393 [ 194 ] {70720294-7ac9-485f-8b0b-2131ff2acf2b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 20 rows starting from the beginning of the part
9013 2024.12.19 22:27:45.790006 [ 194 ] {70720294-7ac9-485f-8b0b-2131ff2acf2b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 36 rows starting from the beginning of the part
9014 2024.12.19 22:27:45.790603 [ 194 ] {70720294-7ac9-485f-8b0b-2131ff2acf2b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 58 rows starting from the beginning of the part
9015 2024.12.19 22:27:45.799159 [ 195 ] {70720294-7ac9-485f-8b0b-2131ff2acf2b::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1284 rows, containing 72 columns (72 merged, 0 gathered) in 0.013232108 sec., 97036.69286858905 rows/sec., 76.20 MiB/sec.
9016 2024.12.19 22:27:45.800709 [ 196 ] {70720294-7ac9-485f-8b0b-2131ff2acf2b::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
9017 2024.12.19 22:27:45.801537 [ 196 ] {70720294-7ac9-485f-8b0b-2131ff2acf2b::all_1_31_6} <Trace> system.query_log (70720294-7ac9-485f-8b0b-2131ff2acf2b): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9018 2024.12.19 22:27:45.801645 [ 196 ] {70720294-7ac9-485f-8b0b-2131ff2acf2b::all_1_31_6} <Trace> system.query_log (70720294-7ac9-485f-8b0b-2131ff2acf2b) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
9019 2024.12.19 22:27:45.801968 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.84 MiB.
9020 2024.12.19 22:27:47.087595 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9021 2024.12.19 22:27:47.087905 [ 277 ] {cd757f06-ced5-4ff8-b82d-3da3c9f8c8e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9022 2024.12.19 22:27:47.088029 [ 277 ] {cd757f06-ced5-4ff8-b82d-3da3c9f8c8e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9023 2024.12.19 22:27:47.088921 [ 277 ] {cd757f06-ced5-4ff8-b82d-3da3c9f8c8e0} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9024 2024.12.19 22:27:47.088977 [ 277 ] {cd757f06-ced5-4ff8-b82d-3da3c9f8c8e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB.
9025 2024.12.19 22:27:47.089428 [ 277 ] {cd757f06-ced5-4ff8-b82d-3da3c9f8c8e0} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
9026 2024.12.19 22:27:47.089684 [ 277 ] {cd757f06-ced5-4ff8-b82d-3da3c9f8c8e0} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9027 2024.12.19 22:27:47.089905 [ 125 ] {} <Debug> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
9028 2024.12.19 22:27:47.089968 [ 277 ] {cd757f06-ced5-4ff8-b82d-3da3c9f8c8e0} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002141 sec., 26156.001868285846 rows/sec., 2.00 MiB/sec.
9029 2024.12.19 22:27:47.090009 [ 125 ] {} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9030 2024.12.19 22:27:47.090084 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB.
9031 2024.12.19 22:27:47.090096 [ 277 ] {cd757f06-ced5-4ff8-b82d-3da3c9f8c8e0} <Debug> TCPHandler: Processed in 0.002690999 sec.
9032 2024.12.19 22:27:47.090318 [ 201 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::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
9033 2024.12.19 22:27:47.090397 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9034 2024.12.19 22:27:47.090528 [ 201 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9035 2024.12.19 22:27:47.090575 [ 201 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1432 rows starting from the beginning of the part
9036 2024.12.19 22:27:47.090614 [ 278 ] {8adcaa91-75d6-48d7-bc61-c9cbe87ccae5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9037 2024.12.19 22:27:47.090759 [ 201 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 111 rows starting from the beginning of the part
9038 2024.12.19 22:27:47.090776 [ 278 ] {8adcaa91-75d6-48d7-bc61-c9cbe87ccae5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9039 2024.12.19 22:27:47.091130 [ 201 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 229 rows starting from the beginning of the part
9040 2024.12.19 22:27:47.091304 [ 201 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 110 rows starting from the beginning of the part
9041 2024.12.19 22:27:47.091470 [ 201 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 1377 rows starting from the beginning of the part
9042 2024.12.19 22:27:47.091866 [ 201 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 56 rows starting from the beginning of the part
9043 2024.12.19 22:27:47.093199 [ 278 ] {8adcaa91-75d6-48d7-bc61-c9cbe87ccae5} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9044 2024.12.19 22:27:47.093254 [ 278 ] {8adcaa91-75d6-48d7-bc61-c9cbe87ccae5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB.
9045 2024.12.19 22:27:47.093838 [ 278 ] {8adcaa91-75d6-48d7-bc61-c9cbe87ccae5} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
9046 2024.12.19 22:27:47.094112 [ 278 ] {8adcaa91-75d6-48d7-bc61-c9cbe87ccae5} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9047 2024.12.19 22:27:47.094394 [ 125 ] {} <Debug> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
9048 2024.12.19 22:27:47.094566 [ 125 ] {} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9049 2024.12.19 22:27:47.094684 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB.
9050 2024.12.19 22:27:47.094683 [ 278 ] {8adcaa91-75d6-48d7-bc61-c9cbe87ccae5} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004097 sec., 15621.186233829632 rows/sec., 1.22 MiB/sec.
9051 2024.12.19 22:27:47.094786 [ 201 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3315 rows, containing 5 columns (5 merged, 0 gathered) in 0.004573089 sec., 724892.9552868969 rows/sec., 63.28 MiB/sec.
9052 2024.12.19 22:27:47.095054 [ 278 ] {8adcaa91-75d6-48d7-bc61-c9cbe87ccae5} <Debug> TCPHandler: Processed in 0.004797424 sec.
9053 2024.12.19 22:27:47.095264 [ 201 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
9054 2024.12.19 22:27:47.095279 [ 190 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::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
9055 2024.12.19 22:27:47.095480 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9056 2024.12.19 22:27:47.095760 [ 190 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9057 2024.12.19 22:27:47.095860 [ 190 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 914 rows starting from the beginning of the part
9058 2024.12.19 22:27:47.096343 [ 190 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 93 rows starting from the beginning of the part
9059 2024.12.19 22:27:47.096425 [ 201 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_71_14} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9060 2024.12.19 22:27:47.096837 [ 190 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 395 rows starting from the beginning of the part
9061 2024.12.19 22:27:47.097241 [ 190 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 91 rows starting from the beginning of the part
9062 2024.12.19 22:27:47.097339 [ 201 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_71_14} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
9063 2024.12.19 22:27:47.097741 [ 190 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 867 rows starting from the beginning of the part
9064 2024.12.19 22:27:47.097774 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB.
9065 2024.12.19 22:27:47.098160 [ 190 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 64 rows starting from the beginning of the part
9066 2024.12.19 22:27:47.098421 [ 277 ] {e3ef0889-472f-4688-becb-253e62a192d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9067 2024.12.19 22:27:47.098644 [ 277 ] {e3ef0889-472f-4688-becb-253e62a192d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9068 2024.12.19 22:27:47.100349 [ 277 ] {e3ef0889-472f-4688-becb-253e62a192d4} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9069 2024.12.19 22:27:47.100412 [ 277 ] {e3ef0889-472f-4688-becb-253e62a192d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB.
9070 2024.12.19 22:27:47.101168 [ 277 ] {e3ef0889-472f-4688-becb-253e62a192d4} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
9071 2024.12.19 22:27:47.101659 [ 190 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2424 rows, containing 5 columns (5 merged, 0 gathered) in 0.006818988 sec., 355477.96828503 rows/sec., 27.27 MiB/sec.
9072 2024.12.19 22:27:47.101671 [ 277 ] {e3ef0889-472f-4688-becb-253e62a192d4} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9073 2024.12.19 22:27:47.101922 [ 190 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
9074 2024.12.19 22:27:47.101934 [ 125 ] {} <Debug> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
9075 2024.12.19 22:27:47.102036 [ 125 ] {} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9076 2024.12.19 22:27:47.102110 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB.
9077 2024.12.19 22:27:47.102259 [ 277 ] {e3ef0889-472f-4688-becb-253e62a192d4} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.003995 sec., 32040.05006257822 rows/sec., 2.23 MiB/sec.
9078 2024.12.19 22:27:47.102809 [ 199 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::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
9079 2024.12.19 22:27:47.102922 [ 277 ] {e3ef0889-472f-4688-becb-253e62a192d4} <Debug> TCPHandler: Processed in 0.007680617 sec.
9080 2024.12.19 22:27:47.103226 [ 190 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_71_14} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9081 2024.12.19 22:27:47.103390 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9082 2024.12.19 22:27:47.103711 [ 190 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_71_14} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
9083 2024.12.19 22:27:47.104064 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB.
9084 2024.12.19 22:27:47.104162 [ 278 ] {6ec31037-474f-498b-a91c-2864dd697efd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9085 2024.12.19 22:27:47.104387 [ 278 ] {6ec31037-474f-498b-a91c-2864dd697efd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9086 2024.12.19 22:27:47.104535 [ 199 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9087 2024.12.19 22:27:47.104691 [ 199 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_66_13, total 20403 rows starting from the beginning of the part
9088 2024.12.19 22:27:47.105135 [ 199 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 161 rows starting from the beginning of the part
9089 2024.12.19 22:27:47.105494 [ 199 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 237 rows starting from the beginning of the part
9090 2024.12.19 22:27:47.105722 [ 199 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::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
9091 2024.12.19 22:27:47.106094 [ 199 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 963 rows starting from the beginning of the part
9092 2024.12.19 22:27:47.106396 [ 199 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 128 rows starting from the beginning of the part
9093 2024.12.19 22:27:47.106945 [ 278 ] {6ec31037-474f-498b-a91c-2864dd697efd} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9094 2024.12.19 22:27:47.107018 [ 278 ] {6ec31037-474f-498b-a91c-2864dd697efd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB.
9095 2024.12.19 22:27:47.107782 [ 278 ] {6ec31037-474f-498b-a91c-2864dd697efd} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
9096 2024.12.19 22:27:47.108122 [ 278 ] {6ec31037-474f-498b-a91c-2864dd697efd} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9097 2024.12.19 22:27:47.108353 [ 125 ] {} <Debug> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
9098 2024.12.19 22:27:47.108438 [ 125 ] {} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9099 2024.12.19 22:27:47.108497 [ 278 ] {6ec31037-474f-498b-a91c-2864dd697efd} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.004606 sec., 10421.189752496744 rows/sec., 719.17 KiB/sec.
9100 2024.12.19 22:27:47.108504 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB.
9101 2024.12.19 22:27:47.108787 [ 278 ] {6ec31037-474f-498b-a91c-2864dd697efd} <Debug> TCPHandler: Processed in 0.005688594 sec.
9102 2024.12.19 22:27:47.108949 [ 200 ] {a2784562-0832-4e33-8769-44c7df75eec1::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
9103 2024.12.19 22:27:47.109325 [ 200 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9104 2024.12.19 22:27:47.109419 [ 200 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 4024 rows starting from the beginning of the part
9105 2024.12.19 22:27:47.109684 [ 200 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 60 rows starting from the beginning of the part
9106 2024.12.19 22:27:47.109984 [ 200 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 82 rows starting from the beginning of the part
9107 2024.12.19 22:27:47.110277 [ 200 ] {a2784562-0832-4e33-8769-44c7df75eec1::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
9108 2024.12.19 22:27:47.110616 [ 200 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 34 rows starting from the beginning of the part
9109 2024.12.19 22:27:47.110954 [ 200 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 48 rows starting from the beginning of the part
9110 2024.12.19 22:27:47.114408 [ 198 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4308 rows, containing 4 columns (4 merged, 0 gathered) in 0.005747305 sec., 749568.7109001523 rows/sec., 48.85 MiB/sec.
9111 2024.12.19 22:27:47.114931 [ 198 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
9112 2024.12.19 22:27:47.115433 [ 198 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_71_14} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9113 2024.12.19 22:27:47.115530 [ 198 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_71_14} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
9114 2024.12.19 22:27:47.115634 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.94 MiB.
9115 2024.12.19 22:27:47.116214 [ 193 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 22052 rows, containing 5 columns (5 merged, 0 gathered) in 0.013986074 sec., 1576711.2343320935 rows/sec., 106.42 MiB/sec.
9116 2024.12.19 22:27:47.116732 [ 200 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
9117 2024.12.19 22:27:47.117072 [ 200 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9118 2024.12.19 22:27:47.117167 [ 200 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
9119 2024.12.19 22:27:47.117259 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.35 MiB.
9120 2024.12.19 22:27:48.000161 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 222.94 MiB, peak 234.84 MiB, free memory in arenas 0.00 B, will set to 224.70 MiB (RSS), difference: 1.76 MiB
9121 2024.12.19 22:27:48.195279 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 19764
9122 2024.12.19 22:27:48.196073 [ 244 ] {} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9123 2024.12.19 22:27:48.196117 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB.
9124 2024.12.19 22:27:48.196664 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
9125 2024.12.19 22:27:48.196929 [ 244 ] {} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9126 2024.12.19 22:27:48.197154 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19764
9127 2024.12.19 22:27:49.532213 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 324
9128 2024.12.19 22:27:49.552554 [ 243 ] {} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9129 2024.12.19 22:27:49.552607 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB.
9130 2024.12.19 22:27:49.560119 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
9131 2024.12.19 22:27:49.560874 [ 243 ] {} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9132 2024.12.19 22:27:49.564419 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 324
9133 2024.12.19 22:27:52.090524 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9134 2024.12.19 22:27:52.090739 [ 277 ] {e12ff50b-aade-42aa-95c8-79c36749c122} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9135 2024.12.19 22:27:52.090822 [ 277 ] {e12ff50b-aade-42aa-95c8-79c36749c122} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9136 2024.12.19 22:27:52.091705 [ 277 ] {e12ff50b-aade-42aa-95c8-79c36749c122} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9137 2024.12.19 22:27:52.091756 [ 277 ] {e12ff50b-aade-42aa-95c8-79c36749c122} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB.
9138 2024.12.19 22:27:52.092220 [ 277 ] {e12ff50b-aade-42aa-95c8-79c36749c122} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
9139 2024.12.19 22:27:52.092467 [ 277 ] {e12ff50b-aade-42aa-95c8-79c36749c122} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9140 2024.12.19 22:27:52.092720 [ 277 ] {e12ff50b-aade-42aa-95c8-79c36749c122} <Debug> executeQuery: Read 110 rows, 9.44 KiB in 0.002043 sec., 53842.38864415076 rows/sec., 4.51 MiB/sec.
9141 2024.12.19 22:27:52.092776 [ 277 ] {e12ff50b-aade-42aa-95c8-79c36749c122} <Debug> TCPHandler: Processed in 0.002394652 sec.
9142 2024.12.19 22:27:52.093053 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9143 2024.12.19 22:27:52.093268 [ 278 ] {e9a1a503-d88c-48b7-85cc-a41f8250a197} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9144 2024.12.19 22:27:52.093348 [ 278 ] {e9a1a503-d88c-48b7-85cc-a41f8250a197} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9145 2024.12.19 22:27:52.094091 [ 278 ] {e9a1a503-d88c-48b7-85cc-a41f8250a197} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9146 2024.12.19 22:27:52.094139 [ 278 ] {e9a1a503-d88c-48b7-85cc-a41f8250a197} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB.
9147 2024.12.19 22:27:52.094570 [ 278 ] {e9a1a503-d88c-48b7-85cc-a41f8250a197} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
9148 2024.12.19 22:27:52.094835 [ 278 ] {e9a1a503-d88c-48b7-85cc-a41f8250a197} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9149 2024.12.19 22:27:52.095081 [ 278 ] {e9a1a503-d88c-48b7-85cc-a41f8250a197} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.001874 sec., 14407.684098185699 rows/sec., 1.06 MiB/sec.
9150 2024.12.19 22:27:52.095140 [ 278 ] {e9a1a503-d88c-48b7-85cc-a41f8250a197} <Debug> TCPHandler: Processed in 0.002222918 sec.
9151 2024.12.19 22:27:52.095308 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9152 2024.12.19 22:27:52.095506 [ 277 ] {8994e060-da1b-4080-9f61-49f0983148af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9153 2024.12.19 22:27:52.095600 [ 277 ] {8994e060-da1b-4080-9f61-49f0983148af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9154 2024.12.19 22:27:52.096584 [ 277 ] {8994e060-da1b-4080-9f61-49f0983148af} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9155 2024.12.19 22:27:52.096624 [ 277 ] {8994e060-da1b-4080-9f61-49f0983148af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB.
9156 2024.12.19 22:27:52.096997 [ 277 ] {8994e060-da1b-4080-9f61-49f0983148af} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
9157 2024.12.19 22:27:52.097235 [ 277 ] {8994e060-da1b-4080-9f61-49f0983148af} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9158 2024.12.19 22:27:52.097479 [ 277 ] {8994e060-da1b-4080-9f61-49f0983148af} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.00203 sec., 44827.58620689655 rows/sec., 3.50 MiB/sec.
9159 2024.12.19 22:27:52.097568 [ 277 ] {8994e060-da1b-4080-9f61-49f0983148af} <Debug> TCPHandler: Processed in 0.002327801 sec.
9160 2024.12.19 22:27:52.097774 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9161 2024.12.19 22:27:52.097938 [ 278 ] {853bb849-92d9-4d33-af80-da74d99d53aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9162 2024.12.19 22:27:52.098003 [ 278 ] {853bb849-92d9-4d33-af80-da74d99d53aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9163 2024.12.19 22:27:52.098613 [ 278 ] {853bb849-92d9-4d33-af80-da74d99d53aa} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9164 2024.12.19 22:27:52.098651 [ 278 ] {853bb849-92d9-4d33-af80-da74d99d53aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB.
9165 2024.12.19 22:27:52.099055 [ 278 ] {853bb849-92d9-4d33-af80-da74d99d53aa} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
9166 2024.12.19 22:27:52.099297 [ 278 ] {853bb849-92d9-4d33-af80-da74d99d53aa} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9167 2024.12.19 22:27:52.099540 [ 278 ] {853bb849-92d9-4d33-af80-da74d99d53aa} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001631 sec., 98099.32556713672 rows/sec., 6.83 MiB/sec.
9168 2024.12.19 22:27:52.099629 [ 278 ] {853bb849-92d9-4d33-af80-da74d99d53aa} <Debug> TCPHandler: Processed in 0.001958423 sec.
9169 2024.12.19 22:27:52.099852 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9170 2024.12.19 22:27:52.100033 [ 277 ] {679cc759-2a93-41d9-b274-99d833f19141} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
9171 2024.12.19 22:27:52.100132 [ 277 ] {679cc759-2a93-41d9-b274-99d833f19141} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
9172 2024.12.19 22:27:52.101344 [ 277 ] {679cc759-2a93-41d9-b274-99d833f19141} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9173 2024.12.19 22:27:52.101384 [ 277 ] {679cc759-2a93-41d9-b274-99d833f19141} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB.
9174 2024.12.19 22:27:52.102038 [ 277 ] {679cc759-2a93-41d9-b274-99d833f19141} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
9175 2024.12.19 22:27:52.102305 [ 277 ] {679cc759-2a93-41d9-b274-99d833f19141} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9176 2024.12.19 22:27:52.102495 [ 75 ] {} <Debug> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
9177 2024.12.19 22:27:52.102576 [ 277 ] {679cc759-2a93-41d9-b274-99d833f19141} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002571 sec., 10501.750291715287 rows/sec., 18.82 MiB/sec.
9178 2024.12.19 22:27:52.102586 [ 75 ] {} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9179 2024.12.19 22:27:52.102669 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB.
9180 2024.12.19 22:27:52.103077 [ 277 ] {679cc759-2a93-41d9-b274-99d833f19141} <Debug> TCPHandler: Processed in 0.003355833 sec.
9181 2024.12.19 22:27:52.103152 [ 189 ] {cbc455e9-47de-4677-931e-ce7496b93cef::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
9182 2024.12.19 22:27:52.103440 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9183 2024.12.19 22:27:52.103816 [ 278 ] {2ce8e66c-09fd-40ff-a510-f6c151af7334} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9184 2024.12.19 22:27:52.103954 [ 278 ] {2ce8e66c-09fd-40ff-a510-f6c151af7334} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9185 2024.12.19 22:27:52.104206 [ 189 ] {cbc455e9-47de-4677-931e-ce7496b93cef::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9186 2024.12.19 22:27:52.104334 [ 189 ] {cbc455e9-47de-4677-931e-ce7496b93cef::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 940 rows starting from the beginning of the part
9187 2024.12.19 22:27:52.104925 [ 189 ] {cbc455e9-47de-4677-931e-ce7496b93cef::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
9188 2024.12.19 22:27:52.105540 [ 278 ] {2ce8e66c-09fd-40ff-a510-f6c151af7334} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9189 2024.12.19 22:27:52.105549 [ 189 ] {cbc455e9-47de-4677-931e-ce7496b93cef::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 13 rows starting from the beginning of the part
9190 2024.12.19 22:27:52.105587 [ 278 ] {2ce8e66c-09fd-40ff-a510-f6c151af7334} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB.
9191 2024.12.19 22:27:52.106080 [ 189 ] {cbc455e9-47de-4677-931e-ce7496b93cef::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
9192 2024.12.19 22:27:52.106648 [ 189 ] {cbc455e9-47de-4677-931e-ce7496b93cef::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 13 rows starting from the beginning of the part
9193 2024.12.19 22:27:52.106750 [ 278 ] {2ce8e66c-09fd-40ff-a510-f6c151af7334} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
9194 2024.12.19 22:27:52.107080 [ 189 ] {cbc455e9-47de-4677-931e-ce7496b93cef::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
9195 2024.12.19 22:27:52.107485 [ 278 ] {2ce8e66c-09fd-40ff-a510-f6c151af7334} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9196 2024.12.19 22:27:52.107876 [ 278 ] {2ce8e66c-09fd-40ff-a510-f6c151af7334} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004149 sec., 14461.315979754158 rows/sec., 997.98 KiB/sec.
9197 2024.12.19 22:27:52.107975 [ 278 ] {2ce8e66c-09fd-40ff-a510-f6c151af7334} <Debug> TCPHandler: Processed in 0.004756804 sec.
9198 2024.12.19 22:27:52.114081 [ 200 ] {cbc455e9-47de-4677-931e-ce7496b93cef::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1047 rows, containing 19 columns (19 merged, 0 gathered) in 0.011271485 sec., 92889.26880530827 rows/sec., 166.45 MiB/sec.
9199 2024.12.19 22:27:52.115220 [ 200 ] {cbc455e9-47de-4677-931e-ce7496b93cef::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
9200 2024.12.19 22:27:52.115687 [ 200 ] {cbc455e9-47de-4677-931e-ce7496b93cef::all_1_56_11} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9201 2024.12.19 22:27:52.115785 [ 200 ] {cbc455e9-47de-4677-931e-ce7496b93cef::all_1_56_11} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
9202 2024.12.19 22:27:52.115958 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.38 MiB.
9203 2024.12.19 22:27:53.000224 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 225.56 MiB, peak 234.84 MiB, free memory in arenas 0.00 B, will set to 227.99 MiB (RSS), difference: 2.43 MiB
9204 2024.12.19 22:27:53.641823 [ 86 ] {} <Debug> oximeter.fields_ipaddr (15c96da1-d320-4880-85e7-7388ae0c0cda) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0
9205 2024.12.19 22:27:53.641897 [ 86 ] {} <Trace> oximeter.fields_ipaddr (15c96da1-d320-4880-85e7-7388ae0c0cda): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9206 2024.12.19 22:27:53.641924 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB.
9207 2024.12.19 22:27:53.642130 [ 186 ] {15c96da1-d320-4880-85e7-7388ae0c0cda::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
9208 2024.12.19 22:27:53.642418 [ 186 ] {15c96da1-d320-4880-85e7-7388ae0c0cda::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9209 2024.12.19 22:27:53.642460 [ 186 ] {15c96da1-d320-4880-85e7-7388ae0c0cda::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
9210 2024.12.19 22:27:53.642543 [ 186 ] {15c96da1-d320-4880-85e7-7388ae0c0cda::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 2 rows starting from the beginning of the part
9211 2024.12.19 22:27:53.642728 [ 186 ] {15c96da1-d320-4880-85e7-7388ae0c0cda::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 16 rows starting from the beginning of the part
9212 2024.12.19 22:27:53.643016 [ 186 ] {15c96da1-d320-4880-85e7-7388ae0c0cda::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 2 rows starting from the beginning of the part
9213 2024.12.19 22:27:53.643253 [ 186 ] {15c96da1-d320-4880-85e7-7388ae0c0cda::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 16 rows starting from the beginning of the part
9214 2024.12.19 22:27:53.644301 [ 188 ] {15c96da1-d320-4880-85e7-7388ae0c0cda::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 54 rows, containing 5 columns (5 merged, 0 gathered) in 0.002308431 sec., 23392.512056890588 rows/sec., 1.95 MiB/sec.
9215 2024.12.19 22:27:53.644505 [ 197 ] {15c96da1-d320-4880-85e7-7388ae0c0cda::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary)
9216 2024.12.19 22:27:53.644877 [ 197 ] {15c96da1-d320-4880-85e7-7388ae0c0cda::all_1_9_2} <Trace> oximeter.fields_ipaddr (15c96da1-d320-4880-85e7-7388ae0c0cda): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9217 2024.12.19 22:27:53.644978 [ 197 ] {15c96da1-d320-4880-85e7-7388ae0c0cda::all_1_9_2} <Trace> oximeter.fields_ipaddr (15c96da1-d320-4880-85e7-7388ae0c0cda) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2
9218 2024.12.19 22:27:53.645088 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
9219 2024.12.19 22:27:55.528473 [ 40 ] {} <Debug> DNSResolver: Updating DNS cache
9220 2024.12.19 22:27:55.528538 [ 40 ] {} <Debug> DNSResolver: Updated DNS cache
9221 2024.12.19 22:27:55.697310 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 20191
9222 2024.12.19 22:27:55.698119 [ 244 ] {} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9223 2024.12.19 22:27:55.698178 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB.
9224 2024.12.19 22:27:55.698731 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
9225 2024.12.19 22:27:55.698983 [ 244 ] {} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9226 2024.12.19 22:27:55.699250 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20191
9227 2024.12.19 22:27:55.787983 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1304
9228 2024.12.19 22:27:55.790756 [ 242 ] {} <Trace> system.query_log (70720294-7ac9-485f-8b0b-2131ff2acf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9229 2024.12.19 22:27:55.790805 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB.
9230 2024.12.19 22:27:55.792260 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
9231 2024.12.19 22:27:55.792560 [ 242 ] {} <Trace> system.query_log (70720294-7ac9-485f-8b0b-2131ff2acf2b): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9232 2024.12.19 22:27:55.793035 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1304
9233 2024.12.19 22:27:57.065470 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 332
9234 2024.12.19 22:27:57.086569 [ 243 ] {} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9235 2024.12.19 22:27:57.086626 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB.
9236 2024.12.19 22:27:57.092989 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9237 2024.12.19 22:27:57.093453 [ 277 ] {d679bd93-a386-4688-84cf-f32b9d09690f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
9238 2024.12.19 22:27:57.093636 [ 277 ] {d679bd93-a386-4688-84cf-f32b9d09690f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
9239 2024.12.19 22:27:57.095137 [ 277 ] {d679bd93-a386-4688-84cf-f32b9d09690f} <Trace> oximeter.fields_i16 (8b34b429-6d62-480d-bd41-33dce3ff3ffb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9240 2024.12.19 22:27:57.095188 [ 277 ] {d679bd93-a386-4688-84cf-f32b9d09690f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB.
9241 2024.12.19 22:27:57.095900 [ 277 ] {d679bd93-a386-4688-84cf-f32b9d09690f} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
9242 2024.12.19 22:27:57.096103 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
9243 2024.12.19 22:27:57.096230 [ 277 ] {d679bd93-a386-4688-84cf-f32b9d09690f} <Trace> oximeter.fields_i16 (8b34b429-6d62-480d-bd41-33dce3ff3ffb): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9244 2024.12.19 22:27:57.096604 [ 277 ] {d679bd93-a386-4688-84cf-f32b9d09690f} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.003304 sec., 4237.28813559322 rows/sec., 305.03 KiB/sec.
9245 2024.12.19 22:27:57.096989 [ 277 ] {d679bd93-a386-4688-84cf-f32b9d09690f} <Debug> TCPHandler: Processed in 0.004157261 sec.
9246 2024.12.19 22:27:57.097465 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9247 2024.12.19 22:27:57.097930 [ 278 ] {162cd7a4-3989-46f6-b2ef-1768b8e8fd5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9248 2024.12.19 22:27:57.098102 [ 278 ] {162cd7a4-3989-46f6-b2ef-1768b8e8fd5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9249 2024.12.19 22:27:57.099045 [ 243 ] {} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9250 2024.12.19 22:27:57.101881 [ 278 ] {162cd7a4-3989-46f6-b2ef-1768b8e8fd5e} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9251 2024.12.19 22:27:57.102023 [ 278 ] {162cd7a4-3989-46f6-b2ef-1768b8e8fd5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB.
9252 2024.12.19 22:27:57.103657 [ 278 ] {162cd7a4-3989-46f6-b2ef-1768b8e8fd5e} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
9253 2024.12.19 22:27:57.104519 [ 278 ] {162cd7a4-3989-46f6-b2ef-1768b8e8fd5e} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9254 2024.12.19 22:27:57.105642 [ 278 ] {162cd7a4-3989-46f6-b2ef-1768b8e8fd5e} <Debug> executeQuery: Read 229 rows, 20.51 KiB in 0.007849 sec., 29175.69117084979 rows/sec., 2.55 MiB/sec.
9255 2024.12.19 22:27:57.106036 [ 278 ] {162cd7a4-3989-46f6-b2ef-1768b8e8fd5e} <Debug> TCPHandler: Processed in 0.008838093 sec.
9256 2024.12.19 22:27:57.106323 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9257 2024.12.19 22:27:57.106569 [ 277 ] {564e822f-7634-41f3-948e-85dcb1ac6f88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9258 2024.12.19 22:27:57.106662 [ 277 ] {564e822f-7634-41f3-948e-85dcb1ac6f88} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9259 2024.12.19 22:27:57.108455 [ 277 ] {564e822f-7634-41f3-948e-85dcb1ac6f88} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9260 2024.12.19 22:27:57.108524 [ 277 ] {564e822f-7634-41f3-948e-85dcb1ac6f88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB.
9261 2024.12.19 22:27:57.109328 [ 277 ] {564e822f-7634-41f3-948e-85dcb1ac6f88} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
9262 2024.12.19 22:27:57.109853 [ 277 ] {564e822f-7634-41f3-948e-85dcb1ac6f88} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9263 2024.12.19 22:27:57.110006 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 332
9264 2024.12.19 22:27:57.110200 [ 277 ] {564e822f-7634-41f3-948e-85dcb1ac6f88} <Debug> executeQuery: Read 20 rows, 1.43 KiB in 0.003693 sec., 5415.651232060655 rows/sec., 388.19 KiB/sec.
9265 2024.12.19 22:27:57.110260 [ 277 ] {564e822f-7634-41f3-948e-85dcb1ac6f88} <Debug> TCPHandler: Processed in 0.004090039 sec.
9266 2024.12.19 22:27:57.110449 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9267 2024.12.19 22:27:57.110578 [ 278 ] {12addb03-2d60-43d9-a403-c8c6b23d91b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
9268 2024.12.19 22:27:57.110632 [ 278 ] {12addb03-2d60-43d9-a403-c8c6b23d91b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
9269 2024.12.19 22:27:57.111250 [ 278 ] {12addb03-2d60-43d9-a403-c8c6b23d91b9} <Trace> oximeter.fields_u32 (96604386-977a-478c-b894-f09eb465191c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9270 2024.12.19 22:27:57.111291 [ 278 ] {12addb03-2d60-43d9-a403-c8c6b23d91b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB.
9271 2024.12.19 22:27:57.111680 [ 278 ] {12addb03-2d60-43d9-a403-c8c6b23d91b9} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
9272 2024.12.19 22:27:57.111936 [ 278 ] {12addb03-2d60-43d9-a403-c8c6b23d91b9} <Trace> oximeter.fields_u32 (96604386-977a-478c-b894-f09eb465191c): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9273 2024.12.19 22:27:57.112158 [ 278 ] {12addb03-2d60-43d9-a403-c8c6b23d91b9} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001611 sec., 8690.254500310366 rows/sec., 608.61 KiB/sec.
9274 2024.12.19 22:27:57.112212 [ 278 ] {12addb03-2d60-43d9-a403-c8c6b23d91b9} <Debug> TCPHandler: Processed in 0.001822159 sec.
9275 2024.12.19 22:27:57.112349 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9276 2024.12.19 22:27:57.112469 [ 277 ] {d04f36a8-8b86-482b-a59f-07b5973415b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
9277 2024.12.19 22:27:57.112527 [ 277 ] {d04f36a8-8b86-482b-a59f-07b5973415b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
9278 2024.12.19 22:27:57.113577 [ 277 ] {d04f36a8-8b86-482b-a59f-07b5973415b5} <Trace> oximeter.fields_u8 (74ab6f56-b776-4e15-89eb-af2ec1acc724): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9279 2024.12.19 22:27:57.113617 [ 277 ] {d04f36a8-8b86-482b-a59f-07b5973415b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB.
9280 2024.12.19 22:27:57.113974 [ 277 ] {d04f36a8-8b86-482b-a59f-07b5973415b5} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
9281 2024.12.19 22:27:57.114208 [ 277 ] {d04f36a8-8b86-482b-a59f-07b5973415b5} <Trace> oximeter.fields_u8 (74ab6f56-b776-4e15-89eb-af2ec1acc724): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9282 2024.12.19 22:27:57.114446 [ 277 ] {d04f36a8-8b86-482b-a59f-07b5973415b5} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.002 sec., 6500 rows/sec., 405.27 KiB/sec.
9283 2024.12.19 22:27:57.114509 [ 277 ] {d04f36a8-8b86-482b-a59f-07b5973415b5} <Debug> TCPHandler: Processed in 0.002215279 sec.
9284 2024.12.19 22:27:57.114703 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9285 2024.12.19 22:27:57.114830 [ 278 ] {800a0761-9f6c-4e2c-84c9-a10909beffe6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9286 2024.12.19 22:27:57.114878 [ 278 ] {800a0761-9f6c-4e2c-84c9-a10909beffe6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9287 2024.12.19 22:27:57.115662 [ 278 ] {800a0761-9f6c-4e2c-84c9-a10909beffe6} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9288 2024.12.19 22:27:57.115702 [ 278 ] {800a0761-9f6c-4e2c-84c9-a10909beffe6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB.
9289 2024.12.19 22:27:57.116089 [ 278 ] {800a0761-9f6c-4e2c-84c9-a10909beffe6} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
9290 2024.12.19 22:27:57.116352 [ 278 ] {800a0761-9f6c-4e2c-84c9-a10909beffe6} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9291 2024.12.19 22:27:57.116571 [ 278 ] {800a0761-9f6c-4e2c-84c9-a10909beffe6} <Debug> executeQuery: Read 395 rows, 28.72 KiB in 0.001766 sec., 223669.30917327292 rows/sec., 15.88 MiB/sec.
9292 2024.12.19 22:27:57.116627 [ 278 ] {800a0761-9f6c-4e2c-84c9-a10909beffe6} <Debug> TCPHandler: Processed in 0.002033554 sec.
9293 2024.12.19 22:27:57.116789 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9294 2024.12.19 22:27:57.116930 [ 277 ] {e8fcf7af-7161-465a-af7b-7a03ae5a5ca6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
9295 2024.12.19 22:27:57.116991 [ 277 ] {e8fcf7af-7161-465a-af7b-7a03ae5a5ca6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
9296 2024.12.19 22:27:57.117559 [ 277 ] {e8fcf7af-7161-465a-af7b-7a03ae5a5ca6} <Trace> oximeter.measurements_bool (164ca455-e956-4308-a817-eda615c184e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9297 2024.12.19 22:27:57.117599 [ 277 ] {e8fcf7af-7161-465a-af7b-7a03ae5a5ca6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB.
9298 2024.12.19 22:27:57.117968 [ 277 ] {e8fcf7af-7161-465a-af7b-7a03ae5a5ca6} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
9299 2024.12.19 22:27:57.118213 [ 277 ] {e8fcf7af-7161-465a-af7b-7a03ae5a5ca6} <Trace> oximeter.measurements_bool (164ca455-e956-4308-a817-eda615c184e9): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9300 2024.12.19 22:27:57.118476 [ 277 ] {e8fcf7af-7161-465a-af7b-7a03ae5a5ca6} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001568 sec., 3826.5306122448983 rows/sec., 199.92 KiB/sec.
9301 2024.12.19 22:27:57.118596 [ 277 ] {e8fcf7af-7161-465a-af7b-7a03ae5a5ca6} <Debug> TCPHandler: Processed in 0.001870361 sec.
9302 2024.12.19 22:27:57.118816 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9303 2024.12.19 22:27:57.118942 [ 278 ] {b1b78020-3394-44dc-b23e-7641104334de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9304 2024.12.19 22:27:57.118995 [ 278 ] {b1b78020-3394-44dc-b23e-7641104334de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9305 2024.12.19 22:27:57.119584 [ 278 ] {b1b78020-3394-44dc-b23e-7641104334de} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9306 2024.12.19 22:27:57.119624 [ 278 ] {b1b78020-3394-44dc-b23e-7641104334de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB.
9307 2024.12.19 22:27:57.120063 [ 278 ] {b1b78020-3394-44dc-b23e-7641104334de} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
9308 2024.12.19 22:27:57.120326 [ 278 ] {b1b78020-3394-44dc-b23e-7641104334de} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9309 2024.12.19 22:27:57.120574 [ 278 ] {b1b78020-3394-44dc-b23e-7641104334de} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001651 sec., 143549.36402180497 rows/sec., 9.62 MiB/sec.
9310 2024.12.19 22:27:57.120646 [ 278 ] {b1b78020-3394-44dc-b23e-7641104334de} <Debug> TCPHandler: Processed in 0.001946522 sec.
9311 2024.12.19 22:27:57.120860 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9312 2024.12.19 22:27:57.121015 [ 277 ] {dd3d6209-5dc6-4556-9b67-8de4249c7ac1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
9313 2024.12.19 22:27:57.121075 [ 277 ] {dd3d6209-5dc6-4556-9b67-8de4249c7ac1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
9314 2024.12.19 22:27:57.121611 [ 277 ] {dd3d6209-5dc6-4556-9b67-8de4249c7ac1} <Trace> oximeter.measurements_f64 (f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9315 2024.12.19 22:27:57.121650 [ 277 ] {dd3d6209-5dc6-4556-9b67-8de4249c7ac1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB.
9316 2024.12.19 22:27:57.122004 [ 277 ] {dd3d6209-5dc6-4556-9b67-8de4249c7ac1} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
9317 2024.12.19 22:27:57.122241 [ 277 ] {dd3d6209-5dc6-4556-9b67-8de4249c7ac1} <Trace> oximeter.measurements_f64 (f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9318 2024.12.19 22:27:57.122515 [ 277 ] {dd3d6209-5dc6-4556-9b67-8de4249c7ac1} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00153 sec., 653.5947712418301 rows/sec., 44.04 KiB/sec.
9319 2024.12.19 22:27:57.122712 [ 277 ] {dd3d6209-5dc6-4556-9b67-8de4249c7ac1} <Debug> TCPHandler: Processed in 0.001959113 sec.
9320 2024.12.19 22:27:57.122913 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9321 2024.12.19 22:27:57.123028 [ 278 ] {82ea68ac-3b84-4a80-b841-101044c3ffc6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
9322 2024.12.19 22:27:57.123111 [ 278 ] {82ea68ac-3b84-4a80-b841-101044c3ffc6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
9323 2024.12.19 22:27:57.124259 [ 278 ] {82ea68ac-3b84-4a80-b841-101044c3ffc6} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9324 2024.12.19 22:27:57.124299 [ 278 ] {82ea68ac-3b84-4a80-b841-101044c3ffc6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB.
9325 2024.12.19 22:27:57.124940 [ 278 ] {82ea68ac-3b84-4a80-b841-101044c3ffc6} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
9326 2024.12.19 22:27:57.125210 [ 278 ] {82ea68ac-3b84-4a80-b841-101044c3ffc6} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9327 2024.12.19 22:27:57.125492 [ 278 ] {82ea68ac-3b84-4a80-b841-101044c3ffc6} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002488 sec., 5225.080385852089 rows/sec., 9.36 MiB/sec.
9328 2024.12.19 22:27:57.126136 [ 278 ] {82ea68ac-3b84-4a80-b841-101044c3ffc6} <Debug> TCPHandler: Processed in 0.003313043 sec.
9329 2024.12.19 22:27:57.126478 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9330 2024.12.19 22:27:57.126660 [ 277 ] {cd8ebe7d-c738-4a71-b1bd-54cd9805b7cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9331 2024.12.19 22:27:57.126719 [ 277 ] {cd8ebe7d-c738-4a71-b1bd-54cd9805b7cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9332 2024.12.19 22:27:57.127279 [ 277 ] {cd8ebe7d-c738-4a71-b1bd-54cd9805b7cc} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9333 2024.12.19 22:27:57.127324 [ 277 ] {cd8ebe7d-c738-4a71-b1bd-54cd9805b7cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB.
9334 2024.12.19 22:27:57.127726 [ 277 ] {cd8ebe7d-c738-4a71-b1bd-54cd9805b7cc} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
9335 2024.12.19 22:27:57.127964 [ 277 ] {cd8ebe7d-c738-4a71-b1bd-54cd9805b7cc} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9336 2024.12.19 22:27:57.128175 [ 277 ] {cd8ebe7d-c738-4a71-b1bd-54cd9805b7cc} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001545 sec., 53074.43365695793 rows/sec., 3.37 MiB/sec.
9337 2024.12.19 22:27:57.128224 [ 277 ] {cd8ebe7d-c738-4a71-b1bd-54cd9805b7cc} <Debug> TCPHandler: Processed in 0.001924692 sec.
9338 2024.12.19 22:27:58.000168 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 229.30 MiB, peak 234.84 MiB, free memory in arenas 0.00 B, will set to 228.02 MiB (RSS), difference: -1.28 MiB
9339 2024.12.19 22:28:02.089525 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9340 2024.12.19 22:28:02.089758 [ 277 ] {c914c7d5-a972-4d18-ae89-e61fd5b378ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9341 2024.12.19 22:28:02.089842 [ 277 ] {c914c7d5-a972-4d18-ae89-e61fd5b378ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9342 2024.12.19 22:28:02.090767 [ 277 ] {c914c7d5-a972-4d18-ae89-e61fd5b378ea} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9343 2024.12.19 22:28:02.090822 [ 277 ] {c914c7d5-a972-4d18-ae89-e61fd5b378ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB.
9344 2024.12.19 22:28:02.091269 [ 277 ] {c914c7d5-a972-4d18-ae89-e61fd5b378ea} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
9345 2024.12.19 22:28:02.091515 [ 277 ] {c914c7d5-a972-4d18-ae89-e61fd5b378ea} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9346 2024.12.19 22:28:02.091772 [ 277 ] {c914c7d5-a972-4d18-ae89-e61fd5b378ea} <Debug> executeQuery: Read 110 rows, 9.44 KiB in 0.002075 sec., 53012.048192771086 rows/sec., 4.44 MiB/sec.
9347 2024.12.19 22:28:02.091840 [ 277 ] {c914c7d5-a972-4d18-ae89-e61fd5b378ea} <Debug> TCPHandler: Processed in 0.002456563 sec.
9348 2024.12.19 22:28:02.092097 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9349 2024.12.19 22:28:02.092298 [ 278 ] {c098e26e-bdec-4133-9be1-59c0dabe2c28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9350 2024.12.19 22:28:02.092373 [ 278 ] {c098e26e-bdec-4133-9be1-59c0dabe2c28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9351 2024.12.19 22:28:02.093135 [ 278 ] {c098e26e-bdec-4133-9be1-59c0dabe2c28} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9352 2024.12.19 22:28:02.093187 [ 278 ] {c098e26e-bdec-4133-9be1-59c0dabe2c28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB.
9353 2024.12.19 22:28:02.093611 [ 278 ] {c098e26e-bdec-4133-9be1-59c0dabe2c28} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
9354 2024.12.19 22:28:02.093871 [ 278 ] {c098e26e-bdec-4133-9be1-59c0dabe2c28} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9355 2024.12.19 22:28:02.094122 [ 278 ] {c098e26e-bdec-4133-9be1-59c0dabe2c28} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.001879 sec., 14369.345396487493 rows/sec., 1.06 MiB/sec.
9356 2024.12.19 22:28:02.094184 [ 278 ] {c098e26e-bdec-4133-9be1-59c0dabe2c28} <Debug> TCPHandler: Processed in 0.002224838 sec.
9357 2024.12.19 22:28:02.094391 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9358 2024.12.19 22:28:02.094538 [ 277 ] {82e9bdd5-62a0-4dea-bf25-3a5d55f89e44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9359 2024.12.19 22:28:02.094600 [ 277 ] {82e9bdd5-62a0-4dea-bf25-3a5d55f89e44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9360 2024.12.19 22:28:02.095242 [ 277 ] {82e9bdd5-62a0-4dea-bf25-3a5d55f89e44} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9361 2024.12.19 22:28:02.095284 [ 277 ] {82e9bdd5-62a0-4dea-bf25-3a5d55f89e44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB.
9362 2024.12.19 22:28:02.095653 [ 277 ] {82e9bdd5-62a0-4dea-bf25-3a5d55f89e44} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
9363 2024.12.19 22:28:02.095883 [ 277 ] {82e9bdd5-62a0-4dea-bf25-3a5d55f89e44} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9364 2024.12.19 22:28:02.096110 [ 277 ] {82e9bdd5-62a0-4dea-bf25-3a5d55f89e44} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001608 sec., 56592.03980099502 rows/sec., 4.42 MiB/sec.
9365 2024.12.19 22:28:02.096165 [ 277 ] {82e9bdd5-62a0-4dea-bf25-3a5d55f89e44} <Debug> TCPHandler: Processed in 0.001879481 sec.
9366 2024.12.19 22:28:02.096325 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9367 2024.12.19 22:28:02.096474 [ 278 ] {a430c2c2-63ba-4c2d-b7d5-dd02267b66e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9368 2024.12.19 22:28:02.096539 [ 278 ] {a430c2c2-63ba-4c2d-b7d5-dd02267b66e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9369 2024.12.19 22:28:02.097147 [ 278 ] {a430c2c2-63ba-4c2d-b7d5-dd02267b66e2} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9370 2024.12.19 22:28:02.097187 [ 278 ] {a430c2c2-63ba-4c2d-b7d5-dd02267b66e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB.
9371 2024.12.19 22:28:02.097593 [ 278 ] {a430c2c2-63ba-4c2d-b7d5-dd02267b66e2} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
9372 2024.12.19 22:28:02.097841 [ 278 ] {a430c2c2-63ba-4c2d-b7d5-dd02267b66e2} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9373 2024.12.19 22:28:02.098056 [ 278 ] {a430c2c2-63ba-4c2d-b7d5-dd02267b66e2} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001615 sec., 99071.20743034057 rows/sec., 6.90 MiB/sec.
9374 2024.12.19 22:28:02.098111 [ 278 ] {a430c2c2-63ba-4c2d-b7d5-dd02267b66e2} <Debug> TCPHandler: Processed in 0.001852221 sec.
9375 2024.12.19 22:28:02.098262 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9376 2024.12.19 22:28:02.098402 [ 277 ] {197ee286-f665-4003-b04f-666de4b412c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
9377 2024.12.19 22:28:02.098496 [ 277 ] {197ee286-f665-4003-b04f-666de4b412c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
9378 2024.12.19 22:28:02.099667 [ 277 ] {197ee286-f665-4003-b04f-666de4b412c9} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9379 2024.12.19 22:28:02.099706 [ 277 ] {197ee286-f665-4003-b04f-666de4b412c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB.
9380 2024.12.19 22:28:02.100357 [ 277 ] {197ee286-f665-4003-b04f-666de4b412c9} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
9381 2024.12.19 22:28:02.100621 [ 277 ] {197ee286-f665-4003-b04f-666de4b412c9} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9382 2024.12.19 22:28:02.100872 [ 277 ] {197ee286-f665-4003-b04f-666de4b412c9} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002501 sec., 10795.681727309076 rows/sec., 19.35 MiB/sec.
9383 2024.12.19 22:28:02.100985 [ 277 ] {197ee286-f665-4003-b04f-666de4b412c9} <Debug> TCPHandler: Processed in 0.002788291 sec.
9384 2024.12.19 22:28:02.101125 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9385 2024.12.19 22:28:02.101244 [ 278 ] {2ccc5799-2b24-439a-b89e-cab8d32f5317} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9386 2024.12.19 22:28:02.101296 [ 278 ] {2ccc5799-2b24-439a-b89e-cab8d32f5317} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9387 2024.12.19 22:28:02.101799 [ 278 ] {2ccc5799-2b24-439a-b89e-cab8d32f5317} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9388 2024.12.19 22:28:02.101839 [ 278 ] {2ccc5799-2b24-439a-b89e-cab8d32f5317} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB.
9389 2024.12.19 22:28:02.102212 [ 278 ] {2ccc5799-2b24-439a-b89e-cab8d32f5317} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
9390 2024.12.19 22:28:02.102448 [ 278 ] {2ccc5799-2b24-439a-b89e-cab8d32f5317} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9391 2024.12.19 22:28:02.102677 [ 278 ] {2ccc5799-2b24-439a-b89e-cab8d32f5317} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001452 sec., 41322.31404958678 rows/sec., 2.78 MiB/sec.
9392 2024.12.19 22:28:02.102776 [ 278 ] {2ccc5799-2b24-439a-b89e-cab8d32f5317} <Debug> TCPHandler: Processed in 0.001698087 sec.
9393 2024.12.19 22:28:03.200349 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 20679
9394 2024.12.19 22:28:03.201023 [ 244 ] {} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9395 2024.12.19 22:28:03.201066 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB.
9396 2024.12.19 22:28:03.201587 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
9397 2024.12.19 22:28:03.201844 [ 244 ] {} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9398 2024.12.19 22:28:03.202145 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20679
9399 2024.12.19 22:28:04.611045 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 340
9400 2024.12.19 22:28:04.633160 [ 243 ] {} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9401 2024.12.19 22:28:04.633220 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB.
9402 2024.12.19 22:28:04.640575 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
9403 2024.12.19 22:28:04.641343 [ 243 ] {} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9404 2024.12.19 22:28:04.645447 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 340
9405 2024.12.19 22:28:05.794146 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1338
9406 2024.12.19 22:28:05.797242 [ 242 ] {} <Trace> system.query_log (70720294-7ac9-485f-8b0b-2131ff2acf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9407 2024.12.19 22:28:05.797293 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB.
9408 2024.12.19 22:28:05.798783 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
9409 2024.12.19 22:28:05.799087 [ 242 ] {} <Trace> system.query_log (70720294-7ac9-485f-8b0b-2131ff2acf2b): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9410 2024.12.19 22:28:05.800290 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1338
9411 2024.12.19 22:28:07.094332 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9412 2024.12.19 22:28:07.094566 [ 277 ] {eed1cd40-a832-4637-a92e-d294609a8a0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
9413 2024.12.19 22:28:07.094651 [ 277 ] {eed1cd40-a832-4637-a92e-d294609a8a0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
9414 2024.12.19 22:28:07.095417 [ 277 ] {eed1cd40-a832-4637-a92e-d294609a8a0c} <Trace> oximeter.fields_i16 (8b34b429-6d62-480d-bd41-33dce3ff3ffb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9415 2024.12.19 22:28:07.095469 [ 277 ] {eed1cd40-a832-4637-a92e-d294609a8a0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB.
9416 2024.12.19 22:28:07.095910 [ 277 ] {eed1cd40-a832-4637-a92e-d294609a8a0c} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
9417 2024.12.19 22:28:07.096168 [ 277 ] {eed1cd40-a832-4637-a92e-d294609a8a0c} <Trace> oximeter.fields_i16 (8b34b429-6d62-480d-bd41-33dce3ff3ffb): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9418 2024.12.19 22:28:07.096398 [ 277 ] {eed1cd40-a832-4637-a92e-d294609a8a0c} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00189 sec., 7407.407407407408 rows/sec., 533.23 KiB/sec.
9419 2024.12.19 22:28:07.096521 [ 277 ] {eed1cd40-a832-4637-a92e-d294609a8a0c} <Debug> TCPHandler: Processed in 0.00232769 sec.
9420 2024.12.19 22:28:07.096797 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9421 2024.12.19 22:28:07.096996 [ 278 ] {be6e26eb-2503-408c-b77a-ea9036b3c1da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9422 2024.12.19 22:28:07.097078 [ 278 ] {be6e26eb-2503-408c-b77a-ea9036b3c1da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9423 2024.12.19 22:28:07.097937 [ 278 ] {be6e26eb-2503-408c-b77a-ea9036b3c1da} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9424 2024.12.19 22:28:07.097987 [ 278 ] {be6e26eb-2503-408c-b77a-ea9036b3c1da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB.
9425 2024.12.19 22:28:07.098467 [ 278 ] {be6e26eb-2503-408c-b77a-ea9036b3c1da} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
9426 2024.12.19 22:28:07.098723 [ 278 ] {be6e26eb-2503-408c-b77a-ea9036b3c1da} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9427 2024.12.19 22:28:07.098940 [ 278 ] {be6e26eb-2503-408c-b77a-ea9036b3c1da} <Debug> executeQuery: Read 229 rows, 20.51 KiB in 0.001998 sec., 114614.6146146146 rows/sec., 10.03 MiB/sec.
9428 2024.12.19 22:28:07.099014 [ 278 ] {be6e26eb-2503-408c-b77a-ea9036b3c1da} <Debug> TCPHandler: Processed in 0.002379112 sec.
9429 2024.12.19 22:28:07.099163 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9430 2024.12.19 22:28:07.099304 [ 277 ] {5c0527c7-7b8a-4186-b704-b53539401c5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9431 2024.12.19 22:28:07.099364 [ 277 ] {5c0527c7-7b8a-4186-b704-b53539401c5f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9432 2024.12.19 22:28:07.100023 [ 277 ] {5c0527c7-7b8a-4186-b704-b53539401c5f} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9433 2024.12.19 22:28:07.100063 [ 277 ] {5c0527c7-7b8a-4186-b704-b53539401c5f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB.
9434 2024.12.19 22:28:07.100426 [ 277 ] {5c0527c7-7b8a-4186-b704-b53539401c5f} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
9435 2024.12.19 22:28:07.100666 [ 277 ] {5c0527c7-7b8a-4186-b704-b53539401c5f} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9436 2024.12.19 22:28:07.100893 [ 277 ] {5c0527c7-7b8a-4186-b704-b53539401c5f} <Debug> executeQuery: Read 20 rows, 1.43 KiB in 0.001605 sec., 12461.059190031152 rows/sec., 893.20 KiB/sec.
9437 2024.12.19 22:28:07.100990 [ 277 ] {5c0527c7-7b8a-4186-b704-b53539401c5f} <Debug> TCPHandler: Processed in 0.001893101 sec.
9438 2024.12.19 22:28:07.101225 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9439 2024.12.19 22:28:07.101411 [ 278 ] {1fb8b73a-b671-4abd-bed6-e2d48e9d8ccb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
9440 2024.12.19 22:28:07.101477 [ 278 ] {1fb8b73a-b671-4abd-bed6-e2d48e9d8ccb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
9441 2024.12.19 22:28:07.102153 [ 278 ] {1fb8b73a-b671-4abd-bed6-e2d48e9d8ccb} <Trace> oximeter.fields_u32 (96604386-977a-478c-b894-f09eb465191c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9442 2024.12.19 22:28:07.102196 [ 278 ] {1fb8b73a-b671-4abd-bed6-e2d48e9d8ccb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB.
9443 2024.12.19 22:28:07.102571 [ 278 ] {1fb8b73a-b671-4abd-bed6-e2d48e9d8ccb} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
9444 2024.12.19 22:28:07.102823 [ 278 ] {1fb8b73a-b671-4abd-bed6-e2d48e9d8ccb} <Trace> oximeter.fields_u32 (96604386-977a-478c-b894-f09eb465191c): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9445 2024.12.19 22:28:07.103094 [ 278 ] {1fb8b73a-b671-4abd-bed6-e2d48e9d8ccb} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001705 sec., 8211.143695014664 rows/sec., 575.05 KiB/sec.
9446 2024.12.19 22:28:07.103309 [ 278 ] {1fb8b73a-b671-4abd-bed6-e2d48e9d8ccb} <Debug> TCPHandler: Processed in 0.002224668 sec.
9447 2024.12.19 22:28:07.103518 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9448 2024.12.19 22:28:07.103658 [ 277 ] {36108049-dab9-4847-854d-573c3b58e299} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
9449 2024.12.19 22:28:07.103717 [ 277 ] {36108049-dab9-4847-854d-573c3b58e299} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
9450 2024.12.19 22:28:07.104323 [ 277 ] {36108049-dab9-4847-854d-573c3b58e299} <Trace> oximeter.fields_u8 (74ab6f56-b776-4e15-89eb-af2ec1acc724): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9451 2024.12.19 22:28:07.104364 [ 277 ] {36108049-dab9-4847-854d-573c3b58e299} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB.
9452 2024.12.19 22:28:07.104721 [ 277 ] {36108049-dab9-4847-854d-573c3b58e299} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
9453 2024.12.19 22:28:07.104966 [ 277 ] {36108049-dab9-4847-854d-573c3b58e299} <Trace> oximeter.fields_u8 (74ab6f56-b776-4e15-89eb-af2ec1acc724): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9454 2024.12.19 22:28:07.105188 [ 277 ] {36108049-dab9-4847-854d-573c3b58e299} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001559 sec., 8338.678640153945 rows/sec., 519.91 KiB/sec.
9455 2024.12.19 22:28:07.105240 [ 277 ] {36108049-dab9-4847-854d-573c3b58e299} <Debug> TCPHandler: Processed in 0.001801979 sec.
9456 2024.12.19 22:28:07.105398 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9457 2024.12.19 22:28:07.105545 [ 278 ] {dae80402-ad69-4490-8ef8-b74c12896d09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9458 2024.12.19 22:28:07.105606 [ 278 ] {dae80402-ad69-4490-8ef8-b74c12896d09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9459 2024.12.19 22:28:07.106401 [ 278 ] {dae80402-ad69-4490-8ef8-b74c12896d09} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9460 2024.12.19 22:28:07.106443 [ 278 ] {dae80402-ad69-4490-8ef8-b74c12896d09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB.
9461 2024.12.19 22:28:07.106827 [ 278 ] {dae80402-ad69-4490-8ef8-b74c12896d09} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
9462 2024.12.19 22:28:07.107069 [ 278 ] {dae80402-ad69-4490-8ef8-b74c12896d09} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9463 2024.12.19 22:28:07.107320 [ 278 ] {dae80402-ad69-4490-8ef8-b74c12896d09} <Debug> executeQuery: Read 395 rows, 28.72 KiB in 0.001804 sec., 218957.8713968958 rows/sec., 15.55 MiB/sec.
9464 2024.12.19 22:28:07.107404 [ 278 ] {dae80402-ad69-4490-8ef8-b74c12896d09} <Debug> TCPHandler: Processed in 0.002067176 sec.
9465 2024.12.19 22:28:07.107670 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9466 2024.12.19 22:28:07.107834 [ 277 ] {8878034e-53fe-4a43-b290-a8852ff0b948} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
9467 2024.12.19 22:28:07.107895 [ 277 ] {8878034e-53fe-4a43-b290-a8852ff0b948} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
9468 2024.12.19 22:28:07.108478 [ 277 ] {8878034e-53fe-4a43-b290-a8852ff0b948} <Trace> oximeter.measurements_bool (164ca455-e956-4308-a817-eda615c184e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9469 2024.12.19 22:28:07.108525 [ 277 ] {8878034e-53fe-4a43-b290-a8852ff0b948} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB.
9470 2024.12.19 22:28:07.108934 [ 277 ] {8878034e-53fe-4a43-b290-a8852ff0b948} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
9471 2024.12.19 22:28:07.109164 [ 277 ] {8878034e-53fe-4a43-b290-a8852ff0b948} <Trace> oximeter.measurements_bool (164ca455-e956-4308-a817-eda615c184e9): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9472 2024.12.19 22:28:07.109427 [ 277 ] {8878034e-53fe-4a43-b290-a8852ff0b948} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001617 sec., 3710.575139146568 rows/sec., 193.86 KiB/sec.
9473 2024.12.19 22:28:07.109619 [ 277 ] {8878034e-53fe-4a43-b290-a8852ff0b948} <Debug> TCPHandler: Processed in 0.002094736 sec.
9474 2024.12.19 22:28:07.109813 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9475 2024.12.19 22:28:07.109956 [ 278 ] {19d14e5f-5d3b-4057-b06a-2c8f38b969b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9476 2024.12.19 22:28:07.110023 [ 278 ] {19d14e5f-5d3b-4057-b06a-2c8f38b969b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9477 2024.12.19 22:28:07.110722 [ 278 ] {19d14e5f-5d3b-4057-b06a-2c8f38b969b2} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9478 2024.12.19 22:28:07.110770 [ 278 ] {19d14e5f-5d3b-4057-b06a-2c8f38b969b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB.
9479 2024.12.19 22:28:07.111163 [ 278 ] {19d14e5f-5d3b-4057-b06a-2c8f38b969b2} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
9480 2024.12.19 22:28:07.111407 [ 278 ] {19d14e5f-5d3b-4057-b06a-2c8f38b969b2} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9481 2024.12.19 22:28:07.111638 [ 278 ] {19d14e5f-5d3b-4057-b06a-2c8f38b969b2} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001713 sec., 138353.765323993 rows/sec., 9.27 MiB/sec.
9482 2024.12.19 22:28:07.111724 [ 278 ] {19d14e5f-5d3b-4057-b06a-2c8f38b969b2} <Debug> TCPHandler: Processed in 0.001999894 sec.
9483 2024.12.19 22:28:07.111892 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9484 2024.12.19 22:28:07.112031 [ 277 ] {657d01f6-1ada-4ee5-bf13-f06bba276816} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
9485 2024.12.19 22:28:07.112092 [ 277 ] {657d01f6-1ada-4ee5-bf13-f06bba276816} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
9486 2024.12.19 22:28:07.112658 [ 277 ] {657d01f6-1ada-4ee5-bf13-f06bba276816} <Trace> oximeter.measurements_f64 (f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9487 2024.12.19 22:28:07.112704 [ 277 ] {657d01f6-1ada-4ee5-bf13-f06bba276816} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB.
9488 2024.12.19 22:28:07.113082 [ 277 ] {657d01f6-1ada-4ee5-bf13-f06bba276816} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
9489 2024.12.19 22:28:07.113312 [ 277 ] {657d01f6-1ada-4ee5-bf13-f06bba276816} <Trace> oximeter.measurements_f64 (f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9490 2024.12.19 22:28:07.113497 [ 65 ] {} <Debug> oximeter.measurements_f64 (f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd) (MergerMutator): Selected 6 parts from all_1_27_6 to all_32_32_0
9491 2024.12.19 22:28:07.113560 [ 277 ] {657d01f6-1ada-4ee5-bf13-f06bba276816} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001556 sec., 642.6735218508998 rows/sec., 43.31 KiB/sec.
9492 2024.12.19 22:28:07.113576 [ 65 ] {} <Trace> oximeter.measurements_f64 (f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9493 2024.12.19 22:28:07.113650 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB.
9494 2024.12.19 22:28:07.113681 [ 277 ] {657d01f6-1ada-4ee5-bf13-f06bba276816} <Debug> TCPHandler: Processed in 0.00185433 sec.
9495 2024.12.19 22:28:07.113955 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9496 2024.12.19 22:28:07.114257 [ 197 ] {f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd::all_1_32_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_27_6 to all_32_32_0 into Compact with storage Full
9497 2024.12.19 22:28:07.114373 [ 278 ] {641c342d-9615-4722-b1e6-ada9337a5260} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
9498 2024.12.19 22:28:07.114683 [ 278 ] {641c342d-9615-4722-b1e6-ada9337a5260} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
9499 2024.12.19 22:28:07.114809 [ 197 ] {f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd::all_1_32_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9500 2024.12.19 22:28:07.114994 [ 197 ] {f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd::all_1_32_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_27_6, total 27 rows starting from the beginning of the part
9501 2024.12.19 22:28:07.115333 [ 197 ] {f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd::all_1_32_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 1 rows starting from the beginning of the part
9502 2024.12.19 22:28:07.115676 [ 197 ] {f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd::all_1_32_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 1 rows starting from the beginning of the part
9503 2024.12.19 22:28:07.116065 [ 197 ] {f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd::all_1_32_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 1 rows starting from the beginning of the part
9504 2024.12.19 22:28:07.116513 [ 197 ] {f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd::all_1_32_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 1 rows starting from the beginning of the part
9505 2024.12.19 22:28:07.116886 [ 197 ] {f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd::all_1_32_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 1 rows starting from the beginning of the part
9506 2024.12.19 22:28:07.120444 [ 278 ] {641c342d-9615-4722-b1e6-ada9337a5260} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9507 2024.12.19 22:28:07.120541 [ 278 ] {641c342d-9615-4722-b1e6-ada9337a5260} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB.
9508 2024.12.19 22:28:07.120614 [ 197 ] {f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd::all_1_32_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 4 columns (4 merged, 0 gathered) in 0.006853749 sec., 4668.977518727342 rows/sec., 314.61 KiB/sec.
9509 2024.12.19 22:28:07.120852 [ 197 ] {f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd::all_1_32_7} <Trace> MergedBlockOutputStream: filled checksums all_1_32_7 (state Temporary)
9510 2024.12.19 22:28:07.121513 [ 197 ] {f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd::all_1_32_7} <Trace> oximeter.measurements_f64 (f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd): Renaming temporary part tmp_merge_all_1_32_7 to all_1_32_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9511 2024.12.19 22:28:07.121733 [ 197 ] {f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd::all_1_32_7} <Trace> oximeter.measurements_f64 (f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd) (MergerMutator): Merged 6 parts: [all_1_27_6, all_32_32_0] -> all_1_32_7
9512 2024.12.19 22:28:07.121925 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB.
9513 2024.12.19 22:28:07.122146 [ 278 ] {641c342d-9615-4722-b1e6-ada9337a5260} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
9514 2024.12.19 22:28:07.122450 [ 278 ] {641c342d-9615-4722-b1e6-ada9337a5260} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9515 2024.12.19 22:28:07.122723 [ 278 ] {641c342d-9615-4722-b1e6-ada9337a5260} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.008503 sec., 1528.8721627660825 rows/sec., 2.74 MiB/sec.
9516 2024.12.19 22:28:07.122902 [ 278 ] {641c342d-9615-4722-b1e6-ada9337a5260} <Debug> TCPHandler: Processed in 0.009119399 sec.
9517 2024.12.19 22:28:07.123069 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9518 2024.12.19 22:28:07.123196 [ 277 ] {58ee05a8-394a-4f12-84cc-d9efbfe1edf7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9519 2024.12.19 22:28:07.123249 [ 277 ] {58ee05a8-394a-4f12-84cc-d9efbfe1edf7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9520 2024.12.19 22:28:07.123764 [ 277 ] {58ee05a8-394a-4f12-84cc-d9efbfe1edf7} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9521 2024.12.19 22:28:07.123805 [ 277 ] {58ee05a8-394a-4f12-84cc-d9efbfe1edf7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB.
9522 2024.12.19 22:28:07.124200 [ 277 ] {58ee05a8-394a-4f12-84cc-d9efbfe1edf7} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
9523 2024.12.19 22:28:07.124468 [ 277 ] {58ee05a8-394a-4f12-84cc-d9efbfe1edf7} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9524 2024.12.19 22:28:07.124723 [ 277 ] {58ee05a8-394a-4f12-84cc-d9efbfe1edf7} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001544 sec., 53108.80829015544 rows/sec., 3.37 MiB/sec.
9525 2024.12.19 22:28:07.124790 [ 277 ] {58ee05a8-394a-4f12-84cc-d9efbfe1edf7} <Debug> TCPHandler: Processed in 0.001783369 sec.
9526 2024.12.19 22:28:10.528778 [ 79 ] {} <Debug> DNSResolver: Updating DNS cache
9527 2024.12.19 22:28:10.528843 [ 79 ] {} <Debug> DNSResolver: Updated DNS cache
9528 2024.12.19 22:28:10.703253 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 21106
9529 2024.12.19 22:28:10.703900 [ 244 ] {} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9530 2024.12.19 22:28:10.703952 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB.
9531 2024.12.19 22:28:10.704546 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
9532 2024.12.19 22:28:10.704804 [ 244 ] {} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9533 2024.12.19 22:28:10.705010 [ 79 ] {} <Debug> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
9534 2024.12.19 22:28:10.705084 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21106
9535 2024.12.19 22:28:10.705107 [ 79 ] {} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9536 2024.12.19 22:28:10.705142 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB.
9537 2024.12.19 22:28:10.705274 [ 188 ] {b24e19f3-0afd-43dd-aba1-eb03aae2e534::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
9538 2024.12.19 22:28:10.705428 [ 188 ] {b24e19f3-0afd-43dd-aba1-eb03aae2e534::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9539 2024.12.19 22:28:10.705476 [ 188 ] {b24e19f3-0afd-43dd-aba1-eb03aae2e534::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_41_8, total 18849 rows starting from the beginning of the part
9540 2024.12.19 22:28:10.705569 [ 188 ] {b24e19f3-0afd-43dd-aba1-eb03aae2e534::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 427 rows starting from the beginning of the part
9541 2024.12.19 22:28:10.705812 [ 188 ] {b24e19f3-0afd-43dd-aba1-eb03aae2e534::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 488 rows starting from the beginning of the part
9542 2024.12.19 22:28:10.705987 [ 188 ] {b24e19f3-0afd-43dd-aba1-eb03aae2e534::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 427 rows starting from the beginning of the part
9543 2024.12.19 22:28:10.706110 [ 188 ] {b24e19f3-0afd-43dd-aba1-eb03aae2e534::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 488 rows starting from the beginning of the part
9544 2024.12.19 22:28:10.706304 [ 188 ] {b24e19f3-0afd-43dd-aba1-eb03aae2e534::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 427 rows starting from the beginning of the part
9545 2024.12.19 22:28:10.708770 [ 191 ] {b24e19f3-0afd-43dd-aba1-eb03aae2e534::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21106 rows, containing 4 columns (4 merged, 0 gathered) in 0.003557427 sec., 5932939.73425175 rows/sec., 84.87 MiB/sec.
9546 2024.12.19 22:28:10.709314 [ 196 ] {b24e19f3-0afd-43dd-aba1-eb03aae2e534::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
9547 2024.12.19 22:28:10.709844 [ 196 ] {b24e19f3-0afd-43dd-aba1-eb03aae2e534::all_1_46_9} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9548 2024.12.19 22:28:10.709977 [ 196 ] {b24e19f3-0afd-43dd-aba1-eb03aae2e534::all_1_46_9} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
9549 2024.12.19 22:28:10.710089 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.67 MiB.
9550 2024.12.19 22:28:12.089911 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9551 2024.12.19 22:28:12.090139 [ 277 ] {816c14c0-84f6-42dc-b516-6e30fe432557} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9552 2024.12.19 22:28:12.090212 [ 277 ] {816c14c0-84f6-42dc-b516-6e30fe432557} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9553 2024.12.19 22:28:12.091036 [ 277 ] {816c14c0-84f6-42dc-b516-6e30fe432557} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9554 2024.12.19 22:28:12.091089 [ 277 ] {816c14c0-84f6-42dc-b516-6e30fe432557} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB.
9555 2024.12.19 22:28:12.091545 [ 277 ] {816c14c0-84f6-42dc-b516-6e30fe432557} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
9556 2024.12.19 22:28:12.091796 [ 277 ] {816c14c0-84f6-42dc-b516-6e30fe432557} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9557 2024.12.19 22:28:12.092019 [ 81 ] {} <Debug> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0
9558 2024.12.19 22:28:12.092086 [ 277 ] {816c14c0-84f6-42dc-b516-6e30fe432557} <Debug> executeQuery: Read 110 rows, 9.44 KiB in 0.001994 sec., 55165.4964894684 rows/sec., 4.62 MiB/sec.
9559 2024.12.19 22:28:12.092113 [ 81 ] {} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9560 2024.12.19 22:28:12.092172 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB.
9561 2024.12.19 22:28:12.092217 [ 277 ] {816c14c0-84f6-42dc-b516-6e30fe432557} <Debug> TCPHandler: Processed in 0.002494425 sec.
9562 2024.12.19 22:28:12.092543 [ 188 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::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
9563 2024.12.19 22:28:12.092591 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9564 2024.12.19 22:28:12.093089 [ 278 ] {7ca56391-e484-4195-a9cc-b6a044934750} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9565 2024.12.19 22:28:12.093278 [ 278 ] {7ca56391-e484-4195-a9cc-b6a044934750} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9566 2024.12.19 22:28:12.093339 [ 188 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9567 2024.12.19 22:28:12.093590 [ 188 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1432 rows starting from the beginning of the part
9568 2024.12.19 22:28:12.093937 [ 188 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::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
9569 2024.12.19 22:28:12.094223 [ 188 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 229 rows starting from the beginning of the part
9570 2024.12.19 22:28:12.094749 [ 188 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 110 rows starting from the beginning of the part
9571 2024.12.19 22:28:12.095077 [ 188 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 229 rows starting from the beginning of the part
9572 2024.12.19 22:28:12.095336 [ 188 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 110 rows starting from the beginning of the part
9573 2024.12.19 22:28:12.096317 [ 278 ] {7ca56391-e484-4195-a9cc-b6a044934750} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9574 2024.12.19 22:28:12.096405 [ 278 ] {7ca56391-e484-4195-a9cc-b6a044934750} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB.
9575 2024.12.19 22:28:12.097366 [ 278 ] {7ca56391-e484-4195-a9cc-b6a044934750} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
9576 2024.12.19 22:28:12.097824 [ 278 ] {7ca56391-e484-4195-a9cc-b6a044934750} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9577 2024.12.19 22:28:12.098089 [ 81 ] {} <Debug> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df) (MergerMutator): Selected 6 parts from all_1_55_11 to all_60_60_0
9578 2024.12.19 22:28:12.098198 [ 81 ] {} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9579 2024.12.19 22:28:12.098283 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB.
9580 2024.12.19 22:28:12.098436 [ 278 ] {7ca56391-e484-4195-a9cc-b6a044934750} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.005486 sec., 4921.618665694495 rows/sec., 370.08 KiB/sec.
9581 2024.12.19 22:28:12.098745 [ 278 ] {7ca56391-e484-4195-a9cc-b6a044934750} <Debug> TCPHandler: Processed in 0.006354339 sec.
9582 2024.12.19 22:28:12.098776 [ 196 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_60_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_55_11 to all_60_60_0 into Compact with storage Full
9583 2024.12.19 22:28:12.099136 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9584 2024.12.19 22:28:12.099135 [ 195 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2220 rows, containing 5 columns (5 merged, 0 gathered) in 0.006851309 sec., 324025.67159064056 rows/sec., 28.56 MiB/sec.
9585 2024.12.19 22:28:12.099182 [ 196 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_60_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9586 2024.12.19 22:28:12.099275 [ 196 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_55_11, total 65 rows starting from the beginning of the part
9587 2024.12.19 22:28:12.099573 [ 196 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 27 rows starting from the beginning of the part
9588 2024.12.19 22:28:12.099593 [ 277 ] {16f52a27-22bf-49b6-83b8-6c4e616175e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9589 2024.12.19 22:28:12.099673 [ 192 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary)
9590 2024.12.19 22:28:12.099867 [ 196 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 20 rows starting from the beginning of the part
9591 2024.12.19 22:28:12.100149 [ 196 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 27 rows starting from the beginning of the part
9592 2024.12.19 22:28:12.100461 [ 196 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 20 rows starting from the beginning of the part
9593 2024.12.19 22:28:12.100763 [ 196 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 27 rows starting from the beginning of the part
9594 2024.12.19 22:28:12.100779 [ 277 ] {16f52a27-22bf-49b6-83b8-6c4e616175e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9595 2024.12.19 22:28:12.101140 [ 192 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_76_15} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9596 2024.12.19 22:28:12.101515 [ 192 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_76_15} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15
9597 2024.12.19 22:28:12.101769 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.66 MiB.
9598 2024.12.19 22:28:12.103593 [ 277 ] {16f52a27-22bf-49b6-83b8-6c4e616175e8} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9599 2024.12.19 22:28:12.103656 [ 277 ] {16f52a27-22bf-49b6-83b8-6c4e616175e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB.
9600 2024.12.19 22:28:12.104129 [ 196 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_60_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 186 rows, containing 5 columns (5 merged, 0 gathered) in 0.005684094 sec., 32722.893041529576 rows/sec., 2.47 MiB/sec.
9601 2024.12.19 22:28:12.104370 [ 196 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_60_12} <Trace> MergedBlockOutputStream: filled checksums all_1_60_12 (state Temporary)
9602 2024.12.19 22:28:12.104671 [ 277 ] {16f52a27-22bf-49b6-83b8-6c4e616175e8} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
9603 2024.12.19 22:28:12.104949 [ 196 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_60_12} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Renaming temporary part tmp_merge_all_1_60_12 to all_1_60_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9604 2024.12.19 22:28:12.105118 [ 277 ] {16f52a27-22bf-49b6-83b8-6c4e616175e8} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9605 2024.12.19 22:28:12.105133 [ 196 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_60_12} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df) (MergerMutator): Merged 6 parts: [all_1_55_11, all_60_60_0] -> all_1_60_12
9606 2024.12.19 22:28:12.105307 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
9607 2024.12.19 22:28:12.105422 [ 81 ] {} <Debug> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0
9608 2024.12.19 22:28:12.105478 [ 81 ] {} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9609 2024.12.19 22:28:12.105507 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB.
9610 2024.12.19 22:28:12.105547 [ 277 ] {16f52a27-22bf-49b6-83b8-6c4e616175e8} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.006218 sec., 14634.930845931169 rows/sec., 1.14 MiB/sec.
9611 2024.12.19 22:28:12.105758 [ 277 ] {16f52a27-22bf-49b6-83b8-6c4e616175e8} <Debug> TCPHandler: Processed in 0.006820219 sec.
9612 2024.12.19 22:28:12.105769 [ 187 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::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
9613 2024.12.19 22:28:12.105958 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9614 2024.12.19 22:28:12.105972 [ 187 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9615 2024.12.19 22:28:12.106030 [ 187 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 914 rows starting from the beginning of the part
9616 2024.12.19 22:28:12.106278 [ 187 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::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
9617 2024.12.19 22:28:12.106294 [ 278 ] {99b4aa50-eb3e-4c6e-8770-82e44b5a4d6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9618 2024.12.19 22:28:12.106583 [ 278 ] {99b4aa50-eb3e-4c6e-8770-82e44b5a4d6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9619 2024.12.19 22:28:12.106629 [ 187 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 395 rows starting from the beginning of the part
9620 2024.12.19 22:28:12.106997 [ 187 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 91 rows starting from the beginning of the part
9621 2024.12.19 22:28:12.107388 [ 187 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 395 rows starting from the beginning of the part
9622 2024.12.19 22:28:12.107781 [ 187 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 91 rows starting from the beginning of the part
9623 2024.12.19 22:28:12.109148 [ 278 ] {99b4aa50-eb3e-4c6e-8770-82e44b5a4d6e} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9624 2024.12.19 22:28:12.109218 [ 278 ] {99b4aa50-eb3e-4c6e-8770-82e44b5a4d6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB.
9625 2024.12.19 22:28:12.110238 [ 278 ] {99b4aa50-eb3e-4c6e-8770-82e44b5a4d6e} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
9626 2024.12.19 22:28:12.110766 [ 278 ] {99b4aa50-eb3e-4c6e-8770-82e44b5a4d6e} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9627 2024.12.19 22:28:12.110843 [ 194 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1977 rows, containing 5 columns (5 merged, 0 gathered) in 0.005261364 sec., 375758.0733817314 rows/sec., 28.79 MiB/sec.
9628 2024.12.19 22:28:12.110988 [ 81 ] {} <Debug> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0
9629 2024.12.19 22:28:12.111052 [ 81 ] {} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9630 2024.12.19 22:28:12.111095 [ 194 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary)
9631 2024.12.19 22:28:12.111102 [ 278 ] {99b4aa50-eb3e-4c6e-8770-82e44b5a4d6e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004949 sec., 32329.763588603757 rows/sec., 2.25 MiB/sec.
9632 2024.12.19 22:28:12.111103 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB.
9633 2024.12.19 22:28:12.111383 [ 278 ] {99b4aa50-eb3e-4c6e-8770-82e44b5a4d6e} <Debug> TCPHandler: Processed in 0.00551499 sec.
9634 2024.12.19 22:28:12.111478 [ 198 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::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
9635 2024.12.19 22:28:12.111598 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9636 2024.12.19 22:28:12.111713 [ 194 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_76_15} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9637 2024.12.19 22:28:12.111750 [ 198 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9638 2024.12.19 22:28:12.111900 [ 198 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_71_14, total 22052 rows starting from the beginning of the part
9639 2024.12.19 22:28:12.112000 [ 194 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_76_15} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15
9640 2024.12.19 22:28:12.112016 [ 277 ] {70c3ebcb-71cb-4147-92c5-05756adba037} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
9641 2024.12.19 22:28:12.112303 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB.
9642 2024.12.19 22:28:12.112342 [ 198 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::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
9643 2024.12.19 22:28:12.112691 [ 198 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 237 rows starting from the beginning of the part
9644 2024.12.19 22:28:12.112804 [ 277 ] {70c3ebcb-71cb-4147-92c5-05756adba037} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
9645 2024.12.19 22:28:12.112979 [ 198 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 160 rows starting from the beginning of the part
9646 2024.12.19 22:28:12.113416 [ 198 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 237 rows starting from the beginning of the part
9647 2024.12.19 22:28:12.113750 [ 198 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::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
9648 2024.12.19 22:28:12.116865 [ 277 ] {70c3ebcb-71cb-4147-92c5-05756adba037} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9649 2024.12.19 22:28:12.116937 [ 277 ] {70c3ebcb-71cb-4147-92c5-05756adba037} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB.
9650 2024.12.19 22:28:12.118419 [ 277 ] {70c3ebcb-71cb-4147-92c5-05756adba037} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
9651 2024.12.19 22:28:12.119134 [ 277 ] {70c3ebcb-71cb-4147-92c5-05756adba037} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9652 2024.12.19 22:28:12.119448 [ 277 ] {70c3ebcb-71cb-4147-92c5-05756adba037} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.007574 sec., 3564.8270398732507 rows/sec., 6.39 MiB/sec.
9653 2024.12.19 22:28:12.119701 [ 277 ] {70c3ebcb-71cb-4147-92c5-05756adba037} <Debug> TCPHandler: Processed in 0.008187338 sec.
9654 2024.12.19 22:28:12.120012 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9655 2024.12.19 22:28:12.120209 [ 278 ] {eeacdf7e-29fe-4d67-b6d9-f0fc0804d546} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9656 2024.12.19 22:28:12.120273 [ 278 ] {eeacdf7e-29fe-4d67-b6d9-f0fc0804d546} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9657 2024.12.19 22:28:12.120867 [ 278 ] {eeacdf7e-29fe-4d67-b6d9-f0fc0804d546} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9658 2024.12.19 22:28:12.120915 [ 278 ] {eeacdf7e-29fe-4d67-b6d9-f0fc0804d546} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB.
9659 2024.12.19 22:28:12.121300 [ 278 ] {eeacdf7e-29fe-4d67-b6d9-f0fc0804d546} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
9660 2024.12.19 22:28:12.121542 [ 278 ] {eeacdf7e-29fe-4d67-b6d9-f0fc0804d546} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9661 2024.12.19 22:28:12.121712 [ 81 ] {} <Debug> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0
9662 2024.12.19 22:28:12.121764 [ 81 ] {} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9663 2024.12.19 22:28:12.121787 [ 278 ] {eeacdf7e-29fe-4d67-b6d9-f0fc0804d546} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001607 sec., 37336.6521468575 rows/sec., 2.52 MiB/sec.
9664 2024.12.19 22:28:12.121800 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB.
9665 2024.12.19 22:28:12.121932 [ 278 ] {eeacdf7e-29fe-4d67-b6d9-f0fc0804d546} <Debug> TCPHandler: Processed in 0.002071785 sec.
9666 2024.12.19 22:28:12.122022 [ 187 ] {a2784562-0832-4e33-8769-44c7df75eec1::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
9667 2024.12.19 22:28:12.122166 [ 187 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9668 2024.12.19 22:28:12.122207 [ 187 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 4308 rows starting from the beginning of the part
9669 2024.12.19 22:28:12.122294 [ 187 ] {a2784562-0832-4e33-8769-44c7df75eec1::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
9670 2024.12.19 22:28:12.122370 [ 187 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 82 rows starting from the beginning of the part
9671 2024.12.19 22:28:12.122496 [ 187 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 60 rows starting from the beginning of the part
9672 2024.12.19 22:28:12.122591 [ 187 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 82 rows starting from the beginning of the part
9673 2024.12.19 22:28:12.122671 [ 187 ] {a2784562-0832-4e33-8769-44c7df75eec1::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
9674 2024.12.19 22:28:12.126755 [ 201 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4652 rows, containing 4 columns (4 merged, 0 gathered) in 0.004845696 sec., 960027.2076498402 rows/sec., 62.60 MiB/sec.
9675 2024.12.19 22:28:12.127109 [ 201 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary)
9676 2024.12.19 22:28:12.127487 [ 201 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_76_15} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9677 2024.12.19 22:28:12.127616 [ 201 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_76_15} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15
9678 2024.12.19 22:28:12.127713 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.09 MiB.
9679 2024.12.19 22:28:12.128462 [ 201 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 23006 rows, containing 5 columns (5 merged, 0 gathered) in 0.017165674 sec., 1340232.8390950453 rows/sec., 90.50 MiB/sec.
9680 2024.12.19 22:28:12.128829 [ 194 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary)
9681 2024.12.19 22:28:12.129112 [ 194 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9682 2024.12.19 22:28:12.129185 [ 194 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15
9683 2024.12.19 22:28:12.129262 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.26 MiB.
9684 2024.12.19 22:28:12.145498 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 347
9685 2024.12.19 22:28:12.168633 [ 243 ] {} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9686 2024.12.19 22:28:12.168680 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB.
9687 2024.12.19 22:28:12.176205 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
9688 2024.12.19 22:28:12.176971 [ 243 ] {} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9689 2024.12.19 22:28:12.177389 [ 81 ] {} <Debug> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
9690 2024.12.19 22:28:12.177541 [ 81 ] {} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9691 2024.12.19 22:28:12.177656 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB.
9692 2024.12.19 22:28:12.178132 [ 201 ] {616d7a77-365c-46c3-a06a-0a94885b3600::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
9693 2024.12.19 22:28:12.192469 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 347
9694 2024.12.19 22:28:12.194249 [ 201 ] {616d7a77-365c-46c3-a06a-0a94885b3600::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9695 2024.12.19 22:28:12.195633 [ 201 ] {616d7a77-365c-46c3-a06a-0a94885b3600::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
9696 2024.12.19 22:28:12.201334 [ 201 ] {616d7a77-365c-46c3-a06a-0a94885b3600::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
9697 2024.12.19 22:28:12.206833 [ 201 ] {616d7a77-365c-46c3-a06a-0a94885b3600::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
9698 2024.12.19 22:28:12.212422 [ 201 ] {616d7a77-365c-46c3-a06a-0a94885b3600::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
9699 2024.12.19 22:28:12.218263 [ 201 ] {616d7a77-365c-46c3-a06a-0a94885b3600::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
9700 2024.12.19 22:28:12.222834 [ 201 ] {616d7a77-365c-46c3-a06a-0a94885b3600::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
9701 2024.12.19 22:28:12.283034 [ 194 ] {616d7a77-365c-46c3-a06a-0a94885b3600::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 347 rows, containing 679 columns (679 merged, 0 gathered) in 0.1052162 sec., 3297.9712249634563 rows/sec., 17.05 MiB/sec.
9702 2024.12.19 22:28:12.285889 [ 193 ] {616d7a77-365c-46c3-a06a-0a94885b3600::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
9703 2024.12.19 22:28:12.288732 [ 193 ] {616d7a77-365c-46c3-a06a-0a94885b3600::all_1_46_9} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9704 2024.12.19 22:28:12.288855 [ 193 ] {616d7a77-365c-46c3-a06a-0a94885b3600::all_1_46_9} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
9705 2024.12.19 22:28:12.291171 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB.
9706 2024.12.19 22:28:12.753175 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9707 2024.12.19 22:28:12.753386 [ 277 ] {0cf322c9-f0e9-4800-8c8d-f4a5b6bd53e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
9708 2024.12.19 22:28:12.753465 [ 277 ] {0cf322c9-f0e9-4800-8c8d-f4a5b6bd53e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
9709 2024.12.19 22:28:12.754292 [ 277 ] {0cf322c9-f0e9-4800-8c8d-f4a5b6bd53e3} <Trace> oximeter.fields_i16 (8b34b429-6d62-480d-bd41-33dce3ff3ffb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9710 2024.12.19 22:28:12.754344 [ 277 ] {0cf322c9-f0e9-4800-8c8d-f4a5b6bd53e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB.
9711 2024.12.19 22:28:12.754803 [ 277 ] {0cf322c9-f0e9-4800-8c8d-f4a5b6bd53e3} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
9712 2024.12.19 22:28:12.755061 [ 277 ] {0cf322c9-f0e9-4800-8c8d-f4a5b6bd53e3} <Trace> oximeter.fields_i16 (8b34b429-6d62-480d-bd41-33dce3ff3ffb): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9713 2024.12.19 22:28:12.755271 [ 157 ] {} <Debug> oximeter.fields_i16 (8b34b429-6d62-480d-bd41-33dce3ff3ffb) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0
9714 2024.12.19 22:28:12.755339 [ 277 ] {0cf322c9-f0e9-4800-8c8d-f4a5b6bd53e3} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002003 sec., 6989.515726410385 rows/sec., 503.15 KiB/sec.
9715 2024.12.19 22:28:12.755365 [ 157 ] {} <Trace> oximeter.fields_i16 (8b34b429-6d62-480d-bd41-33dce3ff3ffb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9716 2024.12.19 22:28:12.755435 [ 157 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB.
9717 2024.12.19 22:28:12.755485 [ 277 ] {0cf322c9-f0e9-4800-8c8d-f4a5b6bd53e3} <Debug> TCPHandler: Processed in 0.002442593 sec.
9718 2024.12.19 22:28:12.755703 [ 194 ] {8b34b429-6d62-480d-bd41-33dce3ff3ffb::all_1_33_8} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_29_7 to all_33_33_0 into Compact with storage Full
9719 2024.12.19 22:28:12.755787 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9720 2024.12.19 22:28:12.755862 [ 194 ] {8b34b429-6d62-480d-bd41-33dce3ff3ffb::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9721 2024.12.19 22:28:12.755916 [ 194 ] {8b34b429-6d62-480d-bd41-33dce3ff3ffb::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_7, total 14 rows starting from the beginning of the part
9722 2024.12.19 22:28:12.755999 [ 278 ] {9f197892-7c59-41d0-8d01-f4a224c8b511} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9723 2024.12.19 22:28:12.756057 [ 194 ] {8b34b429-6d62-480d-bd41-33dce3ff3ffb::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 14 rows starting from the beginning of the part
9724 2024.12.19 22:28:12.756156 [ 278 ] {9f197892-7c59-41d0-8d01-f4a224c8b511} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9725 2024.12.19 22:28:12.756426 [ 194 ] {8b34b429-6d62-480d-bd41-33dce3ff3ffb::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 14 rows starting from the beginning of the part
9726 2024.12.19 22:28:12.756836 [ 194 ] {8b34b429-6d62-480d-bd41-33dce3ff3ffb::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 14 rows starting from the beginning of the part
9727 2024.12.19 22:28:12.757283 [ 194 ] {8b34b429-6d62-480d-bd41-33dce3ff3ffb::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 14 rows starting from the beginning of the part
9728 2024.12.19 22:28:12.759736 [ 186 ] {8b34b429-6d62-480d-bd41-33dce3ff3ffb::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004190151 sec., 16705.841865842067 rows/sec., 1.24 MiB/sec.
9729 2024.12.19 22:28:12.759928 [ 186 ] {8b34b429-6d62-480d-bd41-33dce3ff3ffb::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary)
9730 2024.12.19 22:28:12.760201 [ 278 ] {9f197892-7c59-41d0-8d01-f4a224c8b511} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9731 2024.12.19 22:28:12.760244 [ 278 ] {9f197892-7c59-41d0-8d01-f4a224c8b511} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB.
9732 2024.12.19 22:28:12.760296 [ 186 ] {8b34b429-6d62-480d-bd41-33dce3ff3ffb::all_1_33_8} <Trace> oximeter.fields_i16 (8b34b429-6d62-480d-bd41-33dce3ff3ffb): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9733 2024.12.19 22:28:12.760403 [ 186 ] {8b34b429-6d62-480d-bd41-33dce3ff3ffb::all_1_33_8} <Trace> oximeter.fields_i16 (8b34b429-6d62-480d-bd41-33dce3ff3ffb) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8
9734 2024.12.19 22:28:12.760507 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
9735 2024.12.19 22:28:12.760793 [ 278 ] {9f197892-7c59-41d0-8d01-f4a224c8b511} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary)
9736 2024.12.19 22:28:12.761036 [ 278 ] {9f197892-7c59-41d0-8d01-f4a224c8b511} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9737 2024.12.19 22:28:12.761303 [ 278 ] {9f197892-7c59-41d0-8d01-f4a224c8b511} <Debug> executeQuery: Read 1369 rows, 116.63 KiB in 0.005375 sec., 254697.67441860467 rows/sec., 21.19 MiB/sec.
9738 2024.12.19 22:28:12.761377 [ 278 ] {9f197892-7c59-41d0-8d01-f4a224c8b511} <Debug> TCPHandler: Processed in 0.005744015 sec.
9739 2024.12.19 22:28:12.761555 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9740 2024.12.19 22:28:12.761688 [ 277 ] {4e00546b-2571-41ef-96b4-9cbe005ac357} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9741 2024.12.19 22:28:12.761745 [ 277 ] {4e00546b-2571-41ef-96b4-9cbe005ac357} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9742 2024.12.19 22:28:12.762374 [ 277 ] {4e00546b-2571-41ef-96b4-9cbe005ac357} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9743 2024.12.19 22:28:12.762417 [ 277 ] {4e00546b-2571-41ef-96b4-9cbe005ac357} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB.
9744 2024.12.19 22:28:12.762802 [ 277 ] {4e00546b-2571-41ef-96b4-9cbe005ac357} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
9745 2024.12.19 22:28:12.763053 [ 277 ] {4e00546b-2571-41ef-96b4-9cbe005ac357} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9746 2024.12.19 22:28:12.763288 [ 277 ] {4e00546b-2571-41ef-96b4-9cbe005ac357} <Debug> executeQuery: Read 20 rows, 1.43 KiB in 0.001631 sec., 12262.41569589209 rows/sec., 878.97 KiB/sec.
9747 2024.12.19 22:28:12.763352 [ 277 ] {4e00546b-2571-41ef-96b4-9cbe005ac357} <Debug> TCPHandler: Processed in 0.001869711 sec.
9748 2024.12.19 22:28:12.763542 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9749 2024.12.19 22:28:12.763682 [ 278 ] {d3c0fb5c-f48d-4a7e-bac8-26db67db8915} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
9750 2024.12.19 22:28:12.763737 [ 278 ] {d3c0fb5c-f48d-4a7e-bac8-26db67db8915} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
9751 2024.12.19 22:28:12.764529 [ 278 ] {d3c0fb5c-f48d-4a7e-bac8-26db67db8915} <Trace> oximeter.fields_u32 (96604386-977a-478c-b894-f09eb465191c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9752 2024.12.19 22:28:12.764569 [ 278 ] {d3c0fb5c-f48d-4a7e-bac8-26db67db8915} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB.
9753 2024.12.19 22:28:12.764956 [ 278 ] {d3c0fb5c-f48d-4a7e-bac8-26db67db8915} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
9754 2024.12.19 22:28:12.765204 [ 278 ] {d3c0fb5c-f48d-4a7e-bac8-26db67db8915} <Trace> oximeter.fields_u32 (96604386-977a-478c-b894-f09eb465191c): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9755 2024.12.19 22:28:12.765424 [ 278 ] {d3c0fb5c-f48d-4a7e-bac8-26db67db8915} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001775 sec., 136338.02816901408 rows/sec., 9.24 MiB/sec.
9756 2024.12.19 22:28:12.765483 [ 278 ] {d3c0fb5c-f48d-4a7e-bac8-26db67db8915} <Debug> TCPHandler: Processed in 0.002019864 sec.
9757 2024.12.19 22:28:12.765633 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9758 2024.12.19 22:28:12.765753 [ 277 ] {a54c50d1-48f0-4e98-802c-4da9d3752207} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
9759 2024.12.19 22:28:12.765804 [ 277 ] {a54c50d1-48f0-4e98-802c-4da9d3752207} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
9760 2024.12.19 22:28:12.766395 [ 277 ] {a54c50d1-48f0-4e98-802c-4da9d3752207} <Trace> oximeter.fields_u8 (74ab6f56-b776-4e15-89eb-af2ec1acc724): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9761 2024.12.19 22:28:12.766435 [ 277 ] {a54c50d1-48f0-4e98-802c-4da9d3752207} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB.
9762 2024.12.19 22:28:12.766796 [ 277 ] {a54c50d1-48f0-4e98-802c-4da9d3752207} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
9763 2024.12.19 22:28:12.767042 [ 277 ] {a54c50d1-48f0-4e98-802c-4da9d3752207} <Trace> oximeter.fields_u8 (74ab6f56-b776-4e15-89eb-af2ec1acc724): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9764 2024.12.19 22:28:12.767221 [ 157 ] {} <Debug> oximeter.fields_u8 (74ab6f56-b776-4e15-89eb-af2ec1acc724) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0
9765 2024.12.19 22:28:12.767294 [ 157 ] {} <Trace> oximeter.fields_u8 (74ab6f56-b776-4e15-89eb-af2ec1acc724): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9766 2024.12.19 22:28:12.767305 [ 277 ] {a54c50d1-48f0-4e98-802c-4da9d3752207} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001566 sec., 8301.404853128992 rows/sec., 517.59 KiB/sec.
9767 2024.12.19 22:28:12.767334 [ 157 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB.
9768 2024.12.19 22:28:12.767488 [ 277 ] {a54c50d1-48f0-4e98-802c-4da9d3752207} <Debug> TCPHandler: Processed in 0.001909662 sec.
9769 2024.12.19 22:28:12.767715 [ 197 ] {74ab6f56-b776-4e15-89eb-af2ec1acc724::all_1_33_8} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_29_7 to all_33_33_0 into Compact with storage Full
9770 2024.12.19 22:28:12.767761 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9771 2024.12.19 22:28:12.768097 [ 278 ] {af201dac-1bcd-4a6d-bb53-f25fd80adac2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9772 2024.12.19 22:28:12.768261 [ 278 ] {af201dac-1bcd-4a6d-bb53-f25fd80adac2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9773 2024.12.19 22:28:12.768301 [ 197 ] {74ab6f56-b776-4e15-89eb-af2ec1acc724::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9774 2024.12.19 22:28:12.768436 [ 197 ] {74ab6f56-b776-4e15-89eb-af2ec1acc724::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_7, total 13 rows starting from the beginning of the part
9775 2024.12.19 22:28:12.768725 [ 197 ] {74ab6f56-b776-4e15-89eb-af2ec1acc724::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 13 rows starting from the beginning of the part
9776 2024.12.19 22:28:12.769115 [ 197 ] {74ab6f56-b776-4e15-89eb-af2ec1acc724::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 13 rows starting from the beginning of the part
9777 2024.12.19 22:28:12.769509 [ 197 ] {74ab6f56-b776-4e15-89eb-af2ec1acc724::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 13 rows starting from the beginning of the part
9778 2024.12.19 22:28:12.769841 [ 197 ] {74ab6f56-b776-4e15-89eb-af2ec1acc724::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 13 rows starting from the beginning of the part
9779 2024.12.19 22:28:12.771562 [ 278 ] {af201dac-1bcd-4a6d-bb53-f25fd80adac2} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9780 2024.12.19 22:28:12.771650 [ 278 ] {af201dac-1bcd-4a6d-bb53-f25fd80adac2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB.
9781 2024.12.19 22:28:12.771967 [ 197 ] {74ab6f56-b776-4e15-89eb-af2ec1acc724::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004504208 sec., 14430.949902846405 rows/sec., 956.14 KiB/sec.
9782 2024.12.19 22:28:12.772194 [ 197 ] {74ab6f56-b776-4e15-89eb-af2ec1acc724::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary)
9783 2024.12.19 22:28:12.772623 [ 278 ] {af201dac-1bcd-4a6d-bb53-f25fd80adac2} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary)
9784 2024.12.19 22:28:12.772773 [ 197 ] {74ab6f56-b776-4e15-89eb-af2ec1acc724::all_1_33_8} <Trace> oximeter.fields_u8 (74ab6f56-b776-4e15-89eb-af2ec1acc724): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9785 2024.12.19 22:28:12.772912 [ 197 ] {74ab6f56-b776-4e15-89eb-af2ec1acc724::all_1_33_8} <Trace> oximeter.fields_u8 (74ab6f56-b776-4e15-89eb-af2ec1acc724) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8
9786 2024.12.19 22:28:12.773079 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
9787 2024.12.19 22:28:12.773095 [ 278 ] {af201dac-1bcd-4a6d-bb53-f25fd80adac2} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9788 2024.12.19 22:28:12.773387 [ 278 ] {af201dac-1bcd-4a6d-bb53-f25fd80adac2} <Debug> executeQuery: Read 851 rows, 63.01 KiB in 0.005388 sec., 157943.57832219746 rows/sec., 11.42 MiB/sec.
9789 2024.12.19 22:28:12.773515 [ 278 ] {af201dac-1bcd-4a6d-bb53-f25fd80adac2} <Debug> TCPHandler: Processed in 0.005871338 sec.
9790 2024.12.19 22:28:12.773704 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9791 2024.12.19 22:28:12.773853 [ 277 ] {1e9b09dd-70d4-485b-8cba-13ca68324f41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
9792 2024.12.19 22:28:12.773915 [ 277 ] {1e9b09dd-70d4-485b-8cba-13ca68324f41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
9793 2024.12.19 22:28:12.774420 [ 277 ] {1e9b09dd-70d4-485b-8cba-13ca68324f41} <Trace> oximeter.measurements_bool (164ca455-e956-4308-a817-eda615c184e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9794 2024.12.19 22:28:12.774458 [ 277 ] {1e9b09dd-70d4-485b-8cba-13ca68324f41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB.
9795 2024.12.19 22:28:12.774828 [ 277 ] {1e9b09dd-70d4-485b-8cba-13ca68324f41} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
9796 2024.12.19 22:28:12.775081 [ 277 ] {1e9b09dd-70d4-485b-8cba-13ca68324f41} <Trace> oximeter.measurements_bool (164ca455-e956-4308-a817-eda615c184e9): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9797 2024.12.19 22:28:12.775269 [ 277 ] {1e9b09dd-70d4-485b-8cba-13ca68324f41} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001447 sec., 4146.51002073255 rows/sec., 216.64 KiB/sec.
9798 2024.12.19 22:28:12.775321 [ 277 ] {1e9b09dd-70d4-485b-8cba-13ca68324f41} <Debug> TCPHandler: Processed in 0.001706057 sec.
9799 2024.12.19 22:28:12.775460 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9800 2024.12.19 22:28:12.775579 [ 278 ] {5fbc7806-c87f-43e1-a45a-58fbb3573ebc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9801 2024.12.19 22:28:12.775633 [ 278 ] {5fbc7806-c87f-43e1-a45a-58fbb3573ebc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9802 2024.12.19 22:28:12.776406 [ 278 ] {5fbc7806-c87f-43e1-a45a-58fbb3573ebc} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9803 2024.12.19 22:28:12.776445 [ 278 ] {5fbc7806-c87f-43e1-a45a-58fbb3573ebc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB.
9804 2024.12.19 22:28:12.776944 [ 278 ] {5fbc7806-c87f-43e1-a45a-58fbb3573ebc} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary)
9805 2024.12.19 22:28:12.777181 [ 278 ] {5fbc7806-c87f-43e1-a45a-58fbb3573ebc} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9806 2024.12.19 22:28:12.777414 [ 278 ] {5fbc7806-c87f-43e1-a45a-58fbb3573ebc} <Debug> executeQuery: Read 955 rows, 64.97 KiB in 0.001861 sec., 513164.9650725416 rows/sec., 34.09 MiB/sec.
9807 2024.12.19 22:28:12.777481 [ 278 ] {5fbc7806-c87f-43e1-a45a-58fbb3573ebc} <Debug> TCPHandler: Processed in 0.002074315 sec.
9808 2024.12.19 22:28:12.777682 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9809 2024.12.19 22:28:12.777866 [ 277 ] {c7c1adb7-a31a-4a45-a90e-1eafa5d0d353} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
9810 2024.12.19 22:28:12.777927 [ 277 ] {c7c1adb7-a31a-4a45-a90e-1eafa5d0d353} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
9811 2024.12.19 22:28:12.778405 [ 277 ] {c7c1adb7-a31a-4a45-a90e-1eafa5d0d353} <Trace> oximeter.measurements_f64 (f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9812 2024.12.19 22:28:12.778441 [ 277 ] {c7c1adb7-a31a-4a45-a90e-1eafa5d0d353} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB.
9813 2024.12.19 22:28:12.778803 [ 277 ] {c7c1adb7-a31a-4a45-a90e-1eafa5d0d353} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
9814 2024.12.19 22:28:12.779039 [ 277 ] {c7c1adb7-a31a-4a45-a90e-1eafa5d0d353} <Trace> oximeter.measurements_f64 (f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9815 2024.12.19 22:28:12.779223 [ 277 ] {c7c1adb7-a31a-4a45-a90e-1eafa5d0d353} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001389 sec., 719.9424046076314 rows/sec., 48.51 KiB/sec.
9816 2024.12.19 22:28:12.779276 [ 277 ] {c7c1adb7-a31a-4a45-a90e-1eafa5d0d353} <Debug> TCPHandler: Processed in 0.001708537 sec.
9817 2024.12.19 22:28:12.779446 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9818 2024.12.19 22:28:12.779586 [ 278 ] {17a63126-5e47-4cc5-ba6f-b046b6904239} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
9819 2024.12.19 22:28:12.779680 [ 278 ] {17a63126-5e47-4cc5-ba6f-b046b6904239} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
9820 2024.12.19 22:28:12.780853 [ 278 ] {17a63126-5e47-4cc5-ba6f-b046b6904239} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9821 2024.12.19 22:28:12.780893 [ 278 ] {17a63126-5e47-4cc5-ba6f-b046b6904239} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB.
9822 2024.12.19 22:28:12.781500 [ 278 ] {17a63126-5e47-4cc5-ba6f-b046b6904239} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
9823 2024.12.19 22:28:12.781759 [ 278 ] {17a63126-5e47-4cc5-ba6f-b046b6904239} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9824 2024.12.19 22:28:12.781945 [ 156 ] {} <Debug> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
9825 2024.12.19 22:28:12.782012 [ 156 ] {} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9826 2024.12.19 22:28:12.782040 [ 278 ] {17a63126-5e47-4cc5-ba6f-b046b6904239} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002479 sec., 5244.050020169423 rows/sec., 9.40 MiB/sec.
9827 2024.12.19 22:28:12.782058 [ 156 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB.
9828 2024.12.19 22:28:12.782418 [ 191 ] {cbc455e9-47de-4677-931e-ce7496b93cef::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
9829 2024.12.19 22:28:12.782439 [ 278 ] {17a63126-5e47-4cc5-ba6f-b046b6904239} <Debug> TCPHandler: Processed in 0.003058016 sec.
9830 2024.12.19 22:28:12.782668 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9831 2024.12.19 22:28:12.782826 [ 277 ] {3b468027-5d59-449b-b8b2-50a5c661acab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9832 2024.12.19 22:28:12.782896 [ 277 ] {3b468027-5d59-449b-b8b2-50a5c661acab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9833 2024.12.19 22:28:12.782907 [ 191 ] {cbc455e9-47de-4677-931e-ce7496b93cef::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9834 2024.12.19 22:28:12.783032 [ 191 ] {cbc455e9-47de-4677-931e-ce7496b93cef::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1047 rows starting from the beginning of the part
9835 2024.12.19 22:28:12.783668 [ 191 ] {cbc455e9-47de-4677-931e-ce7496b93cef::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 13 rows starting from the beginning of the part
9836 2024.12.19 22:28:12.784321 [ 277 ] {3b468027-5d59-449b-b8b2-50a5c661acab} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9837 2024.12.19 22:28:12.784331 [ 191 ] {cbc455e9-47de-4677-931e-ce7496b93cef::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
9838 2024.12.19 22:28:12.784364 [ 277 ] {3b468027-5d59-449b-b8b2-50a5c661acab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB.
9839 2024.12.19 22:28:12.785004 [ 191 ] {cbc455e9-47de-4677-931e-ce7496b93cef::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 13 rows starting from the beginning of the part
9840 2024.12.19 22:28:12.785600 [ 191 ] {cbc455e9-47de-4677-931e-ce7496b93cef::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
9841 2024.12.19 22:28:12.785678 [ 277 ] {3b468027-5d59-449b-b8b2-50a5c661acab} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary)
9842 2024.12.19 22:28:12.786121 [ 191 ] {cbc455e9-47de-4677-931e-ce7496b93cef::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 13 rows starting from the beginning of the part
9843 2024.12.19 22:28:12.786502 [ 277 ] {3b468027-5d59-449b-b8b2-50a5c661acab} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9844 2024.12.19 22:28:12.786964 [ 277 ] {3b468027-5d59-449b-b8b2-50a5c661acab} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.00417 sec., 8153.477218225419 rows/sec., 484.53 KiB/sec.
9845 2024.12.19 22:28:12.787050 [ 277 ] {3b468027-5d59-449b-b8b2-50a5c661acab} <Debug> TCPHandler: Processed in 0.004489248 sec.
9846 2024.12.19 22:28:12.792318 [ 192 ] {cbc455e9-47de-4677-931e-ce7496b93cef::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1140 rows, containing 19 columns (19 merged, 0 gathered) in 0.01011555 sec., 112697.77718463159 rows/sec., 201.95 MiB/sec.
9847 2024.12.19 22:28:12.793637 [ 190 ] {cbc455e9-47de-4677-931e-ce7496b93cef::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
9848 2024.12.19 22:28:12.794092 [ 190 ] {cbc455e9-47de-4677-931e-ce7496b93cef::all_1_61_12} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9849 2024.12.19 22:28:12.794187 [ 190 ] {cbc455e9-47de-4677-931e-ce7496b93cef::all_1_61_12} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
9850 2024.12.19 22:28:12.794350 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.65 MiB.
9851 2024.12.19 22:28:13.000166 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 230.97 MiB, peak 243.50 MiB, free memory in arenas 0.00 B, will set to 232.29 MiB (RSS), difference: 1.32 MiB
9852 2024.12.19 22:28:15.800504 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 56 entries to flush up to offset 1394
9853 2024.12.19 22:28:15.804380 [ 242 ] {} <Trace> system.query_log (70720294-7ac9-485f-8b0b-2131ff2acf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9854 2024.12.19 22:28:15.804427 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB.
9855 2024.12.19 22:28:15.805923 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
9856 2024.12.19 22:28:15.806225 [ 242 ] {} <Trace> system.query_log (70720294-7ac9-485f-8b0b-2131ff2acf2b): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9857 2024.12.19 22:28:15.806699 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1394
9858 2024.12.19 22:28:17.087971 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9859 2024.12.19 22:28:17.088235 [ 277 ] {cb7c030d-1383-4ac3-8fac-e57b67514b70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9860 2024.12.19 22:28:17.088309 [ 277 ] {cb7c030d-1383-4ac3-8fac-e57b67514b70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9861 2024.12.19 22:28:17.089084 [ 277 ] {cb7c030d-1383-4ac3-8fac-e57b67514b70} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9862 2024.12.19 22:28:17.089131 [ 277 ] {cb7c030d-1383-4ac3-8fac-e57b67514b70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB.
9863 2024.12.19 22:28:17.089572 [ 277 ] {cb7c030d-1383-4ac3-8fac-e57b67514b70} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary)
9864 2024.12.19 22:28:17.089828 [ 277 ] {cb7c030d-1383-4ac3-8fac-e57b67514b70} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9865 2024.12.19 22:28:17.090081 [ 277 ] {cb7c030d-1383-4ac3-8fac-e57b67514b70} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001899 sec., 29489.20484465508 rows/sec., 2.25 MiB/sec.
9866 2024.12.19 22:28:17.090141 [ 277 ] {cb7c030d-1383-4ac3-8fac-e57b67514b70} <Debug> TCPHandler: Processed in 0.002360802 sec.
9867 2024.12.19 22:28:17.090383 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9868 2024.12.19 22:28:17.090583 [ 278 ] {77a8242b-ac2c-4215-8527-637a629d4a1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9869 2024.12.19 22:28:17.090655 [ 278 ] {77a8242b-ac2c-4215-8527-637a629d4a1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9870 2024.12.19 22:28:17.091419 [ 278 ] {77a8242b-ac2c-4215-8527-637a629d4a1c} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9871 2024.12.19 22:28:17.091472 [ 278 ] {77a8242b-ac2c-4215-8527-637a629d4a1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB.
9872 2024.12.19 22:28:17.091918 [ 278 ] {77a8242b-ac2c-4215-8527-637a629d4a1c} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary)
9873 2024.12.19 22:28:17.092172 [ 278 ] {77a8242b-ac2c-4215-8527-637a629d4a1c} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9874 2024.12.19 22:28:17.092403 [ 278 ] {77a8242b-ac2c-4215-8527-637a629d4a1c} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001872 sec., 34188.03418803419 rows/sec., 2.67 MiB/sec.
9875 2024.12.19 22:28:17.092458 [ 278 ] {77a8242b-ac2c-4215-8527-637a629d4a1c} <Debug> TCPHandler: Processed in 0.002211368 sec.
9876 2024.12.19 22:28:17.092597 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9877 2024.12.19 22:28:17.092718 [ 277 ] {b2ca73cd-2011-4274-b77e-46ef69ccc84d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9878 2024.12.19 22:28:17.092772 [ 277 ] {b2ca73cd-2011-4274-b77e-46ef69ccc84d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9879 2024.12.19 22:28:17.093353 [ 277 ] {b2ca73cd-2011-4274-b77e-46ef69ccc84d} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9880 2024.12.19 22:28:17.093392 [ 277 ] {b2ca73cd-2011-4274-b77e-46ef69ccc84d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB.
9881 2024.12.19 22:28:17.093790 [ 277 ] {b2ca73cd-2011-4274-b77e-46ef69ccc84d} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary)
9882 2024.12.19 22:28:17.094031 [ 277 ] {b2ca73cd-2011-4274-b77e-46ef69ccc84d} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9883 2024.12.19 22:28:17.094252 [ 277 ] {b2ca73cd-2011-4274-b77e-46ef69ccc84d} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001559 sec., 82103.91276459268 rows/sec., 5.72 MiB/sec.
9884 2024.12.19 22:28:17.094307 [ 277 ] {b2ca73cd-2011-4274-b77e-46ef69ccc84d} <Debug> TCPHandler: Processed in 0.001767349 sec.
9885 2024.12.19 22:28:17.094456 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9886 2024.12.19 22:28:17.094595 [ 278 ] {8328221e-ed57-44c4-9e38-0907aef43f7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9887 2024.12.19 22:28:17.094657 [ 278 ] {8328221e-ed57-44c4-9e38-0907aef43f7e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9888 2024.12.19 22:28:17.095220 [ 278 ] {8328221e-ed57-44c4-9e38-0907aef43f7e} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9889 2024.12.19 22:28:17.095257 [ 278 ] {8328221e-ed57-44c4-9e38-0907aef43f7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB.
9890 2024.12.19 22:28:17.095635 [ 278 ] {8328221e-ed57-44c4-9e38-0907aef43f7e} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary)
9891 2024.12.19 22:28:17.095871 [ 278 ] {8328221e-ed57-44c4-9e38-0907aef43f7e} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9892 2024.12.19 22:28:17.096054 [ 278 ] {8328221e-ed57-44c4-9e38-0907aef43f7e} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001489 sec., 32236.400268636666 rows/sec., 2.17 MiB/sec.
9893 2024.12.19 22:28:17.096102 [ 278 ] {8328221e-ed57-44c4-9e38-0907aef43f7e} <Debug> TCPHandler: Processed in 0.001709948 sec.
9894 2024.12.19 22:28:18.205195 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 21594
9895 2024.12.19 22:28:18.205992 [ 244 ] {} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9896 2024.12.19 22:28:18.206040 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB.
9897 2024.12.19 22:28:18.206667 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
9898 2024.12.19 22:28:18.206925 [ 244 ] {} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9899 2024.12.19 22:28:18.207141 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21594
9900 2024.12.19 22:28:19.692542 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 355
9901 2024.12.19 22:28:19.711247 [ 243 ] {} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9902 2024.12.19 22:28:19.711318 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB.
9903 2024.12.19 22:28:19.718238 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
9904 2024.12.19 22:28:19.718966 [ 243 ] {} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9905 2024.12.19 22:28:19.721595 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 355
9906 2024.12.19 22:28:22.090677 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9907 2024.12.19 22:28:22.090888 [ 277 ] {1050de45-1247-4c55-b898-ef9691560c00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9908 2024.12.19 22:28:22.090969 [ 277 ] {1050de45-1247-4c55-b898-ef9691560c00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9909 2024.12.19 22:28:22.091804 [ 277 ] {1050de45-1247-4c55-b898-ef9691560c00} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9910 2024.12.19 22:28:22.091852 [ 277 ] {1050de45-1247-4c55-b898-ef9691560c00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB.
9911 2024.12.19 22:28:22.092310 [ 277 ] {1050de45-1247-4c55-b898-ef9691560c00} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary)
9912 2024.12.19 22:28:22.092570 [ 277 ] {1050de45-1247-4c55-b898-ef9691560c00} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9913 2024.12.19 22:28:22.092840 [ 277 ] {1050de45-1247-4c55-b898-ef9691560c00} <Debug> executeQuery: Read 110 rows, 9.44 KiB in 0.002011 sec., 54699.15464942814 rows/sec., 4.58 MiB/sec.
9914 2024.12.19 22:28:22.092905 [ 277 ] {1050de45-1247-4c55-b898-ef9691560c00} <Debug> TCPHandler: Processed in 0.002368202 sec.
9915 2024.12.19 22:28:22.093136 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9916 2024.12.19 22:28:22.093327 [ 278 ] {b1310c78-2476-4e36-bad1-03d35648b8f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9917 2024.12.19 22:28:22.093398 [ 278 ] {b1310c78-2476-4e36-bad1-03d35648b8f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9918 2024.12.19 22:28:22.094139 [ 278 ] {b1310c78-2476-4e36-bad1-03d35648b8f4} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9919 2024.12.19 22:28:22.094184 [ 278 ] {b1310c78-2476-4e36-bad1-03d35648b8f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB.
9920 2024.12.19 22:28:22.094614 [ 278 ] {b1310c78-2476-4e36-bad1-03d35648b8f4} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
9921 2024.12.19 22:28:22.094866 [ 278 ] {b1310c78-2476-4e36-bad1-03d35648b8f4} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9922 2024.12.19 22:28:22.095105 [ 278 ] {b1310c78-2476-4e36-bad1-03d35648b8f4} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.00183 sec., 14754.098360655738 rows/sec., 1.08 MiB/sec.
9923 2024.12.19 22:28:22.095161 [ 278 ] {b1310c78-2476-4e36-bad1-03d35648b8f4} <Debug> TCPHandler: Processed in 0.002153657 sec.
9924 2024.12.19 22:28:22.095310 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9925 2024.12.19 22:28:22.095454 [ 277 ] {3799cfcf-6926-4aa6-8a04-1c6efc9353d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9926 2024.12.19 22:28:22.095512 [ 277 ] {3799cfcf-6926-4aa6-8a04-1c6efc9353d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9927 2024.12.19 22:28:22.096250 [ 277 ] {3799cfcf-6926-4aa6-8a04-1c6efc9353d9} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9928 2024.12.19 22:28:22.096295 [ 277 ] {3799cfcf-6926-4aa6-8a04-1c6efc9353d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB.
9929 2024.12.19 22:28:22.096658 [ 277 ] {3799cfcf-6926-4aa6-8a04-1c6efc9353d9} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary)
9930 2024.12.19 22:28:22.096895 [ 277 ] {3799cfcf-6926-4aa6-8a04-1c6efc9353d9} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9931 2024.12.19 22:28:22.097134 [ 277 ] {3799cfcf-6926-4aa6-8a04-1c6efc9353d9} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001711 sec., 53185.271770894215 rows/sec., 4.15 MiB/sec.
9932 2024.12.19 22:28:22.097246 [ 277 ] {3799cfcf-6926-4aa6-8a04-1c6efc9353d9} <Debug> TCPHandler: Processed in 0.002003294 sec.
9933 2024.12.19 22:28:22.097445 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9934 2024.12.19 22:28:22.097777 [ 278 ] {ec5c7205-5a90-4d4e-8d09-da9a242cc861} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9935 2024.12.19 22:28:22.097943 [ 278 ] {ec5c7205-5a90-4d4e-8d09-da9a242cc861} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9936 2024.12.19 22:28:22.098645 [ 278 ] {ec5c7205-5a90-4d4e-8d09-da9a242cc861} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9937 2024.12.19 22:28:22.098685 [ 278 ] {ec5c7205-5a90-4d4e-8d09-da9a242cc861} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB.
9938 2024.12.19 22:28:22.099075 [ 278 ] {ec5c7205-5a90-4d4e-8d09-da9a242cc861} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary)
9939 2024.12.19 22:28:22.099302 [ 278 ] {ec5c7205-5a90-4d4e-8d09-da9a242cc861} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9940 2024.12.19 22:28:22.099508 [ 278 ] {ec5c7205-5a90-4d4e-8d09-da9a242cc861} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001853 sec., 86346.46519158121 rows/sec., 6.01 MiB/sec.
9941 2024.12.19 22:28:22.099559 [ 278 ] {ec5c7205-5a90-4d4e-8d09-da9a242cc861} <Debug> TCPHandler: Processed in 0.002231629 sec.
9942 2024.12.19 22:28:22.099762 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9943 2024.12.19 22:28:22.099987 [ 277 ] {9b2b4104-01e4-46f8-98b9-2edd3f6b6f5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
9944 2024.12.19 22:28:22.100130 [ 277 ] {9b2b4104-01e4-46f8-98b9-2edd3f6b6f5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
9945 2024.12.19 22:28:22.101411 [ 277 ] {9b2b4104-01e4-46f8-98b9-2edd3f6b6f5b} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9946 2024.12.19 22:28:22.101451 [ 277 ] {9b2b4104-01e4-46f8-98b9-2edd3f6b6f5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB.
9947 2024.12.19 22:28:22.102093 [ 277 ] {9b2b4104-01e4-46f8-98b9-2edd3f6b6f5b} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
9948 2024.12.19 22:28:22.102350 [ 277 ] {9b2b4104-01e4-46f8-98b9-2edd3f6b6f5b} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9949 2024.12.19 22:28:22.102651 [ 277 ] {9b2b4104-01e4-46f8-98b9-2edd3f6b6f5b} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002707 sec., 9974.141115626153 rows/sec., 17.87 MiB/sec.
9950 2024.12.19 22:28:22.103068 [ 277 ] {9b2b4104-01e4-46f8-98b9-2edd3f6b6f5b} <Debug> TCPHandler: Processed in 0.003413114 sec.
9951 2024.12.19 22:28:22.103331 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9952 2024.12.19 22:28:22.103484 [ 278 ] {84f9f00d-2ef9-426e-9e35-11640d8f26ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9953 2024.12.19 22:28:22.103542 [ 278 ] {84f9f00d-2ef9-426e-9e35-11640d8f26ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9954 2024.12.19 22:28:22.104089 [ 278 ] {84f9f00d-2ef9-426e-9e35-11640d8f26ee} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9955 2024.12.19 22:28:22.104134 [ 278 ] {84f9f00d-2ef9-426e-9e35-11640d8f26ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB.
9956 2024.12.19 22:28:22.104517 [ 278 ] {84f9f00d-2ef9-426e-9e35-11640d8f26ee} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary)
9957 2024.12.19 22:28:22.104740 [ 278 ] {84f9f00d-2ef9-426e-9e35-11640d8f26ee} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9958 2024.12.19 22:28:22.104949 [ 278 ] {84f9f00d-2ef9-426e-9e35-11640d8f26ee} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001495 sec., 40133.77926421405 rows/sec., 2.70 MiB/sec.
9959 2024.12.19 22:28:22.104998 [ 278 ] {84f9f00d-2ef9-426e-9e35-11640d8f26ee} <Debug> TCPHandler: Processed in 0.001794599 sec.
9960 2024.12.19 22:28:23.306740 [ 146 ] {} <Debug> oximeter.fields_u32 (96604386-977a-478c-b894-f09eb465191c) (MergerMutator): Selected 5 parts from all_1_29_6 to all_33_33_0
9961 2024.12.19 22:28:23.306806 [ 146 ] {} <Trace> oximeter.fields_u32 (96604386-977a-478c-b894-f09eb465191c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9962 2024.12.19 22:28:23.306829 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB.
9963 2024.12.19 22:28:23.307005 [ 199 ] {96604386-977a-478c-b894-f09eb465191c::all_1_33_7} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_29_6 to all_33_33_0 into Compact with storage Full
9964 2024.12.19 22:28:23.307197 [ 199 ] {96604386-977a-478c-b894-f09eb465191c::all_1_33_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9965 2024.12.19 22:28:23.307243 [ 199 ] {96604386-977a-478c-b894-f09eb465191c::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_6, total 242 rows starting from the beginning of the part
9966 2024.12.19 22:28:23.307334 [ 199 ] {96604386-977a-478c-b894-f09eb465191c::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 242 rows starting from the beginning of the part
9967 2024.12.19 22:28:23.307606 [ 199 ] {96604386-977a-478c-b894-f09eb465191c::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 14 rows starting from the beginning of the part
9968 2024.12.19 22:28:23.307783 [ 199 ] {96604386-977a-478c-b894-f09eb465191c::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 14 rows starting from the beginning of the part
9969 2024.12.19 22:28:23.307957 [ 199 ] {96604386-977a-478c-b894-f09eb465191c::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 242 rows starting from the beginning of the part
9970 2024.12.19 22:28:23.309201 [ 190 ] {96604386-977a-478c-b894-f09eb465191c::all_1_33_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 754 rows, containing 5 columns (5 merged, 0 gathered) in 0.00228999 sec., 329259.0797339726 rows/sec., 23.57 MiB/sec.
9971 2024.12.19 22:28:23.309440 [ 192 ] {96604386-977a-478c-b894-f09eb465191c::all_1_33_7} <Trace> MergedBlockOutputStream: filled checksums all_1_33_7 (state Temporary)
9972 2024.12.19 22:28:23.309787 [ 192 ] {96604386-977a-478c-b894-f09eb465191c::all_1_33_7} <Trace> oximeter.fields_u32 (96604386-977a-478c-b894-f09eb465191c): Renaming temporary part tmp_merge_all_1_33_7 to all_1_33_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9973 2024.12.19 22:28:23.309881 [ 192 ] {96604386-977a-478c-b894-f09eb465191c::all_1_33_7} <Trace> oximeter.fields_u32 (96604386-977a-478c-b894-f09eb465191c) (MergerMutator): Merged 5 parts: [all_1_29_6, all_33_33_0] -> all_1_33_7
9974 2024.12.19 22:28:23.310007 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB.
9975 2024.12.19 22:28:25.528884 [ 144 ] {} <Debug> DNSResolver: Updating DNS cache
9976 2024.12.19 22:28:25.528954 [ 144 ] {} <Debug> DNSResolver: Updated DNS cache
9977 2024.12.19 22:28:25.579510 [ 140 ] {} <Debug> oximeter.measurements_bool (164ca455-e956-4308-a817-eda615c184e9) (MergerMutator): Selected 5 parts from all_1_29_6 to all_33_33_0
9978 2024.12.19 22:28:25.579572 [ 140 ] {} <Trace> oximeter.measurements_bool (164ca455-e956-4308-a817-eda615c184e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9979 2024.12.19 22:28:25.579599 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB.
9980 2024.12.19 22:28:25.579789 [ 190 ] {164ca455-e956-4308-a817-eda615c184e9::all_1_33_7} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_29_6 to all_33_33_0 into Compact with storage Full
9981 2024.12.19 22:28:25.580007 [ 190 ] {164ca455-e956-4308-a817-eda615c184e9::all_1_33_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9982 2024.12.19 22:28:25.580051 [ 190 ] {164ca455-e956-4308-a817-eda615c184e9::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_6, total 174 rows starting from the beginning of the part
9983 2024.12.19 22:28:25.580135 [ 190 ] {164ca455-e956-4308-a817-eda615c184e9::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 6 rows starting from the beginning of the part
9984 2024.12.19 22:28:25.580240 [ 190 ] {164ca455-e956-4308-a817-eda615c184e9::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 6 rows starting from the beginning of the part
9985 2024.12.19 22:28:25.580375 [ 190 ] {164ca455-e956-4308-a817-eda615c184e9::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 6 rows starting from the beginning of the part
9986 2024.12.19 22:28:25.580458 [ 190 ] {164ca455-e956-4308-a817-eda615c184e9::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 6 rows starting from the beginning of the part
9987 2024.12.19 22:28:25.581400 [ 192 ] {164ca455-e956-4308-a817-eda615c184e9::all_1_33_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 198 rows, containing 4 columns (4 merged, 0 gathered) in 0.001709597 sec., 115816.7685132812 rows/sec., 5.91 MiB/sec.
9988 2024.12.19 22:28:25.581593 [ 192 ] {164ca455-e956-4308-a817-eda615c184e9::all_1_33_7} <Trace> MergedBlockOutputStream: filled checksums all_1_33_7 (state Temporary)
9989 2024.12.19 22:28:25.581926 [ 192 ] {164ca455-e956-4308-a817-eda615c184e9::all_1_33_7} <Trace> oximeter.measurements_bool (164ca455-e956-4308-a817-eda615c184e9): Renaming temporary part tmp_merge_all_1_33_7 to all_1_33_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9990 2024.12.19 22:28:25.582025 [ 192 ] {164ca455-e956-4308-a817-eda615c184e9::all_1_33_7} <Trace> oximeter.measurements_bool (164ca455-e956-4308-a817-eda615c184e9) (MergerMutator): Merged 5 parts: [all_1_29_6, all_33_33_0] -> all_1_33_7
9991 2024.12.19 22:28:25.582126 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
9992 2024.12.19 22:28:25.708208 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 22021
9993 2024.12.19 22:28:25.708795 [ 244 ] {} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9994 2024.12.19 22:28:25.708836 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB.
9995 2024.12.19 22:28:25.709331 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
9996 2024.12.19 22:28:25.709578 [ 244 ] {} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9997 2024.12.19 22:28:25.709845 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22021
9998 2024.12.19 22:28:25.807912 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1414
9999 2024.12.19 22:28:25.810683 [ 242 ] {} <Trace> system.query_log (70720294-7ac9-485f-8b0b-2131ff2acf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10000 2024.12.19 22:28:25.810736 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB.
10001 2024.12.19 22:28:25.812178 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
10002 2024.12.19 22:28:25.812483 [ 242 ] {} <Trace> system.query_log (70720294-7ac9-485f-8b0b-2131ff2acf2b): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10003 2024.12.19 22:28:25.813802 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1414
10004 2024.12.19 22:28:26.001146 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 228.32 MiB, peak 243.50 MiB, free memory in arenas 0.00 B, will set to 232.29 MiB (RSS), difference: 3.97 MiB
10005 2024.12.19 22:28:26.002333 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.00093834 sec.
10006 2024.12.19 22:28:27.094441 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10007 2024.12.19 22:28:27.094748 [ 277 ] {4c052125-765b-4db1-9f52-d03955836182} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
10008 2024.12.19 22:28:27.094864 [ 277 ] {4c052125-765b-4db1-9f52-d03955836182} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
10009 2024.12.19 22:28:27.095835 [ 277 ] {4c052125-765b-4db1-9f52-d03955836182} <Trace> oximeter.fields_i16 (8b34b429-6d62-480d-bd41-33dce3ff3ffb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10010 2024.12.19 22:28:27.095881 [ 277 ] {4c052125-765b-4db1-9f52-d03955836182} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB.
10011 2024.12.19 22:28:27.096327 [ 277 ] {4c052125-765b-4db1-9f52-d03955836182} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
10012 2024.12.19 22:28:27.096610 [ 277 ] {4c052125-765b-4db1-9f52-d03955836182} <Trace> oximeter.fields_i16 (8b34b429-6d62-480d-bd41-33dce3ff3ffb): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10013 2024.12.19 22:28:27.096889 [ 277 ] {4c052125-765b-4db1-9f52-d03955836182} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002224 sec., 6294.964028776979 rows/sec., 453.15 KiB/sec.
10014 2024.12.19 22:28:27.097008 [ 277 ] {4c052125-765b-4db1-9f52-d03955836182} <Debug> TCPHandler: Processed in 0.00274819 sec.
10015 2024.12.19 22:28:27.097303 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10016 2024.12.19 22:28:27.097530 [ 278 ] {41803e4d-3e39-4c81-a82f-f78289515ea5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10017 2024.12.19 22:28:27.097614 [ 278 ] {41803e4d-3e39-4c81-a82f-f78289515ea5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10018 2024.12.19 22:28:27.098572 [ 278 ] {41803e4d-3e39-4c81-a82f-f78289515ea5} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10019 2024.12.19 22:28:27.098633 [ 278 ] {41803e4d-3e39-4c81-a82f-f78289515ea5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB.
10020 2024.12.19 22:28:27.099125 [ 278 ] {41803e4d-3e39-4c81-a82f-f78289515ea5} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary)
10021 2024.12.19 22:28:27.099397 [ 278 ] {41803e4d-3e39-4c81-a82f-f78289515ea5} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10022 2024.12.19 22:28:27.099654 [ 278 ] {41803e4d-3e39-4c81-a82f-f78289515ea5} <Debug> executeQuery: Read 229 rows, 20.51 KiB in 0.002185 sec., 104805.49199084668 rows/sec., 9.17 MiB/sec.
10023 2024.12.19 22:28:27.099724 [ 278 ] {41803e4d-3e39-4c81-a82f-f78289515ea5} <Debug> TCPHandler: Processed in 0.002564555 sec.
10024 2024.12.19 22:28:27.099868 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10025 2024.12.19 22:28:27.099993 [ 277 ] {2ef8b21b-56bf-4069-acb3-284959fb5293} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
10026 2024.12.19 22:28:27.100045 [ 277 ] {2ef8b21b-56bf-4069-acb3-284959fb5293} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10027 2024.12.19 22:28:27.100656 [ 277 ] {2ef8b21b-56bf-4069-acb3-284959fb5293} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10028 2024.12.19 22:28:27.100696 [ 277 ] {2ef8b21b-56bf-4069-acb3-284959fb5293} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB.
10029 2024.12.19 22:28:27.101075 [ 277 ] {2ef8b21b-56bf-4069-acb3-284959fb5293} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
10030 2024.12.19 22:28:27.101325 [ 277 ] {2ef8b21b-56bf-4069-acb3-284959fb5293} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10031 2024.12.19 22:28:27.101589 [ 277 ] {2ef8b21b-56bf-4069-acb3-284959fb5293} <Debug> executeQuery: Read 20 rows, 1.43 KiB in 0.001622 sec., 12330.456226880395 rows/sec., 883.84 KiB/sec.
10032 2024.12.19 22:28:27.101668 [ 277 ] {2ef8b21b-56bf-4069-acb3-284959fb5293} <Debug> TCPHandler: Processed in 0.001859411 sec.
10033 2024.12.19 22:28:27.101884 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10034 2024.12.19 22:28:27.102049 [ 278 ] {bc313933-63e5-42e5-b5d2-d03c39169bb8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
10035 2024.12.19 22:28:27.102109 [ 278 ] {bc313933-63e5-42e5-b5d2-d03c39169bb8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
10036 2024.12.19 22:28:27.102728 [ 278 ] {bc313933-63e5-42e5-b5d2-d03c39169bb8} <Trace> oximeter.fields_u32 (96604386-977a-478c-b894-f09eb465191c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10037 2024.12.19 22:28:27.102768 [ 278 ] {bc313933-63e5-42e5-b5d2-d03c39169bb8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB.
10038 2024.12.19 22:28:27.103139 [ 278 ] {bc313933-63e5-42e5-b5d2-d03c39169bb8} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
10039 2024.12.19 22:28:27.103379 [ 278 ] {bc313933-63e5-42e5-b5d2-d03c39169bb8} <Trace> oximeter.fields_u32 (96604386-977a-478c-b894-f09eb465191c): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10040 2024.12.19 22:28:27.103636 [ 278 ] {bc313933-63e5-42e5-b5d2-d03c39169bb8} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00162 sec., 8641.975308641975 rows/sec., 605.23 KiB/sec.
10041 2024.12.19 22:28:27.103842 [ 278 ] {bc313933-63e5-42e5-b5d2-d03c39169bb8} <Debug> TCPHandler: Processed in 0.002075605 sec.
10042 2024.12.19 22:28:27.104085 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10043 2024.12.19 22:28:27.104227 [ 277 ] {b58f43bd-0074-4957-8966-0dbb7f830d41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
10044 2024.12.19 22:28:27.104285 [ 277 ] {b58f43bd-0074-4957-8966-0dbb7f830d41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
10045 2024.12.19 22:28:27.104881 [ 277 ] {b58f43bd-0074-4957-8966-0dbb7f830d41} <Trace> oximeter.fields_u8 (74ab6f56-b776-4e15-89eb-af2ec1acc724): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10046 2024.12.19 22:28:27.104921 [ 277 ] {b58f43bd-0074-4957-8966-0dbb7f830d41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB.
10047 2024.12.19 22:28:27.105292 [ 277 ] {b58f43bd-0074-4957-8966-0dbb7f830d41} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
10048 2024.12.19 22:28:27.105539 [ 277 ] {b58f43bd-0074-4957-8966-0dbb7f830d41} <Trace> oximeter.fields_u8 (74ab6f56-b776-4e15-89eb-af2ec1acc724): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10049 2024.12.19 22:28:27.105797 [ 277 ] {b58f43bd-0074-4957-8966-0dbb7f830d41} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.0016 sec., 8125 rows/sec., 506.59 KiB/sec.
10050 2024.12.19 22:28:27.106004 [ 277 ] {b58f43bd-0074-4957-8966-0dbb7f830d41} <Debug> TCPHandler: Processed in 0.002039514 sec.
10051 2024.12.19 22:28:27.106195 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10052 2024.12.19 22:28:27.106310 [ 278 ] {7144b06c-816f-4d03-90e1-73dec58138b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10053 2024.12.19 22:28:27.106363 [ 278 ] {7144b06c-816f-4d03-90e1-73dec58138b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10054 2024.12.19 22:28:27.107209 [ 278 ] {7144b06c-816f-4d03-90e1-73dec58138b4} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10055 2024.12.19 22:28:27.107256 [ 278 ] {7144b06c-816f-4d03-90e1-73dec58138b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB.
10056 2024.12.19 22:28:27.107643 [ 278 ] {7144b06c-816f-4d03-90e1-73dec58138b4} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary)
10057 2024.12.19 22:28:27.107876 [ 278 ] {7144b06c-816f-4d03-90e1-73dec58138b4} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10058 2024.12.19 22:28:27.108093 [ 278 ] {7144b06c-816f-4d03-90e1-73dec58138b4} <Debug> executeQuery: Read 395 rows, 28.72 KiB in 0.001808 sec., 218473.45132743364 rows/sec., 15.51 MiB/sec.
10059 2024.12.19 22:28:27.108148 [ 278 ] {7144b06c-816f-4d03-90e1-73dec58138b4} <Debug> TCPHandler: Processed in 0.002035144 sec.
10060 2024.12.19 22:28:27.108288 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10061 2024.12.19 22:28:27.108483 [ 277 ] {af20ed5f-f703-481e-8d9a-3a926fad96de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
10062 2024.12.19 22:28:27.108576 [ 277 ] {af20ed5f-f703-481e-8d9a-3a926fad96de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
10063 2024.12.19 22:28:27.109451 [ 277 ] {af20ed5f-f703-481e-8d9a-3a926fad96de} <Trace> oximeter.measurements_bool (164ca455-e956-4308-a817-eda615c184e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10064 2024.12.19 22:28:27.109490 [ 277 ] {af20ed5f-f703-481e-8d9a-3a926fad96de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB.
10065 2024.12.19 22:28:27.109853 [ 277 ] {af20ed5f-f703-481e-8d9a-3a926fad96de} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
10066 2024.12.19 22:28:27.110101 [ 277 ] {af20ed5f-f703-481e-8d9a-3a926fad96de} <Trace> oximeter.measurements_bool (164ca455-e956-4308-a817-eda615c184e9): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10067 2024.12.19 22:28:27.110324 [ 277 ] {af20ed5f-f703-481e-8d9a-3a926fad96de} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001895 sec., 3166.2269129287597 rows/sec., 165.42 KiB/sec.
10068 2024.12.19 22:28:27.110377 [ 277 ] {af20ed5f-f703-481e-8d9a-3a926fad96de} <Debug> TCPHandler: Processed in 0.002146736 sec.
10069 2024.12.19 22:28:27.110535 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10070 2024.12.19 22:28:27.110676 [ 278 ] {6f304f6e-bd35-4305-be48-43a68c697876} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10071 2024.12.19 22:28:27.110740 [ 278 ] {6f304f6e-bd35-4305-be48-43a68c697876} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10072 2024.12.19 22:28:27.111422 [ 278 ] {6f304f6e-bd35-4305-be48-43a68c697876} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10073 2024.12.19 22:28:27.111461 [ 278 ] {6f304f6e-bd35-4305-be48-43a68c697876} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB.
10074 2024.12.19 22:28:27.111853 [ 278 ] {6f304f6e-bd35-4305-be48-43a68c697876} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary)
10075 2024.12.19 22:28:27.112085 [ 278 ] {6f304f6e-bd35-4305-be48-43a68c697876} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10076 2024.12.19 22:28:27.112345 [ 278 ] {6f304f6e-bd35-4305-be48-43a68c697876} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001689 sec., 140319.71580817053 rows/sec., 9.41 MiB/sec.
10077 2024.12.19 22:28:27.112405 [ 278 ] {6f304f6e-bd35-4305-be48-43a68c697876} <Debug> TCPHandler: Processed in 0.001933893 sec.
10078 2024.12.19 22:28:27.112676 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10079 2024.12.19 22:28:27.112836 [ 277 ] {7ed872e5-8e44-4d0e-8593-89462fe1b491} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
10080 2024.12.19 22:28:27.112896 [ 277 ] {7ed872e5-8e44-4d0e-8593-89462fe1b491} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
10081 2024.12.19 22:28:27.113435 [ 277 ] {7ed872e5-8e44-4d0e-8593-89462fe1b491} <Trace> oximeter.measurements_f64 (f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10082 2024.12.19 22:28:27.113473 [ 277 ] {7ed872e5-8e44-4d0e-8593-89462fe1b491} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB.
10083 2024.12.19 22:28:27.113835 [ 277 ] {7ed872e5-8e44-4d0e-8593-89462fe1b491} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
10084 2024.12.19 22:28:27.114073 [ 277 ] {7ed872e5-8e44-4d0e-8593-89462fe1b491} <Trace> oximeter.measurements_f64 (f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10085 2024.12.19 22:28:27.114291 [ 277 ] {7ed872e5-8e44-4d0e-8593-89462fe1b491} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001486 sec., 672.9475100942127 rows/sec., 45.35 KiB/sec.
10086 2024.12.19 22:28:27.114346 [ 277 ] {7ed872e5-8e44-4d0e-8593-89462fe1b491} <Debug> TCPHandler: Processed in 0.0018322 sec.
10087 2024.12.19 22:28:27.114485 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10088 2024.12.19 22:28:27.114604 [ 278 ] {710989d9-39ba-4875-832d-03f42eef5573} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
10089 2024.12.19 22:28:27.114688 [ 278 ] {710989d9-39ba-4875-832d-03f42eef5573} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
10090 2024.12.19 22:28:27.115820 [ 278 ] {710989d9-39ba-4875-832d-03f42eef5573} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10091 2024.12.19 22:28:27.115858 [ 278 ] {710989d9-39ba-4875-832d-03f42eef5573} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB.
10092 2024.12.19 22:28:27.116483 [ 278 ] {710989d9-39ba-4875-832d-03f42eef5573} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
10093 2024.12.19 22:28:27.116737 [ 278 ] {710989d9-39ba-4875-832d-03f42eef5573} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10094 2024.12.19 22:28:27.116986 [ 278 ] {710989d9-39ba-4875-832d-03f42eef5573} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002406 sec., 5403.15876974231 rows/sec., 9.68 MiB/sec.
10095 2024.12.19 22:28:27.117112 [ 278 ] {710989d9-39ba-4875-832d-03f42eef5573} <Debug> TCPHandler: Processed in 0.002678918 sec.
10096 2024.12.19 22:28:27.117280 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10097 2024.12.19 22:28:27.117421 [ 277 ] {7edc7dce-be5c-410f-9fe0-4e53fe9babc2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10098 2024.12.19 22:28:27.117482 [ 277 ] {7edc7dce-be5c-410f-9fe0-4e53fe9babc2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10099 2024.12.19 22:28:27.118070 [ 277 ] {7edc7dce-be5c-410f-9fe0-4e53fe9babc2} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10100 2024.12.19 22:28:27.118115 [ 277 ] {7edc7dce-be5c-410f-9fe0-4e53fe9babc2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB.
10101 2024.12.19 22:28:27.118526 [ 277 ] {7edc7dce-be5c-410f-9fe0-4e53fe9babc2} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary)
10102 2024.12.19 22:28:27.118757 [ 277 ] {7edc7dce-be5c-410f-9fe0-4e53fe9babc2} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10103 2024.12.19 22:28:27.118979 [ 277 ] {7edc7dce-be5c-410f-9fe0-4e53fe9babc2} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001585 sec., 51735.01577287066 rows/sec., 3.29 MiB/sec.
10104 2024.12.19 22:28:27.119037 [ 277 ] {7edc7dce-be5c-410f-9fe0-4e53fe9babc2} <Debug> TCPHandler: Processed in 0.00182422 sec.
10105 2024.12.19 22:28:27.222558 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 362
10106 2024.12.19 22:28:27.243028 [ 243 ] {} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10107 2024.12.19 22:28:27.243075 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB.
10108 2024.12.19 22:28:27.250429 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
10109 2024.12.19 22:28:27.251188 [ 243 ] {} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10110 2024.12.19 22:28:27.254351 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 362
10111 2024.12.19 22:28:28.001144 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 233.60 MiB, peak 243.50 MiB, free memory in arenas 0.00 B, will set to 232.29 MiB (RSS), difference: -1.30 MiB
10112 2024.12.19 22:28:32.090649 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10113 2024.12.19 22:28:32.090881 [ 277 ] {b847afde-f103-49e9-b7f9-ea46134b594a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
10114 2024.12.19 22:28:32.090963 [ 277 ] {b847afde-f103-49e9-b7f9-ea46134b594a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
10115 2024.12.19 22:28:32.091786 [ 277 ] {b847afde-f103-49e9-b7f9-ea46134b594a} <Trace> oximeter.fields_ipaddr (15c96da1-d320-4880-85e7-7388ae0c0cda): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10116 2024.12.19 22:28:32.091839 [ 277 ] {b847afde-f103-49e9-b7f9-ea46134b594a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB.
10117 2024.12.19 22:28:32.092281 [ 277 ] {b847afde-f103-49e9-b7f9-ea46134b594a} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
10118 2024.12.19 22:28:32.092544 [ 277 ] {b847afde-f103-49e9-b7f9-ea46134b594a} <Trace> oximeter.fields_ipaddr (15c96da1-d320-4880-85e7-7388ae0c0cda): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10119 2024.12.19 22:28:32.092800 [ 277 ] {b847afde-f103-49e9-b7f9-ea46134b594a} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001977 sec., 1011.6337885685382 rows/sec., 82.49 KiB/sec.
10120 2024.12.19 22:28:32.092919 [ 277 ] {b847afde-f103-49e9-b7f9-ea46134b594a} <Debug> TCPHandler: Processed in 0.002409563 sec.
10121 2024.12.19 22:28:32.093187 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10122 2024.12.19 22:28:32.093403 [ 278 ] {4ce4e4cc-5388-4bfd-97ca-8779164b3adc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10123 2024.12.19 22:28:32.093481 [ 278 ] {4ce4e4cc-5388-4bfd-97ca-8779164b3adc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10124 2024.12.19 22:28:32.094289 [ 278 ] {4ce4e4cc-5388-4bfd-97ca-8779164b3adc} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10125 2024.12.19 22:28:32.094333 [ 278 ] {4ce4e4cc-5388-4bfd-97ca-8779164b3adc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB.
10126 2024.12.19 22:28:32.094781 [ 278 ] {4ce4e4cc-5388-4bfd-97ca-8779164b3adc} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary)
10127 2024.12.19 22:28:32.095035 [ 278 ] {4ce4e4cc-5388-4bfd-97ca-8779164b3adc} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10128 2024.12.19 22:28:32.095190 [ 134 ] {} <Debug> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0
10129 2024.12.19 22:28:32.095244 [ 134 ] {} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10130 2024.12.19 22:28:32.095248 [ 278 ] {4ce4e4cc-5388-4bfd-97ca-8779164b3adc} <Debug> executeQuery: Read 111 rows, 9.51 KiB in 0.001902 sec., 58359.621451104096 rows/sec., 4.88 MiB/sec.
10131 2024.12.19 22:28:32.095271 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB.
10132 2024.12.19 22:28:32.095369 [ 278 ] {4ce4e4cc-5388-4bfd-97ca-8779164b3adc} <Debug> TCPHandler: Processed in 0.00231735 sec.
10133 2024.12.19 22:28:32.095583 [ 190 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::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
10134 2024.12.19 22:28:32.095780 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10135 2024.12.19 22:28:32.095905 [ 190 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10136 2024.12.19 22:28:32.096034 [ 190 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1432 rows starting from the beginning of the part
10137 2024.12.19 22:28:32.096151 [ 277 ] {b2466e75-d259-4bbf-8042-da8f6c5b6513} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
10138 2024.12.19 22:28:32.096353 [ 190 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 1369 rows starting from the beginning of the part
10139 2024.12.19 22:28:32.096394 [ 277 ] {b2466e75-d259-4bbf-8042-da8f6c5b6513} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10140 2024.12.19 22:28:32.096835 [ 190 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 56 rows starting from the beginning of the part
10141 2024.12.19 22:28:32.097205 [ 190 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::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
10142 2024.12.19 22:28:32.097535 [ 190 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 229 rows starting from the beginning of the part
10143 2024.12.19 22:28:32.097935 [ 190 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 111 rows starting from the beginning of the part
10144 2024.12.19 22:28:32.099494 [ 277 ] {b2466e75-d259-4bbf-8042-da8f6c5b6513} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10145 2024.12.19 22:28:32.099572 [ 277 ] {b2466e75-d259-4bbf-8042-da8f6c5b6513} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB.
10146 2024.12.19 22:28:32.100609 [ 277 ] {b2466e75-d259-4bbf-8042-da8f6c5b6513} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
10147 2024.12.19 22:28:32.100966 [ 277 ] {b2466e75-d259-4bbf-8042-da8f6c5b6513} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10148 2024.12.19 22:28:32.101236 [ 277 ] {b2466e75-d259-4bbf-8042-da8f6c5b6513} <Debug> executeQuery: Read 29 rows, 2.17 KiB in 0.005199 sec., 5577.995768417004 rows/sec., 417.37 KiB/sec.
10149 2024.12.19 22:28:32.101411 [ 277 ] {b2466e75-d259-4bbf-8042-da8f6c5b6513} <Debug> TCPHandler: Processed in 0.005774006 sec.
10150 2024.12.19 22:28:32.101726 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10151 2024.12.19 22:28:32.101800 [ 193 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3307 rows, containing 5 columns (5 merged, 0 gathered) in 0.00641449 sec., 515551.5091612895 rows/sec., 45.02 MiB/sec.
10152 2024.12.19 22:28:32.101919 [ 278 ] {9bb964b3-65a9-4788-9e3d-464065c4014f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10153 2024.12.19 22:28:32.101991 [ 278 ] {9bb964b3-65a9-4788-9e3d-464065c4014f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10154 2024.12.19 22:28:32.102128 [ 193 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary)
10155 2024.12.19 22:28:32.102744 [ 193 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_81_16} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10156 2024.12.19 22:28:32.102913 [ 193 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_81_16} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16
10157 2024.12.19 22:28:32.103069 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB.
10158 2024.12.19 22:28:32.103226 [ 278 ] {9bb964b3-65a9-4788-9e3d-464065c4014f} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10159 2024.12.19 22:28:32.103269 [ 278 ] {9bb964b3-65a9-4788-9e3d-464065c4014f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB.
10160 2024.12.19 22:28:32.103642 [ 278 ] {9bb964b3-65a9-4788-9e3d-464065c4014f} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary)
10161 2024.12.19 22:28:32.103889 [ 278 ] {9bb964b3-65a9-4788-9e3d-464065c4014f} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10162 2024.12.19 22:28:32.104028 [ 134 ] {} <Debug> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0
10163 2024.12.19 22:28:32.104063 [ 134 ] {} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10164 2024.12.19 22:28:32.104079 [ 278 ] {9bb964b3-65a9-4788-9e3d-464065c4014f} <Debug> executeQuery: Read 93 rows, 7.44 KiB in 0.0022 sec., 42272.72727272727 rows/sec., 3.30 MiB/sec.
10165 2024.12.19 22:28:32.104090 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB.
10166 2024.12.19 22:28:32.104227 [ 278 ] {9bb964b3-65a9-4788-9e3d-464065c4014f} <Debug> TCPHandler: Processed in 0.002664718 sec.
10167 2024.12.19 22:28:32.104387 [ 187 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::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
10168 2024.12.19 22:28:32.104578 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10169 2024.12.19 22:28:32.104758 [ 187 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10170 2024.12.19 22:28:32.104911 [ 187 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 914 rows starting from the beginning of the part
10171 2024.12.19 22:28:32.105129 [ 277 ] {9e26d6db-3e45-476f-8b3b-64c687900912} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10172 2024.12.19 22:28:32.105502 [ 277 ] {9e26d6db-3e45-476f-8b3b-64c687900912} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10173 2024.12.19 22:28:32.105533 [ 187 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 851 rows starting from the beginning of the part
10174 2024.12.19 22:28:32.106284 [ 187 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 64 rows starting from the beginning of the part
10175 2024.12.19 22:28:32.106743 [ 187 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::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
10176 2024.12.19 22:28:32.107109 [ 187 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 395 rows starting from the beginning of the part
10177 2024.12.19 22:28:32.107475 [ 187 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 93 rows starting from the beginning of the part
10178 2024.12.19 22:28:32.108978 [ 277 ] {9e26d6db-3e45-476f-8b3b-64c687900912} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10179 2024.12.19 22:28:32.109035 [ 277 ] {9e26d6db-3e45-476f-8b3b-64c687900912} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB.
10180 2024.12.19 22:28:32.110155 [ 277 ] {9e26d6db-3e45-476f-8b3b-64c687900912} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary)
10181 2024.12.19 22:28:32.110484 [ 277 ] {9e26d6db-3e45-476f-8b3b-64c687900912} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10182 2024.12.19 22:28:32.110883 [ 134 ] {} <Debug> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0
10183 2024.12.19 22:28:32.110999 [ 134 ] {} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10184 2024.12.19 22:28:32.111061 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB.
10185 2024.12.19 22:28:32.111209 [ 188 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2408 rows, containing 5 columns (5 merged, 0 gathered) in 0.006964812 sec., 345737.97541125305 rows/sec., 26.51 MiB/sec.
10186 2024.12.19 22:28:32.111395 [ 277 ] {9e26d6db-3e45-476f-8b3b-64c687900912} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.006428 sec., 25046.670815183574 rows/sec., 1.74 MiB/sec.
10187 2024.12.19 22:28:32.111512 [ 189 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::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
10188 2024.12.19 22:28:32.111931 [ 195 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary)
10189 2024.12.19 22:28:32.112019 [ 277 ] {9e26d6db-3e45-476f-8b3b-64c687900912} <Debug> TCPHandler: Processed in 0.007656187 sec.
10190 2024.12.19 22:28:32.112423 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10191 2024.12.19 22:28:32.112448 [ 189 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10192 2024.12.19 22:28:32.112678 [ 189 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_76_15, total 23006 rows starting from the beginning of the part
10193 2024.12.19 22:28:32.113148 [ 278 ] {15047546-03be-419c-882e-5ab1e8c9cce6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
10194 2024.12.19 22:28:32.113370 [ 189 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 955 rows starting from the beginning of the part
10195 2024.12.19 22:28:32.113961 [ 278 ] {15047546-03be-419c-882e-5ab1e8c9cce6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
10196 2024.12.19 22:28:32.114035 [ 195 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_81_16} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10197 2024.12.19 22:28:32.114299 [ 189 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 128 rows starting from the beginning of the part
10198 2024.12.19 22:28:32.114710 [ 195 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_81_16} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16
10199 2024.12.19 22:28:32.115300 [ 189 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::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
10200 2024.12.19 22:28:32.115357 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB.
10201 2024.12.19 22:28:32.115838 [ 189 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 237 rows starting from the beginning of the part
10202 2024.12.19 22:28:32.116311 [ 189 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 161 rows starting from the beginning of the part
10203 2024.12.19 22:28:32.118484 [ 278 ] {15047546-03be-419c-882e-5ab1e8c9cce6} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10204 2024.12.19 22:28:32.118531 [ 278 ] {15047546-03be-419c-882e-5ab1e8c9cce6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB.
10205 2024.12.19 22:28:32.119606 [ 278 ] {15047546-03be-419c-882e-5ab1e8c9cce6} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
10206 2024.12.19 22:28:32.119896 [ 278 ] {15047546-03be-419c-882e-5ab1e8c9cce6} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10207 2024.12.19 22:28:32.120551 [ 278 ] {15047546-03be-419c-882e-5ab1e8c9cce6} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.007671 sec., 3519.7497066875244 rows/sec., 6.31 MiB/sec.
10208 2024.12.19 22:28:32.121219 [ 278 ] {15047546-03be-419c-882e-5ab1e8c9cce6} <Debug> TCPHandler: Processed in 0.009046347 sec.
10209 2024.12.19 22:28:32.121584 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10210 2024.12.19 22:28:32.121855 [ 277 ] {948e63b5-f208-49a1-90dd-ab6c79e0a573} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10211 2024.12.19 22:28:32.122002 [ 277 ] {948e63b5-f208-49a1-90dd-ab6c79e0a573} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10212 2024.12.19 22:28:32.123050 [ 277 ] {948e63b5-f208-49a1-90dd-ab6c79e0a573} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10213 2024.12.19 22:28:32.123094 [ 277 ] {948e63b5-f208-49a1-90dd-ab6c79e0a573} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB.
10214 2024.12.19 22:28:32.123621 [ 277 ] {948e63b5-f208-49a1-90dd-ab6c79e0a573} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary)
10215 2024.12.19 22:28:32.124019 [ 277 ] {948e63b5-f208-49a1-90dd-ab6c79e0a573} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10216 2024.12.19 22:28:32.124215 [ 134 ] {} <Debug> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0
10217 2024.12.19 22:28:32.124280 [ 134 ] {} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10218 2024.12.19 22:28:32.124295 [ 277 ] {948e63b5-f208-49a1-90dd-ab6c79e0a573} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002487 sec., 24125.452352231605 rows/sec., 1.63 MiB/sec.
10219 2024.12.19 22:28:32.124323 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB.
10220 2024.12.19 22:28:32.124447 [ 277 ] {948e63b5-f208-49a1-90dd-ab6c79e0a573} <Debug> TCPHandler: Processed in 0.003056576 sec.
10221 2024.12.19 22:28:32.124795 [ 188 ] {a2784562-0832-4e33-8769-44c7df75eec1::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
10222 2024.12.19 22:28:32.125186 [ 189 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 24647 rows, containing 5 columns (5 merged, 0 gathered) in 0.013985364 sec., 1762342.4031008417 rows/sec., 118.99 MiB/sec.
10223 2024.12.19 22:28:32.125207 [ 188 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10224 2024.12.19 22:28:32.125295 [ 188 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 4652 rows starting from the beginning of the part
10225 2024.12.19 22:28:32.125397 [ 188 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 34 rows starting from the beginning of the part
10226 2024.12.19 22:28:32.125467 [ 189 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary)
10227 2024.12.19 22:28:32.125803 [ 188 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 48 rows starting from the beginning of the part
10228 2024.12.19 22:28:32.125958 [ 188 ] {a2784562-0832-4e33-8769-44c7df75eec1::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
10229 2024.12.19 22:28:32.126320 [ 188 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 82 rows starting from the beginning of the part
10230 2024.12.19 22:28:32.126581 [ 188 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 60 rows starting from the beginning of the part
10231 2024.12.19 22:28:32.126608 [ 189 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10232 2024.12.19 22:28:32.126944 [ 189 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16
10233 2024.12.19 22:28:32.127138 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.30 MiB.
10234 2024.12.19 22:28:32.129125 [ 201 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4936 rows, containing 4 columns (4 merged, 0 gathered) in 0.0046198 sec., 1068444.521407853 rows/sec., 69.66 MiB/sec.
10235 2024.12.19 22:28:32.129561 [ 197 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary)
10236 2024.12.19 22:28:32.129868 [ 197 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_81_16} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10237 2024.12.19 22:28:32.129957 [ 197 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_81_16} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16
10238 2024.12.19 22:28:32.130045 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.10 MiB.
10239 2024.12.19 22:28:33.210878 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 22509
10240 2024.12.19 22:28:33.211552 [ 244 ] {} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10241 2024.12.19 22:28:33.211593 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB.
10242 2024.12.19 22:28:33.212118 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
10243 2024.12.19 22:28:33.212367 [ 244 ] {} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10244 2024.12.19 22:28:33.212583 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22509
10245 2024.12.19 22:28:34.755375 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 370
10246 2024.12.19 22:28:34.775887 [ 243 ] {} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10247 2024.12.19 22:28:34.775940 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB.
10248 2024.12.19 22:28:34.783271 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
10249 2024.12.19 22:28:34.784059 [ 243 ] {} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10250 2024.12.19 22:28:34.787136 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 370
10251 2024.12.19 22:28:35.814866 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1450
10252 2024.12.19 22:28:35.817980 [ 242 ] {} <Trace> system.query_log (70720294-7ac9-485f-8b0b-2131ff2acf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10253 2024.12.19 22:28:35.818028 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB.
10254 2024.12.19 22:28:35.819491 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
10255 2024.12.19 22:28:35.819803 [ 242 ] {} <Trace> system.query_log (70720294-7ac9-485f-8b0b-2131ff2acf2b): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10256 2024.12.19 22:28:35.819985 [ 131 ] {} <Debug> system.query_log (70720294-7ac9-485f-8b0b-2131ff2acf2b) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
10257 2024.12.19 22:28:35.820043 [ 131 ] {} <Trace> system.query_log (70720294-7ac9-485f-8b0b-2131ff2acf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10258 2024.12.19 22:28:35.820081 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB.
10259 2024.12.19 22:28:35.820690 [ 201 ] {70720294-7ac9-485f-8b0b-2131ff2acf2b::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
10260 2024.12.19 22:28:35.822584 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1450
10261 2024.12.19 22:28:35.823094 [ 201 ] {70720294-7ac9-485f-8b0b-2131ff2acf2b::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10262 2024.12.19 22:28:35.823266 [ 201 ] {70720294-7ac9-485f-8b0b-2131ff2acf2b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1284 rows starting from the beginning of the part
10263 2024.12.19 22:28:35.823754 [ 201 ] {70720294-7ac9-485f-8b0b-2131ff2acf2b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 20 rows starting from the beginning of the part
10264 2024.12.19 22:28:35.824272 [ 201 ] {70720294-7ac9-485f-8b0b-2131ff2acf2b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 34 rows starting from the beginning of the part
10265 2024.12.19 22:28:35.824772 [ 201 ] {70720294-7ac9-485f-8b0b-2131ff2acf2b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 56 rows starting from the beginning of the part
10266 2024.12.19 22:28:35.825250 [ 201 ] {70720294-7ac9-485f-8b0b-2131ff2acf2b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 20 rows starting from the beginning of the part
10267 2024.12.19 22:28:35.825721 [ 201 ] {70720294-7ac9-485f-8b0b-2131ff2acf2b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 36 rows starting from the beginning of the part
10268 2024.12.19 22:28:35.833678 [ 186 ] {70720294-7ac9-485f-8b0b-2131ff2acf2b::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1450 rows, containing 72 columns (72 merged, 0 gathered) in 0.013446913 sec., 107831.44056929646 rows/sec., 83.71 MiB/sec.
10269 2024.12.19 22:28:35.835029 [ 186 ] {70720294-7ac9-485f-8b0b-2131ff2acf2b::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
10270 2024.12.19 22:28:35.835696 [ 186 ] {70720294-7ac9-485f-8b0b-2131ff2acf2b::all_1_36_7} <Trace> system.query_log (70720294-7ac9-485f-8b0b-2131ff2acf2b): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10271 2024.12.19 22:28:35.835781 [ 186 ] {70720294-7ac9-485f-8b0b-2131ff2acf2b::all_1_36_7} <Trace> system.query_log (70720294-7ac9-485f-8b0b-2131ff2acf2b) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
10272 2024.12.19 22:28:35.835976 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.95 MiB.
10273 2024.12.19 22:28:37.093338 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10274 2024.12.19 22:28:37.093543 [ 277 ] {023373bc-ec30-480b-b63d-02037f3ee895} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
10275 2024.12.19 22:28:37.093620 [ 277 ] {023373bc-ec30-480b-b63d-02037f3ee895} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
10276 2024.12.19 22:28:37.094355 [ 277 ] {023373bc-ec30-480b-b63d-02037f3ee895} <Trace> oximeter.fields_i16 (8b34b429-6d62-480d-bd41-33dce3ff3ffb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10277 2024.12.19 22:28:37.094398 [ 277 ] {023373bc-ec30-480b-b63d-02037f3ee895} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB.
10278 2024.12.19 22:28:37.094836 [ 277 ] {023373bc-ec30-480b-b63d-02037f3ee895} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
10279 2024.12.19 22:28:37.095105 [ 277 ] {023373bc-ec30-480b-b63d-02037f3ee895} <Trace> oximeter.fields_i16 (8b34b429-6d62-480d-bd41-33dce3ff3ffb): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10280 2024.12.19 22:28:37.095325 [ 277 ] {023373bc-ec30-480b-b63d-02037f3ee895} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001841 sec., 7604.5627376425855 rows/sec., 547.43 KiB/sec.
10281 2024.12.19 22:28:37.095469 [ 277 ] {023373bc-ec30-480b-b63d-02037f3ee895} <Debug> TCPHandler: Processed in 0.002260639 sec.
10282 2024.12.19 22:28:37.095732 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10283 2024.12.19 22:28:37.095952 [ 278 ] {81364cd0-8d36-4120-a342-298b6eea27d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10284 2024.12.19 22:28:37.096034 [ 278 ] {81364cd0-8d36-4120-a342-298b6eea27d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10285 2024.12.19 22:28:37.096948 [ 278 ] {81364cd0-8d36-4120-a342-298b6eea27d6} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10286 2024.12.19 22:28:37.097001 [ 278 ] {81364cd0-8d36-4120-a342-298b6eea27d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB.
10287 2024.12.19 22:28:37.097473 [ 278 ] {81364cd0-8d36-4120-a342-298b6eea27d6} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary)
10288 2024.12.19 22:28:37.097727 [ 278 ] {81364cd0-8d36-4120-a342-298b6eea27d6} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10289 2024.12.19 22:28:37.097964 [ 278 ] {81364cd0-8d36-4120-a342-298b6eea27d6} <Debug> executeQuery: Read 229 rows, 20.51 KiB in 0.00207 sec., 110628.01932367151 rows/sec., 9.68 MiB/sec.
10290 2024.12.19 22:28:37.098018 [ 278 ] {81364cd0-8d36-4120-a342-298b6eea27d6} <Debug> TCPHandler: Processed in 0.002431103 sec.
10291 2024.12.19 22:28:37.098169 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10292 2024.12.19 22:28:37.098316 [ 277 ] {34b1df7e-4bfb-4458-8714-a638d2b3e18f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
10293 2024.12.19 22:28:37.098379 [ 277 ] {34b1df7e-4bfb-4458-8714-a638d2b3e18f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10294 2024.12.19 22:28:37.099007 [ 277 ] {34b1df7e-4bfb-4458-8714-a638d2b3e18f} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10295 2024.12.19 22:28:37.099044 [ 277 ] {34b1df7e-4bfb-4458-8714-a638d2b3e18f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB.
10296 2024.12.19 22:28:37.099408 [ 277 ] {34b1df7e-4bfb-4458-8714-a638d2b3e18f} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
10297 2024.12.19 22:28:37.099647 [ 277 ] {34b1df7e-4bfb-4458-8714-a638d2b3e18f} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10298 2024.12.19 22:28:37.099792 [ 128 ] {} <Debug> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df) (MergerMutator): Selected 6 parts from all_1_60_12 to all_65_65_0
10299 2024.12.19 22:28:37.099838 [ 128 ] {} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10300 2024.12.19 22:28:37.099843 [ 277 ] {34b1df7e-4bfb-4458-8714-a638d2b3e18f} <Debug> executeQuery: Read 20 rows, 1.43 KiB in 0.00156 sec., 12820.51282051282 rows/sec., 918.97 KiB/sec.
10301 2024.12.19 22:28:37.099866 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB.
10302 2024.12.19 22:28:37.099918 [ 277 ] {34b1df7e-4bfb-4458-8714-a638d2b3e18f} <Debug> TCPHandler: Processed in 0.00181697 sec.
10303 2024.12.19 22:28:37.100041 [ 199 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_65_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_60_12 to all_65_65_0 into Compact with storage Full
10304 2024.12.19 22:28:37.100099 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10305 2024.12.19 22:28:37.100185 [ 199 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_65_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10306 2024.12.19 22:28:37.100282 [ 199 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_60_12, total 65 rows starting from the beginning of the part
10307 2024.12.19 22:28:37.100352 [ 278 ] {c30505c0-82e5-4517-a002-8e17dc3e9a24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
10308 2024.12.19 22:28:37.100486 [ 199 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 20 rows starting from the beginning of the part
10309 2024.12.19 22:28:37.100507 [ 278 ] {c30505c0-82e5-4517-a002-8e17dc3e9a24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
10310 2024.12.19 22:28:37.100964 [ 199 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 27 rows starting from the beginning of the part
10311 2024.12.19 22:28:37.101362 [ 199 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 20 rows starting from the beginning of the part
10312 2024.12.19 22:28:37.101679 [ 199 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 29 rows starting from the beginning of the part
10313 2024.12.19 22:28:37.102083 [ 199 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 20 rows starting from the beginning of the part
10314 2024.12.19 22:28:37.103434 [ 278 ] {c30505c0-82e5-4517-a002-8e17dc3e9a24} <Trace> oximeter.fields_u32 (96604386-977a-478c-b894-f09eb465191c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10315 2024.12.19 22:28:37.103505 [ 278 ] {c30505c0-82e5-4517-a002-8e17dc3e9a24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB.
10316 2024.12.19 22:28:37.104589 [ 278 ] {c30505c0-82e5-4517-a002-8e17dc3e9a24} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
10317 2024.12.19 22:28:37.104793 [ 186 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_65_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 181 rows, containing 5 columns (5 merged, 0 gathered) in 0.004854996 sec., 37281.1841657542 rows/sec., 2.80 MiB/sec.
10318 2024.12.19 22:28:37.104958 [ 278 ] {c30505c0-82e5-4517-a002-8e17dc3e9a24} <Trace> oximeter.fields_u32 (96604386-977a-478c-b894-f09eb465191c): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10319 2024.12.19 22:28:37.104968 [ 186 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_65_13} <Trace> MergedBlockOutputStream: filled checksums all_1_65_13 (state Temporary)
10320 2024.12.19 22:28:37.105276 [ 278 ] {c30505c0-82e5-4517-a002-8e17dc3e9a24} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.004993 sec., 2803.9254956939717 rows/sec., 196.37 KiB/sec.
10321 2024.12.19 22:28:37.105363 [ 278 ] {c30505c0-82e5-4517-a002-8e17dc3e9a24} <Debug> TCPHandler: Processed in 0.005363817 sec.
10322 2024.12.19 22:28:37.105473 [ 186 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_65_13} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Renaming temporary part tmp_merge_all_1_65_13 to all_1_65_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10323 2024.12.19 22:28:37.105559 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10324 2024.12.19 22:28:37.105618 [ 186 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_65_13} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df) (MergerMutator): Merged 6 parts: [all_1_60_12, all_65_65_0] -> all_1_65_13
10325 2024.12.19 22:28:37.105762 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
10326 2024.12.19 22:28:37.105771 [ 277 ] {3b2710e1-579f-40a4-b134-d6325814c3dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
10327 2024.12.19 22:28:37.105839 [ 277 ] {3b2710e1-579f-40a4-b134-d6325814c3dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
10328 2024.12.19 22:28:37.106441 [ 277 ] {3b2710e1-579f-40a4-b134-d6325814c3dd} <Trace> oximeter.fields_u8 (74ab6f56-b776-4e15-89eb-af2ec1acc724): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10329 2024.12.19 22:28:37.106481 [ 277 ] {3b2710e1-579f-40a4-b134-d6325814c3dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB.
10330 2024.12.19 22:28:37.106830 [ 277 ] {3b2710e1-579f-40a4-b134-d6325814c3dd} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
10331 2024.12.19 22:28:37.107066 [ 277 ] {3b2710e1-579f-40a4-b134-d6325814c3dd} <Trace> oximeter.fields_u8 (74ab6f56-b776-4e15-89eb-af2ec1acc724): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10332 2024.12.19 22:28:37.107246 [ 277 ] {3b2710e1-579f-40a4-b134-d6325814c3dd} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001555 sec., 8360.128617363343 rows/sec., 521.25 KiB/sec.
10333 2024.12.19 22:28:37.107298 [ 277 ] {3b2710e1-579f-40a4-b134-d6325814c3dd} <Debug> TCPHandler: Processed in 0.00183973 sec.
10334 2024.12.19 22:28:37.107451 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10335 2024.12.19 22:28:37.107567 [ 278 ] {060f8975-6a7d-4f54-8f8d-bd81f516c427} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10336 2024.12.19 22:28:37.107623 [ 278 ] {060f8975-6a7d-4f54-8f8d-bd81f516c427} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10337 2024.12.19 22:28:37.108504 [ 278 ] {060f8975-6a7d-4f54-8f8d-bd81f516c427} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10338 2024.12.19 22:28:37.108550 [ 278 ] {060f8975-6a7d-4f54-8f8d-bd81f516c427} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB.
10339 2024.12.19 22:28:37.108935 [ 278 ] {060f8975-6a7d-4f54-8f8d-bd81f516c427} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary)
10340 2024.12.19 22:28:37.109185 [ 278 ] {060f8975-6a7d-4f54-8f8d-bd81f516c427} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10341 2024.12.19 22:28:37.109402 [ 278 ] {060f8975-6a7d-4f54-8f8d-bd81f516c427} <Debug> executeQuery: Read 395 rows, 28.72 KiB in 0.001857 sec., 212708.66989768445 rows/sec., 15.10 MiB/sec.
10342 2024.12.19 22:28:37.109452 [ 278 ] {060f8975-6a7d-4f54-8f8d-bd81f516c427} <Debug> TCPHandler: Processed in 0.002056924 sec.
10343 2024.12.19 22:28:37.109588 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10344 2024.12.19 22:28:37.109708 [ 277 ] {a34e9805-ae02-4124-b17a-0c424ce9203a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
10345 2024.12.19 22:28:37.109758 [ 277 ] {a34e9805-ae02-4124-b17a-0c424ce9203a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
10346 2024.12.19 22:28:37.110249 [ 277 ] {a34e9805-ae02-4124-b17a-0c424ce9203a} <Trace> oximeter.measurements_bool (164ca455-e956-4308-a817-eda615c184e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10347 2024.12.19 22:28:37.110285 [ 277 ] {a34e9805-ae02-4124-b17a-0c424ce9203a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB.
10348 2024.12.19 22:28:37.110644 [ 277 ] {a34e9805-ae02-4124-b17a-0c424ce9203a} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
10349 2024.12.19 22:28:37.110885 [ 277 ] {a34e9805-ae02-4124-b17a-0c424ce9203a} <Trace> oximeter.measurements_bool (164ca455-e956-4308-a817-eda615c184e9): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10350 2024.12.19 22:28:37.111064 [ 277 ] {a34e9805-ae02-4124-b17a-0c424ce9203a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001381 sec., 4344.677769732078 rows/sec., 226.99 KiB/sec.
10351 2024.12.19 22:28:37.111115 [ 277 ] {a34e9805-ae02-4124-b17a-0c424ce9203a} <Debug> TCPHandler: Processed in 0.001583984 sec.
10352 2024.12.19 22:28:37.111245 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10353 2024.12.19 22:28:37.111361 [ 278 ] {dd0a60dc-8d5b-432a-b437-c9e6d6eb8cce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10354 2024.12.19 22:28:37.111415 [ 278 ] {dd0a60dc-8d5b-432a-b437-c9e6d6eb8cce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10355 2024.12.19 22:28:37.111980 [ 278 ] {dd0a60dc-8d5b-432a-b437-c9e6d6eb8cce} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10356 2024.12.19 22:28:37.112018 [ 278 ] {dd0a60dc-8d5b-432a-b437-c9e6d6eb8cce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB.
10357 2024.12.19 22:28:37.112411 [ 278 ] {dd0a60dc-8d5b-432a-b437-c9e6d6eb8cce} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary)
10358 2024.12.19 22:28:37.112644 [ 278 ] {dd0a60dc-8d5b-432a-b437-c9e6d6eb8cce} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10359 2024.12.19 22:28:37.112873 [ 278 ] {dd0a60dc-8d5b-432a-b437-c9e6d6eb8cce} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001536 sec., 154296.875 rows/sec., 10.34 MiB/sec.
10360 2024.12.19 22:28:37.112972 [ 278 ] {dd0a60dc-8d5b-432a-b437-c9e6d6eb8cce} <Debug> TCPHandler: Processed in 0.001781339 sec.
10361 2024.12.19 22:28:37.113175 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10362 2024.12.19 22:28:37.113370 [ 277 ] {524b94e5-3580-4b3f-b89f-34b09a18233f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
10363 2024.12.19 22:28:37.113431 [ 277 ] {524b94e5-3580-4b3f-b89f-34b09a18233f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
10364 2024.12.19 22:28:37.113922 [ 277 ] {524b94e5-3580-4b3f-b89f-34b09a18233f} <Trace> oximeter.measurements_f64 (f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10365 2024.12.19 22:28:37.113959 [ 277 ] {524b94e5-3580-4b3f-b89f-34b09a18233f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB.
10366 2024.12.19 22:28:37.114322 [ 277 ] {524b94e5-3580-4b3f-b89f-34b09a18233f} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
10367 2024.12.19 22:28:37.114558 [ 277 ] {524b94e5-3580-4b3f-b89f-34b09a18233f} <Trace> oximeter.measurements_f64 (f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10368 2024.12.19 22:28:37.114744 [ 277 ] {524b94e5-3580-4b3f-b89f-34b09a18233f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001405 sec., 711.7437722419929 rows/sec., 47.96 KiB/sec.
10369 2024.12.19 22:28:37.114795 [ 277 ] {524b94e5-3580-4b3f-b89f-34b09a18233f} <Debug> TCPHandler: Processed in 0.001745068 sec.
10370 2024.12.19 22:28:37.114940 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10371 2024.12.19 22:28:37.115079 [ 278 ] {c673c281-4955-47ff-b2db-7a1f5f278c17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
10372 2024.12.19 22:28:37.115174 [ 278 ] {c673c281-4955-47ff-b2db-7a1f5f278c17} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
10373 2024.12.19 22:28:37.116316 [ 278 ] {c673c281-4955-47ff-b2db-7a1f5f278c17} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10374 2024.12.19 22:28:37.116354 [ 278 ] {c673c281-4955-47ff-b2db-7a1f5f278c17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB.
10375 2024.12.19 22:28:37.116974 [ 278 ] {c673c281-4955-47ff-b2db-7a1f5f278c17} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
10376 2024.12.19 22:28:37.117225 [ 278 ] {c673c281-4955-47ff-b2db-7a1f5f278c17} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10377 2024.12.19 22:28:37.117430 [ 278 ] {c673c281-4955-47ff-b2db-7a1f5f278c17} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002383 sec., 5455.308434746118 rows/sec., 9.78 MiB/sec.
10378 2024.12.19 22:28:37.117521 [ 278 ] {c673c281-4955-47ff-b2db-7a1f5f278c17} <Debug> TCPHandler: Processed in 0.002650968 sec.
10379 2024.12.19 22:28:37.117705 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10380 2024.12.19 22:28:37.117908 [ 277 ] {bafbde8e-5967-430d-9e44-a71fde50fc9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10381 2024.12.19 22:28:37.117995 [ 277 ] {bafbde8e-5967-430d-9e44-a71fde50fc9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10382 2024.12.19 22:28:37.118749 [ 277 ] {bafbde8e-5967-430d-9e44-a71fde50fc9c} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10383 2024.12.19 22:28:37.118787 [ 277 ] {bafbde8e-5967-430d-9e44-a71fde50fc9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB.
10384 2024.12.19 22:28:37.119164 [ 277 ] {bafbde8e-5967-430d-9e44-a71fde50fc9c} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary)
10385 2024.12.19 22:28:37.119402 [ 277 ] {bafbde8e-5967-430d-9e44-a71fde50fc9c} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10386 2024.12.19 22:28:37.119615 [ 277 ] {bafbde8e-5967-430d-9e44-a71fde50fc9c} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001757 sec., 46670.46101309049 rows/sec., 2.96 MiB/sec.
10387 2024.12.19 22:28:37.119664 [ 277 ] {bafbde8e-5967-430d-9e44-a71fde50fc9c} <Debug> TCPHandler: Processed in 0.002060195 sec.
10388 2024.12.19 22:28:40.529208 [ 124 ] {} <Debug> DNSResolver: Updating DNS cache
10389 2024.12.19 22:28:40.529279 [ 124 ] {} <Debug> DNSResolver: Updated DNS cache
10390 2024.12.19 22:28:40.713688 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 22936
10391 2024.12.19 22:28:40.714342 [ 244 ] {} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10392 2024.12.19 22:28:40.714396 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB.
10393 2024.12.19 22:28:40.715116 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
10394 2024.12.19 22:28:40.715510 [ 244 ] {} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10395 2024.12.19 22:28:40.715773 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22936
10396 2024.12.19 22:28:42.090130 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10397 2024.12.19 22:28:42.090349 [ 277 ] {66d98a98-35af-47b6-874b-c5954493fd3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10398 2024.12.19 22:28:42.090434 [ 277 ] {66d98a98-35af-47b6-874b-c5954493fd3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10399 2024.12.19 22:28:42.091313 [ 277 ] {66d98a98-35af-47b6-874b-c5954493fd3f} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10400 2024.12.19 22:28:42.091370 [ 277 ] {66d98a98-35af-47b6-874b-c5954493fd3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB.
10401 2024.12.19 22:28:42.091825 [ 277 ] {66d98a98-35af-47b6-874b-c5954493fd3f} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary)
10402 2024.12.19 22:28:42.092077 [ 277 ] {66d98a98-35af-47b6-874b-c5954493fd3f} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10403 2024.12.19 22:28:42.092375 [ 277 ] {66d98a98-35af-47b6-874b-c5954493fd3f} <Debug> executeQuery: Read 110 rows, 9.44 KiB in 0.002076 sec., 52986.51252408478 rows/sec., 4.44 MiB/sec.
10404 2024.12.19 22:28:42.092476 [ 277 ] {66d98a98-35af-47b6-874b-c5954493fd3f} <Debug> TCPHandler: Processed in 0.002483175 sec.
10405 2024.12.19 22:28:42.092775 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10406 2024.12.19 22:28:42.092993 [ 278 ] {309c5e3a-de4c-4589-a903-68554a136efd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
10407 2024.12.19 22:28:42.093073 [ 278 ] {309c5e3a-de4c-4589-a903-68554a136efd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10408 2024.12.19 22:28:42.093892 [ 278 ] {309c5e3a-de4c-4589-a903-68554a136efd} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10409 2024.12.19 22:28:42.093939 [ 278 ] {309c5e3a-de4c-4589-a903-68554a136efd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB.
10410 2024.12.19 22:28:42.094376 [ 278 ] {309c5e3a-de4c-4589-a903-68554a136efd} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
10411 2024.12.19 22:28:42.094659 [ 278 ] {309c5e3a-de4c-4589-a903-68554a136efd} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10412 2024.12.19 22:28:42.094892 [ 278 ] {309c5e3a-de4c-4589-a903-68554a136efd} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.001956 sec., 13803.680981595093 rows/sec., 1.01 MiB/sec.
10413 2024.12.19 22:28:42.094947 [ 278 ] {309c5e3a-de4c-4589-a903-68554a136efd} <Debug> TCPHandler: Processed in 0.002323011 sec.
10414 2024.12.19 22:28:42.095165 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10415 2024.12.19 22:28:42.095394 [ 277 ] {acd2cac4-a584-4936-b3e5-a3bbe55a7d03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10416 2024.12.19 22:28:42.095488 [ 277 ] {acd2cac4-a584-4936-b3e5-a3bbe55a7d03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10417 2024.12.19 22:28:42.096263 [ 277 ] {acd2cac4-a584-4936-b3e5-a3bbe55a7d03} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10418 2024.12.19 22:28:42.096305 [ 277 ] {acd2cac4-a584-4936-b3e5-a3bbe55a7d03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB.
10419 2024.12.19 22:28:42.096699 [ 277 ] {acd2cac4-a584-4936-b3e5-a3bbe55a7d03} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary)
10420 2024.12.19 22:28:42.096935 [ 277 ] {acd2cac4-a584-4936-b3e5-a3bbe55a7d03} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10421 2024.12.19 22:28:42.097151 [ 277 ] {acd2cac4-a584-4936-b3e5-a3bbe55a7d03} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001816 sec., 50110.13215859031 rows/sec., 3.91 MiB/sec.
10422 2024.12.19 22:28:42.097207 [ 277 ] {acd2cac4-a584-4936-b3e5-a3bbe55a7d03} <Debug> TCPHandler: Processed in 0.002155827 sec.
10423 2024.12.19 22:28:42.097364 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10424 2024.12.19 22:28:42.097502 [ 278 ] {7d5da90e-9e9a-4a99-8f3a-e6bbf55cf640} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10425 2024.12.19 22:28:42.097564 [ 278 ] {7d5da90e-9e9a-4a99-8f3a-e6bbf55cf640} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10426 2024.12.19 22:28:42.098168 [ 278 ] {7d5da90e-9e9a-4a99-8f3a-e6bbf55cf640} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10427 2024.12.19 22:28:42.098207 [ 278 ] {7d5da90e-9e9a-4a99-8f3a-e6bbf55cf640} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB.
10428 2024.12.19 22:28:42.098601 [ 278 ] {7d5da90e-9e9a-4a99-8f3a-e6bbf55cf640} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary)
10429 2024.12.19 22:28:42.098834 [ 278 ] {7d5da90e-9e9a-4a99-8f3a-e6bbf55cf640} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10430 2024.12.19 22:28:42.099056 [ 278 ] {7d5da90e-9e9a-4a99-8f3a-e6bbf55cf640} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001584 sec., 101010.10101010102 rows/sec., 7.04 MiB/sec.
10431 2024.12.19 22:28:42.099107 [ 278 ] {7d5da90e-9e9a-4a99-8f3a-e6bbf55cf640} <Debug> TCPHandler: Processed in 0.001809129 sec.
10432 2024.12.19 22:28:42.099307 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10433 2024.12.19 22:28:42.099535 [ 277 ] {abf3452d-b816-4135-bad6-182cb891e1c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
10434 2024.12.19 22:28:42.099677 [ 277 ] {abf3452d-b816-4135-bad6-182cb891e1c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
10435 2024.12.19 22:28:42.100874 [ 277 ] {abf3452d-b816-4135-bad6-182cb891e1c4} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10436 2024.12.19 22:28:42.100915 [ 277 ] {abf3452d-b816-4135-bad6-182cb891e1c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB.
10437 2024.12.19 22:28:42.101571 [ 277 ] {abf3452d-b816-4135-bad6-182cb891e1c4} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
10438 2024.12.19 22:28:42.101827 [ 277 ] {abf3452d-b816-4135-bad6-182cb891e1c4} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10439 2024.12.19 22:28:42.102019 [ 121 ] {} <Debug> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
10440 2024.12.19 22:28:42.102104 [ 277 ] {abf3452d-b816-4135-bad6-182cb891e1c4} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002619 sec., 10309.278350515464 rows/sec., 18.47 MiB/sec.
10441 2024.12.19 22:28:42.102110 [ 121 ] {} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10442 2024.12.19 22:28:42.102202 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB.
10443 2024.12.19 22:28:42.102703 [ 277 ] {abf3452d-b816-4135-bad6-182cb891e1c4} <Debug> TCPHandler: Processed in 0.003499976 sec.
10444 2024.12.19 22:28:42.102734 [ 192 ] {cbc455e9-47de-4677-931e-ce7496b93cef::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
10445 2024.12.19 22:28:42.103040 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10446 2024.12.19 22:28:42.103649 [ 278 ] {d1f94f13-bea5-4eb1-9998-46dc0b18d3c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10447 2024.12.19 22:28:42.103875 [ 278 ] {d1f94f13-bea5-4eb1-9998-46dc0b18d3c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10448 2024.12.19 22:28:42.104396 [ 192 ] {cbc455e9-47de-4677-931e-ce7496b93cef::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10449 2024.12.19 22:28:42.104641 [ 192 ] {cbc455e9-47de-4677-931e-ce7496b93cef::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1140 rows starting from the beginning of the part
10450 2024.12.19 22:28:42.105281 [ 192 ] {cbc455e9-47de-4677-931e-ce7496b93cef::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
10451 2024.12.19 22:28:42.106049 [ 192 ] {cbc455e9-47de-4677-931e-ce7496b93cef::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 13 rows starting from the beginning of the part
10452 2024.12.19 22:28:42.106173 [ 278 ] {d1f94f13-bea5-4eb1-9998-46dc0b18d3c1} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10453 2024.12.19 22:28:42.106386 [ 278 ] {d1f94f13-bea5-4eb1-9998-46dc0b18d3c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB.
10454 2024.12.19 22:28:42.106447 [ 192 ] {cbc455e9-47de-4677-931e-ce7496b93cef::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
10455 2024.12.19 22:28:42.107117 [ 192 ] {cbc455e9-47de-4677-931e-ce7496b93cef::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 13 rows starting from the beginning of the part
10456 2024.12.19 22:28:42.107782 [ 192 ] {cbc455e9-47de-4677-931e-ce7496b93cef::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
10457 2024.12.19 22:28:42.107857 [ 278 ] {d1f94f13-bea5-4eb1-9998-46dc0b18d3c1} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary)
10458 2024.12.19 22:28:42.108629 [ 278 ] {d1f94f13-bea5-4eb1-9998-46dc0b18d3c1} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10459 2024.12.19 22:28:42.109135 [ 278 ] {d1f94f13-bea5-4eb1-9998-46dc0b18d3c1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005697 sec., 10531.858873091101 rows/sec., 726.81 KiB/sec.
10460 2024.12.19 22:28:42.109263 [ 278 ] {d1f94f13-bea5-4eb1-9998-46dc0b18d3c1} <Debug> TCPHandler: Processed in 0.00643139 sec.
10461 2024.12.19 22:28:42.115804 [ 199 ] {cbc455e9-47de-4677-931e-ce7496b93cef::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1247 rows, containing 19 columns (19 merged, 0 gathered) in 0.013435502 sec., 92813.80033287925 rows/sec., 166.32 MiB/sec.
10462 2024.12.19 22:28:42.117458 [ 199 ] {cbc455e9-47de-4677-931e-ce7496b93cef::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
10463 2024.12.19 22:28:42.117900 [ 199 ] {cbc455e9-47de-4677-931e-ce7496b93cef::all_1_66_13} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10464 2024.12.19 22:28:42.117983 [ 199 ] {cbc455e9-47de-4677-931e-ce7496b93cef::all_1_66_13} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
10465 2024.12.19 22:28:42.118148 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.40 MiB.
10466 2024.12.19 22:28:42.288175 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 377
10467 2024.12.19 22:28:42.310611 [ 243 ] {} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10468 2024.12.19 22:28:42.310664 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB.
10469 2024.12.19 22:28:42.318039 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
10470 2024.12.19 22:28:42.318853 [ 243 ] {} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10471 2024.12.19 22:28:42.322052 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 377
10472 2024.12.19 22:28:42.753505 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10473 2024.12.19 22:28:42.753671 [ 277 ] {0125055d-3569-44b9-beaa-32d388bcfe9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
10474 2024.12.19 22:28:42.753736 [ 277 ] {0125055d-3569-44b9-beaa-32d388bcfe9f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
10475 2024.12.19 22:28:42.754404 [ 277 ] {0125055d-3569-44b9-beaa-32d388bcfe9f} <Trace> oximeter.fields_i16 (8b34b429-6d62-480d-bd41-33dce3ff3ffb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10476 2024.12.19 22:28:42.754444 [ 277 ] {0125055d-3569-44b9-beaa-32d388bcfe9f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB.
10477 2024.12.19 22:28:42.754842 [ 277 ] {0125055d-3569-44b9-beaa-32d388bcfe9f} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
10478 2024.12.19 22:28:42.755084 [ 277 ] {0125055d-3569-44b9-beaa-32d388bcfe9f} <Trace> oximeter.fields_i16 (8b34b429-6d62-480d-bd41-33dce3ff3ffb): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10479 2024.12.19 22:28:42.755315 [ 277 ] {0125055d-3569-44b9-beaa-32d388bcfe9f} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001676 sec., 8353.221957040572 rows/sec., 601.32 KiB/sec.
10480 2024.12.19 22:28:42.755410 [ 277 ] {0125055d-3569-44b9-beaa-32d388bcfe9f} <Debug> TCPHandler: Processed in 0.002013714 sec.
10481 2024.12.19 22:28:42.755726 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10482 2024.12.19 22:28:42.755927 [ 278 ] {e82c0b94-68f2-4431-a8a3-322eed3e2452} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
10483 2024.12.19 22:28:42.756004 [ 278 ] {e82c0b94-68f2-4431-a8a3-322eed3e2452} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
10484 2024.12.19 22:28:42.756768 [ 278 ] {e82c0b94-68f2-4431-a8a3-322eed3e2452} <Trace> oximeter.fields_ipaddr (15c96da1-d320-4880-85e7-7388ae0c0cda): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10485 2024.12.19 22:28:42.756820 [ 278 ] {e82c0b94-68f2-4431-a8a3-322eed3e2452} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB.
10486 2024.12.19 22:28:42.757262 [ 278 ] {e82c0b94-68f2-4431-a8a3-322eed3e2452} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
10487 2024.12.19 22:28:42.757521 [ 278 ] {e82c0b94-68f2-4431-a8a3-322eed3e2452} <Trace> oximeter.fields_ipaddr (15c96da1-d320-4880-85e7-7388ae0c0cda): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10488 2024.12.19 22:28:42.757791 [ 278 ] {e82c0b94-68f2-4431-a8a3-322eed3e2452} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001921 sec., 8328.995314940135 rows/sec., 679.17 KiB/sec.
10489 2024.12.19 22:28:42.757864 [ 278 ] {e82c0b94-68f2-4431-a8a3-322eed3e2452} <Debug> TCPHandler: Processed in 0.00232084 sec.
10490 2024.12.19 22:28:42.758058 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10491 2024.12.19 22:28:42.758211 [ 277 ] {b58aca0e-fc0a-4252-a039-cb0ddfbabaa6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10492 2024.12.19 22:28:42.758274 [ 277 ] {b58aca0e-fc0a-4252-a039-cb0ddfbabaa6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10493 2024.12.19 22:28:42.759638 [ 277 ] {b58aca0e-fc0a-4252-a039-cb0ddfbabaa6} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10494 2024.12.19 22:28:42.759676 [ 277 ] {b58aca0e-fc0a-4252-a039-cb0ddfbabaa6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB.
10495 2024.12.19 22:28:42.760165 [ 277 ] {b58aca0e-fc0a-4252-a039-cb0ddfbabaa6} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary)
10496 2024.12.19 22:28:42.760408 [ 277 ] {b58aca0e-fc0a-4252-a039-cb0ddfbabaa6} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10497 2024.12.19 22:28:42.760595 [ 277 ] {b58aca0e-fc0a-4252-a039-cb0ddfbabaa6} <Debug> executeQuery: Read 1377 rows, 117.21 KiB in 0.002421 sec., 568773.2342007435 rows/sec., 47.28 MiB/sec.
10498 2024.12.19 22:28:42.760648 [ 277 ] {b58aca0e-fc0a-4252-a039-cb0ddfbabaa6} <Debug> TCPHandler: Processed in 0.002664368 sec.
10499 2024.12.19 22:28:42.760804 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10500 2024.12.19 22:28:42.760935 [ 278 ] {e60ba94d-51e1-4c21-bcc9-b11503c3e7bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
10501 2024.12.19 22:28:42.760991 [ 278 ] {e60ba94d-51e1-4c21-bcc9-b11503c3e7bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10502 2024.12.19 22:28:42.761613 [ 278 ] {e60ba94d-51e1-4c21-bcc9-b11503c3e7bd} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10503 2024.12.19 22:28:42.761654 [ 278 ] {e60ba94d-51e1-4c21-bcc9-b11503c3e7bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB.
10504 2024.12.19 22:28:42.762052 [ 278 ] {e60ba94d-51e1-4c21-bcc9-b11503c3e7bd} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
10505 2024.12.19 22:28:42.762293 [ 278 ] {e60ba94d-51e1-4c21-bcc9-b11503c3e7bd} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10506 2024.12.19 22:28:42.762514 [ 278 ] {e60ba94d-51e1-4c21-bcc9-b11503c3e7bd} <Debug> executeQuery: Read 36 rows, 2.55 KiB in 0.00161 sec., 22360.24844720497 rows/sec., 1.55 MiB/sec.
10507 2024.12.19 22:28:42.762572 [ 278 ] {e60ba94d-51e1-4c21-bcc9-b11503c3e7bd} <Debug> TCPHandler: Processed in 0.00183171 sec.
10508 2024.12.19 22:28:42.762736 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10509 2024.12.19 22:28:42.762854 [ 277 ] {a1b12502-5a31-4348-9587-fb86446a8699} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
10510 2024.12.19 22:28:42.762902 [ 277 ] {a1b12502-5a31-4348-9587-fb86446a8699} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
10511 2024.12.19 22:28:42.763575 [ 277 ] {a1b12502-5a31-4348-9587-fb86446a8699} <Trace> oximeter.fields_u32 (96604386-977a-478c-b894-f09eb465191c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10512 2024.12.19 22:28:42.763612 [ 277 ] {a1b12502-5a31-4348-9587-fb86446a8699} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB.
10513 2024.12.19 22:28:42.763978 [ 277 ] {a1b12502-5a31-4348-9587-fb86446a8699} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
10514 2024.12.19 22:28:42.764216 [ 277 ] {a1b12502-5a31-4348-9587-fb86446a8699} <Trace> oximeter.fields_u32 (96604386-977a-478c-b894-f09eb465191c): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10515 2024.12.19 22:28:42.764396 [ 277 ] {a1b12502-5a31-4348-9587-fb86446a8699} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001568 sec., 154336.73469387754 rows/sec., 10.46 MiB/sec.
10516 2024.12.19 22:28:42.764446 [ 277 ] {a1b12502-5a31-4348-9587-fb86446a8699} <Debug> TCPHandler: Processed in 0.001780479 sec.
10517 2024.12.19 22:28:42.764592 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10518 2024.12.19 22:28:42.764715 [ 278 ] {7a8fd323-9273-4a4b-ae6b-5883a82e4e7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
10519 2024.12.19 22:28:42.764768 [ 278 ] {7a8fd323-9273-4a4b-ae6b-5883a82e4e7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
10520 2024.12.19 22:28:42.765363 [ 278 ] {7a8fd323-9273-4a4b-ae6b-5883a82e4e7a} <Trace> oximeter.fields_u8 (74ab6f56-b776-4e15-89eb-af2ec1acc724): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10521 2024.12.19 22:28:42.765404 [ 278 ] {7a8fd323-9273-4a4b-ae6b-5883a82e4e7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB.
10522 2024.12.19 22:28:42.765769 [ 278 ] {7a8fd323-9273-4a4b-ae6b-5883a82e4e7a} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
10523 2024.12.19 22:28:42.766012 [ 278 ] {7a8fd323-9273-4a4b-ae6b-5883a82e4e7a} <Trace> oximeter.fields_u8 (74ab6f56-b776-4e15-89eb-af2ec1acc724): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10524 2024.12.19 22:28:42.766238 [ 278 ] {7a8fd323-9273-4a4b-ae6b-5883a82e4e7a} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00155 sec., 8387.09677419355 rows/sec., 522.93 KiB/sec.
10525 2024.12.19 22:28:42.766299 [ 278 ] {7a8fd323-9273-4a4b-ae6b-5883a82e4e7a} <Debug> TCPHandler: Processed in 0.001762578 sec.
10526 2024.12.19 22:28:42.766449 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10527 2024.12.19 22:28:42.766566 [ 277 ] {c5823fcf-baa3-4b15-86ef-0b6fb75867d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10528 2024.12.19 22:28:42.766614 [ 277 ] {c5823fcf-baa3-4b15-86ef-0b6fb75867d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10529 2024.12.19 22:28:42.767498 [ 277 ] {c5823fcf-baa3-4b15-86ef-0b6fb75867d5} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10530 2024.12.19 22:28:42.767534 [ 277 ] {c5823fcf-baa3-4b15-86ef-0b6fb75867d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB.
10531 2024.12.19 22:28:42.767932 [ 277 ] {c5823fcf-baa3-4b15-86ef-0b6fb75867d5} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary)
10532 2024.12.19 22:28:42.768168 [ 277 ] {c5823fcf-baa3-4b15-86ef-0b6fb75867d5} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10533 2024.12.19 22:28:42.768352 [ 277 ] {c5823fcf-baa3-4b15-86ef-0b6fb75867d5} <Debug> executeQuery: Read 867 rows, 64.32 KiB in 0.001807 sec., 479800.77476480353 rows/sec., 34.76 MiB/sec.
10534 2024.12.19 22:28:42.768418 [ 277 ] {c5823fcf-baa3-4b15-86ef-0b6fb75867d5} <Debug> TCPHandler: Processed in 0.002025534 sec.
10535 2024.12.19 22:28:42.768611 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10536 2024.12.19 22:28:42.768797 [ 278 ] {b67ee3ed-e3ae-48ad-9862-e8249123ea17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
10537 2024.12.19 22:28:42.768854 [ 278 ] {b67ee3ed-e3ae-48ad-9862-e8249123ea17} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
10538 2024.12.19 22:28:42.769367 [ 278 ] {b67ee3ed-e3ae-48ad-9862-e8249123ea17} <Trace> oximeter.measurements_bool (164ca455-e956-4308-a817-eda615c184e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10539 2024.12.19 22:28:42.769408 [ 278 ] {b67ee3ed-e3ae-48ad-9862-e8249123ea17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB.
10540 2024.12.19 22:28:42.769793 [ 278 ] {b67ee3ed-e3ae-48ad-9862-e8249123ea17} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
10541 2024.12.19 22:28:42.770042 [ 278 ] {b67ee3ed-e3ae-48ad-9862-e8249123ea17} <Trace> oximeter.measurements_bool (164ca455-e956-4308-a817-eda615c184e9): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10542 2024.12.19 22:28:42.770262 [ 278 ] {b67ee3ed-e3ae-48ad-9862-e8249123ea17} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001494 sec., 4016.064257028112 rows/sec., 209.82 KiB/sec.
10543 2024.12.19 22:28:42.770313 [ 278 ] {b67ee3ed-e3ae-48ad-9862-e8249123ea17} <Debug> TCPHandler: Processed in 0.00181001 sec.
10544 2024.12.19 22:28:42.770456 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10545 2024.12.19 22:28:42.770572 [ 277 ] {8d372f59-0f26-4cc1-a70f-0730fc37b743} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10546 2024.12.19 22:28:42.770623 [ 277 ] {8d372f59-0f26-4cc1-a70f-0730fc37b743} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10547 2024.12.19 22:28:42.771388 [ 277 ] {8d372f59-0f26-4cc1-a70f-0730fc37b743} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10548 2024.12.19 22:28:42.771425 [ 277 ] {8d372f59-0f26-4cc1-a70f-0730fc37b743} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB.
10549 2024.12.19 22:28:42.771868 [ 277 ] {8d372f59-0f26-4cc1-a70f-0730fc37b743} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary)
10550 2024.12.19 22:28:42.772126 [ 277 ] {8d372f59-0f26-4cc1-a70f-0730fc37b743} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10551 2024.12.19 22:28:42.772342 [ 277 ] {8d372f59-0f26-4cc1-a70f-0730fc37b743} <Debug> executeQuery: Read 963 rows, 65.53 KiB in 0.001787 sec., 538891.9977616116 rows/sec., 35.81 MiB/sec.
10552 2024.12.19 22:28:42.772415 [ 277 ] {8d372f59-0f26-4cc1-a70f-0730fc37b743} <Debug> TCPHandler: Processed in 0.002014404 sec.
10553 2024.12.19 22:28:42.772588 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10554 2024.12.19 22:28:42.772854 [ 278 ] {c8f37e99-49ea-47ca-8b99-9e4a1defc7b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
10555 2024.12.19 22:28:42.772915 [ 278 ] {c8f37e99-49ea-47ca-8b99-9e4a1defc7b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
10556 2024.12.19 22:28:42.773396 [ 278 ] {c8f37e99-49ea-47ca-8b99-9e4a1defc7b2} <Trace> oximeter.measurements_f64 (f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10557 2024.12.19 22:28:42.773436 [ 278 ] {c8f37e99-49ea-47ca-8b99-9e4a1defc7b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB.
10558 2024.12.19 22:28:42.773797 [ 278 ] {c8f37e99-49ea-47ca-8b99-9e4a1defc7b2} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
10559 2024.12.19 22:28:42.774035 [ 278 ] {c8f37e99-49ea-47ca-8b99-9e4a1defc7b2} <Trace> oximeter.measurements_f64 (f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10560 2024.12.19 22:28:42.774256 [ 278 ] {c8f37e99-49ea-47ca-8b99-9e4a1defc7b2} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001473 sec., 678.8866259334692 rows/sec., 45.75 KiB/sec.
10561 2024.12.19 22:28:42.774307 [ 278 ] {c8f37e99-49ea-47ca-8b99-9e4a1defc7b2} <Debug> TCPHandler: Processed in 0.001794619 sec.
10562 2024.12.19 22:28:42.774463 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10563 2024.12.19 22:28:42.774579 [ 277 ] {c81691a8-c83d-49f9-8f96-9dc623856f14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
10564 2024.12.19 22:28:42.774658 [ 277 ] {c81691a8-c83d-49f9-8f96-9dc623856f14} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
10565 2024.12.19 22:28:42.775739 [ 277 ] {c81691a8-c83d-49f9-8f96-9dc623856f14} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10566 2024.12.19 22:28:42.775777 [ 277 ] {c81691a8-c83d-49f9-8f96-9dc623856f14} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB.
10567 2024.12.19 22:28:42.776369 [ 277 ] {c81691a8-c83d-49f9-8f96-9dc623856f14} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
10568 2024.12.19 22:28:42.776615 [ 277 ] {c81691a8-c83d-49f9-8f96-9dc623856f14} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10569 2024.12.19 22:28:42.776841 [ 277 ] {c81691a8-c83d-49f9-8f96-9dc623856f14} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002286 sec., 5686.789151356081 rows/sec., 10.19 MiB/sec.
10570 2024.12.19 22:28:42.776933 [ 277 ] {c81691a8-c83d-49f9-8f96-9dc623856f14} <Debug> TCPHandler: Processed in 0.002529164 sec.
10571 2024.12.19 22:28:42.777082 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10572 2024.12.19 22:28:42.777201 [ 278 ] {b3ee7fcd-2d34-4137-b99e-d7fb8696b6a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10573 2024.12.19 22:28:42.777253 [ 278 ] {b3ee7fcd-2d34-4137-b99e-d7fb8696b6a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10574 2024.12.19 22:28:42.777768 [ 278 ] {b3ee7fcd-2d34-4137-b99e-d7fb8696b6a1} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10575 2024.12.19 22:28:42.777807 [ 278 ] {b3ee7fcd-2d34-4137-b99e-d7fb8696b6a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB.
10576 2024.12.19 22:28:42.778183 [ 278 ] {b3ee7fcd-2d34-4137-b99e-d7fb8696b6a1} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary)
10577 2024.12.19 22:28:42.778425 [ 278 ] {b3ee7fcd-2d34-4137-b99e-d7fb8696b6a1} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10578 2024.12.19 22:28:42.778636 [ 278 ] {b3ee7fcd-2d34-4137-b99e-d7fb8696b6a1} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001459 sec., 23303.632625085676 rows/sec., 1.35 MiB/sec.
10579 2024.12.19 22:28:42.778687 [ 278 ] {b3ee7fcd-2d34-4137-b99e-d7fb8696b6a1} <Debug> TCPHandler: Processed in 0.001657986 sec.
10580 2024.12.19 22:28:45.823845 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 1508
10581 2024.12.19 22:28:45.827420 [ 242 ] {} <Trace> system.query_log (70720294-7ac9-485f-8b0b-2131ff2acf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10582 2024.12.19 22:28:45.827464 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB.
10583 2024.12.19 22:28:45.828977 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
10584 2024.12.19 22:28:45.829304 [ 242 ] {} <Trace> system.query_log (70720294-7ac9-485f-8b0b-2131ff2acf2b): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10585 2024.12.19 22:28:45.829891 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1508
10586 2024.12.19 22:28:47.087358 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10587 2024.12.19 22:28:47.087544 [ 277 ] {cb26b8dd-dc14-412b-a723-15556dad164d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10588 2024.12.19 22:28:47.087613 [ 277 ] {cb26b8dd-dc14-412b-a723-15556dad164d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10589 2024.12.19 22:28:47.088390 [ 277 ] {cb26b8dd-dc14-412b-a723-15556dad164d} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10590 2024.12.19 22:28:47.088435 [ 277 ] {cb26b8dd-dc14-412b-a723-15556dad164d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB.
10591 2024.12.19 22:28:47.088864 [ 277 ] {cb26b8dd-dc14-412b-a723-15556dad164d} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary)
10592 2024.12.19 22:28:47.089116 [ 277 ] {cb26b8dd-dc14-412b-a723-15556dad164d} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10593 2024.12.19 22:28:47.089382 [ 277 ] {cb26b8dd-dc14-412b-a723-15556dad164d} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.00189 sec., 29629.62962962963 rows/sec., 2.26 MiB/sec.
10594 2024.12.19 22:28:47.089443 [ 277 ] {cb26b8dd-dc14-412b-a723-15556dad164d} <Debug> TCPHandler: Processed in 0.002208529 sec.
10595 2024.12.19 22:28:47.089701 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10596 2024.12.19 22:28:47.089913 [ 278 ] {1fc06d40-9b94-49e2-a5b4-436dbf2d6e76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10597 2024.12.19 22:28:47.089984 [ 278 ] {1fc06d40-9b94-49e2-a5b4-436dbf2d6e76} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10598 2024.12.19 22:28:47.090738 [ 278 ] {1fc06d40-9b94-49e2-a5b4-436dbf2d6e76} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10599 2024.12.19 22:28:47.090777 [ 278 ] {1fc06d40-9b94-49e2-a5b4-436dbf2d6e76} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB.
10600 2024.12.19 22:28:47.091222 [ 278 ] {1fc06d40-9b94-49e2-a5b4-436dbf2d6e76} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary)
10601 2024.12.19 22:28:47.091472 [ 278 ] {1fc06d40-9b94-49e2-a5b4-436dbf2d6e76} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10602 2024.12.19 22:28:47.091702 [ 278 ] {1fc06d40-9b94-49e2-a5b4-436dbf2d6e76} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001844 sec., 34707.15835140998 rows/sec., 2.71 MiB/sec.
10603 2024.12.19 22:28:47.091757 [ 278 ] {1fc06d40-9b94-49e2-a5b4-436dbf2d6e76} <Debug> TCPHandler: Processed in 0.002192998 sec.
10604 2024.12.19 22:28:47.091915 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10605 2024.12.19 22:28:47.092061 [ 277 ] {d9531015-ef66-42dd-b5dd-9b1306dc4044} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10606 2024.12.19 22:28:47.092124 [ 277 ] {d9531015-ef66-42dd-b5dd-9b1306dc4044} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10607 2024.12.19 22:28:47.092789 [ 277 ] {d9531015-ef66-42dd-b5dd-9b1306dc4044} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10608 2024.12.19 22:28:47.092837 [ 277 ] {d9531015-ef66-42dd-b5dd-9b1306dc4044} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB.
10609 2024.12.19 22:28:47.093253 [ 277 ] {d9531015-ef66-42dd-b5dd-9b1306dc4044} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary)
10610 2024.12.19 22:28:47.093502 [ 277 ] {d9531015-ef66-42dd-b5dd-9b1306dc4044} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10611 2024.12.19 22:28:47.093744 [ 277 ] {d9531015-ef66-42dd-b5dd-9b1306dc4044} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001717 sec., 74548.63133372161 rows/sec., 5.19 MiB/sec.
10612 2024.12.19 22:28:47.093818 [ 277 ] {d9531015-ef66-42dd-b5dd-9b1306dc4044} <Debug> TCPHandler: Processed in 0.001963343 sec.
10613 2024.12.19 22:28:47.094026 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10614 2024.12.19 22:28:47.094196 [ 278 ] {49d70a5f-d073-414b-8fd3-45b28d0390ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10615 2024.12.19 22:28:47.094258 [ 278 ] {49d70a5f-d073-414b-8fd3-45b28d0390ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10616 2024.12.19 22:28:47.094852 [ 278 ] {49d70a5f-d073-414b-8fd3-45b28d0390ce} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10617 2024.12.19 22:28:47.094899 [ 278 ] {49d70a5f-d073-414b-8fd3-45b28d0390ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB.
10618 2024.12.19 22:28:47.095289 [ 278 ] {49d70a5f-d073-414b-8fd3-45b28d0390ce} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary)
10619 2024.12.19 22:28:47.095525 [ 278 ] {49d70a5f-d073-414b-8fd3-45b28d0390ce} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10620 2024.12.19 22:28:47.095737 [ 278 ] {49d70a5f-d073-414b-8fd3-45b28d0390ce} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001572 sec., 30534.351145038167 rows/sec., 2.06 MiB/sec.
10621 2024.12.19 22:28:47.095785 [ 278 ] {49d70a5f-d073-414b-8fd3-45b28d0390ce} <Debug> TCPHandler: Processed in 0.001880911 sec.
10622 2024.12.19 22:28:48.215881 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 23424
10623 2024.12.19 22:28:48.216565 [ 244 ] {} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10624 2024.12.19 22:28:48.216617 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB.
10625 2024.12.19 22:28:48.217155 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
10626 2024.12.19 22:28:48.217419 [ 244 ] {} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10627 2024.12.19 22:28:48.217621 [ 111 ] {} <Debug> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
10628 2024.12.19 22:28:48.217706 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23424
10629 2024.12.19 22:28:48.217723 [ 111 ] {} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10630 2024.12.19 22:28:48.217759 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB.
10631 2024.12.19 22:28:48.217879 [ 200 ] {b24e19f3-0afd-43dd-aba1-eb03aae2e534::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
10632 2024.12.19 22:28:48.218007 [ 200 ] {b24e19f3-0afd-43dd-aba1-eb03aae2e534::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10633 2024.12.19 22:28:48.218049 [ 200 ] {b24e19f3-0afd-43dd-aba1-eb03aae2e534::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
10634 2024.12.19 22:28:48.218128 [ 200 ] {b24e19f3-0afd-43dd-aba1-eb03aae2e534::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 488 rows starting from the beginning of the part
10635 2024.12.19 22:28:48.218374 [ 200 ] {b24e19f3-0afd-43dd-aba1-eb03aae2e534::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 427 rows starting from the beginning of the part
10636 2024.12.19 22:28:48.218505 [ 200 ] {b24e19f3-0afd-43dd-aba1-eb03aae2e534::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 488 rows starting from the beginning of the part
10637 2024.12.19 22:28:48.218621 [ 200 ] {b24e19f3-0afd-43dd-aba1-eb03aae2e534::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 427 rows starting from the beginning of the part
10638 2024.12.19 22:28:48.218753 [ 200 ] {b24e19f3-0afd-43dd-aba1-eb03aae2e534::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 488 rows starting from the beginning of the part
10639 2024.12.19 22:28:48.221128 [ 198 ] {b24e19f3-0afd-43dd-aba1-eb03aae2e534::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 23424 rows, containing 4 columns (4 merged, 0 gathered) in 0.003300152 sec., 7097854.886684007 rows/sec., 101.54 MiB/sec.
10640 2024.12.19 22:28:48.221607 [ 191 ] {b24e19f3-0afd-43dd-aba1-eb03aae2e534::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
10641 2024.12.19 22:28:48.221990 [ 191 ] {b24e19f3-0afd-43dd-aba1-eb03aae2e534::all_1_51_10} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10642 2024.12.19 22:28:48.222095 [ 191 ] {b24e19f3-0afd-43dd-aba1-eb03aae2e534::all_1_51_10} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
10643 2024.12.19 22:28:48.222221 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.72 MiB.
10644 2024.12.19 22:28:49.822112 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 385
10645 2024.12.19 22:28:49.844289 [ 243 ] {} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10646 2024.12.19 22:28:49.844348 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB.
10647 2024.12.19 22:28:49.851742 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
10648 2024.12.19 22:28:49.852527 [ 243 ] {} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10649 2024.12.19 22:28:49.852911 [ 107 ] {} <Debug> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
10650 2024.12.19 22:28:49.853085 [ 107 ] {} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10651 2024.12.19 22:28:49.853195 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB.
10652 2024.12.19 22:28:49.853718 [ 200 ] {616d7a77-365c-46c3-a06a-0a94885b3600::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
10653 2024.12.19 22:28:49.867390 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 385
10654 2024.12.19 22:28:49.869531 [ 200 ] {616d7a77-365c-46c3-a06a-0a94885b3600::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10655 2024.12.19 22:28:49.871304 [ 200 ] {616d7a77-365c-46c3-a06a-0a94885b3600::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
10656 2024.12.19 22:28:49.877686 [ 200 ] {616d7a77-365c-46c3-a06a-0a94885b3600::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
10657 2024.12.19 22:28:49.883284 [ 200 ] {616d7a77-365c-46c3-a06a-0a94885b3600::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
10658 2024.12.19 22:28:49.890970 [ 200 ] {616d7a77-365c-46c3-a06a-0a94885b3600::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
10659 2024.12.19 22:28:49.897106 [ 200 ] {616d7a77-365c-46c3-a06a-0a94885b3600::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
10660 2024.12.19 22:28:49.901956 [ 200 ] {616d7a77-365c-46c3-a06a-0a94885b3600::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
10661 2024.12.19 22:28:49.962241 [ 197 ] {616d7a77-365c-46c3-a06a-0a94885b3600::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 385 rows, containing 679 columns (679 merged, 0 gathered) in 0.10885215 sec., 3536.9076311308504 rows/sec., 18.29 MiB/sec.
10662 2024.12.19 22:28:49.965681 [ 197 ] {616d7a77-365c-46c3-a06a-0a94885b3600::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
10663 2024.12.19 22:28:49.968617 [ 197 ] {616d7a77-365c-46c3-a06a-0a94885b3600::all_1_51_10} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10664 2024.12.19 22:28:49.968744 [ 197 ] {616d7a77-365c-46c3-a06a-0a94885b3600::all_1_51_10} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
10665 2024.12.19 22:28:49.971462 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB.
10666 2024.12.19 22:28:52.090341 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10667 2024.12.19 22:28:52.090536 [ 277 ] {aa9fcb14-12da-44f4-850c-3a032f0703c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10668 2024.12.19 22:28:52.090610 [ 277 ] {aa9fcb14-12da-44f4-850c-3a032f0703c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10669 2024.12.19 22:28:52.091446 [ 277 ] {aa9fcb14-12da-44f4-850c-3a032f0703c7} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10670 2024.12.19 22:28:52.091497 [ 277 ] {aa9fcb14-12da-44f4-850c-3a032f0703c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB.
10671 2024.12.19 22:28:52.091948 [ 277 ] {aa9fcb14-12da-44f4-850c-3a032f0703c7} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary)
10672 2024.12.19 22:28:52.092201 [ 277 ] {aa9fcb14-12da-44f4-850c-3a032f0703c7} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10673 2024.12.19 22:28:52.092434 [ 105 ] {} <Debug> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0
10674 2024.12.19 22:28:52.092449 [ 277 ] {aa9fcb14-12da-44f4-850c-3a032f0703c7} <Debug> executeQuery: Read 110 rows, 9.44 KiB in 0.00196 sec., 56122.44897959184 rows/sec., 4.70 MiB/sec.
10675 2024.12.19 22:28:52.092517 [ 105 ] {} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10676 2024.12.19 22:28:52.092595 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB.
10677 2024.12.19 22:28:52.092599 [ 277 ] {aa9fcb14-12da-44f4-850c-3a032f0703c7} <Debug> TCPHandler: Processed in 0.002390172 sec.
10678 2024.12.19 22:28:52.092857 [ 188 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::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
10679 2024.12.19 22:28:52.092926 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10680 2024.12.19 22:28:52.093133 [ 188 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10681 2024.12.19 22:28:52.093200 [ 188 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1432 rows starting from the beginning of the part
10682 2024.12.19 22:28:52.093239 [ 278 ] {af42fc09-b933-422f-8639-880841e28bea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
10683 2024.12.19 22:28:52.093421 [ 278 ] {af42fc09-b933-422f-8639-880841e28bea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10684 2024.12.19 22:28:52.093435 [ 188 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 229 rows starting from the beginning of the part
10685 2024.12.19 22:28:52.093843 [ 188 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 110 rows starting from the beginning of the part
10686 2024.12.19 22:28:52.094225 [ 188 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 1377 rows starting from the beginning of the part
10687 2024.12.19 22:28:52.094591 [ 188 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 56 rows starting from the beginning of the part
10688 2024.12.19 22:28:52.095010 [ 188 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::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
10689 2024.12.19 22:28:52.096177 [ 278 ] {af42fc09-b933-422f-8639-880841e28bea} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10690 2024.12.19 22:28:52.096241 [ 278 ] {af42fc09-b933-422f-8639-880841e28bea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB.
10691 2024.12.19 22:28:52.097306 [ 278 ] {af42fc09-b933-422f-8639-880841e28bea} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
10692 2024.12.19 22:28:52.097719 [ 278 ] {af42fc09-b933-422f-8639-880841e28bea} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10693 2024.12.19 22:28:52.098063 [ 278 ] {af42fc09-b933-422f-8639-880841e28bea} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.004879 sec., 5533.920885427342 rows/sec., 416.12 KiB/sec.
10694 2024.12.19 22:28:52.098288 [ 278 ] {af42fc09-b933-422f-8639-880841e28bea} <Debug> TCPHandler: Processed in 0.005543561 sec.
10695 2024.12.19 22:28:52.098948 [ 188 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3314 rows, containing 5 columns (5 merged, 0 gathered) in 0.006235565 sec., 531467.4772855387 rows/sec., 46.40 MiB/sec.
10696 2024.12.19 22:28:52.099094 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10697 2024.12.19 22:28:52.099359 [ 188 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary)
10698 2024.12.19 22:28:52.099618 [ 277 ] {4b069d98-6dda-4ed2-a53f-33c333357dd0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10699 2024.12.19 22:28:52.099723 [ 277 ] {4b069d98-6dda-4ed2-a53f-33c333357dd0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10700 2024.12.19 22:28:52.100151 [ 188 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_86_17} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10701 2024.12.19 22:28:52.100407 [ 188 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_86_17} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17
10702 2024.12.19 22:28:52.100550 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB.
10703 2024.12.19 22:28:52.100871 [ 277 ] {4b069d98-6dda-4ed2-a53f-33c333357dd0} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10704 2024.12.19 22:28:52.100915 [ 277 ] {4b069d98-6dda-4ed2-a53f-33c333357dd0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB.
10705 2024.12.19 22:28:52.101292 [ 277 ] {4b069d98-6dda-4ed2-a53f-33c333357dd0} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary)
10706 2024.12.19 22:28:52.101528 [ 277 ] {4b069d98-6dda-4ed2-a53f-33c333357dd0} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10707 2024.12.19 22:28:52.101718 [ 105 ] {} <Debug> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0
10708 2024.12.19 22:28:52.101785 [ 105 ] {} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10709 2024.12.19 22:28:52.101791 [ 277 ] {4b069d98-6dda-4ed2-a53f-33c333357dd0} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.002425 sec., 37525.77319587629 rows/sec., 2.93 MiB/sec.
10710 2024.12.19 22:28:52.101819 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB.
10711 2024.12.19 22:28:52.101952 [ 277 ] {4b069d98-6dda-4ed2-a53f-33c333357dd0} <Debug> TCPHandler: Processed in 0.003096838 sec.
10712 2024.12.19 22:28:52.102155 [ 195 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::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
10713 2024.12.19 22:28:52.102206 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10714 2024.12.19 22:28:52.102599 [ 278 ] {3ef9a4c7-5f42-4e04-b729-cb0ca4202737} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10715 2024.12.19 22:28:52.102824 [ 278 ] {3ef9a4c7-5f42-4e04-b729-cb0ca4202737} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10716 2024.12.19 22:28:52.102979 [ 195 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10717 2024.12.19 22:28:52.103554 [ 195 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 914 rows starting from the beginning of the part
10718 2024.12.19 22:28:52.104197 [ 195 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 395 rows starting from the beginning of the part
10719 2024.12.19 22:28:52.104465 [ 195 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 91 rows starting from the beginning of the part
10720 2024.12.19 22:28:52.104895 [ 195 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 867 rows starting from the beginning of the part
10721 2024.12.19 22:28:52.105241 [ 195 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 64 rows starting from the beginning of the part
10722 2024.12.19 22:28:52.105608 [ 195 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::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
10723 2024.12.19 22:28:52.105802 [ 278 ] {3ef9a4c7-5f42-4e04-b729-cb0ca4202737} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10724 2024.12.19 22:28:52.105930 [ 278 ] {3ef9a4c7-5f42-4e04-b729-cb0ca4202737} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB.
10725 2024.12.19 22:28:52.106852 [ 278 ] {3ef9a4c7-5f42-4e04-b729-cb0ca4202737} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary)
10726 2024.12.19 22:28:52.107457 [ 278 ] {3ef9a4c7-5f42-4e04-b729-cb0ca4202737} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10727 2024.12.19 22:28:52.107786 [ 105 ] {} <Debug> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0
10728 2024.12.19 22:28:52.107885 [ 105 ] {} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10729 2024.12.19 22:28:52.107996 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB.
10730 2024.12.19 22:28:52.108084 [ 278 ] {3ef9a4c7-5f42-4e04-b729-cb0ca4202737} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005623 sec., 28454.561621910012 rows/sec., 1.98 MiB/sec.
10731 2024.12.19 22:28:52.108343 [ 278 ] {3ef9a4c7-5f42-4e04-b729-cb0ca4202737} <Debug> TCPHandler: Processed in 0.006267576 sec.
10732 2024.12.19 22:28:52.108370 [ 187 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::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
10733 2024.12.19 22:28:52.108608 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10734 2024.12.19 22:28:52.109083 [ 277 ] {1b655dca-746d-4e66-92d0-c1155c228671} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
10735 2024.12.19 22:28:52.109139 [ 187 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10736 2024.12.19 22:28:52.109350 [ 187 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_81_16, total 24647 rows starting from the beginning of the part
10737 2024.12.19 22:28:52.109427 [ 190 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2422 rows, containing 5 columns (5 merged, 0 gathered) in 0.007477213 sec., 323917.481018663 rows/sec., 24.85 MiB/sec.
10738 2024.12.19 22:28:52.109441 [ 277 ] {1b655dca-746d-4e66-92d0-c1155c228671} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
10739 2024.12.19 22:28:52.109986 [ 187 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 237 rows starting from the beginning of the part
10740 2024.12.19 22:28:52.110032 [ 190 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary)
10741 2024.12.19 22:28:52.110798 [ 187 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::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
10742 2024.12.19 22:28:52.111316 [ 187 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 963 rows starting from the beginning of the part
10743 2024.12.19 22:28:52.111631 [ 190 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_86_17} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10744 2024.12.19 22:28:52.111976 [ 187 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 128 rows starting from the beginning of the part
10745 2024.12.19 22:28:52.112236 [ 190 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_86_17} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17
10746 2024.12.19 22:28:52.112519 [ 187 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::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
10747 2024.12.19 22:28:52.112559 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB.
10748 2024.12.19 22:28:52.115108 [ 277 ] {1b655dca-746d-4e66-92d0-c1155c228671} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10749 2024.12.19 22:28:52.115156 [ 277 ] {1b655dca-746d-4e66-92d0-c1155c228671} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB.
10750 2024.12.19 22:28:52.117020 [ 277 ] {1b655dca-746d-4e66-92d0-c1155c228671} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
10751 2024.12.19 22:28:52.117431 [ 277 ] {1b655dca-746d-4e66-92d0-c1155c228671} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10752 2024.12.19 22:28:52.118146 [ 277 ] {1b655dca-746d-4e66-92d0-c1155c228671} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.009256 sec., 2917.026793431288 rows/sec., 5.23 MiB/sec.
10753 2024.12.19 22:28:52.118829 [ 277 ] {1b655dca-746d-4e66-92d0-c1155c228671} <Debug> TCPHandler: Processed in 0.010376415 sec.
10754 2024.12.19 22:28:52.119166 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10755 2024.12.19 22:28:52.119343 [ 278 ] {40bee741-26fd-4824-ada5-b3098e1dfbc3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10756 2024.12.19 22:28:52.119443 [ 278 ] {40bee741-26fd-4824-ada5-b3098e1dfbc3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10757 2024.12.19 22:28:52.120170 [ 278 ] {40bee741-26fd-4824-ada5-b3098e1dfbc3} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10758 2024.12.19 22:28:52.120239 [ 278 ] {40bee741-26fd-4824-ada5-b3098e1dfbc3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB.
10759 2024.12.19 22:28:52.120863 [ 278 ] {40bee741-26fd-4824-ada5-b3098e1dfbc3} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary)
10760 2024.12.19 22:28:52.121142 [ 278 ] {40bee741-26fd-4824-ada5-b3098e1dfbc3} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10761 2024.12.19 22:28:52.121357 [ 105 ] {} <Debug> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0
10762 2024.12.19 22:28:52.121445 [ 105 ] {} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10763 2024.12.19 22:28:52.121484 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB.
10764 2024.12.19 22:28:52.121490 [ 278 ] {40bee741-26fd-4824-ada5-b3098e1dfbc3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002175 sec., 27586.206896551725 rows/sec., 1.86 MiB/sec.
10765 2024.12.19 22:28:52.121825 [ 278 ] {40bee741-26fd-4824-ada5-b3098e1dfbc3} <Debug> TCPHandler: Processed in 0.002828062 sec.
10766 2024.12.19 22:28:52.121886 [ 194 ] {a2784562-0832-4e33-8769-44c7df75eec1::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
10767 2024.12.19 22:28:52.122004 [ 194 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10768 2024.12.19 22:28:52.122036 [ 194 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 4936 rows starting from the beginning of the part
10769 2024.12.19 22:28:52.122102 [ 194 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 82 rows starting from the beginning of the part
10770 2024.12.19 22:28:52.122487 [ 194 ] {a2784562-0832-4e33-8769-44c7df75eec1::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
10771 2024.12.19 22:28:52.122945 [ 194 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 34 rows starting from the beginning of the part
10772 2024.12.19 22:28:52.123404 [ 194 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 48 rows starting from the beginning of the part
10773 2024.12.19 22:28:52.123590 [ 190 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 26295 rows, containing 5 columns (5 merged, 0 gathered) in 0.015472477 sec., 1699469.3222035489 rows/sec., 114.74 MiB/sec.
10774 2024.12.19 22:28:52.123705 [ 194 ] {a2784562-0832-4e33-8769-44c7df75eec1::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
10775 2024.12.19 22:28:52.123989 [ 190 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary)
10776 2024.12.19 22:28:52.124693 [ 190 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10777 2024.12.19 22:28:52.124808 [ 190 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17
10778 2024.12.19 22:28:52.124971 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.37 MiB.
10779 2024.12.19 22:28:52.126450 [ 199 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5220 rows, containing 4 columns (4 merged, 0 gathered) in 0.004851295 sec., 1076001.3563388744 rows/sec., 70.15 MiB/sec.
10780 2024.12.19 22:28:52.127205 [ 192 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary)
10781 2024.12.19 22:28:52.127521 [ 192 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_86_17} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10782 2024.12.19 22:28:52.127607 [ 192 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_86_17} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17
10783 2024.12.19 22:28:52.127701 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.12 MiB.
10784 2024.12.19 22:28:54.830627 [ 102 ] {} <Debug> oximeter.measurements_f64 (f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd) (MergerMutator): Selected 5 parts from all_1_32_7 to all_36_36_0
10785 2024.12.19 22:28:54.830704 [ 102 ] {} <Trace> oximeter.measurements_f64 (f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10786 2024.12.19 22:28:54.830726 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB.
10787 2024.12.19 22:28:54.830949 [ 199 ] {f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd::all_1_36_8} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_32_7 to all_36_36_0 into Compact with storage Full
10788 2024.12.19 22:28:54.831301 [ 199 ] {f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd::all_1_36_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10789 2024.12.19 22:28:54.831349 [ 199 ] {f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd::all_1_36_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_32_7, total 32 rows starting from the beginning of the part
10790 2024.12.19 22:28:54.831433 [ 199 ] {f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd::all_1_36_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 1 rows starting from the beginning of the part
10791 2024.12.19 22:28:54.831676 [ 199 ] {f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd::all_1_36_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 1 rows starting from the beginning of the part
10792 2024.12.19 22:28:54.831884 [ 199 ] {f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd::all_1_36_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 1 rows starting from the beginning of the part
10793 2024.12.19 22:28:54.831997 [ 199 ] {f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd::all_1_36_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 1 rows starting from the beginning of the part
10794 2024.12.19 22:28:54.833170 [ 192 ] {f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd::all_1_36_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.002360532 sec., 15250.799396068345 rows/sec., 1.00 MiB/sec.
10795 2024.12.19 22:28:54.833371 [ 196 ] {f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd::all_1_36_8} <Trace> MergedBlockOutputStream: filled checksums all_1_36_8 (state Temporary)
10796 2024.12.19 22:28:54.833721 [ 196 ] {f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd::all_1_36_8} <Trace> oximeter.measurements_f64 (f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd): Renaming temporary part tmp_merge_all_1_36_8 to all_1_36_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10797 2024.12.19 22:28:54.833813 [ 196 ] {f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd::all_1_36_8} <Trace> oximeter.measurements_f64 (f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd) (MergerMutator): Merged 5 parts: [all_1_32_7, all_36_36_0] -> all_1_36_8
10798 2024.12.19 22:28:54.833921 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
10799 2024.12.19 22:28:55.529328 [ 100 ] {} <Debug> DNSResolver: Updating DNS cache
10800 2024.12.19 22:28:55.529379 [ 100 ] {} <Debug> DNSResolver: Updated DNS cache
10801 2024.12.19 22:28:55.718828 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 23851
10802 2024.12.19 22:28:55.719480 [ 244 ] {} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10803 2024.12.19 22:28:55.719531 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB.
10804 2024.12.19 22:28:55.720061 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
10805 2024.12.19 22:28:55.720318 [ 244 ] {} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10806 2024.12.19 22:28:55.720577 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23851
10807 2024.12.19 22:28:55.830236 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1528
10808 2024.12.19 22:28:55.833175 [ 242 ] {} <Trace> system.query_log (70720294-7ac9-485f-8b0b-2131ff2acf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10809 2024.12.19 22:28:55.833229 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB.
10810 2024.12.19 22:28:55.834709 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
10811 2024.12.19 22:28:55.835026 [ 242 ] {} <Trace> system.query_log (70720294-7ac9-485f-8b0b-2131ff2acf2b): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10812 2024.12.19 22:28:55.836622 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1528
10813 2024.12.19 22:28:57.093746 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10814 2024.12.19 22:28:57.093932 [ 277 ] {9d04fb00-75d3-476e-a4e9-587ec428caec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
10815 2024.12.19 22:28:57.094005 [ 277 ] {9d04fb00-75d3-476e-a4e9-587ec428caec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
10816 2024.12.19 22:28:57.094764 [ 277 ] {9d04fb00-75d3-476e-a4e9-587ec428caec} <Trace> oximeter.fields_i16 (8b34b429-6d62-480d-bd41-33dce3ff3ffb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10817 2024.12.19 22:28:57.094818 [ 277 ] {9d04fb00-75d3-476e-a4e9-587ec428caec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB.
10818 2024.12.19 22:28:57.095270 [ 277 ] {9d04fb00-75d3-476e-a4e9-587ec428caec} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
10819 2024.12.19 22:28:57.095526 [ 277 ] {9d04fb00-75d3-476e-a4e9-587ec428caec} <Trace> oximeter.fields_i16 (8b34b429-6d62-480d-bd41-33dce3ff3ffb): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10820 2024.12.19 22:28:57.095740 [ 98 ] {} <Debug> oximeter.fields_i16 (8b34b429-6d62-480d-bd41-33dce3ff3ffb) (MergerMutator): Selected 5 parts from all_1_33_8 to all_37_37_0
10821 2024.12.19 22:28:57.095809 [ 277 ] {9d04fb00-75d3-476e-a4e9-587ec428caec} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00192 sec., 7291.666666666666 rows/sec., 524.90 KiB/sec.
10822 2024.12.19 22:28:57.095834 [ 98 ] {} <Trace> oximeter.fields_i16 (8b34b429-6d62-480d-bd41-33dce3ff3ffb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10823 2024.12.19 22:28:57.095905 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB.
10824 2024.12.19 22:28:57.095931 [ 277 ] {9d04fb00-75d3-476e-a4e9-587ec428caec} <Debug> TCPHandler: Processed in 0.00230318 sec.
10825 2024.12.19 22:28:57.096213 [ 192 ] {8b34b429-6d62-480d-bd41-33dce3ff3ffb::all_1_37_9} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_33_8 to all_37_37_0 into Compact with storage Full
10826 2024.12.19 22:28:57.096286 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10827 2024.12.19 22:28:57.096524 [ 192 ] {8b34b429-6d62-480d-bd41-33dce3ff3ffb::all_1_37_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10828 2024.12.19 22:28:57.096587 [ 278 ] {beb507a1-ccea-443e-b24d-fd09eab098e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10829 2024.12.19 22:28:57.096593 [ 192 ] {8b34b429-6d62-480d-bd41-33dce3ff3ffb::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_33_8, total 14 rows starting from the beginning of the part
10830 2024.12.19 22:28:57.096707 [ 278 ] {beb507a1-ccea-443e-b24d-fd09eab098e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10831 2024.12.19 22:28:57.096899 [ 192 ] {8b34b429-6d62-480d-bd41-33dce3ff3ffb::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 14 rows starting from the beginning of the part
10832 2024.12.19 22:28:57.097280 [ 192 ] {8b34b429-6d62-480d-bd41-33dce3ff3ffb::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 14 rows starting from the beginning of the part
10833 2024.12.19 22:28:57.097650 [ 192 ] {8b34b429-6d62-480d-bd41-33dce3ff3ffb::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 14 rows starting from the beginning of the part
10834 2024.12.19 22:28:57.098050 [ 192 ] {8b34b429-6d62-480d-bd41-33dce3ff3ffb::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 14 rows starting from the beginning of the part
10835 2024.12.19 22:28:57.099775 [ 278 ] {beb507a1-ccea-443e-b24d-fd09eab098e8} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10836 2024.12.19 22:28:57.099851 [ 278 ] {beb507a1-ccea-443e-b24d-fd09eab098e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB.
10837 2024.12.19 22:28:57.100600 [ 192 ] {8b34b429-6d62-480d-bd41-33dce3ff3ffb::all_1_37_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.00457763 sec., 15291.755777553013 rows/sec., 1.13 MiB/sec.
10838 2024.12.19 22:28:57.100859 [ 278 ] {beb507a1-ccea-443e-b24d-fd09eab098e8} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary)
10839 2024.12.19 22:28:57.100858 [ 196 ] {8b34b429-6d62-480d-bd41-33dce3ff3ffb::all_1_37_9} <Trace> MergedBlockOutputStream: filled checksums all_1_37_9 (state Temporary)
10840 2024.12.19 22:28:57.101301 [ 278 ] {beb507a1-ccea-443e-b24d-fd09eab098e8} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10841 2024.12.19 22:28:57.101417 [ 196 ] {8b34b429-6d62-480d-bd41-33dce3ff3ffb::all_1_37_9} <Trace> oximeter.fields_i16 (8b34b429-6d62-480d-bd41-33dce3ff3ffb): Renaming temporary part tmp_merge_all_1_37_9 to all_1_37_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10842 2024.12.19 22:28:57.101698 [ 196 ] {8b34b429-6d62-480d-bd41-33dce3ff3ffb::all_1_37_9} <Trace> oximeter.fields_i16 (8b34b429-6d62-480d-bd41-33dce3ff3ffb) (MergerMutator): Merged 5 parts: [all_1_33_8, all_37_37_0] -> all_1_37_9
10843 2024.12.19 22:28:57.101724 [ 278 ] {beb507a1-ccea-443e-b24d-fd09eab098e8} <Debug> executeQuery: Read 229 rows, 20.51 KiB in 0.005226 sec., 43819.3647148871 rows/sec., 3.83 MiB/sec.
10844 2024.12.19 22:28:57.101942 [ 278 ] {beb507a1-ccea-443e-b24d-fd09eab098e8} <Debug> TCPHandler: Processed in 0.005864868 sec.
10845 2024.12.19 22:28:57.101949 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
10846 2024.12.19 22:28:57.102108 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10847 2024.12.19 22:28:57.102262 [ 277 ] {63db9dfb-ad14-4ae8-b6cb-992781baf694} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
10848 2024.12.19 22:28:57.102354 [ 277 ] {63db9dfb-ad14-4ae8-b6cb-992781baf694} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10849 2024.12.19 22:28:57.103356 [ 277 ] {63db9dfb-ad14-4ae8-b6cb-992781baf694} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10850 2024.12.19 22:28:57.103396 [ 277 ] {63db9dfb-ad14-4ae8-b6cb-992781baf694} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB.
10851 2024.12.19 22:28:57.103765 [ 277 ] {63db9dfb-ad14-4ae8-b6cb-992781baf694} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
10852 2024.12.19 22:28:57.104009 [ 277 ] {63db9dfb-ad14-4ae8-b6cb-992781baf694} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10853 2024.12.19 22:28:57.104238 [ 277 ] {63db9dfb-ad14-4ae8-b6cb-992781baf694} <Debug> executeQuery: Read 20 rows, 1.43 KiB in 0.002033 sec., 9837.67830791933 rows/sec., 705.16 KiB/sec.
10854 2024.12.19 22:28:57.104292 [ 277 ] {63db9dfb-ad14-4ae8-b6cb-992781baf694} <Debug> TCPHandler: Processed in 0.002240788 sec.
10855 2024.12.19 22:28:57.104463 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10856 2024.12.19 22:28:57.104611 [ 278 ] {db17c5cf-1028-42c4-b8d5-68dd73e63a80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
10857 2024.12.19 22:28:57.104673 [ 278 ] {db17c5cf-1028-42c4-b8d5-68dd73e63a80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
10858 2024.12.19 22:28:57.105333 [ 278 ] {db17c5cf-1028-42c4-b8d5-68dd73e63a80} <Trace> oximeter.fields_u32 (96604386-977a-478c-b894-f09eb465191c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10859 2024.12.19 22:28:57.105372 [ 278 ] {db17c5cf-1028-42c4-b8d5-68dd73e63a80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB.
10860 2024.12.19 22:28:57.105735 [ 278 ] {db17c5cf-1028-42c4-b8d5-68dd73e63a80} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
10861 2024.12.19 22:28:57.105981 [ 278 ] {db17c5cf-1028-42c4-b8d5-68dd73e63a80} <Trace> oximeter.fields_u32 (96604386-977a-478c-b894-f09eb465191c): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10862 2024.12.19 22:28:57.106163 [ 278 ] {db17c5cf-1028-42c4-b8d5-68dd73e63a80} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001589 sec., 8810.57268722467 rows/sec., 617.04 KiB/sec.
10863 2024.12.19 22:28:57.106292 [ 278 ] {db17c5cf-1028-42c4-b8d5-68dd73e63a80} <Debug> TCPHandler: Processed in 0.001897741 sec.
10864 2024.12.19 22:28:57.106463 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10865 2024.12.19 22:28:57.106600 [ 277 ] {0ad8a961-2332-4531-9908-89b7e86defa2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
10866 2024.12.19 22:28:57.106657 [ 277 ] {0ad8a961-2332-4531-9908-89b7e86defa2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
10867 2024.12.19 22:28:57.107315 [ 277 ] {0ad8a961-2332-4531-9908-89b7e86defa2} <Trace> oximeter.fields_u8 (74ab6f56-b776-4e15-89eb-af2ec1acc724): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10868 2024.12.19 22:28:57.107355 [ 277 ] {0ad8a961-2332-4531-9908-89b7e86defa2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB.
10869 2024.12.19 22:28:57.107706 [ 277 ] {0ad8a961-2332-4531-9908-89b7e86defa2} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
10870 2024.12.19 22:28:57.107954 [ 277 ] {0ad8a961-2332-4531-9908-89b7e86defa2} <Trace> oximeter.fields_u8 (74ab6f56-b776-4e15-89eb-af2ec1acc724): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10871 2024.12.19 22:28:57.108115 [ 98 ] {} <Debug> oximeter.fields_u8 (74ab6f56-b776-4e15-89eb-af2ec1acc724) (MergerMutator): Selected 5 parts from all_1_33_8 to all_37_37_0
10872 2024.12.19 22:28:57.108180 [ 98 ] {} <Trace> oximeter.fields_u8 (74ab6f56-b776-4e15-89eb-af2ec1acc724): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10873 2024.12.19 22:28:57.108213 [ 277 ] {0ad8a961-2332-4531-9908-89b7e86defa2} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001628 sec., 7985.257985257985 rows/sec., 497.88 KiB/sec.
10874 2024.12.19 22:28:57.108222 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB.
10875 2024.12.19 22:28:57.108349 [ 277 ] {0ad8a961-2332-4531-9908-89b7e86defa2} <Debug> TCPHandler: Processed in 0.001960752 sec.
10876 2024.12.19 22:28:57.108461 [ 192 ] {74ab6f56-b776-4e15-89eb-af2ec1acc724::all_1_37_9} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_33_8 to all_37_37_0 into Compact with storage Full
10877 2024.12.19 22:28:57.108563 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10878 2024.12.19 22:28:57.108641 [ 192 ] {74ab6f56-b776-4e15-89eb-af2ec1acc724::all_1_37_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10879 2024.12.19 22:28:57.108714 [ 192 ] {74ab6f56-b776-4e15-89eb-af2ec1acc724::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_33_8, total 13 rows starting from the beginning of the part
10880 2024.12.19 22:28:57.108807 [ 278 ] {9561c09a-bc41-46a9-8062-d3f4c3154016} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10881 2024.12.19 22:28:57.108956 [ 192 ] {74ab6f56-b776-4e15-89eb-af2ec1acc724::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 13 rows starting from the beginning of the part
10882 2024.12.19 22:28:57.108974 [ 278 ] {9561c09a-bc41-46a9-8062-d3f4c3154016} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10883 2024.12.19 22:28:57.109398 [ 192 ] {74ab6f56-b776-4e15-89eb-af2ec1acc724::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 13 rows starting from the beginning of the part
10884 2024.12.19 22:28:57.109752 [ 192 ] {74ab6f56-b776-4e15-89eb-af2ec1acc724::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 13 rows starting from the beginning of the part
10885 2024.12.19 22:28:57.110129 [ 192 ] {74ab6f56-b776-4e15-89eb-af2ec1acc724::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 13 rows starting from the beginning of the part
10886 2024.12.19 22:28:57.111908 [ 278 ] {9561c09a-bc41-46a9-8062-d3f4c3154016} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10887 2024.12.19 22:28:57.111975 [ 278 ] {9561c09a-bc41-46a9-8062-d3f4c3154016} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB.
10888 2024.12.19 22:28:57.112566 [ 192 ] {74ab6f56-b776-4e15-89eb-af2ec1acc724::all_1_37_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004206301 sec., 15453.007285974067 rows/sec., 1023.85 KiB/sec.
10889 2024.12.19 22:28:57.112766 [ 192 ] {74ab6f56-b776-4e15-89eb-af2ec1acc724::all_1_37_9} <Trace> MergedBlockOutputStream: filled checksums all_1_37_9 (state Temporary)
10890 2024.12.19 22:28:57.112927 [ 278 ] {9561c09a-bc41-46a9-8062-d3f4c3154016} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary)
10891 2024.12.19 22:28:57.113213 [ 192 ] {74ab6f56-b776-4e15-89eb-af2ec1acc724::all_1_37_9} <Trace> oximeter.fields_u8 (74ab6f56-b776-4e15-89eb-af2ec1acc724): Renaming temporary part tmp_merge_all_1_37_9 to all_1_37_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10892 2024.12.19 22:28:57.113385 [ 192 ] {74ab6f56-b776-4e15-89eb-af2ec1acc724::all_1_37_9} <Trace> oximeter.fields_u8 (74ab6f56-b776-4e15-89eb-af2ec1acc724) (MergerMutator): Merged 5 parts: [all_1_33_8, all_37_37_0] -> all_1_37_9
10893 2024.12.19 22:28:57.113396 [ 278 ] {9561c09a-bc41-46a9-8062-d3f4c3154016} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10894 2024.12.19 22:28:57.113537 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
10895 2024.12.19 22:28:57.113704 [ 278 ] {9561c09a-bc41-46a9-8062-d3f4c3154016} <Debug> executeQuery: Read 395 rows, 28.72 KiB in 0.004969 sec., 79492.85570537331 rows/sec., 5.64 MiB/sec.
10896 2024.12.19 22:28:57.113768 [ 278 ] {9561c09a-bc41-46a9-8062-d3f4c3154016} <Debug> TCPHandler: Processed in 0.005307885 sec.
10897 2024.12.19 22:28:57.113988 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10898 2024.12.19 22:28:57.114211 [ 277 ] {897a4467-3d2c-4655-b98f-26031c51c026} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
10899 2024.12.19 22:28:57.114289 [ 277 ] {897a4467-3d2c-4655-b98f-26031c51c026} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
10900 2024.12.19 22:28:57.114779 [ 277 ] {897a4467-3d2c-4655-b98f-26031c51c026} <Trace> oximeter.measurements_bool (164ca455-e956-4308-a817-eda615c184e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10901 2024.12.19 22:28:57.114818 [ 277 ] {897a4467-3d2c-4655-b98f-26031c51c026} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB.
10902 2024.12.19 22:28:57.115177 [ 277 ] {897a4467-3d2c-4655-b98f-26031c51c026} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
10903 2024.12.19 22:28:57.115415 [ 277 ] {897a4467-3d2c-4655-b98f-26031c51c026} <Trace> oximeter.measurements_bool (164ca455-e956-4308-a817-eda615c184e9): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10904 2024.12.19 22:28:57.115651 [ 277 ] {897a4467-3d2c-4655-b98f-26031c51c026} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001493 sec., 4018.754186202277 rows/sec., 209.96 KiB/sec.
10905 2024.12.19 22:28:57.115766 [ 277 ] {897a4467-3d2c-4655-b98f-26031c51c026} <Debug> TCPHandler: Processed in 0.001883611 sec.
10906 2024.12.19 22:28:57.115928 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10907 2024.12.19 22:28:57.116049 [ 278 ] {5c016261-0180-4f58-b5ae-7ac52d1bb813} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10908 2024.12.19 22:28:57.116104 [ 278 ] {5c016261-0180-4f58-b5ae-7ac52d1bb813} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10909 2024.12.19 22:28:57.116691 [ 278 ] {5c016261-0180-4f58-b5ae-7ac52d1bb813} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10910 2024.12.19 22:28:57.116730 [ 278 ] {5c016261-0180-4f58-b5ae-7ac52d1bb813} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB.
10911 2024.12.19 22:28:57.117142 [ 278 ] {5c016261-0180-4f58-b5ae-7ac52d1bb813} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary)
10912 2024.12.19 22:28:57.117399 [ 278 ] {5c016261-0180-4f58-b5ae-7ac52d1bb813} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10913 2024.12.19 22:28:57.117580 [ 278 ] {5c016261-0180-4f58-b5ae-7ac52d1bb813} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001557 sec., 152215.79961464353 rows/sec., 10.20 MiB/sec.
10914 2024.12.19 22:28:57.117631 [ 278 ] {5c016261-0180-4f58-b5ae-7ac52d1bb813} <Debug> TCPHandler: Processed in 0.001780629 sec.
10915 2024.12.19 22:28:57.117781 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10916 2024.12.19 22:28:57.117897 [ 277 ] {7695a587-b8af-4857-8606-8eea73d31750} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
10917 2024.12.19 22:28:57.117951 [ 277 ] {7695a587-b8af-4857-8606-8eea73d31750} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
10918 2024.12.19 22:28:57.118420 [ 277 ] {7695a587-b8af-4857-8606-8eea73d31750} <Trace> oximeter.measurements_f64 (f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10919 2024.12.19 22:28:57.118458 [ 277 ] {7695a587-b8af-4857-8606-8eea73d31750} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB.
10920 2024.12.19 22:28:57.118802 [ 277 ] {7695a587-b8af-4857-8606-8eea73d31750} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
10921 2024.12.19 22:28:57.119031 [ 277 ] {7695a587-b8af-4857-8606-8eea73d31750} <Trace> oximeter.measurements_f64 (f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10922 2024.12.19 22:28:57.119241 [ 277 ] {7695a587-b8af-4857-8606-8eea73d31750} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001368 sec., 730.9941520467836 rows/sec., 49.26 KiB/sec.
10923 2024.12.19 22:28:57.119290 [ 277 ] {7695a587-b8af-4857-8606-8eea73d31750} <Debug> TCPHandler: Processed in 0.001563574 sec.
10924 2024.12.19 22:28:57.119440 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10925 2024.12.19 22:28:57.119581 [ 278 ] {2865886f-6660-4ab6-ba46-cc5f35a23534} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
10926 2024.12.19 22:28:57.119674 [ 278 ] {2865886f-6660-4ab6-ba46-cc5f35a23534} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
10927 2024.12.19 22:28:57.120870 [ 278 ] {2865886f-6660-4ab6-ba46-cc5f35a23534} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10928 2024.12.19 22:28:57.120908 [ 278 ] {2865886f-6660-4ab6-ba46-cc5f35a23534} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB.
10929 2024.12.19 22:28:57.121532 [ 278 ] {2865886f-6660-4ab6-ba46-cc5f35a23534} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
10930 2024.12.19 22:28:57.121789 [ 278 ] {2865886f-6660-4ab6-ba46-cc5f35a23534} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10931 2024.12.19 22:28:57.121986 [ 278 ] {2865886f-6660-4ab6-ba46-cc5f35a23534} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002437 sec., 5334.427574887157 rows/sec., 9.56 MiB/sec.
10932 2024.12.19 22:28:57.122076 [ 278 ] {2865886f-6660-4ab6-ba46-cc5f35a23534} <Debug> TCPHandler: Processed in 0.002700518 sec.
10933 2024.12.19 22:28:57.122262 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10934 2024.12.19 22:28:57.122483 [ 277 ] {0876b0ce-36e1-4e3c-b007-20f96331f210} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10935 2024.12.19 22:28:57.122577 [ 277 ] {0876b0ce-36e1-4e3c-b007-20f96331f210} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10936 2024.12.19 22:28:57.123363 [ 277 ] {0876b0ce-36e1-4e3c-b007-20f96331f210} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10937 2024.12.19 22:28:57.123401 [ 277 ] {0876b0ce-36e1-4e3c-b007-20f96331f210} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB.
10938 2024.12.19 22:28:57.123765 [ 277 ] {0876b0ce-36e1-4e3c-b007-20f96331f210} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary)
10939 2024.12.19 22:28:57.124003 [ 277 ] {0876b0ce-36e1-4e3c-b007-20f96331f210} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10940 2024.12.19 22:28:57.124207 [ 277 ] {0876b0ce-36e1-4e3c-b007-20f96331f210} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001778 sec., 46119.23509561305 rows/sec., 2.93 MiB/sec.
10941 2024.12.19 22:28:57.124257 [ 277 ] {0876b0ce-36e1-4e3c-b007-20f96331f210} <Debug> TCPHandler: Processed in 0.002086185 sec.
10942 2024.12.19 22:28:57.368460 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 392
10943 2024.12.19 22:28:57.387062 [ 243 ] {} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10944 2024.12.19 22:28:57.387124 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB.
10945 2024.12.19 22:28:57.394097 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
10946 2024.12.19 22:28:57.394859 [ 243 ] {} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10947 2024.12.19 22:28:57.397465 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 392
10948 2024.12.19 22:28:58.000157 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 240.03 MiB, peak 250.74 MiB, free memory in arenas 0.00 B, will set to 238.66 MiB (RSS), difference: -1.38 MiB
10949 2024.12.19 22:29:02.090999 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10950 2024.12.19 22:29:02.091204 [ 277 ] {e4b96a84-642a-4448-b31c-eaa87301cdff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10951 2024.12.19 22:29:02.091275 [ 277 ] {e4b96a84-642a-4448-b31c-eaa87301cdff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10952 2024.12.19 22:29:02.092084 [ 277 ] {e4b96a84-642a-4448-b31c-eaa87301cdff} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10953 2024.12.19 22:29:02.092131 [ 277 ] {e4b96a84-642a-4448-b31c-eaa87301cdff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB.
10954 2024.12.19 22:29:02.092575 [ 277 ] {e4b96a84-642a-4448-b31c-eaa87301cdff} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary)
10955 2024.12.19 22:29:02.092823 [ 277 ] {e4b96a84-642a-4448-b31c-eaa87301cdff} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10956 2024.12.19 22:29:02.093084 [ 277 ] {e4b96a84-642a-4448-b31c-eaa87301cdff} <Debug> executeQuery: Read 110 rows, 9.44 KiB in 0.001931 sec., 56965.30295183843 rows/sec., 4.77 MiB/sec.
10957 2024.12.19 22:29:02.093159 [ 277 ] {e4b96a84-642a-4448-b31c-eaa87301cdff} <Debug> TCPHandler: Processed in 0.00229054 sec.
10958 2024.12.19 22:29:02.093452 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10959 2024.12.19 22:29:02.093671 [ 278 ] {0b7dd4c9-52fb-418d-b0f0-db82d201f075} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
10960 2024.12.19 22:29:02.093751 [ 278 ] {0b7dd4c9-52fb-418d-b0f0-db82d201f075} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10961 2024.12.19 22:29:02.094565 [ 278 ] {0b7dd4c9-52fb-418d-b0f0-db82d201f075} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10962 2024.12.19 22:29:02.094605 [ 278 ] {0b7dd4c9-52fb-418d-b0f0-db82d201f075} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB.
10963 2024.12.19 22:29:02.095045 [ 278 ] {0b7dd4c9-52fb-418d-b0f0-db82d201f075} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
10964 2024.12.19 22:29:02.095294 [ 278 ] {0b7dd4c9-52fb-418d-b0f0-db82d201f075} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10965 2024.12.19 22:29:02.095437 [ 90 ] {} <Debug> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df) (MergerMutator): Selected 6 parts from all_1_65_13 to all_70_70_0
10966 2024.12.19 22:29:02.095483 [ 90 ] {} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10967 2024.12.19 22:29:02.095504 [ 278 ] {0b7dd4c9-52fb-418d-b0f0-db82d201f075} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.00189 sec., 14285.714285714286 rows/sec., 1.05 MiB/sec.
10968 2024.12.19 22:29:02.095507 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB.
10969 2024.12.19 22:29:02.095589 [ 278 ] {0b7dd4c9-52fb-418d-b0f0-db82d201f075} <Debug> TCPHandler: Processed in 0.00230769 sec.
10970 2024.12.19 22:29:02.095666 [ 198 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_70_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_65_13 to all_70_70_0 into Compact with storage Full
10971 2024.12.19 22:29:02.095814 [ 198 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_70_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10972 2024.12.19 22:29:02.095830 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10973 2024.12.19 22:29:02.095857 [ 198 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_65_13, total 65 rows starting from the beginning of the part
10974 2024.12.19 22:29:02.096002 [ 198 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 27 rows starting from the beginning of the part
10975 2024.12.19 22:29:02.096498 [ 198 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 36 rows starting from the beginning of the part
10976 2024.12.19 22:29:02.096532 [ 277 ] {bd52b230-0fc6-4b66-8011-a251da9ad7d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10977 2024.12.19 22:29:02.096737 [ 198 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 27 rows starting from the beginning of the part
10978 2024.12.19 22:29:02.096733 [ 277 ] {bd52b230-0fc6-4b66-8011-a251da9ad7d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10979 2024.12.19 22:29:02.097074 [ 198 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 20 rows starting from the beginning of the part
10980 2024.12.19 22:29:02.097426 [ 198 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 27 rows starting from the beginning of the part
10981 2024.12.19 22:29:02.099286 [ 277 ] {bd52b230-0fc6-4b66-8011-a251da9ad7d6} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10982 2024.12.19 22:29:02.099373 [ 277 ] {bd52b230-0fc6-4b66-8011-a251da9ad7d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB.
10983 2024.12.19 22:29:02.100359 [ 198 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_70_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 202 rows, containing 5 columns (5 merged, 0 gathered) in 0.004765614 sec., 42386.98308339702 rows/sec., 3.19 MiB/sec.
10984 2024.12.19 22:29:02.100407 [ 277 ] {bd52b230-0fc6-4b66-8011-a251da9ad7d6} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary)
10985 2024.12.19 22:29:02.100717 [ 200 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_70_14} <Trace> MergedBlockOutputStream: filled checksums all_1_70_14 (state Temporary)
10986 2024.12.19 22:29:02.100791 [ 277 ] {bd52b230-0fc6-4b66-8011-a251da9ad7d6} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10987 2024.12.19 22:29:02.101290 [ 277 ] {bd52b230-0fc6-4b66-8011-a251da9ad7d6} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.005118 sec., 17780.38296209457 rows/sec., 1.39 MiB/sec.
10988 2024.12.19 22:29:02.101446 [ 277 ] {bd52b230-0fc6-4b66-8011-a251da9ad7d6} <Debug> TCPHandler: Processed in 0.005745155 sec.
10989 2024.12.19 22:29:02.101656 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10990 2024.12.19 22:29:02.101675 [ 200 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_70_14} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Renaming temporary part tmp_merge_all_1_70_14 to all_1_70_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10991 2024.12.19 22:29:02.101826 [ 200 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_70_14} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df) (MergerMutator): Merged 6 parts: [all_1_65_13, all_70_70_0] -> all_1_70_14
10992 2024.12.19 22:29:02.101860 [ 278 ] {ba692504-5518-4582-bb29-8f2accca2de4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10993 2024.12.19 22:29:02.101978 [ 278 ] {ba692504-5518-4582-bb29-8f2accca2de4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10994 2024.12.19 22:29:02.101989 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
10995 2024.12.19 22:29:02.102645 [ 278 ] {ba692504-5518-4582-bb29-8f2accca2de4} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10996 2024.12.19 22:29:02.102687 [ 278 ] {ba692504-5518-4582-bb29-8f2accca2de4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB.
10997 2024.12.19 22:29:02.103090 [ 278 ] {ba692504-5518-4582-bb29-8f2accca2de4} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary)
10998 2024.12.19 22:29:02.103334 [ 278 ] {ba692504-5518-4582-bb29-8f2accca2de4} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10999 2024.12.19 22:29:02.103515 [ 278 ] {ba692504-5518-4582-bb29-8f2accca2de4} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001707 sec., 93731.69302870533 rows/sec., 6.53 MiB/sec.
11000 2024.12.19 22:29:02.103563 [ 278 ] {ba692504-5518-4582-bb29-8f2accca2de4} <Debug> TCPHandler: Processed in 0.002023233 sec.
11001 2024.12.19 22:29:02.103724 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11002 2024.12.19 22:29:02.103867 [ 277 ] {c8f8b067-f76f-458c-8f86-e99c19b1cc92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
11003 2024.12.19 22:29:02.103962 [ 277 ] {c8f8b067-f76f-458c-8f86-e99c19b1cc92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
11004 2024.12.19 22:29:02.105179 [ 277 ] {c8f8b067-f76f-458c-8f86-e99c19b1cc92} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11005 2024.12.19 22:29:02.105219 [ 277 ] {c8f8b067-f76f-458c-8f86-e99c19b1cc92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB.
11006 2024.12.19 22:29:02.105868 [ 277 ] {c8f8b067-f76f-458c-8f86-e99c19b1cc92} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
11007 2024.12.19 22:29:02.106138 [ 277 ] {c8f8b067-f76f-458c-8f86-e99c19b1cc92} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11008 2024.12.19 22:29:02.106384 [ 277 ] {c8f8b067-f76f-458c-8f86-e99c19b1cc92} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002547 sec., 10600.706713780919 rows/sec., 19.00 MiB/sec.
11009 2024.12.19 22:29:02.106477 [ 277 ] {c8f8b067-f76f-458c-8f86-e99c19b1cc92} <Debug> TCPHandler: Processed in 0.002820921 sec.
11010 2024.12.19 22:29:02.106629 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11011 2024.12.19 22:29:02.106768 [ 278 ] {8511bbe3-d096-4705-8b5c-f0faf16f51ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11012 2024.12.19 22:29:02.106828 [ 278 ] {8511bbe3-d096-4705-8b5c-f0faf16f51ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11013 2024.12.19 22:29:02.107399 [ 278 ] {8511bbe3-d096-4705-8b5c-f0faf16f51ba} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11014 2024.12.19 22:29:02.107435 [ 278 ] {8511bbe3-d096-4705-8b5c-f0faf16f51ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB.
11015 2024.12.19 22:29:02.107802 [ 278 ] {8511bbe3-d096-4705-8b5c-f0faf16f51ba} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary)
11016 2024.12.19 22:29:02.108037 [ 278 ] {8511bbe3-d096-4705-8b5c-f0faf16f51ba} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11017 2024.12.19 22:29:02.108212 [ 278 ] {8511bbe3-d096-4705-8b5c-f0faf16f51ba} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001475 sec., 40677.96610169492 rows/sec., 2.74 MiB/sec.
11018 2024.12.19 22:29:02.108260 [ 278 ] {8511bbe3-d096-4705-8b5c-f0faf16f51ba} <Debug> TCPHandler: Processed in 0.001696247 sec.
11019 2024.12.19 22:29:03.221671 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 24339
11020 2024.12.19 22:29:03.222329 [ 244 ] {} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11021 2024.12.19 22:29:03.222366 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB.
11022 2024.12.19 22:29:03.222885 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
11023 2024.12.19 22:29:03.223148 [ 244 ] {} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11024 2024.12.19 22:29:03.223334 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24339
11025 2024.12.19 22:29:04.898533 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 400
11026 2024.12.19 22:29:04.919413 [ 243 ] {} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11027 2024.12.19 22:29:04.919467 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB.
11028 2024.12.19 22:29:04.926847 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
11029 2024.12.19 22:29:04.927640 [ 243 ] {} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11030 2024.12.19 22:29:04.930272 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 400
11031 2024.12.19 22:29:05.837753 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1562
11032 2024.12.19 22:29:05.840859 [ 242 ] {} <Trace> system.query_log (70720294-7ac9-485f-8b0b-2131ff2acf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11033 2024.12.19 22:29:05.840915 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB.
11034 2024.12.19 22:29:05.842394 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
11035 2024.12.19 22:29:05.842701 [ 242 ] {} <Trace> system.query_log (70720294-7ac9-485f-8b0b-2131ff2acf2b): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11036 2024.12.19 22:29:05.844024 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1562
11037 2024.12.19 22:29:07.094809 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11038 2024.12.19 22:29:07.095000 [ 277 ] {478219c5-65d6-435a-b730-0888875bbd58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
11039 2024.12.19 22:29:07.095071 [ 277 ] {478219c5-65d6-435a-b730-0888875bbd58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
11040 2024.12.19 22:29:07.095840 [ 277 ] {478219c5-65d6-435a-b730-0888875bbd58} <Trace> oximeter.fields_i16 (8b34b429-6d62-480d-bd41-33dce3ff3ffb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11041 2024.12.19 22:29:07.095886 [ 277 ] {478219c5-65d6-435a-b730-0888875bbd58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB.
11042 2024.12.19 22:29:07.096333 [ 277 ] {478219c5-65d6-435a-b730-0888875bbd58} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
11043 2024.12.19 22:29:07.096592 [ 277 ] {478219c5-65d6-435a-b730-0888875bbd58} <Trace> oximeter.fields_i16 (8b34b429-6d62-480d-bd41-33dce3ff3ffb): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11044 2024.12.19 22:29:07.096874 [ 277 ] {478219c5-65d6-435a-b730-0888875bbd58} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001919 sec., 7295.4663887441375 rows/sec., 525.18 KiB/sec.
11045 2024.12.19 22:29:07.097021 [ 277 ] {478219c5-65d6-435a-b730-0888875bbd58} <Debug> TCPHandler: Processed in 0.00233599 sec.
11046 2024.12.19 22:29:07.097349 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11047 2024.12.19 22:29:07.097559 [ 278 ] {9a467a01-c2cd-472b-96a4-fd94b601f407} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11048 2024.12.19 22:29:07.097631 [ 278 ] {9a467a01-c2cd-472b-96a4-fd94b601f407} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11049 2024.12.19 22:29:07.098491 [ 278 ] {9a467a01-c2cd-472b-96a4-fd94b601f407} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11050 2024.12.19 22:29:07.098531 [ 278 ] {9a467a01-c2cd-472b-96a4-fd94b601f407} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB.
11051 2024.12.19 22:29:07.098993 [ 278 ] {9a467a01-c2cd-472b-96a4-fd94b601f407} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary)
11052 2024.12.19 22:29:07.099250 [ 278 ] {9a467a01-c2cd-472b-96a4-fd94b601f407} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11053 2024.12.19 22:29:07.099459 [ 278 ] {9a467a01-c2cd-472b-96a4-fd94b601f407} <Debug> executeQuery: Read 229 rows, 20.51 KiB in 0.001951 sec., 117375.70476678626 rows/sec., 10.27 MiB/sec.
11054 2024.12.19 22:29:07.099560 [ 278 ] {9a467a01-c2cd-472b-96a4-fd94b601f407} <Debug> TCPHandler: Processed in 0.002396223 sec.
11055 2024.12.19 22:29:07.099853 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11056 2024.12.19 22:29:07.100205 [ 277 ] {01901c9e-cd6b-43c6-b543-87a9aaab6625} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
11057 2024.12.19 22:29:07.100302 [ 277 ] {01901c9e-cd6b-43c6-b543-87a9aaab6625} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
11058 2024.12.19 22:29:07.101018 [ 277 ] {01901c9e-cd6b-43c6-b543-87a9aaab6625} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11059 2024.12.19 22:29:07.101059 [ 277 ] {01901c9e-cd6b-43c6-b543-87a9aaab6625} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB.
11060 2024.12.19 22:29:07.101427 [ 277 ] {01901c9e-cd6b-43c6-b543-87a9aaab6625} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
11061 2024.12.19 22:29:07.101675 [ 277 ] {01901c9e-cd6b-43c6-b543-87a9aaab6625} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11062 2024.12.19 22:29:07.101919 [ 277 ] {01901c9e-cd6b-43c6-b543-87a9aaab6625} <Debug> executeQuery: Read 20 rows, 1.43 KiB in 0.001784 sec., 11210.762331838565 rows/sec., 803.58 KiB/sec.
11063 2024.12.19 22:29:07.101986 [ 277 ] {01901c9e-cd6b-43c6-b543-87a9aaab6625} <Debug> TCPHandler: Processed in 0.00232169 sec.
11064 2024.12.19 22:29:07.102216 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11065 2024.12.19 22:29:07.102400 [ 278 ] {f9135abc-80f8-4745-904f-c5d67d6d158a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
11066 2024.12.19 22:29:07.102459 [ 278 ] {f9135abc-80f8-4745-904f-c5d67d6d158a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
11067 2024.12.19 22:29:07.103047 [ 278 ] {f9135abc-80f8-4745-904f-c5d67d6d158a} <Trace> oximeter.fields_u32 (96604386-977a-478c-b894-f09eb465191c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11068 2024.12.19 22:29:07.103086 [ 278 ] {f9135abc-80f8-4745-904f-c5d67d6d158a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB.
11069 2024.12.19 22:29:07.103460 [ 278 ] {f9135abc-80f8-4745-904f-c5d67d6d158a} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
11070 2024.12.19 22:29:07.103697 [ 278 ] {f9135abc-80f8-4745-904f-c5d67d6d158a} <Trace> oximeter.fields_u32 (96604386-977a-478c-b894-f09eb465191c): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11071 2024.12.19 22:29:07.103832 [ 82 ] {} <Debug> oximeter.fields_u32 (96604386-977a-478c-b894-f09eb465191c) (MergerMutator): Selected 6 parts from all_1_33_7 to all_38_38_0
11072 2024.12.19 22:29:07.103883 [ 82 ] {} <Trace> oximeter.fields_u32 (96604386-977a-478c-b894-f09eb465191c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11073 2024.12.19 22:29:07.103885 [ 278 ] {f9135abc-80f8-4745-904f-c5d67d6d158a} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001515 sec., 9240.924092409241 rows/sec., 647.17 KiB/sec.
11074 2024.12.19 22:29:07.103911 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB.
11075 2024.12.19 22:29:07.103961 [ 278 ] {f9135abc-80f8-4745-904f-c5d67d6d158a} <Debug> TCPHandler: Processed in 0.00187053 sec.
11076 2024.12.19 22:29:07.104245 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11077 2024.12.19 22:29:07.104276 [ 189 ] {96604386-977a-478c-b894-f09eb465191c::all_1_38_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_33_7 to all_38_38_0 into Compact with storage Full
11078 2024.12.19 22:29:07.104660 [ 277 ] {a4caf1aa-c76a-45a2-8f3e-b99e50ddaaa6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
11079 2024.12.19 22:29:07.104708 [ 189 ] {96604386-977a-478c-b894-f09eb465191c::all_1_38_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11080 2024.12.19 22:29:07.104771 [ 277 ] {a4caf1aa-c76a-45a2-8f3e-b99e50ddaaa6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
11081 2024.12.19 22:29:07.104779 [ 189 ] {96604386-977a-478c-b894-f09eb465191c::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_33_7, total 242 rows starting from the beginning of the part
11082 2024.12.19 22:29:07.105125 [ 189 ] {96604386-977a-478c-b894-f09eb465191c::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 14 rows starting from the beginning of the part
11083 2024.12.19 22:29:07.105414 [ 189 ] {96604386-977a-478c-b894-f09eb465191c::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 14 rows starting from the beginning of the part
11084 2024.12.19 22:29:07.105708 [ 189 ] {96604386-977a-478c-b894-f09eb465191c::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 242 rows starting from the beginning of the part
11085 2024.12.19 22:29:07.106033 [ 189 ] {96604386-977a-478c-b894-f09eb465191c::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 14 rows starting from the beginning of the part
11086 2024.12.19 22:29:07.106317 [ 189 ] {96604386-977a-478c-b894-f09eb465191c::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 14 rows starting from the beginning of the part
11087 2024.12.19 22:29:07.107821 [ 277 ] {a4caf1aa-c76a-45a2-8f3e-b99e50ddaaa6} <Trace> oximeter.fields_u8 (74ab6f56-b776-4e15-89eb-af2ec1acc724): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11088 2024.12.19 22:29:07.107890 [ 277 ] {a4caf1aa-c76a-45a2-8f3e-b99e50ddaaa6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB.
11089 2024.12.19 22:29:07.108916 [ 277 ] {a4caf1aa-c76a-45a2-8f3e-b99e50ddaaa6} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
11090 2024.12.19 22:29:07.109296 [ 200 ] {96604386-977a-478c-b894-f09eb465191c::all_1_38_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 540 rows, containing 5 columns (5 merged, 0 gathered) in 0.005298985 sec., 101906.3084722829 rows/sec., 7.30 MiB/sec.
11091 2024.12.19 22:29:07.109417 [ 277 ] {a4caf1aa-c76a-45a2-8f3e-b99e50ddaaa6} <Trace> oximeter.fields_u8 (74ab6f56-b776-4e15-89eb-af2ec1acc724): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11092 2024.12.19 22:29:07.109617 [ 200 ] {96604386-977a-478c-b894-f09eb465191c::all_1_38_8} <Trace> MergedBlockOutputStream: filled checksums all_1_38_8 (state Temporary)
11093 2024.12.19 22:29:07.109874 [ 277 ] {a4caf1aa-c76a-45a2-8f3e-b99e50ddaaa6} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005393 sec., 2410.5321713332096 rows/sec., 150.30 KiB/sec.
11094 2024.12.19 22:29:07.110031 [ 277 ] {a4caf1aa-c76a-45a2-8f3e-b99e50ddaaa6} <Debug> TCPHandler: Processed in 0.005969339 sec.
11095 2024.12.19 22:29:07.110259 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11096 2024.12.19 22:29:07.110314 [ 198 ] {96604386-977a-478c-b894-f09eb465191c::all_1_38_8} <Trace> oximeter.fields_u32 (96604386-977a-478c-b894-f09eb465191c): Renaming temporary part tmp_merge_all_1_38_8 to all_1_38_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11097 2024.12.19 22:29:07.110438 [ 278 ] {248e0183-9efc-49d0-8df2-86d63cab2608} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11098 2024.12.19 22:29:07.110454 [ 198 ] {96604386-977a-478c-b894-f09eb465191c::all_1_38_8} <Trace> oximeter.fields_u32 (96604386-977a-478c-b894-f09eb465191c) (MergerMutator): Merged 6 parts: [all_1_33_7, all_38_38_0] -> all_1_38_8
11099 2024.12.19 22:29:07.110505 [ 278 ] {248e0183-9efc-49d0-8df2-86d63cab2608} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11100 2024.12.19 22:29:07.110573 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB.
11101 2024.12.19 22:29:07.111255 [ 278 ] {248e0183-9efc-49d0-8df2-86d63cab2608} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11102 2024.12.19 22:29:07.111294 [ 278 ] {248e0183-9efc-49d0-8df2-86d63cab2608} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB.
11103 2024.12.19 22:29:07.111680 [ 278 ] {248e0183-9efc-49d0-8df2-86d63cab2608} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary)
11104 2024.12.19 22:29:07.111922 [ 278 ] {248e0183-9efc-49d0-8df2-86d63cab2608} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11105 2024.12.19 22:29:07.112102 [ 278 ] {248e0183-9efc-49d0-8df2-86d63cab2608} <Debug> executeQuery: Read 395 rows, 28.72 KiB in 0.001704 sec., 231807.5117370892 rows/sec., 16.46 MiB/sec.
11106 2024.12.19 22:29:07.112152 [ 278 ] {248e0183-9efc-49d0-8df2-86d63cab2608} <Debug> TCPHandler: Processed in 0.002006184 sec.
11107 2024.12.19 22:29:07.112297 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11108 2024.12.19 22:29:07.112415 [ 277 ] {3752c1e7-ebb1-4db2-bd9e-0d07e2a340d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
11109 2024.12.19 22:29:07.112466 [ 277 ] {3752c1e7-ebb1-4db2-bd9e-0d07e2a340d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
11110 2024.12.19 22:29:07.113300 [ 277 ] {3752c1e7-ebb1-4db2-bd9e-0d07e2a340d8} <Trace> oximeter.measurements_bool (164ca455-e956-4308-a817-eda615c184e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11111 2024.12.19 22:29:07.113375 [ 277 ] {3752c1e7-ebb1-4db2-bd9e-0d07e2a340d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB.
11112 2024.12.19 22:29:07.113835 [ 277 ] {3752c1e7-ebb1-4db2-bd9e-0d07e2a340d8} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
11113 2024.12.19 22:29:07.114080 [ 277 ] {3752c1e7-ebb1-4db2-bd9e-0d07e2a340d8} <Trace> oximeter.measurements_bool (164ca455-e956-4308-a817-eda615c184e9): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11114 2024.12.19 22:29:07.114264 [ 82 ] {} <Debug> oximeter.measurements_bool (164ca455-e956-4308-a817-eda615c184e9) (MergerMutator): Selected 6 parts from all_1_33_7 to all_38_38_0
11115 2024.12.19 22:29:07.114323 [ 82 ] {} <Trace> oximeter.measurements_bool (164ca455-e956-4308-a817-eda615c184e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11116 2024.12.19 22:29:07.114339 [ 277 ] {3752c1e7-ebb1-4db2-bd9e-0d07e2a340d8} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001937 sec., 3097.573567372225 rows/sec., 161.84 KiB/sec.
11117 2024.12.19 22:29:07.114361 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB.
11118 2024.12.19 22:29:07.114503 [ 277 ] {3752c1e7-ebb1-4db2-bd9e-0d07e2a340d8} <Debug> TCPHandler: Processed in 0.002255339 sec.
11119 2024.12.19 22:29:07.114781 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11120 2024.12.19 22:29:07.114923 [ 193 ] {164ca455-e956-4308-a817-eda615c184e9::all_1_38_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_33_7 to all_38_38_0 into Compact with storage Full
11121 2024.12.19 22:29:07.115249 [ 278 ] {0b271624-c765-41fe-a3c7-2cf62089472f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11122 2024.12.19 22:29:07.115541 [ 278 ] {0b271624-c765-41fe-a3c7-2cf62089472f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11123 2024.12.19 22:29:07.115723 [ 193 ] {164ca455-e956-4308-a817-eda615c184e9::all_1_38_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11124 2024.12.19 22:29:07.115857 [ 193 ] {164ca455-e956-4308-a817-eda615c184e9::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_33_7, total 198 rows starting from the beginning of the part
11125 2024.12.19 22:29:07.116236 [ 193 ] {164ca455-e956-4308-a817-eda615c184e9::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 6 rows starting from the beginning of the part
11126 2024.12.19 22:29:07.116595 [ 193 ] {164ca455-e956-4308-a817-eda615c184e9::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 6 rows starting from the beginning of the part
11127 2024.12.19 22:29:07.116924 [ 193 ] {164ca455-e956-4308-a817-eda615c184e9::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 6 rows starting from the beginning of the part
11128 2024.12.19 22:29:07.117223 [ 193 ] {164ca455-e956-4308-a817-eda615c184e9::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 6 rows starting from the beginning of the part
11129 2024.12.19 22:29:07.117443 [ 193 ] {164ca455-e956-4308-a817-eda615c184e9::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 6 rows starting from the beginning of the part
11130 2024.12.19 22:29:07.118340 [ 278 ] {0b271624-c765-41fe-a3c7-2cf62089472f} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11131 2024.12.19 22:29:07.118399 [ 278 ] {0b271624-c765-41fe-a3c7-2cf62089472f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB.
11132 2024.12.19 22:29:07.119494 [ 278 ] {0b271624-c765-41fe-a3c7-2cf62089472f} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary)
11133 2024.12.19 22:29:07.119747 [ 198 ] {164ca455-e956-4308-a817-eda615c184e9::all_1_38_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 228 rows, containing 4 columns (4 merged, 0 gathered) in 0.005255594 sec., 43382.34650545685 rows/sec., 2.21 MiB/sec.
11134 2024.12.19 22:29:07.119908 [ 193 ] {164ca455-e956-4308-a817-eda615c184e9::all_1_38_8} <Trace> MergedBlockOutputStream: filled checksums all_1_38_8 (state Temporary)
11135 2024.12.19 22:29:07.119992 [ 278 ] {0b271624-c765-41fe-a3c7-2cf62089472f} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11136 2024.12.19 22:29:07.120424 [ 278 ] {0b271624-c765-41fe-a3c7-2cf62089472f} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005364 sec., 44183.4451901566 rows/sec., 2.96 MiB/sec.
11137 2024.12.19 22:29:07.120474 [ 193 ] {164ca455-e956-4308-a817-eda615c184e9::all_1_38_8} <Trace> oximeter.measurements_bool (164ca455-e956-4308-a817-eda615c184e9): Renaming temporary part tmp_merge_all_1_38_8 to all_1_38_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11138 2024.12.19 22:29:07.120595 [ 278 ] {0b271624-c765-41fe-a3c7-2cf62089472f} <Debug> TCPHandler: Processed in 0.00594433 sec.
11139 2024.12.19 22:29:07.120681 [ 193 ] {164ca455-e956-4308-a817-eda615c184e9::all_1_38_8} <Trace> oximeter.measurements_bool (164ca455-e956-4308-a817-eda615c184e9) (MergerMutator): Merged 6 parts: [all_1_33_7, all_38_38_0] -> all_1_38_8
11140 2024.12.19 22:29:07.120816 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11141 2024.12.19 22:29:07.120829 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
11142 2024.12.19 22:29:07.120973 [ 277 ] {13d9d7f2-5916-4128-b1d0-df280e7c2222} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
11143 2024.12.19 22:29:07.121035 [ 277 ] {13d9d7f2-5916-4128-b1d0-df280e7c2222} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
11144 2024.12.19 22:29:07.121574 [ 277 ] {13d9d7f2-5916-4128-b1d0-df280e7c2222} <Trace> oximeter.measurements_f64 (f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11145 2024.12.19 22:29:07.121612 [ 277 ] {13d9d7f2-5916-4128-b1d0-df280e7c2222} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB.
11146 2024.12.19 22:29:07.121970 [ 277 ] {13d9d7f2-5916-4128-b1d0-df280e7c2222} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
11147 2024.12.19 22:29:07.122205 [ 277 ] {13d9d7f2-5916-4128-b1d0-df280e7c2222} <Trace> oximeter.measurements_f64 (f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11148 2024.12.19 22:29:07.122464 [ 277 ] {13d9d7f2-5916-4128-b1d0-df280e7c2222} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001513 sec., 660.9385327164574 rows/sec., 44.54 KiB/sec.
11149 2024.12.19 22:29:07.122656 [ 277 ] {13d9d7f2-5916-4128-b1d0-df280e7c2222} <Debug> TCPHandler: Processed in 0.001932922 sec.
11150 2024.12.19 22:29:07.122884 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11151 2024.12.19 22:29:07.123033 [ 278 ] {f84f6533-55d7-45a3-a17c-94729778c70d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
11152 2024.12.19 22:29:07.123127 [ 278 ] {f84f6533-55d7-45a3-a17c-94729778c70d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
11153 2024.12.19 22:29:07.124284 [ 278 ] {f84f6533-55d7-45a3-a17c-94729778c70d} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11154 2024.12.19 22:29:07.124324 [ 278 ] {f84f6533-55d7-45a3-a17c-94729778c70d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB.
11155 2024.12.19 22:29:07.124943 [ 278 ] {f84f6533-55d7-45a3-a17c-94729778c70d} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
11156 2024.12.19 22:29:07.125197 [ 278 ] {f84f6533-55d7-45a3-a17c-94729778c70d} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11157 2024.12.19 22:29:07.125337 [ 82 ] {} <Debug> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
11158 2024.12.19 22:29:07.125381 [ 82 ] {} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11159 2024.12.19 22:29:07.125407 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB.
11160 2024.12.19 22:29:07.125416 [ 278 ] {f84f6533-55d7-45a3-a17c-94729778c70d} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.00241 sec., 5394.190871369295 rows/sec., 9.67 MiB/sec.
11161 2024.12.19 22:29:07.125702 [ 201 ] {cbc455e9-47de-4677-931e-ce7496b93cef::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
11162 2024.12.19 22:29:07.125985 [ 278 ] {f84f6533-55d7-45a3-a17c-94729778c70d} <Debug> TCPHandler: Processed in 0.0032214 sec.
11163 2024.12.19 22:29:07.126423 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11164 2024.12.19 22:29:07.126936 [ 277 ] {d4970e10-3b45-4a93-98bf-6820c8bf5a1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11165 2024.12.19 22:29:07.127203 [ 277 ] {d4970e10-3b45-4a93-98bf-6820c8bf5a1e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11166 2024.12.19 22:29:07.127466 [ 201 ] {cbc455e9-47de-4677-931e-ce7496b93cef::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11167 2024.12.19 22:29:07.127728 [ 201 ] {cbc455e9-47de-4677-931e-ce7496b93cef::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1247 rows starting from the beginning of the part
11168 2024.12.19 22:29:07.128465 [ 201 ] {cbc455e9-47de-4677-931e-ce7496b93cef::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 13 rows starting from the beginning of the part
11169 2024.12.19 22:29:07.129264 [ 201 ] {cbc455e9-47de-4677-931e-ce7496b93cef::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
11170 2024.12.19 22:29:07.129332 [ 277 ] {d4970e10-3b45-4a93-98bf-6820c8bf5a1e} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11171 2024.12.19 22:29:07.129411 [ 277 ] {d4970e10-3b45-4a93-98bf-6820c8bf5a1e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB.
11172 2024.12.19 22:29:07.129731 [ 201 ] {cbc455e9-47de-4677-931e-ce7496b93cef::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 13 rows starting from the beginning of the part
11173 2024.12.19 22:29:07.130319 [ 201 ] {cbc455e9-47de-4677-931e-ce7496b93cef::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
11174 2024.12.19 22:29:07.130812 [ 201 ] {cbc455e9-47de-4677-931e-ce7496b93cef::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 13 rows starting from the beginning of the part
11175 2024.12.19 22:29:07.131670 [ 277 ] {d4970e10-3b45-4a93-98bf-6820c8bf5a1e} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary)
11176 2024.12.19 22:29:07.132220 [ 277 ] {d4970e10-3b45-4a93-98bf-6820c8bf5a1e} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11177 2024.12.19 22:29:07.132732 [ 277 ] {d4970e10-3b45-4a93-98bf-6820c8bf5a1e} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005954 sec., 13772.253946926436 rows/sec., 895.70 KiB/sec.
11178 2024.12.19 22:29:07.132819 [ 277 ] {d4970e10-3b45-4a93-98bf-6820c8bf5a1e} <Debug> TCPHandler: Processed in 0.006694056 sec.
11179 2024.12.19 22:29:07.139199 [ 186 ] {cbc455e9-47de-4677-931e-ce7496b93cef::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1340 rows, containing 19 columns (19 merged, 0 gathered) in 0.013727379 sec., 97615.13833048538 rows/sec., 174.92 MiB/sec.
11180 2024.12.19 22:29:07.140810 [ 186 ] {cbc455e9-47de-4677-931e-ce7496b93cef::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
11181 2024.12.19 22:29:07.141187 [ 186 ] {cbc455e9-47de-4677-931e-ce7496b93cef::all_1_71_14} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11182 2024.12.19 22:29:07.141262 [ 186 ] {cbc455e9-47de-4677-931e-ce7496b93cef::all_1_71_14} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
11183 2024.12.19 22:29:07.141356 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.63 MiB.
11184 2024.12.19 22:29:08.000160 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 239.53 MiB, peak 251.10 MiB, free memory in arenas 0.00 B, will set to 243.01 MiB (RSS), difference: 3.48 MiB
11185 2024.12.19 22:29:10.529430 [ 74 ] {} <Debug> DNSResolver: Updating DNS cache
11186 2024.12.19 22:29:10.529505 [ 74 ] {} <Debug> DNSResolver: Updated DNS cache
11187 2024.12.19 22:29:10.724433 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 24766
11188 2024.12.19 22:29:10.725087 [ 244 ] {} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11189 2024.12.19 22:29:10.725135 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB.
11190 2024.12.19 22:29:10.725665 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
11191 2024.12.19 22:29:10.725932 [ 244 ] {} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11192 2024.12.19 22:29:10.726186 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24766
11193 2024.12.19 22:29:12.089787 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11194 2024.12.19 22:29:12.090011 [ 277 ] {8a910896-010b-4b6c-9b8b-886834f75b04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11195 2024.12.19 22:29:12.090093 [ 277 ] {8a910896-010b-4b6c-9b8b-886834f75b04} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11196 2024.12.19 22:29:12.090949 [ 277 ] {8a910896-010b-4b6c-9b8b-886834f75b04} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11197 2024.12.19 22:29:12.091001 [ 277 ] {8a910896-010b-4b6c-9b8b-886834f75b04} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB.
11198 2024.12.19 22:29:12.091452 [ 277 ] {8a910896-010b-4b6c-9b8b-886834f75b04} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary)
11199 2024.12.19 22:29:12.091701 [ 277 ] {8a910896-010b-4b6c-9b8b-886834f75b04} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11200 2024.12.19 22:29:12.091948 [ 277 ] {8a910896-010b-4b6c-9b8b-886834f75b04} <Debug> executeQuery: Read 110 rows, 9.44 KiB in 0.001997 sec., 55082.62393590385 rows/sec., 4.62 MiB/sec.
11201 2024.12.19 22:29:12.092008 [ 277 ] {8a910896-010b-4b6c-9b8b-886834f75b04} <Debug> TCPHandler: Processed in 0.002364592 sec.
11202 2024.12.19 22:29:12.092254 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11203 2024.12.19 22:29:12.092462 [ 278 ] {e9488bb9-da20-4a19-ad0e-e8ef4c191e75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
11204 2024.12.19 22:29:12.092540 [ 278 ] {e9488bb9-da20-4a19-ad0e-e8ef4c191e75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
11205 2024.12.19 22:29:12.093315 [ 278 ] {e9488bb9-da20-4a19-ad0e-e8ef4c191e75} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11206 2024.12.19 22:29:12.093375 [ 278 ] {e9488bb9-da20-4a19-ad0e-e8ef4c191e75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB.
11207 2024.12.19 22:29:12.093838 [ 278 ] {e9488bb9-da20-4a19-ad0e-e8ef4c191e75} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
11208 2024.12.19 22:29:12.094099 [ 278 ] {e9488bb9-da20-4a19-ad0e-e8ef4c191e75} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11209 2024.12.19 22:29:12.094354 [ 278 ] {e9488bb9-da20-4a19-ad0e-e8ef4c191e75} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.001945 sec., 13881.748071979435 rows/sec., 1.02 MiB/sec.
11210 2024.12.19 22:29:12.094423 [ 278 ] {e9488bb9-da20-4a19-ad0e-e8ef4c191e75} <Debug> TCPHandler: Processed in 0.00230409 sec.
11211 2024.12.19 22:29:12.094571 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11212 2024.12.19 22:29:12.094712 [ 277 ] {ff85d86a-b933-4693-a95b-e298a73081fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11213 2024.12.19 22:29:12.094770 [ 277 ] {ff85d86a-b933-4693-a95b-e298a73081fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11214 2024.12.19 22:29:12.095505 [ 277 ] {ff85d86a-b933-4693-a95b-e298a73081fb} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11215 2024.12.19 22:29:12.095552 [ 277 ] {ff85d86a-b933-4693-a95b-e298a73081fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB.
11216 2024.12.19 22:29:12.095938 [ 277 ] {ff85d86a-b933-4693-a95b-e298a73081fb} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary)
11217 2024.12.19 22:29:12.096170 [ 277 ] {ff85d86a-b933-4693-a95b-e298a73081fb} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11218 2024.12.19 22:29:12.096387 [ 277 ] {ff85d86a-b933-4693-a95b-e298a73081fb} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001706 sec., 53341.1488862837 rows/sec., 4.17 MiB/sec.
11219 2024.12.19 22:29:12.096440 [ 277 ] {ff85d86a-b933-4693-a95b-e298a73081fb} <Debug> TCPHandler: Processed in 0.001935542 sec.
11220 2024.12.19 22:29:12.096584 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11221 2024.12.19 22:29:12.096725 [ 278 ] {1c7bfa47-ccd5-4b65-97bb-a8cafc693c27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11222 2024.12.19 22:29:12.096793 [ 278 ] {1c7bfa47-ccd5-4b65-97bb-a8cafc693c27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11223 2024.12.19 22:29:12.097512 [ 278 ] {1c7bfa47-ccd5-4b65-97bb-a8cafc693c27} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11224 2024.12.19 22:29:12.097564 [ 278 ] {1c7bfa47-ccd5-4b65-97bb-a8cafc693c27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB.
11225 2024.12.19 22:29:12.097989 [ 278 ] {1c7bfa47-ccd5-4b65-97bb-a8cafc693c27} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary)
11226 2024.12.19 22:29:12.098238 [ 278 ] {1c7bfa47-ccd5-4b65-97bb-a8cafc693c27} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11227 2024.12.19 22:29:12.098464 [ 278 ] {1c7bfa47-ccd5-4b65-97bb-a8cafc693c27} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001775 sec., 90140.84507042253 rows/sec., 6.28 MiB/sec.
11228 2024.12.19 22:29:12.098527 [ 278 ] {1c7bfa47-ccd5-4b65-97bb-a8cafc693c27} <Debug> TCPHandler: Processed in 0.001999254 sec.
11229 2024.12.19 22:29:12.098688 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11230 2024.12.19 22:29:12.098827 [ 277 ] {e8f8e5be-8b15-4a0d-a245-7e0b848a8fce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
11231 2024.12.19 22:29:12.098929 [ 277 ] {e8f8e5be-8b15-4a0d-a245-7e0b848a8fce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
11232 2024.12.19 22:29:12.100249 [ 277 ] {e8f8e5be-8b15-4a0d-a245-7e0b848a8fce} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11233 2024.12.19 22:29:12.100290 [ 277 ] {e8f8e5be-8b15-4a0d-a245-7e0b848a8fce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB.
11234 2024.12.19 22:29:12.100931 [ 277 ] {e8f8e5be-8b15-4a0d-a245-7e0b848a8fce} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
11235 2024.12.19 22:29:12.101197 [ 277 ] {e8f8e5be-8b15-4a0d-a245-7e0b848a8fce} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11236 2024.12.19 22:29:12.101485 [ 277 ] {e8f8e5be-8b15-4a0d-a245-7e0b848a8fce} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002688 sec., 10044.642857142857 rows/sec., 18.00 MiB/sec.
11237 2024.12.19 22:29:12.101645 [ 277 ] {e8f8e5be-8b15-4a0d-a245-7e0b848a8fce} <Debug> TCPHandler: Processed in 0.003017635 sec.
11238 2024.12.19 22:29:12.101924 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11239 2024.12.19 22:29:12.102219 [ 278 ] {3e2902e2-9e23-4076-8cac-67b793736b26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11240 2024.12.19 22:29:12.102291 [ 278 ] {3e2902e2-9e23-4076-8cac-67b793736b26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11241 2024.12.19 22:29:12.102844 [ 278 ] {3e2902e2-9e23-4076-8cac-67b793736b26} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11242 2024.12.19 22:29:12.102889 [ 278 ] {3e2902e2-9e23-4076-8cac-67b793736b26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB.
11243 2024.12.19 22:29:12.103273 [ 278 ] {3e2902e2-9e23-4076-8cac-67b793736b26} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary)
11244 2024.12.19 22:29:12.103522 [ 278 ] {3e2902e2-9e23-4076-8cac-67b793736b26} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11245 2024.12.19 22:29:12.103755 [ 278 ] {3e2902e2-9e23-4076-8cac-67b793736b26} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001632 sec., 36764.705882352944 rows/sec., 2.48 MiB/sec.
11246 2024.12.19 22:29:12.103805 [ 278 ] {3e2902e2-9e23-4076-8cac-67b793736b26} <Debug> TCPHandler: Processed in 0.002045644 sec.
11247 2024.12.19 22:29:12.431309 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 407
11248 2024.12.19 22:29:12.451911 [ 243 ] {} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11249 2024.12.19 22:29:12.451974 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB.
11250 2024.12.19 22:29:12.459374 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
11251 2024.12.19 22:29:12.460147 [ 243 ] {} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11252 2024.12.19 22:29:12.462821 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 407
11253 2024.12.19 22:29:12.755795 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11254 2024.12.19 22:29:12.756012 [ 277 ] {95d081ee-0edb-4902-a499-b787d07fe573} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
11255 2024.12.19 22:29:12.756095 [ 277 ] {95d081ee-0edb-4902-a499-b787d07fe573} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
11256 2024.12.19 22:29:12.756915 [ 277 ] {95d081ee-0edb-4902-a499-b787d07fe573} <Trace> oximeter.fields_i16 (8b34b429-6d62-480d-bd41-33dce3ff3ffb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11257 2024.12.19 22:29:12.756969 [ 277 ] {95d081ee-0edb-4902-a499-b787d07fe573} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB.
11258 2024.12.19 22:29:12.757411 [ 277 ] {95d081ee-0edb-4902-a499-b787d07fe573} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
11259 2024.12.19 22:29:12.757667 [ 277 ] {95d081ee-0edb-4902-a499-b787d07fe573} <Trace> oximeter.fields_i16 (8b34b429-6d62-480d-bd41-33dce3ff3ffb): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11260 2024.12.19 22:29:12.757922 [ 277 ] {95d081ee-0edb-4902-a499-b787d07fe573} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001968 sec., 7113.821138211381 rows/sec., 512.10 KiB/sec.
11261 2024.12.19 22:29:12.757980 [ 277 ] {95d081ee-0edb-4902-a499-b787d07fe573} <Debug> TCPHandler: Processed in 0.00232843 sec.
11262 2024.12.19 22:29:12.758239 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11263 2024.12.19 22:29:12.758456 [ 278 ] {08a5020d-6d8a-42bc-b3a8-7157a7e55f27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11264 2024.12.19 22:29:12.758538 [ 278 ] {08a5020d-6d8a-42bc-b3a8-7157a7e55f27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11265 2024.12.19 22:29:12.760013 [ 278 ] {08a5020d-6d8a-42bc-b3a8-7157a7e55f27} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11266 2024.12.19 22:29:12.760065 [ 278 ] {08a5020d-6d8a-42bc-b3a8-7157a7e55f27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB.
11267 2024.12.19 22:29:12.760585 [ 278 ] {08a5020d-6d8a-42bc-b3a8-7157a7e55f27} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary)
11268 2024.12.19 22:29:12.760862 [ 278 ] {08a5020d-6d8a-42bc-b3a8-7157a7e55f27} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11269 2024.12.19 22:29:12.761068 [ 73 ] {} <Debug> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0
11270 2024.12.19 22:29:12.761144 [ 278 ] {08a5020d-6d8a-42bc-b3a8-7157a7e55f27} <Debug> executeQuery: Read 1369 rows, 116.63 KiB in 0.002746 sec., 498543.33576110704 rows/sec., 41.48 MiB/sec.
11271 2024.12.19 22:29:12.761169 [ 73 ] {} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11272 2024.12.19 22:29:12.761235 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB.
11273 2024.12.19 22:29:12.761275 [ 278 ] {08a5020d-6d8a-42bc-b3a8-7157a7e55f27} <Debug> TCPHandler: Processed in 0.003175439 sec.
11274 2024.12.19 22:29:12.761539 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11275 2024.12.19 22:29:12.761583 [ 194 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::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
11276 2024.12.19 22:29:12.761930 [ 277 ] {4a3a3eb6-4e61-4e3a-918d-95ae233b853a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
11277 2024.12.19 22:29:12.762140 [ 277 ] {4a3a3eb6-4e61-4e3a-918d-95ae233b853a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
11278 2024.12.19 22:29:12.762254 [ 194 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11279 2024.12.19 22:29:12.762471 [ 194 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 1432 rows starting from the beginning of the part
11280 2024.12.19 22:29:12.762960 [ 194 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 229 rows starting from the beginning of the part
11281 2024.12.19 22:29:12.763401 [ 194 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 110 rows starting from the beginning of the part
11282 2024.12.19 22:29:12.763929 [ 194 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 229 rows starting from the beginning of the part
11283 2024.12.19 22:29:12.764362 [ 194 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 110 rows starting from the beginning of the part
11284 2024.12.19 22:29:12.764791 [ 194 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 1369 rows starting from the beginning of the part
11285 2024.12.19 22:29:12.766193 [ 277 ] {4a3a3eb6-4e61-4e3a-918d-95ae233b853a} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11286 2024.12.19 22:29:12.766260 [ 277 ] {4a3a3eb6-4e61-4e3a-918d-95ae233b853a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB.
11287 2024.12.19 22:29:12.767266 [ 277 ] {4a3a3eb6-4e61-4e3a-918d-95ae233b853a} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
11288 2024.12.19 22:29:12.767620 [ 277 ] {4a3a3eb6-4e61-4e3a-918d-95ae233b853a} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11289 2024.12.19 22:29:12.767938 [ 277 ] {4a3a3eb6-4e61-4e3a-918d-95ae233b853a} <Debug> executeQuery: Read 20 rows, 1.43 KiB in 0.00615 sec., 3252.032520325203 rows/sec., 233.10 KiB/sec.
11290 2024.12.19 22:29:12.768300 [ 277 ] {4a3a3eb6-4e61-4e3a-918d-95ae233b853a} <Debug> TCPHandler: Processed in 0.00691386 sec.
11291 2024.12.19 22:29:12.768661 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11292 2024.12.19 22:29:12.768910 [ 194 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3479 rows, containing 5 columns (5 merged, 0 gathered) in 0.007566415 sec., 459795.0284249542 rows/sec., 40.33 MiB/sec.
11293 2024.12.19 22:29:12.768999 [ 278 ] {c94dc2f5-a251-4f6c-9ec0-c9fedb49cc4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
11294 2024.12.19 22:29:12.769096 [ 278 ] {c94dc2f5-a251-4f6c-9ec0-c9fedb49cc4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
11295 2024.12.19 22:29:12.769171 [ 194 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary)
11296 2024.12.19 22:29:12.769529 [ 194 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_91_18} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11297 2024.12.19 22:29:12.769632 [ 194 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_91_18} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18
11298 2024.12.19 22:29:12.769711 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.82 MiB.
11299 2024.12.19 22:29:12.769959 [ 278 ] {c94dc2f5-a251-4f6c-9ec0-c9fedb49cc4c} <Trace> oximeter.fields_u32 (96604386-977a-478c-b894-f09eb465191c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11300 2024.12.19 22:29:12.769999 [ 278 ] {c94dc2f5-a251-4f6c-9ec0-c9fedb49cc4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB.
11301 2024.12.19 22:29:12.770356 [ 278 ] {c94dc2f5-a251-4f6c-9ec0-c9fedb49cc4c} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
11302 2024.12.19 22:29:12.770595 [ 278 ] {c94dc2f5-a251-4f6c-9ec0-c9fedb49cc4c} <Trace> oximeter.fields_u32 (96604386-977a-478c-b894-f09eb465191c): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11303 2024.12.19 22:29:12.770843 [ 278 ] {c94dc2f5-a251-4f6c-9ec0-c9fedb49cc4c} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.00192 sec., 126041.66666666666 rows/sec., 8.54 MiB/sec.
11304 2024.12.19 22:29:12.771042 [ 278 ] {c94dc2f5-a251-4f6c-9ec0-c9fedb49cc4c} <Debug> TCPHandler: Processed in 0.002594596 sec.
11305 2024.12.19 22:29:12.771269 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11306 2024.12.19 22:29:12.771411 [ 277 ] {34cd49f0-03d1-4ad7-9363-2c1bbab2632c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
11307 2024.12.19 22:29:12.771469 [ 277 ] {34cd49f0-03d1-4ad7-9363-2c1bbab2632c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
11308 2024.12.19 22:29:12.772071 [ 277 ] {34cd49f0-03d1-4ad7-9363-2c1bbab2632c} <Trace> oximeter.fields_u8 (74ab6f56-b776-4e15-89eb-af2ec1acc724): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11309 2024.12.19 22:29:12.772109 [ 277 ] {34cd49f0-03d1-4ad7-9363-2c1bbab2632c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB.
11310 2024.12.19 22:29:12.772470 [ 277 ] {34cd49f0-03d1-4ad7-9363-2c1bbab2632c} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
11311 2024.12.19 22:29:12.772712 [ 277 ] {34cd49f0-03d1-4ad7-9363-2c1bbab2632c} <Trace> oximeter.fields_u8 (74ab6f56-b776-4e15-89eb-af2ec1acc724): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11312 2024.12.19 22:29:12.772968 [ 277 ] {34cd49f0-03d1-4ad7-9363-2c1bbab2632c} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001582 sec., 8217.446270543614 rows/sec., 512.36 KiB/sec.
11313 2024.12.19 22:29:12.773163 [ 277 ] {34cd49f0-03d1-4ad7-9363-2c1bbab2632c} <Debug> TCPHandler: Processed in 0.001997474 sec.
11314 2024.12.19 22:29:12.773374 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11315 2024.12.19 22:29:12.773514 [ 278 ] {976348d4-deba-46c0-8d1b-31a89e936d04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11316 2024.12.19 22:29:12.773569 [ 278 ] {976348d4-deba-46c0-8d1b-31a89e936d04} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11317 2024.12.19 22:29:12.774428 [ 278 ] {976348d4-deba-46c0-8d1b-31a89e936d04} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11318 2024.12.19 22:29:12.774467 [ 278 ] {976348d4-deba-46c0-8d1b-31a89e936d04} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB.
11319 2024.12.19 22:29:12.774850 [ 278 ] {976348d4-deba-46c0-8d1b-31a89e936d04} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary)
11320 2024.12.19 22:29:12.775090 [ 278 ] {976348d4-deba-46c0-8d1b-31a89e936d04} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11321 2024.12.19 22:29:12.775252 [ 73 ] {} <Debug> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0
11322 2024.12.19 22:29:12.775303 [ 73 ] {} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11323 2024.12.19 22:29:12.775319 [ 278 ] {976348d4-deba-46c0-8d1b-31a89e936d04} <Debug> executeQuery: Read 851 rows, 63.01 KiB in 0.001826 sec., 466046.00219058053 rows/sec., 33.70 MiB/sec.
11324 2024.12.19 22:29:12.775334 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB.
11325 2024.12.19 22:29:12.775506 [ 278 ] {976348d4-deba-46c0-8d1b-31a89e936d04} <Debug> TCPHandler: Processed in 0.002233319 sec.
11326 2024.12.19 22:29:12.775726 [ 195 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::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
11327 2024.12.19 22:29:12.775735 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11328 2024.12.19 22:29:12.776086 [ 277 ] {84abb65f-e360-43b7-b217-ea1036dae7f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
11329 2024.12.19 22:29:12.776187 [ 195 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11330 2024.12.19 22:29:12.776289 [ 277 ] {84abb65f-e360-43b7-b217-ea1036dae7f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
11331 2024.12.19 22:29:12.776323 [ 195 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 914 rows starting from the beginning of the part
11332 2024.12.19 22:29:12.777052 [ 195 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 395 rows starting from the beginning of the part
11333 2024.12.19 22:29:12.777703 [ 195 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 91 rows starting from the beginning of the part
11334 2024.12.19 22:29:12.778251 [ 195 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 395 rows starting from the beginning of the part
11335 2024.12.19 22:29:12.778505 [ 195 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 91 rows starting from the beginning of the part
11336 2024.12.19 22:29:12.778772 [ 195 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 851 rows starting from the beginning of the part
11337 2024.12.19 22:29:12.779468 [ 277 ] {84abb65f-e360-43b7-b217-ea1036dae7f0} <Trace> oximeter.measurements_bool (164ca455-e956-4308-a817-eda615c184e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11338 2024.12.19 22:29:12.779513 [ 277 ] {84abb65f-e360-43b7-b217-ea1036dae7f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB.
11339 2024.12.19 22:29:12.780033 [ 277 ] {84abb65f-e360-43b7-b217-ea1036dae7f0} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
11340 2024.12.19 22:29:12.780354 [ 277 ] {84abb65f-e360-43b7-b217-ea1036dae7f0} <Trace> oximeter.measurements_bool (164ca455-e956-4308-a817-eda615c184e9): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11341 2024.12.19 22:29:12.780652 [ 277 ] {84abb65f-e360-43b7-b217-ea1036dae7f0} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004712 sec., 1273.3446519524618 rows/sec., 66.53 KiB/sec.
11342 2024.12.19 22:29:12.780906 [ 277 ] {84abb65f-e360-43b7-b217-ea1036dae7f0} <Debug> TCPHandler: Processed in 0.005264295 sec.
11343 2024.12.19 22:29:12.781284 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11344 2024.12.19 22:29:12.781766 [ 278 ] {ae969b85-49ec-4f57-aca5-17ce42d3a37d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11345 2024.12.19 22:29:12.781909 [ 278 ] {ae969b85-49ec-4f57-aca5-17ce42d3a37d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11346 2024.12.19 22:29:12.781916 [ 195 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2737 rows, containing 5 columns (5 merged, 0 gathered) in 0.00645997 sec., 423686.1781091863 rows/sec., 32.32 MiB/sec.
11347 2024.12.19 22:29:12.782178 [ 195 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary)
11348 2024.12.19 22:29:12.782649 [ 195 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_91_18} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11349 2024.12.19 22:29:12.782850 [ 195 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_91_18} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18
11350 2024.12.19 22:29:12.783036 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB.
11351 2024.12.19 22:29:12.783279 [ 278 ] {ae969b85-49ec-4f57-aca5-17ce42d3a37d} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11352 2024.12.19 22:29:12.783323 [ 278 ] {ae969b85-49ec-4f57-aca5-17ce42d3a37d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB.
11353 2024.12.19 22:29:12.783779 [ 278 ] {ae969b85-49ec-4f57-aca5-17ce42d3a37d} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary)
11354 2024.12.19 22:29:12.784040 [ 278 ] {ae969b85-49ec-4f57-aca5-17ce42d3a37d} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11355 2024.12.19 22:29:12.784204 [ 73 ] {} <Debug> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0
11356 2024.12.19 22:29:12.784246 [ 73 ] {} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11357 2024.12.19 22:29:12.784270 [ 278 ] {ae969b85-49ec-4f57-aca5-17ce42d3a37d} <Debug> executeQuery: Read 955 rows, 64.97 KiB in 0.002672 sec., 357410.17964071856 rows/sec., 23.75 MiB/sec.
11358 2024.12.19 22:29:12.784284 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB.
11359 2024.12.19 22:29:12.784487 [ 278 ] {ae969b85-49ec-4f57-aca5-17ce42d3a37d} <Debug> TCPHandler: Processed in 0.003434025 sec.
11360 2024.12.19 22:29:12.784684 [ 187 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::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
11361 2024.12.19 22:29:12.784835 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11362 2024.12.19 22:29:12.785243 [ 187 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11363 2024.12.19 22:29:12.785390 [ 187 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_86_17, total 26295 rows starting from the beginning of the part
11364 2024.12.19 22:29:12.785445 [ 277 ] {d12aa8bf-4332-4650-ab63-291fdceff8fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
11365 2024.12.19 22:29:12.785899 [ 187 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 237 rows starting from the beginning of the part
11366 2024.12.19 22:29:12.786216 [ 187 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 160 rows starting from the beginning of the part
11367 2024.12.19 22:29:12.786676 [ 187 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 237 rows starting from the beginning of the part
11368 2024.12.19 22:29:12.786318 [ 277 ] {d12aa8bf-4332-4650-ab63-291fdceff8fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
11369 2024.12.19 22:29:12.786942 [ 187 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::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
11370 2024.12.19 22:29:12.787260 [ 187 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 955 rows starting from the beginning of the part
11371 2024.12.19 22:29:12.788852 [ 277 ] {d12aa8bf-4332-4650-ab63-291fdceff8fa} <Trace> oximeter.measurements_f64 (f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11372 2024.12.19 22:29:12.788898 [ 277 ] {d12aa8bf-4332-4650-ab63-291fdceff8fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB.
11373 2024.12.19 22:29:12.789411 [ 277 ] {d12aa8bf-4332-4650-ab63-291fdceff8fa} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
11374 2024.12.19 22:29:12.789777 [ 277 ] {d12aa8bf-4332-4650-ab63-291fdceff8fa} <Trace> oximeter.measurements_f64 (f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11375 2024.12.19 22:29:12.790298 [ 277 ] {d12aa8bf-4332-4650-ab63-291fdceff8fa} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.005073 sec., 197.12201852946973 rows/sec., 13.28 KiB/sec.
11376 2024.12.19 22:29:12.790515 [ 277 ] {d12aa8bf-4332-4650-ab63-291fdceff8fa} <Debug> TCPHandler: Processed in 0.005903859 sec.
11377 2024.12.19 22:29:12.790727 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11378 2024.12.19 22:29:12.790971 [ 278 ] {d7889b32-df87-4f48-9851-0fa49ca67824} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
11379 2024.12.19 22:29:12.791097 [ 278 ] {d7889b32-df87-4f48-9851-0fa49ca67824} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
11380 2024.12.19 22:29:12.793370 [ 278 ] {d7889b32-df87-4f48-9851-0fa49ca67824} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11381 2024.12.19 22:29:12.793440 [ 278 ] {d7889b32-df87-4f48-9851-0fa49ca67824} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB.
11382 2024.12.19 22:29:12.794454 [ 278 ] {d7889b32-df87-4f48-9851-0fa49ca67824} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
11383 2024.12.19 22:29:12.794807 [ 278 ] {d7889b32-df87-4f48-9851-0fa49ca67824} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11384 2024.12.19 22:29:12.795050 [ 278 ] {d7889b32-df87-4f48-9851-0fa49ca67824} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.004149 sec., 3133.2851289467344 rows/sec., 5.61 MiB/sec.
11385 2024.12.19 22:29:12.795151 [ 278 ] {d7889b32-df87-4f48-9851-0fa49ca67824} <Debug> TCPHandler: Processed in 0.004540039 sec.
11386 2024.12.19 22:29:12.795343 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11387 2024.12.19 22:29:12.795528 [ 277 ] {6ef3b037-3bee-4777-bfd5-2e3d7c01ee55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11388 2024.12.19 22:29:12.795590 [ 277 ] {6ef3b037-3bee-4777-bfd5-2e3d7c01ee55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11389 2024.12.19 22:29:12.796674 [ 277 ] {6ef3b037-3bee-4777-bfd5-2e3d7c01ee55} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11390 2024.12.19 22:29:12.796729 [ 277 ] {6ef3b037-3bee-4777-bfd5-2e3d7c01ee55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB.
11391 2024.12.19 22:29:12.796758 [ 192 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 28044 rows, containing 5 columns (5 merged, 0 gathered) in 0.012341758 sec., 2272285.682477326 rows/sec., 153.36 MiB/sec.
11392 2024.12.19 22:29:12.797200 [ 277 ] {6ef3b037-3bee-4777-bfd5-2e3d7c01ee55} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary)
11393 2024.12.19 22:29:12.797250 [ 192 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary)
11394 2024.12.19 22:29:12.797636 [ 277 ] {6ef3b037-3bee-4777-bfd5-2e3d7c01ee55} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11395 2024.12.19 22:29:12.797906 [ 70 ] {} <Debug> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0
11396 2024.12.19 22:29:12.797957 [ 192 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_91_18} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11397 2024.12.19 22:29:12.798003 [ 70 ] {} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11398 2024.12.19 22:29:12.798101 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB.
11399 2024.12.19 22:29:12.798232 [ 277 ] {6ef3b037-3bee-4777-bfd5-2e3d7c01ee55} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.00274 sec., 12408.759124087592 rows/sec., 737.41 KiB/sec.
11400 2024.12.19 22:29:12.798271 [ 192 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_91_18} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18
11401 2024.12.19 22:29:12.798523 [ 191 ] {a2784562-0832-4e33-8769-44c7df75eec1::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
11402 2024.12.19 22:29:12.798526 [ 277 ] {6ef3b037-3bee-4777-bfd5-2e3d7c01ee55} <Debug> TCPHandler: Processed in 0.003268582 sec.
11403 2024.12.19 22:29:12.798588 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.27 MiB.
11404 2024.12.19 22:29:12.798743 [ 191 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11405 2024.12.19 22:29:12.798777 [ 191 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 5220 rows starting from the beginning of the part
11406 2024.12.19 22:29:12.798850 [ 191 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 82 rows starting from the beginning of the part
11407 2024.12.19 22:29:12.799055 [ 191 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 60 rows starting from the beginning of the part
11408 2024.12.19 22:29:12.799254 [ 191 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 82 rows starting from the beginning of the part
11409 2024.12.19 22:29:12.799425 [ 191 ] {a2784562-0832-4e33-8769-44c7df75eec1::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
11410 2024.12.19 22:29:12.799553 [ 191 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 34 rows starting from the beginning of the part
11411 2024.12.19 22:29:12.801748 [ 196 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5538 rows, containing 4 columns (4 merged, 0 gathered) in 0.003510446 sec., 1577577.3220838606 rows/sec., 102.78 MiB/sec.
11412 2024.12.19 22:29:12.802220 [ 197 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary)
11413 2024.12.19 22:29:12.802584 [ 197 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_91_18} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11414 2024.12.19 22:29:12.802690 [ 197 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_91_18} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18
11415 2024.12.19 22:29:12.802778 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.13 MiB.
11416 2024.12.19 22:29:13.000152 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 244.87 MiB, peak 251.96 MiB, free memory in arenas 0.00 B, will set to 243.34 MiB (RSS), difference: -1.53 MiB
11417 2024.12.19 22:29:15.845200 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 56 entries to flush up to offset 1618
11418 2024.12.19 22:29:15.848809 [ 242 ] {} <Trace> system.query_log (70720294-7ac9-485f-8b0b-2131ff2acf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11419 2024.12.19 22:29:15.848851 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB.
11420 2024.12.19 22:29:15.850349 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
11421 2024.12.19 22:29:15.850658 [ 242 ] {} <Trace> system.query_log (70720294-7ac9-485f-8b0b-2131ff2acf2b): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11422 2024.12.19 22:29:15.851147 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1618
11423 2024.12.19 22:29:17.086819 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11424 2024.12.19 22:29:17.087030 [ 277 ] {eee831f8-d5ea-463d-990a-d2062187de71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11425 2024.12.19 22:29:17.087111 [ 277 ] {eee831f8-d5ea-463d-990a-d2062187de71} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11426 2024.12.19 22:29:17.087954 [ 277 ] {eee831f8-d5ea-463d-990a-d2062187de71} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11427 2024.12.19 22:29:17.087998 [ 277 ] {eee831f8-d5ea-463d-990a-d2062187de71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB.
11428 2024.12.19 22:29:17.088444 [ 277 ] {eee831f8-d5ea-463d-990a-d2062187de71} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary)
11429 2024.12.19 22:29:17.088707 [ 277 ] {eee831f8-d5ea-463d-990a-d2062187de71} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11430 2024.12.19 22:29:17.088960 [ 277 ] {eee831f8-d5ea-463d-990a-d2062187de71} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.00199 sec., 28140.70351758794 rows/sec., 2.15 MiB/sec.
11431 2024.12.19 22:29:17.089028 [ 277 ] {eee831f8-d5ea-463d-990a-d2062187de71} <Debug> TCPHandler: Processed in 0.002342891 sec.
11432 2024.12.19 22:29:17.089256 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11433 2024.12.19 22:29:17.089447 [ 278 ] {355752ce-3370-46eb-bd51-340b36eacecf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11434 2024.12.19 22:29:17.089520 [ 278 ] {355752ce-3370-46eb-bd51-340b36eacecf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11435 2024.12.19 22:29:17.090289 [ 278 ] {355752ce-3370-46eb-bd51-340b36eacecf} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11436 2024.12.19 22:29:17.090335 [ 278 ] {355752ce-3370-46eb-bd51-340b36eacecf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB.
11437 2024.12.19 22:29:17.090784 [ 278 ] {355752ce-3370-46eb-bd51-340b36eacecf} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary)
11438 2024.12.19 22:29:17.091045 [ 278 ] {355752ce-3370-46eb-bd51-340b36eacecf} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11439 2024.12.19 22:29:17.091277 [ 278 ] {355752ce-3370-46eb-bd51-340b36eacecf} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001876 sec., 34115.13859275053 rows/sec., 2.66 MiB/sec.
11440 2024.12.19 22:29:17.091394 [ 278 ] {355752ce-3370-46eb-bd51-340b36eacecf} <Debug> TCPHandler: Processed in 0.00226532 sec.
11441 2024.12.19 22:29:17.091586 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11442 2024.12.19 22:29:17.091871 [ 277 ] {bee1214b-4875-4e35-8385-044f5e8fbb36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11443 2024.12.19 22:29:17.091937 [ 277 ] {bee1214b-4875-4e35-8385-044f5e8fbb36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11444 2024.12.19 22:29:17.092539 [ 277 ] {bee1214b-4875-4e35-8385-044f5e8fbb36} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11445 2024.12.19 22:29:17.092579 [ 277 ] {bee1214b-4875-4e35-8385-044f5e8fbb36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB.
11446 2024.12.19 22:29:17.092994 [ 277 ] {bee1214b-4875-4e35-8385-044f5e8fbb36} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary)
11447 2024.12.19 22:29:17.093231 [ 277 ] {bee1214b-4875-4e35-8385-044f5e8fbb36} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11448 2024.12.19 22:29:17.093469 [ 277 ] {bee1214b-4875-4e35-8385-044f5e8fbb36} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001689 sec., 75784.48786264061 rows/sec., 5.28 MiB/sec.
11449 2024.12.19 22:29:17.093560 [ 277 ] {bee1214b-4875-4e35-8385-044f5e8fbb36} <Debug> TCPHandler: Processed in 0.002084546 sec.
11450 2024.12.19 22:29:17.093749 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11451 2024.12.19 22:29:17.093910 [ 278 ] {191614ae-9a78-4b72-a8e6-e91089a06728} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11452 2024.12.19 22:29:17.093974 [ 278 ] {191614ae-9a78-4b72-a8e6-e91089a06728} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11453 2024.12.19 22:29:17.094562 [ 278 ] {191614ae-9a78-4b72-a8e6-e91089a06728} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11454 2024.12.19 22:29:17.094609 [ 278 ] {191614ae-9a78-4b72-a8e6-e91089a06728} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB.
11455 2024.12.19 22:29:17.095023 [ 278 ] {191614ae-9a78-4b72-a8e6-e91089a06728} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary)
11456 2024.12.19 22:29:17.095277 [ 278 ] {191614ae-9a78-4b72-a8e6-e91089a06728} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11457 2024.12.19 22:29:17.095488 [ 278 ] {191614ae-9a78-4b72-a8e6-e91089a06728} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001611 sec., 29795.158286778398 rows/sec., 2.01 MiB/sec.
11458 2024.12.19 22:29:17.095571 [ 278 ] {191614ae-9a78-4b72-a8e6-e91089a06728} <Debug> TCPHandler: Processed in 0.001904091 sec.
11459 2024.12.19 22:29:18.227297 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 25254
11460 2024.12.19 22:29:18.227964 [ 244 ] {} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11461 2024.12.19 22:29:18.228008 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB.
11462 2024.12.19 22:29:18.228560 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
11463 2024.12.19 22:29:18.228811 [ 244 ] {} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11464 2024.12.19 22:29:18.229069 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25254
11465 2024.12.19 22:29:19.963866 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 415
11466 2024.12.19 22:29:19.985911 [ 243 ] {} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11467 2024.12.19 22:29:19.985971 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB.
11468 2024.12.19 22:29:19.993397 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
11469 2024.12.19 22:29:19.994232 [ 243 ] {} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11470 2024.12.19 22:29:19.997307 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 415
11471 2024.12.19 22:29:22.089234 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11472 2024.12.19 22:29:22.089431 [ 277 ] {c70003b7-6b95-402b-92bd-dbb5b659e2e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11473 2024.12.19 22:29:22.089506 [ 277 ] {c70003b7-6b95-402b-92bd-dbb5b659e2e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11474 2024.12.19 22:29:22.090307 [ 277 ] {c70003b7-6b95-402b-92bd-dbb5b659e2e8} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11475 2024.12.19 22:29:22.090356 [ 277 ] {c70003b7-6b95-402b-92bd-dbb5b659e2e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB.
11476 2024.12.19 22:29:22.090808 [ 277 ] {c70003b7-6b95-402b-92bd-dbb5b659e2e8} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary)
11477 2024.12.19 22:29:22.091062 [ 277 ] {c70003b7-6b95-402b-92bd-dbb5b659e2e8} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11478 2024.12.19 22:29:22.091271 [ 277 ] {c70003b7-6b95-402b-92bd-dbb5b659e2e8} <Debug> executeQuery: Read 110 rows, 9.44 KiB in 0.001894 sec., 58078.14149947202 rows/sec., 4.87 MiB/sec.
11479 2024.12.19 22:29:22.091333 [ 277 ] {c70003b7-6b95-402b-92bd-dbb5b659e2e8} <Debug> TCPHandler: Processed in 0.002228398 sec.
11480 2024.12.19 22:29:22.091590 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11481 2024.12.19 22:29:22.091785 [ 278 ] {1aaf449d-9f26-44b0-b16c-4cca7c5d9153} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
11482 2024.12.19 22:29:22.091862 [ 278 ] {1aaf449d-9f26-44b0-b16c-4cca7c5d9153} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
11483 2024.12.19 22:29:22.092631 [ 278 ] {1aaf449d-9f26-44b0-b16c-4cca7c5d9153} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11484 2024.12.19 22:29:22.092688 [ 278 ] {1aaf449d-9f26-44b0-b16c-4cca7c5d9153} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB.
11485 2024.12.19 22:29:22.093139 [ 278 ] {1aaf449d-9f26-44b0-b16c-4cca7c5d9153} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
11486 2024.12.19 22:29:22.093403 [ 278 ] {1aaf449d-9f26-44b0-b16c-4cca7c5d9153} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11487 2024.12.19 22:29:22.093661 [ 278 ] {1aaf449d-9f26-44b0-b16c-4cca7c5d9153} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.001929 sec., 13996.889580093313 rows/sec., 1.03 MiB/sec.
11488 2024.12.19 22:29:22.093733 [ 278 ] {1aaf449d-9f26-44b0-b16c-4cca7c5d9153} <Debug> TCPHandler: Processed in 0.002296699 sec.
11489 2024.12.19 22:29:22.093866 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11490 2024.12.19 22:29:22.093995 [ 277 ] {59190de4-d257-4d60-a03e-de753438573b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11491 2024.12.19 22:29:22.094053 [ 277 ] {59190de4-d257-4d60-a03e-de753438573b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11492 2024.12.19 22:29:22.094675 [ 277 ] {59190de4-d257-4d60-a03e-de753438573b} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11493 2024.12.19 22:29:22.094713 [ 277 ] {59190de4-d257-4d60-a03e-de753438573b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB.
11494 2024.12.19 22:29:22.095095 [ 277 ] {59190de4-d257-4d60-a03e-de753438573b} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary)
11495 2024.12.19 22:29:22.095331 [ 277 ] {59190de4-d257-4d60-a03e-de753438573b} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11496 2024.12.19 22:29:22.095516 [ 277 ] {59190de4-d257-4d60-a03e-de753438573b} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001552 sec., 58634.0206185567 rows/sec., 4.58 MiB/sec.
11497 2024.12.19 22:29:22.095569 [ 277 ] {59190de4-d257-4d60-a03e-de753438573b} <Debug> TCPHandler: Processed in 0.001759878 sec.
11498 2024.12.19 22:29:22.095714 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11499 2024.12.19 22:29:22.095841 [ 278 ] {5143710a-fcba-443e-a875-6ae4852f48cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11500 2024.12.19 22:29:22.095899 [ 278 ] {5143710a-fcba-443e-a875-6ae4852f48cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11501 2024.12.19 22:29:22.096578 [ 278 ] {5143710a-fcba-443e-a875-6ae4852f48cc} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11502 2024.12.19 22:29:22.096628 [ 278 ] {5143710a-fcba-443e-a875-6ae4852f48cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB.
11503 2024.12.19 22:29:22.097087 [ 278 ] {5143710a-fcba-443e-a875-6ae4852f48cc} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary)
11504 2024.12.19 22:29:22.097331 [ 278 ] {5143710a-fcba-443e-a875-6ae4852f48cc} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11505 2024.12.19 22:29:22.097561 [ 278 ] {5143710a-fcba-443e-a875-6ae4852f48cc} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00175 sec., 91428.57142857142 rows/sec., 6.37 MiB/sec.
11506 2024.12.19 22:29:22.097615 [ 278 ] {5143710a-fcba-443e-a875-6ae4852f48cc} <Debug> TCPHandler: Processed in 0.001958082 sec.
11507 2024.12.19 22:29:22.097749 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11508 2024.12.19 22:29:22.097872 [ 277 ] {1efa04c8-aa74-4325-8932-54ad11918ef9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
11509 2024.12.19 22:29:22.097956 [ 277 ] {1efa04c8-aa74-4325-8932-54ad11918ef9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
11510 2024.12.19 22:29:22.099153 [ 277 ] {1efa04c8-aa74-4325-8932-54ad11918ef9} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11511 2024.12.19 22:29:22.099191 [ 277 ] {1efa04c8-aa74-4325-8932-54ad11918ef9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB.
11512 2024.12.19 22:29:22.099856 [ 277 ] {1efa04c8-aa74-4325-8932-54ad11918ef9} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
11513 2024.12.19 22:29:22.100115 [ 277 ] {1efa04c8-aa74-4325-8932-54ad11918ef9} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11514 2024.12.19 22:29:22.100352 [ 277 ] {1efa04c8-aa74-4325-8932-54ad11918ef9} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002502 sec., 10791.366906474821 rows/sec., 19.34 MiB/sec.
11515 2024.12.19 22:29:22.100564 [ 277 ] {1efa04c8-aa74-4325-8932-54ad11918ef9} <Debug> TCPHandler: Processed in 0.002867532 sec.
11516 2024.12.19 22:29:22.100841 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11517 2024.12.19 22:29:22.101069 [ 278 ] {850e9564-d379-4eb2-940c-c2d2af7d3f77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11518 2024.12.19 22:29:22.101129 [ 278 ] {850e9564-d379-4eb2-940c-c2d2af7d3f77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11519 2024.12.19 22:29:22.101705 [ 278 ] {850e9564-d379-4eb2-940c-c2d2af7d3f77} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11520 2024.12.19 22:29:22.101754 [ 278 ] {850e9564-d379-4eb2-940c-c2d2af7d3f77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB.
11521 2024.12.19 22:29:22.102165 [ 278 ] {850e9564-d379-4eb2-940c-c2d2af7d3f77} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary)
11522 2024.12.19 22:29:22.102426 [ 278 ] {850e9564-d379-4eb2-940c-c2d2af7d3f77} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11523 2024.12.19 22:29:22.102650 [ 278 ] {850e9564-d379-4eb2-940c-c2d2af7d3f77} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001617 sec., 37105.75139146568 rows/sec., 2.50 MiB/sec.
11524 2024.12.19 22:29:22.102707 [ 278 ] {850e9564-d379-4eb2-940c-c2d2af7d3f77} <Debug> TCPHandler: Processed in 0.002031524 sec.
11525 2024.12.19 22:29:25.529546 [ 54 ] {} <Debug> DNSResolver: Updating DNS cache
11526 2024.12.19 22:29:25.529620 [ 54 ] {} <Debug> DNSResolver: Updated DNS cache
11527 2024.12.19 22:29:25.730176 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 25681
11528 2024.12.19 22:29:25.730834 [ 244 ] {} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11529 2024.12.19 22:29:25.730891 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB.
11530 2024.12.19 22:29:25.731412 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
11531 2024.12.19 22:29:25.731663 [ 244 ] {} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11532 2024.12.19 22:29:25.731881 [ 54 ] {} <Debug> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
11533 2024.12.19 22:29:25.731963 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25681
11534 2024.12.19 22:29:25.731979 [ 54 ] {} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11535 2024.12.19 22:29:25.732016 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB.
11536 2024.12.19 22:29:25.732137 [ 191 ] {b24e19f3-0afd-43dd-aba1-eb03aae2e534::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
11537 2024.12.19 22:29:25.732261 [ 191 ] {b24e19f3-0afd-43dd-aba1-eb03aae2e534::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11538 2024.12.19 22:29:25.732303 [ 191 ] {b24e19f3-0afd-43dd-aba1-eb03aae2e534::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_51_10, total 23424 rows starting from the beginning of the part
11539 2024.12.19 22:29:25.732385 [ 191 ] {b24e19f3-0afd-43dd-aba1-eb03aae2e534::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 427 rows starting from the beginning of the part
11540 2024.12.19 22:29:25.732585 [ 191 ] {b24e19f3-0afd-43dd-aba1-eb03aae2e534::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 488 rows starting from the beginning of the part
11541 2024.12.19 22:29:25.732852 [ 191 ] {b24e19f3-0afd-43dd-aba1-eb03aae2e534::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 427 rows starting from the beginning of the part
11542 2024.12.19 22:29:25.732991 [ 191 ] {b24e19f3-0afd-43dd-aba1-eb03aae2e534::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 488 rows starting from the beginning of the part
11543 2024.12.19 22:29:25.733185 [ 191 ] {b24e19f3-0afd-43dd-aba1-eb03aae2e534::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 427 rows starting from the beginning of the part
11544 2024.12.19 22:29:25.735874 [ 200 ] {b24e19f3-0afd-43dd-aba1-eb03aae2e534::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 25681 rows, containing 4 columns (4 merged, 0 gathered) in 0.003791783 sec., 6772803.1904779365 rows/sec., 96.89 MiB/sec.
11545 2024.12.19 22:29:25.736177 [ 198 ] {b24e19f3-0afd-43dd-aba1-eb03aae2e534::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
11546 2024.12.19 22:29:25.736528 [ 198 ] {b24e19f3-0afd-43dd-aba1-eb03aae2e534::all_1_56_11} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11547 2024.12.19 22:29:25.736627 [ 198 ] {b24e19f3-0afd-43dd-aba1-eb03aae2e534::all_1_56_11} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
11548 2024.12.19 22:29:25.736755 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.73 MiB.
11549 2024.12.19 22:29:25.852395 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1638
11550 2024.12.19 22:29:25.855266 [ 242 ] {} <Trace> system.query_log (70720294-7ac9-485f-8b0b-2131ff2acf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11551 2024.12.19 22:29:25.855324 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB.
11552 2024.12.19 22:29:25.856818 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
11553 2024.12.19 22:29:25.857138 [ 242 ] {} <Trace> system.query_log (70720294-7ac9-485f-8b0b-2131ff2acf2b): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11554 2024.12.19 22:29:25.857372 [ 54 ] {} <Debug> system.query_log (70720294-7ac9-485f-8b0b-2131ff2acf2b) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
11555 2024.12.19 22:29:25.857476 [ 54 ] {} <Trace> system.query_log (70720294-7ac9-485f-8b0b-2131ff2acf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11556 2024.12.19 22:29:25.857541 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB.
11557 2024.12.19 22:29:25.857965 [ 198 ] {70720294-7ac9-485f-8b0b-2131ff2acf2b::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
11558 2024.12.19 22:29:25.859965 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1638
11559 2024.12.19 22:29:25.860249 [ 198 ] {70720294-7ac9-485f-8b0b-2131ff2acf2b::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11560 2024.12.19 22:29:25.860428 [ 198 ] {70720294-7ac9-485f-8b0b-2131ff2acf2b::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1450 rows starting from the beginning of the part
11561 2024.12.19 22:29:25.860938 [ 198 ] {70720294-7ac9-485f-8b0b-2131ff2acf2b::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 58 rows starting from the beginning of the part
11562 2024.12.19 22:29:25.861578 [ 198 ] {70720294-7ac9-485f-8b0b-2131ff2acf2b::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 20 rows starting from the beginning of the part
11563 2024.12.19 22:29:25.862278 [ 198 ] {70720294-7ac9-485f-8b0b-2131ff2acf2b::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 34 rows starting from the beginning of the part
11564 2024.12.19 22:29:25.862953 [ 198 ] {70720294-7ac9-485f-8b0b-2131ff2acf2b::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 56 rows starting from the beginning of the part
11565 2024.12.19 22:29:25.863585 [ 198 ] {70720294-7ac9-485f-8b0b-2131ff2acf2b::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 20 rows starting from the beginning of the part
11566 2024.12.19 22:29:25.872430 [ 200 ] {70720294-7ac9-485f-8b0b-2131ff2acf2b::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1638 rows, containing 72 columns (72 merged, 0 gathered) in 0.014760071 sec., 110975.07593290032 rows/sec., 85.27 MiB/sec.
11567 2024.12.19 22:29:25.874045 [ 201 ] {70720294-7ac9-485f-8b0b-2131ff2acf2b::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
11568 2024.12.19 22:29:25.874776 [ 201 ] {70720294-7ac9-485f-8b0b-2131ff2acf2b::all_1_41_8} <Trace> system.query_log (70720294-7ac9-485f-8b0b-2131ff2acf2b): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11569 2024.12.19 22:29:25.874861 [ 201 ] {70720294-7ac9-485f-8b0b-2131ff2acf2b::all_1_41_8} <Trace> system.query_log (70720294-7ac9-485f-8b0b-2131ff2acf2b) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
11570 2024.12.19 22:29:25.875076 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.92 MiB.
11571 2024.12.19 22:29:27.093367 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11572 2024.12.19 22:29:27.093587 [ 277 ] {07e7ba6e-5bdb-4547-b8fd-ca599b876285} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
11573 2024.12.19 22:29:27.093671 [ 277 ] {07e7ba6e-5bdb-4547-b8fd-ca599b876285} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
11574 2024.12.19 22:29:27.094504 [ 277 ] {07e7ba6e-5bdb-4547-b8fd-ca599b876285} <Trace> oximeter.fields_i16 (8b34b429-6d62-480d-bd41-33dce3ff3ffb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11575 2024.12.19 22:29:27.094563 [ 277 ] {07e7ba6e-5bdb-4547-b8fd-ca599b876285} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB.
11576 2024.12.19 22:29:27.095027 [ 277 ] {07e7ba6e-5bdb-4547-b8fd-ca599b876285} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
11577 2024.12.19 22:29:27.095289 [ 277 ] {07e7ba6e-5bdb-4547-b8fd-ca599b876285} <Trace> oximeter.fields_i16 (8b34b429-6d62-480d-bd41-33dce3ff3ffb): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11578 2024.12.19 22:29:27.095570 [ 277 ] {07e7ba6e-5bdb-4547-b8fd-ca599b876285} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002034 sec., 6882.9891838741405 rows/sec., 495.48 KiB/sec.
11579 2024.12.19 22:29:27.095697 [ 277 ] {07e7ba6e-5bdb-4547-b8fd-ca599b876285} <Debug> TCPHandler: Processed in 0.002468644 sec.
11580 2024.12.19 22:29:27.096007 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11581 2024.12.19 22:29:27.096216 [ 278 ] {6725c770-329e-47ca-9f14-540ca884fb7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11582 2024.12.19 22:29:27.096299 [ 278 ] {6725c770-329e-47ca-9f14-540ca884fb7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11583 2024.12.19 22:29:27.097261 [ 278 ] {6725c770-329e-47ca-9f14-540ca884fb7a} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11584 2024.12.19 22:29:27.097312 [ 278 ] {6725c770-329e-47ca-9f14-540ca884fb7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB.
11585 2024.12.19 22:29:27.097767 [ 278 ] {6725c770-329e-47ca-9f14-540ca884fb7a} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary)
11586 2024.12.19 22:29:27.098024 [ 278 ] {6725c770-329e-47ca-9f14-540ca884fb7a} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11587 2024.12.19 22:29:27.098266 [ 278 ] {6725c770-329e-47ca-9f14-540ca884fb7a} <Debug> executeQuery: Read 229 rows, 20.51 KiB in 0.002112 sec., 108428.03030303029 rows/sec., 9.48 MiB/sec.
11588 2024.12.19 22:29:27.098340 [ 278 ] {6725c770-329e-47ca-9f14-540ca884fb7a} <Debug> TCPHandler: Processed in 0.002501644 sec.
11589 2024.12.19 22:29:27.098542 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11590 2024.12.19 22:29:27.098711 [ 277 ] {3ba44507-d9a7-4552-a3b7-b0bd2cc576d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
11591 2024.12.19 22:29:27.098766 [ 277 ] {3ba44507-d9a7-4552-a3b7-b0bd2cc576d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
11592 2024.12.19 22:29:27.099381 [ 277 ] {3ba44507-d9a7-4552-a3b7-b0bd2cc576d5} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11593 2024.12.19 22:29:27.099423 [ 277 ] {3ba44507-d9a7-4552-a3b7-b0bd2cc576d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB.
11594 2024.12.19 22:29:27.099800 [ 277 ] {3ba44507-d9a7-4552-a3b7-b0bd2cc576d5} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
11595 2024.12.19 22:29:27.100053 [ 277 ] {3ba44507-d9a7-4552-a3b7-b0bd2cc576d5} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11596 2024.12.19 22:29:27.100236 [ 53 ] {} <Debug> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df) (MergerMutator): Selected 6 parts from all_1_70_14 to all_75_75_0
11597 2024.12.19 22:29:27.100300 [ 277 ] {3ba44507-d9a7-4552-a3b7-b0bd2cc576d5} <Debug> executeQuery: Read 20 rows, 1.43 KiB in 0.001619 sec., 12353.304508956146 rows/sec., 885.48 KiB/sec.
11598 2024.12.19 22:29:27.100319 [ 53 ] {} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11599 2024.12.19 22:29:27.100385 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB.
11600 2024.12.19 22:29:27.100440 [ 277 ] {3ba44507-d9a7-4552-a3b7-b0bd2cc576d5} <Debug> TCPHandler: Processed in 0.002004024 sec.
11601 2024.12.19 22:29:27.100615 [ 193 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_75_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_70_14 to all_75_75_0 into Compact with storage Full
11602 2024.12.19 22:29:27.100685 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11603 2024.12.19 22:29:27.100863 [ 193 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_75_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11604 2024.12.19 22:29:27.100943 [ 193 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_70_14, total 65 rows starting from the beginning of the part
11605 2024.12.19 22:29:27.100950 [ 278 ] {089b31d0-eefa-4196-8299-2304fe05eff8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
11606 2024.12.19 22:29:27.101102 [ 278 ] {089b31d0-eefa-4196-8299-2304fe05eff8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
11607 2024.12.19 22:29:27.101154 [ 193 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 20 rows starting from the beginning of the part
11608 2024.12.19 22:29:27.101600 [ 193 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 27 rows starting from the beginning of the part
11609 2024.12.19 22:29:27.101884 [ 193 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 20 rows starting from the beginning of the part
11610 2024.12.19 22:29:27.102275 [ 193 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 27 rows starting from the beginning of the part
11611 2024.12.19 22:29:27.102634 [ 193 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 20 rows starting from the beginning of the part
11612 2024.12.19 22:29:27.103917 [ 278 ] {089b31d0-eefa-4196-8299-2304fe05eff8} <Trace> oximeter.fields_u32 (96604386-977a-478c-b894-f09eb465191c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11613 2024.12.19 22:29:27.103983 [ 278 ] {089b31d0-eefa-4196-8299-2304fe05eff8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB.
11614 2024.12.19 22:29:27.104977 [ 278 ] {089b31d0-eefa-4196-8299-2304fe05eff8} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
11615 2024.12.19 22:29:27.105405 [ 193 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_75_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 179 rows, containing 5 columns (5 merged, 0 gathered) in 0.004909817 sec., 36457.57061821245 rows/sec., 2.74 MiB/sec.
11616 2024.12.19 22:29:27.105494 [ 278 ] {089b31d0-eefa-4196-8299-2304fe05eff8} <Trace> oximeter.fields_u32 (96604386-977a-478c-b894-f09eb465191c): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11617 2024.12.19 22:29:27.105617 [ 193 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_75_15} <Trace> MergedBlockOutputStream: filled checksums all_1_75_15 (state Temporary)
11618 2024.12.19 22:29:27.106017 [ 278 ] {089b31d0-eefa-4196-8299-2304fe05eff8} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005127 sec., 2730.6417007996884 rows/sec., 191.24 KiB/sec.
11619 2024.12.19 22:29:27.106292 [ 278 ] {089b31d0-eefa-4196-8299-2304fe05eff8} <Debug> TCPHandler: Processed in 0.005705214 sec.
11620 2024.12.19 22:29:27.106473 [ 193 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_75_15} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Renaming temporary part tmp_merge_all_1_75_15 to all_1_75_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11621 2024.12.19 22:29:27.106755 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11622 2024.12.19 22:29:27.106776 [ 193 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_75_15} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df) (MergerMutator): Merged 6 parts: [all_1_70_14, all_75_75_0] -> all_1_75_15
11623 2024.12.19 22:29:27.107000 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
11624 2024.12.19 22:29:27.107059 [ 277 ] {adee4acc-ae80-45ff-b4c2-76c8f81879b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
11625 2024.12.19 22:29:27.107118 [ 277 ] {adee4acc-ae80-45ff-b4c2-76c8f81879b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
11626 2024.12.19 22:29:27.107711 [ 277 ] {adee4acc-ae80-45ff-b4c2-76c8f81879b8} <Trace> oximeter.fields_u8 (74ab6f56-b776-4e15-89eb-af2ec1acc724): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11627 2024.12.19 22:29:27.107750 [ 277 ] {adee4acc-ae80-45ff-b4c2-76c8f81879b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB.
11628 2024.12.19 22:29:27.108111 [ 277 ] {adee4acc-ae80-45ff-b4c2-76c8f81879b8} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
11629 2024.12.19 22:29:27.108349 [ 277 ] {adee4acc-ae80-45ff-b4c2-76c8f81879b8} <Trace> oximeter.fields_u8 (74ab6f56-b776-4e15-89eb-af2ec1acc724): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11630 2024.12.19 22:29:27.108603 [ 277 ] {adee4acc-ae80-45ff-b4c2-76c8f81879b8} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001593 sec., 8160.703075957314 rows/sec., 508.82 KiB/sec.
11631 2024.12.19 22:29:27.108781 [ 277 ] {adee4acc-ae80-45ff-b4c2-76c8f81879b8} <Debug> TCPHandler: Processed in 0.002342341 sec.
11632 2024.12.19 22:29:27.108984 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11633 2024.12.19 22:29:27.109104 [ 278 ] {6df8c288-e0bd-465d-990c-982ebe913e98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11634 2024.12.19 22:29:27.109151 [ 278 ] {6df8c288-e0bd-465d-990c-982ebe913e98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11635 2024.12.19 22:29:27.109889 [ 278 ] {6df8c288-e0bd-465d-990c-982ebe913e98} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11636 2024.12.19 22:29:27.109928 [ 278 ] {6df8c288-e0bd-465d-990c-982ebe913e98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB.
11637 2024.12.19 22:29:27.110313 [ 278 ] {6df8c288-e0bd-465d-990c-982ebe913e98} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary)
11638 2024.12.19 22:29:27.110573 [ 278 ] {6df8c288-e0bd-465d-990c-982ebe913e98} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11639 2024.12.19 22:29:27.110788 [ 278 ] {6df8c288-e0bd-465d-990c-982ebe913e98} <Debug> executeQuery: Read 395 rows, 28.72 KiB in 0.001708 sec., 231264.63700234191 rows/sec., 16.42 MiB/sec.
11640 2024.12.19 22:29:27.110841 [ 278 ] {6df8c288-e0bd-465d-990c-982ebe913e98} <Debug> TCPHandler: Processed in 0.001949003 sec.
11641 2024.12.19 22:29:27.110987 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11642 2024.12.19 22:29:27.111110 [ 277 ] {7dcb1c8a-59d4-45a8-9be8-1d61ffb2e299} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
11643 2024.12.19 22:29:27.111171 [ 277 ] {7dcb1c8a-59d4-45a8-9be8-1d61ffb2e299} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
11644 2024.12.19 22:29:27.111754 [ 277 ] {7dcb1c8a-59d4-45a8-9be8-1d61ffb2e299} <Trace> oximeter.measurements_bool (164ca455-e956-4308-a817-eda615c184e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11645 2024.12.19 22:29:27.111799 [ 277 ] {7dcb1c8a-59d4-45a8-9be8-1d61ffb2e299} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB.
11646 2024.12.19 22:29:27.112220 [ 277 ] {7dcb1c8a-59d4-45a8-9be8-1d61ffb2e299} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
11647 2024.12.19 22:29:27.112455 [ 277 ] {7dcb1c8a-59d4-45a8-9be8-1d61ffb2e299} <Trace> oximeter.measurements_bool (164ca455-e956-4308-a817-eda615c184e9): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11648 2024.12.19 22:29:27.112711 [ 277 ] {7dcb1c8a-59d4-45a8-9be8-1d61ffb2e299} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001629 sec., 3683.2412523020257 rows/sec., 192.43 KiB/sec.
11649 2024.12.19 22:29:27.112916 [ 277 ] {7dcb1c8a-59d4-45a8-9be8-1d61ffb2e299} <Debug> TCPHandler: Processed in 0.001985934 sec.
11650 2024.12.19 22:29:27.113136 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11651 2024.12.19 22:29:27.113288 [ 278 ] {d89c402b-814f-463d-8529-a8177fcf00df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11652 2024.12.19 22:29:27.113350 [ 278 ] {d89c402b-814f-463d-8529-a8177fcf00df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11653 2024.12.19 22:29:27.114048 [ 278 ] {d89c402b-814f-463d-8529-a8177fcf00df} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11654 2024.12.19 22:29:27.114095 [ 278 ] {d89c402b-814f-463d-8529-a8177fcf00df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB.
11655 2024.12.19 22:29:27.114493 [ 278 ] {d89c402b-814f-463d-8529-a8177fcf00df} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary)
11656 2024.12.19 22:29:27.114733 [ 278 ] {d89c402b-814f-463d-8529-a8177fcf00df} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11657 2024.12.19 22:29:27.114947 [ 278 ] {d89c402b-814f-463d-8529-a8177fcf00df} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00169 sec., 140236.68639053253 rows/sec., 9.40 MiB/sec.
11658 2024.12.19 22:29:27.114998 [ 278 ] {d89c402b-814f-463d-8529-a8177fcf00df} <Debug> TCPHandler: Processed in 0.001977173 sec.
11659 2024.12.19 22:29:27.115155 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11660 2024.12.19 22:29:27.115295 [ 277 ] {c02dc622-18f3-4b7b-b017-bb35fd4370fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
11661 2024.12.19 22:29:27.115356 [ 277 ] {c02dc622-18f3-4b7b-b017-bb35fd4370fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
11662 2024.12.19 22:29:27.115923 [ 277 ] {c02dc622-18f3-4b7b-b017-bb35fd4370fd} <Trace> oximeter.measurements_f64 (f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11663 2024.12.19 22:29:27.115969 [ 277 ] {c02dc622-18f3-4b7b-b017-bb35fd4370fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB.
11664 2024.12.19 22:29:27.116352 [ 277 ] {c02dc622-18f3-4b7b-b017-bb35fd4370fd} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
11665 2024.12.19 22:29:27.116604 [ 277 ] {c02dc622-18f3-4b7b-b017-bb35fd4370fd} <Trace> oximeter.measurements_f64 (f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11666 2024.12.19 22:29:27.116821 [ 277 ] {c02dc622-18f3-4b7b-b017-bb35fd4370fd} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001557 sec., 642.2607578676943 rows/sec., 43.28 KiB/sec.
11667 2024.12.19 22:29:27.116872 [ 277 ] {c02dc622-18f3-4b7b-b017-bb35fd4370fd} <Debug> TCPHandler: Processed in 0.001785019 sec.
11668 2024.12.19 22:29:27.117010 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11669 2024.12.19 22:29:27.117128 [ 278 ] {183d41cf-3544-4a60-8484-652067d00583} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
11670 2024.12.19 22:29:27.117211 [ 278 ] {183d41cf-3544-4a60-8484-652067d00583} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
11671 2024.12.19 22:29:27.118298 [ 278 ] {183d41cf-3544-4a60-8484-652067d00583} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11672 2024.12.19 22:29:27.118338 [ 278 ] {183d41cf-3544-4a60-8484-652067d00583} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB.
11673 2024.12.19 22:29:27.118950 [ 278 ] {183d41cf-3544-4a60-8484-652067d00583} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
11674 2024.12.19 22:29:27.119215 [ 278 ] {183d41cf-3544-4a60-8484-652067d00583} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11675 2024.12.19 22:29:27.119505 [ 278 ] {183d41cf-3544-4a60-8484-652067d00583} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002395 sec., 5427.974947807933 rows/sec., 9.73 MiB/sec.
11676 2024.12.19 22:29:27.119736 [ 278 ] {183d41cf-3544-4a60-8484-652067d00583} <Debug> TCPHandler: Processed in 0.00277714 sec.
11677 2024.12.19 22:29:27.120064 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11678 2024.12.19 22:29:27.120233 [ 277 ] {4f4b953b-55c6-4348-9a24-8cffc8d2c459} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11679 2024.12.19 22:29:27.120285 [ 277 ] {4f4b953b-55c6-4348-9a24-8cffc8d2c459} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11680 2024.12.19 22:29:27.120796 [ 277 ] {4f4b953b-55c6-4348-9a24-8cffc8d2c459} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11681 2024.12.19 22:29:27.120835 [ 277 ] {4f4b953b-55c6-4348-9a24-8cffc8d2c459} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB.
11682 2024.12.19 22:29:27.121224 [ 277 ] {4f4b953b-55c6-4348-9a24-8cffc8d2c459} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary)
11683 2024.12.19 22:29:27.121464 [ 277 ] {4f4b953b-55c6-4348-9a24-8cffc8d2c459} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11684 2024.12.19 22:29:27.121688 [ 277 ] {4f4b953b-55c6-4348-9a24-8cffc8d2c459} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00148 sec., 55405.40540540541 rows/sec., 3.52 MiB/sec.
11685 2024.12.19 22:29:27.121738 [ 277 ] {4f4b953b-55c6-4348-9a24-8cffc8d2c459} <Debug> TCPHandler: Processed in 0.001872261 sec.
11686 2024.12.19 22:29:27.498353 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 422
11687 2024.12.19 22:29:27.523441 [ 243 ] {} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11688 2024.12.19 22:29:27.523505 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB.
11689 2024.12.19 22:29:27.530840 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
11690 2024.12.19 22:29:27.531644 [ 243 ] {} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11691 2024.12.19 22:29:27.532169 [ 48 ] {} <Debug> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
11692 2024.12.19 22:29:27.532374 [ 48 ] {} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11693 2024.12.19 22:29:27.532487 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB.
11694 2024.12.19 22:29:27.533351 [ 200 ] {616d7a77-365c-46c3-a06a-0a94885b3600::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
11695 2024.12.19 22:29:27.548620 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 422
11696 2024.12.19 22:29:27.550400 [ 200 ] {616d7a77-365c-46c3-a06a-0a94885b3600::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11697 2024.12.19 22:29:27.551839 [ 200 ] {616d7a77-365c-46c3-a06a-0a94885b3600::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
11698 2024.12.19 22:29:27.557664 [ 200 ] {616d7a77-365c-46c3-a06a-0a94885b3600::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
11699 2024.12.19 22:29:27.563404 [ 200 ] {616d7a77-365c-46c3-a06a-0a94885b3600::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
11700 2024.12.19 22:29:27.569105 [ 200 ] {616d7a77-365c-46c3-a06a-0a94885b3600::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
11701 2024.12.19 22:29:27.575019 [ 200 ] {616d7a77-365c-46c3-a06a-0a94885b3600::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
11702 2024.12.19 22:29:27.579607 [ 200 ] {616d7a77-365c-46c3-a06a-0a94885b3600::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
11703 2024.12.19 22:29:27.638725 [ 190 ] {616d7a77-365c-46c3-a06a-0a94885b3600::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 422 rows, containing 679 columns (679 merged, 0 gathered) in 0.106027549 sec., 3980.0976631082926 rows/sec., 20.58 MiB/sec.
11704 2024.12.19 22:29:27.640729 [ 190 ] {616d7a77-365c-46c3-a06a-0a94885b3600::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
11705 2024.12.19 22:29:27.643057 [ 190 ] {616d7a77-365c-46c3-a06a-0a94885b3600::all_1_56_11} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11706 2024.12.19 22:29:27.643163 [ 190 ] {616d7a77-365c-46c3-a06a-0a94885b3600::all_1_56_11} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
11707 2024.12.19 22:29:27.644460 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB.
11708 2024.12.19 22:29:32.090237 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11709 2024.12.19 22:29:32.090466 [ 277 ] {ee9bcbeb-1cbe-4b85-bf78-af49804c0fd7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
11710 2024.12.19 22:29:32.090546 [ 277 ] {ee9bcbeb-1cbe-4b85-bf78-af49804c0fd7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
11711 2024.12.19 22:29:32.091377 [ 277 ] {ee9bcbeb-1cbe-4b85-bf78-af49804c0fd7} <Trace> oximeter.fields_ipaddr (15c96da1-d320-4880-85e7-7388ae0c0cda): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11712 2024.12.19 22:29:32.091422 [ 277 ] {ee9bcbeb-1cbe-4b85-bf78-af49804c0fd7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB.
11713 2024.12.19 22:29:32.091852 [ 277 ] {ee9bcbeb-1cbe-4b85-bf78-af49804c0fd7} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
11714 2024.12.19 22:29:32.092106 [ 277 ] {ee9bcbeb-1cbe-4b85-bf78-af49804c0fd7} <Trace> oximeter.fields_ipaddr (15c96da1-d320-4880-85e7-7388ae0c0cda): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11715 2024.12.19 22:29:32.092358 [ 277 ] {ee9bcbeb-1cbe-4b85-bf78-af49804c0fd7} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001947 sec., 1027.221366204417 rows/sec., 83.76 KiB/sec.
11716 2024.12.19 22:29:32.092487 [ 277 ] {ee9bcbeb-1cbe-4b85-bf78-af49804c0fd7} <Debug> TCPHandler: Processed in 0.002383202 sec.
11717 2024.12.19 22:29:32.092758 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11718 2024.12.19 22:29:32.092958 [ 278 ] {221ae622-51c5-4772-9acb-fb73f88121c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11719 2024.12.19 22:29:32.093034 [ 278 ] {221ae622-51c5-4772-9acb-fb73f88121c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11720 2024.12.19 22:29:32.093864 [ 278 ] {221ae622-51c5-4772-9acb-fb73f88121c9} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11721 2024.12.19 22:29:32.093919 [ 278 ] {221ae622-51c5-4772-9acb-fb73f88121c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB.
11722 2024.12.19 22:29:32.094371 [ 278 ] {221ae622-51c5-4772-9acb-fb73f88121c9} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary)
11723 2024.12.19 22:29:32.094636 [ 278 ] {221ae622-51c5-4772-9acb-fb73f88121c9} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11724 2024.12.19 22:29:32.094903 [ 278 ] {221ae622-51c5-4772-9acb-fb73f88121c9} <Debug> executeQuery: Read 111 rows, 9.51 KiB in 0.001992 sec., 55722.89156626506 rows/sec., 4.66 MiB/sec.
11725 2024.12.19 22:29:32.095033 [ 278 ] {221ae622-51c5-4772-9acb-fb73f88121c9} <Debug> TCPHandler: Processed in 0.002408403 sec.
11726 2024.12.19 22:29:32.095290 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11727 2024.12.19 22:29:32.095588 [ 277 ] {ae79eb86-5ce2-4304-a829-71f9c071686b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
11728 2024.12.19 22:29:32.095680 [ 277 ] {ae79eb86-5ce2-4304-a829-71f9c071686b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
11729 2024.12.19 22:29:32.096566 [ 277 ] {ae79eb86-5ce2-4304-a829-71f9c071686b} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11730 2024.12.19 22:29:32.096606 [ 277 ] {ae79eb86-5ce2-4304-a829-71f9c071686b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB.
11731 2024.12.19 22:29:32.096975 [ 277 ] {ae79eb86-5ce2-4304-a829-71f9c071686b} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
11732 2024.12.19 22:29:32.097233 [ 277 ] {ae79eb86-5ce2-4304-a829-71f9c071686b} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11733 2024.12.19 22:29:32.097456 [ 277 ] {ae79eb86-5ce2-4304-a829-71f9c071686b} <Debug> executeQuery: Read 29 rows, 2.17 KiB in 0.001923 sec., 15080.603224128965 rows/sec., 1.10 MiB/sec.
11734 2024.12.19 22:29:32.097510 [ 277 ] {ae79eb86-5ce2-4304-a829-71f9c071686b} <Debug> TCPHandler: Processed in 0.002366601 sec.
11735 2024.12.19 22:29:32.097663 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11736 2024.12.19 22:29:32.097807 [ 278 ] {4ce9b7b0-a375-40f2-844d-390a2deff13f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11737 2024.12.19 22:29:32.097870 [ 278 ] {4ce9b7b0-a375-40f2-844d-390a2deff13f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11738 2024.12.19 22:29:32.098579 [ 278 ] {4ce9b7b0-a375-40f2-844d-390a2deff13f} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11739 2024.12.19 22:29:32.098621 [ 278 ] {4ce9b7b0-a375-40f2-844d-390a2deff13f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB.
11740 2024.12.19 22:29:32.099021 [ 278 ] {4ce9b7b0-a375-40f2-844d-390a2deff13f} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary)
11741 2024.12.19 22:29:32.099268 [ 278 ] {4ce9b7b0-a375-40f2-844d-390a2deff13f} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11742 2024.12.19 22:29:32.099500 [ 278 ] {4ce9b7b0-a375-40f2-844d-390a2deff13f} <Debug> executeQuery: Read 93 rows, 7.44 KiB in 0.001727 sec., 53850.60799073538 rows/sec., 4.21 MiB/sec.
11743 2024.12.19 22:29:32.099573 [ 278 ] {4ce9b7b0-a375-40f2-844d-390a2deff13f} <Debug> TCPHandler: Processed in 0.001977513 sec.
11744 2024.12.19 22:29:32.099845 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11745 2024.12.19 22:29:32.100080 [ 277 ] {553c9ec3-302d-43bb-8ba1-b035f5409482} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11746 2024.12.19 22:29:32.100179 [ 277 ] {553c9ec3-302d-43bb-8ba1-b035f5409482} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11747 2024.12.19 22:29:32.100834 [ 277 ] {553c9ec3-302d-43bb-8ba1-b035f5409482} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11748 2024.12.19 22:29:32.100872 [ 277 ] {553c9ec3-302d-43bb-8ba1-b035f5409482} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB.
11749 2024.12.19 22:29:32.101271 [ 277 ] {553c9ec3-302d-43bb-8ba1-b035f5409482} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary)
11750 2024.12.19 22:29:32.101512 [ 277 ] {553c9ec3-302d-43bb-8ba1-b035f5409482} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11751 2024.12.19 22:29:32.101764 [ 277 ] {553c9ec3-302d-43bb-8ba1-b035f5409482} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001738 sec., 92635.21288837744 rows/sec., 6.45 MiB/sec.
11752 2024.12.19 22:29:32.101830 [ 277 ] {553c9ec3-302d-43bb-8ba1-b035f5409482} <Debug> TCPHandler: Processed in 0.002168458 sec.
11753 2024.12.19 22:29:32.102043 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11754 2024.12.19 22:29:32.102358 [ 278 ] {b0df6385-320e-4443-8beb-6d6c3cff5ee7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
11755 2024.12.19 22:29:32.102525 [ 278 ] {b0df6385-320e-4443-8beb-6d6c3cff5ee7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
11756 2024.12.19 22:29:32.103714 [ 278 ] {b0df6385-320e-4443-8beb-6d6c3cff5ee7} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11757 2024.12.19 22:29:32.103754 [ 278 ] {b0df6385-320e-4443-8beb-6d6c3cff5ee7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB.
11758 2024.12.19 22:29:32.104396 [ 278 ] {b0df6385-320e-4443-8beb-6d6c3cff5ee7} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
11759 2024.12.19 22:29:32.104655 [ 278 ] {b0df6385-320e-4443-8beb-6d6c3cff5ee7} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11760 2024.12.19 22:29:32.104877 [ 45 ] {} <Debug> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0
11761 2024.12.19 22:29:32.104942 [ 278 ] {b0df6385-320e-4443-8beb-6d6c3cff5ee7} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002688 sec., 10044.642857142857 rows/sec., 18.00 MiB/sec.
11762 2024.12.19 22:29:32.104997 [ 45 ] {} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11763 2024.12.19 22:29:32.105104 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB.
11764 2024.12.19 22:29:32.105313 [ 278 ] {b0df6385-320e-4443-8beb-6d6c3cff5ee7} <Debug> TCPHandler: Processed in 0.003400484 sec.
11765 2024.12.19 22:29:32.105488 [ 188 ] {cbc455e9-47de-4677-931e-ce7496b93cef::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
11766 2024.12.19 22:29:32.105608 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11767 2024.12.19 22:29:32.106000 [ 277 ] {43aa53ca-1cfd-4614-90d4-9de80de32d59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11768 2024.12.19 22:29:32.106204 [ 277 ] {43aa53ca-1cfd-4614-90d4-9de80de32d59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11769 2024.12.19 22:29:32.106226 [ 188 ] {cbc455e9-47de-4677-931e-ce7496b93cef::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11770 2024.12.19 22:29:32.106505 [ 188 ] {cbc455e9-47de-4677-931e-ce7496b93cef::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1340 rows starting from the beginning of the part
11771 2024.12.19 22:29:32.107346 [ 188 ] {cbc455e9-47de-4677-931e-ce7496b93cef::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
11772 2024.12.19 22:29:32.107925 [ 188 ] {cbc455e9-47de-4677-931e-ce7496b93cef::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 13 rows starting from the beginning of the part
11773 2024.12.19 22:29:32.108571 [ 188 ] {cbc455e9-47de-4677-931e-ce7496b93cef::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
11774 2024.12.19 22:29:32.109026 [ 277 ] {43aa53ca-1cfd-4614-90d4-9de80de32d59} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11775 2024.12.19 22:29:32.109159 [ 277 ] {43aa53ca-1cfd-4614-90d4-9de80de32d59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB.
11776 2024.12.19 22:29:32.109261 [ 188 ] {cbc455e9-47de-4677-931e-ce7496b93cef::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 13 rows starting from the beginning of the part
11777 2024.12.19 22:29:32.109870 [ 188 ] {cbc455e9-47de-4677-931e-ce7496b93cef::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
11778 2024.12.19 22:29:32.110899 [ 277 ] {43aa53ca-1cfd-4614-90d4-9de80de32d59} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary)
11779 2024.12.19 22:29:32.111375 [ 277 ] {43aa53ca-1cfd-4614-90d4-9de80de32d59} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11780 2024.12.19 22:29:32.112003 [ 277 ] {43aa53ca-1cfd-4614-90d4-9de80de32d59} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.006132 sec., 9784.735812133073 rows/sec., 675.25 KiB/sec.
11781 2024.12.19 22:29:32.112293 [ 277 ] {43aa53ca-1cfd-4614-90d4-9de80de32d59} <Debug> TCPHandler: Processed in 0.006855999 sec.
11782 2024.12.19 22:29:32.119105 [ 197 ] {cbc455e9-47de-4677-931e-ce7496b93cef::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1447 rows, containing 19 columns (19 merged, 0 gathered) in 0.01381665 sec., 104728.71499241857 rows/sec., 187.67 MiB/sec.
11783 2024.12.19 22:29:32.120222 [ 197 ] {cbc455e9-47de-4677-931e-ce7496b93cef::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary)
11784 2024.12.19 22:29:32.120626 [ 197 ] {cbc455e9-47de-4677-931e-ce7496b93cef::all_1_76_15} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11785 2024.12.19 22:29:32.120717 [ 197 ] {cbc455e9-47de-4677-931e-ce7496b93cef::all_1_76_15} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15
11786 2024.12.19 22:29:32.120837 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.52 MiB.
11787 2024.12.19 22:29:33.000184 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 246.03 MiB, peak 258.65 MiB, free memory in arenas 0.00 B, will set to 248.16 MiB (RSS), difference: 2.13 MiB
11788 2024.12.19 22:29:33.233078 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 26169
11789 2024.12.19 22:29:33.233780 [ 244 ] {} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11790 2024.12.19 22:29:33.233826 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB.
11791 2024.12.19 22:29:33.234346 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
11792 2024.12.19 22:29:33.234607 [ 244 ] {} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11793 2024.12.19 22:29:33.234809 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26169
11794 2024.12.19 22:29:35.049683 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 430
11795 2024.12.19 22:29:35.069031 [ 243 ] {} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11796 2024.12.19 22:29:35.069095 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB.
11797 2024.12.19 22:29:35.076162 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
11798 2024.12.19 22:29:35.076928 [ 243 ] {} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11799 2024.12.19 22:29:35.081166 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 430
11800 2024.12.19 22:29:35.861122 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1674
11801 2024.12.19 22:29:35.864256 [ 242 ] {} <Trace> system.query_log (70720294-7ac9-485f-8b0b-2131ff2acf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11802 2024.12.19 22:29:35.864306 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB.
11803 2024.12.19 22:29:35.865787 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
11804 2024.12.19 22:29:35.866099 [ 242 ] {} <Trace> system.query_log (70720294-7ac9-485f-8b0b-2131ff2acf2b): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11805 2024.12.19 22:29:35.868037 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1674
11806 2024.12.19 22:29:37.093444 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11807 2024.12.19 22:29:37.093642 [ 277 ] {8e211033-ee07-40b6-9777-9b53471decd3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
11808 2024.12.19 22:29:37.093719 [ 277 ] {8e211033-ee07-40b6-9777-9b53471decd3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
11809 2024.12.19 22:29:37.094494 [ 277 ] {8e211033-ee07-40b6-9777-9b53471decd3} <Trace> oximeter.fields_i16 (8b34b429-6d62-480d-bd41-33dce3ff3ffb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11810 2024.12.19 22:29:37.094548 [ 277 ] {8e211033-ee07-40b6-9777-9b53471decd3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB.
11811 2024.12.19 22:29:37.095022 [ 277 ] {8e211033-ee07-40b6-9777-9b53471decd3} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
11812 2024.12.19 22:29:37.095279 [ 277 ] {8e211033-ee07-40b6-9777-9b53471decd3} <Trace> oximeter.fields_i16 (8b34b429-6d62-480d-bd41-33dce3ff3ffb): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11813 2024.12.19 22:29:37.095497 [ 37 ] {} <Debug> oximeter.fields_i16 (8b34b429-6d62-480d-bd41-33dce3ff3ffb) (MergerMutator): Selected 5 parts from all_1_37_9 to all_41_41_0
11814 2024.12.19 22:29:37.095572 [ 277 ] {8e211033-ee07-40b6-9777-9b53471decd3} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001982 sec., 7063.572149344098 rows/sec., 508.48 KiB/sec.
11815 2024.12.19 22:29:37.095601 [ 37 ] {} <Trace> oximeter.fields_i16 (8b34b429-6d62-480d-bd41-33dce3ff3ffb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11816 2024.12.19 22:29:37.095680 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB.
11817 2024.12.19 22:29:37.095730 [ 277 ] {8e211033-ee07-40b6-9777-9b53471decd3} <Debug> TCPHandler: Processed in 0.002413803 sec.
11818 2024.12.19 22:29:37.095956 [ 192 ] {8b34b429-6d62-480d-bd41-33dce3ff3ffb::all_1_41_10} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_37_9 to all_41_41_0 into Compact with storage Full
11819 2024.12.19 22:29:37.096037 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11820 2024.12.19 22:29:37.096178 [ 192 ] {8b34b429-6d62-480d-bd41-33dce3ff3ffb::all_1_41_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11821 2024.12.19 22:29:37.096273 [ 192 ] {8b34b429-6d62-480d-bd41-33dce3ff3ffb::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_37_9, total 14 rows starting from the beginning of the part
11822 2024.12.19 22:29:37.096339 [ 278 ] {5807fbca-355f-4fb3-a5b4-e52141146a40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11823 2024.12.19 22:29:37.096518 [ 278 ] {5807fbca-355f-4fb3-a5b4-e52141146a40} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11824 2024.12.19 22:29:37.096530 [ 192 ] {8b34b429-6d62-480d-bd41-33dce3ff3ffb::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 14 rows starting from the beginning of the part
11825 2024.12.19 22:29:37.096987 [ 192 ] {8b34b429-6d62-480d-bd41-33dce3ff3ffb::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 14 rows starting from the beginning of the part
11826 2024.12.19 22:29:37.097258 [ 192 ] {8b34b429-6d62-480d-bd41-33dce3ff3ffb::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 14 rows starting from the beginning of the part
11827 2024.12.19 22:29:37.097580 [ 192 ] {8b34b429-6d62-480d-bd41-33dce3ff3ffb::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 14 rows starting from the beginning of the part
11828 2024.12.19 22:29:37.099294 [ 278 ] {5807fbca-355f-4fb3-a5b4-e52141146a40} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11829 2024.12.19 22:29:37.099389 [ 278 ] {5807fbca-355f-4fb3-a5b4-e52141146a40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB.
11830 2024.12.19 22:29:37.100169 [ 192 ] {8b34b429-6d62-480d-bd41-33dce3ff3ffb::all_1_41_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004346874 sec., 16103.526350200167 rows/sec., 1.19 MiB/sec.
11831 2024.12.19 22:29:37.100378 [ 192 ] {8b34b429-6d62-480d-bd41-33dce3ff3ffb::all_1_41_10} <Trace> MergedBlockOutputStream: filled checksums all_1_41_10 (state Temporary)
11832 2024.12.19 22:29:37.100468 [ 278 ] {5807fbca-355f-4fb3-a5b4-e52141146a40} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary)
11833 2024.12.19 22:29:37.100855 [ 192 ] {8b34b429-6d62-480d-bd41-33dce3ff3ffb::all_1_41_10} <Trace> oximeter.fields_i16 (8b34b429-6d62-480d-bd41-33dce3ff3ffb): Renaming temporary part tmp_merge_all_1_41_10 to all_1_41_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11834 2024.12.19 22:29:37.101000 [ 278 ] {5807fbca-355f-4fb3-a5b4-e52141146a40} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11835 2024.12.19 22:29:37.101061 [ 192 ] {8b34b429-6d62-480d-bd41-33dce3ff3ffb::all_1_41_10} <Trace> oximeter.fields_i16 (8b34b429-6d62-480d-bd41-33dce3ff3ffb) (MergerMutator): Merged 5 parts: [all_1_37_9, all_41_41_0] -> all_1_41_10
11836 2024.12.19 22:29:37.101207 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
11837 2024.12.19 22:29:37.101342 [ 37 ] {} <Debug> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0
11838 2024.12.19 22:29:37.101417 [ 37 ] {} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11839 2024.12.19 22:29:37.101450 [ 278 ] {5807fbca-355f-4fb3-a5b4-e52141146a40} <Debug> executeQuery: Read 229 rows, 20.51 KiB in 0.005196 sec., 44072.36335642802 rows/sec., 3.85 MiB/sec.
11840 2024.12.19 22:29:37.101459 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB.
11841 2024.12.19 22:29:37.101634 [ 278 ] {5807fbca-355f-4fb3-a5b4-e52141146a40} <Debug> TCPHandler: Processed in 0.005779536 sec.
11842 2024.12.19 22:29:37.101686 [ 194 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::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
11843 2024.12.19 22:29:37.101819 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11844 2024.12.19 22:29:37.101839 [ 194 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11845 2024.12.19 22:29:37.101894 [ 194 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 1432 rows starting from the beginning of the part
11846 2024.12.19 22:29:37.102147 [ 194 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 56 rows starting from the beginning of the part
11847 2024.12.19 22:29:37.102242 [ 277 ] {d8a68966-6590-41d3-9d88-659619ab43ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
11848 2024.12.19 22:29:37.102382 [ 194 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::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
11849 2024.12.19 22:29:37.102483 [ 277 ] {d8a68966-6590-41d3-9d88-659619ab43ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
11850 2024.12.19 22:29:37.102694 [ 194 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 229 rows starting from the beginning of the part
11851 2024.12.19 22:29:37.102999 [ 194 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 111 rows starting from the beginning of the part
11852 2024.12.19 22:29:37.103287 [ 194 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 229 rows starting from the beginning of the part
11853 2024.12.19 22:29:37.105161 [ 277 ] {d8a68966-6590-41d3-9d88-659619ab43ab} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11854 2024.12.19 22:29:37.105241 [ 277 ] {d8a68966-6590-41d3-9d88-659619ab43ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB.
11855 2024.12.19 22:29:37.106078 [ 277 ] {d8a68966-6590-41d3-9d88-659619ab43ab} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary)
11856 2024.12.19 22:29:37.106586 [ 277 ] {d8a68966-6590-41d3-9d88-659619ab43ab} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11857 2024.12.19 22:29:37.106810 [ 187 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2167 rows, containing 5 columns (5 merged, 0 gathered) in 0.005211694 sec., 415795.7086505846 rows/sec., 36.57 MiB/sec.
11858 2024.12.19 22:29:37.107005 [ 277 ] {d8a68966-6590-41d3-9d88-659619ab43ab} <Debug> executeQuery: Read 20 rows, 1.43 KiB in 0.005012 sec., 3990.4229848363925 rows/sec., 286.03 KiB/sec.
11859 2024.12.19 22:29:37.107145 [ 277 ] {d8a68966-6590-41d3-9d88-659619ab43ab} <Debug> TCPHandler: Processed in 0.005406987 sec.
11860 2024.12.19 22:29:37.107213 [ 187 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary)
11861 2024.12.19 22:29:37.107342 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11862 2024.12.19 22:29:37.107517 [ 278 ] {aa0a2700-9329-4573-b157-0b66c7f4122c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
11863 2024.12.19 22:29:37.107613 [ 278 ] {aa0a2700-9329-4573-b157-0b66c7f4122c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
11864 2024.12.19 22:29:37.107797 [ 187 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_96_19} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11865 2024.12.19 22:29:37.108000 [ 187 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_96_19} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19
11866 2024.12.19 22:29:37.108203 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB.
11867 2024.12.19 22:29:37.108601 [ 278 ] {aa0a2700-9329-4573-b157-0b66c7f4122c} <Trace> oximeter.fields_u32 (96604386-977a-478c-b894-f09eb465191c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11868 2024.12.19 22:29:37.108647 [ 278 ] {aa0a2700-9329-4573-b157-0b66c7f4122c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB.
11869 2024.12.19 22:29:37.109028 [ 278 ] {aa0a2700-9329-4573-b157-0b66c7f4122c} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
11870 2024.12.19 22:29:37.109287 [ 278 ] {aa0a2700-9329-4573-b157-0b66c7f4122c} <Trace> oximeter.fields_u32 (96604386-977a-478c-b894-f09eb465191c): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11871 2024.12.19 22:29:37.109531 [ 278 ] {aa0a2700-9329-4573-b157-0b66c7f4122c} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002065 sec., 6779.661016949152 rows/sec., 474.80 KiB/sec.
11872 2024.12.19 22:29:37.109634 [ 278 ] {aa0a2700-9329-4573-b157-0b66c7f4122c} <Debug> TCPHandler: Processed in 0.002386672 sec.
11873 2024.12.19 22:29:37.109827 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11874 2024.12.19 22:29:37.109967 [ 277 ] {44c5ba60-778c-4087-b8ab-8f0834cd4df7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
11875 2024.12.19 22:29:37.110027 [ 277 ] {44c5ba60-778c-4087-b8ab-8f0834cd4df7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
11876 2024.12.19 22:29:37.110677 [ 277 ] {44c5ba60-778c-4087-b8ab-8f0834cd4df7} <Trace> oximeter.fields_u8 (74ab6f56-b776-4e15-89eb-af2ec1acc724): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11877 2024.12.19 22:29:37.110717 [ 277 ] {44c5ba60-778c-4087-b8ab-8f0834cd4df7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB.
11878 2024.12.19 22:29:37.111071 [ 277 ] {44c5ba60-778c-4087-b8ab-8f0834cd4df7} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
11879 2024.12.19 22:29:37.111318 [ 277 ] {44c5ba60-778c-4087-b8ab-8f0834cd4df7} <Trace> oximeter.fields_u8 (74ab6f56-b776-4e15-89eb-af2ec1acc724): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11880 2024.12.19 22:29:37.111505 [ 37 ] {} <Debug> oximeter.fields_u8 (74ab6f56-b776-4e15-89eb-af2ec1acc724) (MergerMutator): Selected 5 parts from all_1_37_9 to all_41_41_0
11881 2024.12.19 22:29:37.111562 [ 37 ] {} <Trace> oximeter.fields_u8 (74ab6f56-b776-4e15-89eb-af2ec1acc724): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11882 2024.12.19 22:29:37.111585 [ 277 ] {44c5ba60-778c-4087-b8ab-8f0834cd4df7} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001633 sec., 7960.808328230251 rows/sec., 496.35 KiB/sec.
11883 2024.12.19 22:29:37.111602 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB.
11884 2024.12.19 22:29:37.111747 [ 277 ] {44c5ba60-778c-4087-b8ab-8f0834cd4df7} <Debug> TCPHandler: Processed in 0.001996883 sec.
11885 2024.12.19 22:29:37.111806 [ 195 ] {74ab6f56-b776-4e15-89eb-af2ec1acc724::all_1_41_10} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_37_9 to all_41_41_0 into Compact with storage Full
11886 2024.12.19 22:29:37.111954 [ 195 ] {74ab6f56-b776-4e15-89eb-af2ec1acc724::all_1_41_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11887 2024.12.19 22:29:37.111993 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11888 2024.12.19 22:29:37.112013 [ 195 ] {74ab6f56-b776-4e15-89eb-af2ec1acc724::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_37_9, total 13 rows starting from the beginning of the part
11889 2024.12.19 22:29:37.112276 [ 195 ] {74ab6f56-b776-4e15-89eb-af2ec1acc724::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 13 rows starting from the beginning of the part
11890 2024.12.19 22:29:37.112348 [ 278 ] {2f1c1b36-1d5d-4ccc-a9ab-0e2c1a308b7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11891 2024.12.19 22:29:37.112522 [ 278 ] {2f1c1b36-1d5d-4ccc-a9ab-0e2c1a308b7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11892 2024.12.19 22:29:37.112789 [ 195 ] {74ab6f56-b776-4e15-89eb-af2ec1acc724::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 13 rows starting from the beginning of the part
11893 2024.12.19 22:29:37.113075 [ 195 ] {74ab6f56-b776-4e15-89eb-af2ec1acc724::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 13 rows starting from the beginning of the part
11894 2024.12.19 22:29:37.113530 [ 195 ] {74ab6f56-b776-4e15-89eb-af2ec1acc724::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 13 rows starting from the beginning of the part
11895 2024.12.19 22:29:37.115393 [ 278 ] {2f1c1b36-1d5d-4ccc-a9ab-0e2c1a308b7a} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11896 2024.12.19 22:29:37.115474 [ 278 ] {2f1c1b36-1d5d-4ccc-a9ab-0e2c1a308b7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB.
11897 2024.12.19 22:29:37.116020 [ 186 ] {74ab6f56-b776-4e15-89eb-af2ec1acc724::all_1_41_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004297424 sec., 15125.340203805814 rows/sec., 1002.14 KiB/sec.
11898 2024.12.19 22:29:37.116175 [ 186 ] {74ab6f56-b776-4e15-89eb-af2ec1acc724::all_1_41_10} <Trace> MergedBlockOutputStream: filled checksums all_1_41_10 (state Temporary)
11899 2024.12.19 22:29:37.116273 [ 278 ] {2f1c1b36-1d5d-4ccc-a9ab-0e2c1a308b7a} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary)
11900 2024.12.19 22:29:37.116509 [ 186 ] {74ab6f56-b776-4e15-89eb-af2ec1acc724::all_1_41_10} <Trace> oximeter.fields_u8 (74ab6f56-b776-4e15-89eb-af2ec1acc724): Renaming temporary part tmp_merge_all_1_41_10 to all_1_41_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11901 2024.12.19 22:29:37.116598 [ 278 ] {2f1c1b36-1d5d-4ccc-a9ab-0e2c1a308b7a} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11902 2024.12.19 22:29:37.116630 [ 186 ] {74ab6f56-b776-4e15-89eb-af2ec1acc724::all_1_41_10} <Trace> oximeter.fields_u8 (74ab6f56-b776-4e15-89eb-af2ec1acc724) (MergerMutator): Merged 5 parts: [all_1_37_9, all_41_41_0] -> all_1_41_10
11903 2024.12.19 22:29:37.116764 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
11904 2024.12.19 22:29:37.116826 [ 37 ] {} <Debug> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0
11905 2024.12.19 22:29:37.116903 [ 37 ] {} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11906 2024.12.19 22:29:37.116946 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB.
11907 2024.12.19 22:29:37.116954 [ 278 ] {2f1c1b36-1d5d-4ccc-a9ab-0e2c1a308b7a} <Debug> executeQuery: Read 395 rows, 28.72 KiB in 0.004734 sec., 83438.95226024503 rows/sec., 5.93 MiB/sec.
11908 2024.12.19 22:29:37.117237 [ 278 ] {2f1c1b36-1d5d-4ccc-a9ab-0e2c1a308b7a} <Debug> TCPHandler: Processed in 0.005332426 sec.
11909 2024.12.19 22:29:37.117332 [ 191 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::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
11910 2024.12.19 22:29:37.117534 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11911 2024.12.19 22:29:37.117867 [ 191 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11912 2024.12.19 22:29:37.117978 [ 277 ] {f18bf880-a858-450e-9572-2ad611bcd43e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
11913 2024.12.19 22:29:37.118003 [ 191 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 914 rows starting from the beginning of the part
11914 2024.12.19 22:29:37.118224 [ 277 ] {f18bf880-a858-450e-9572-2ad611bcd43e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
11915 2024.12.19 22:29:37.118469 [ 191 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 64 rows starting from the beginning of the part
11916 2024.12.19 22:29:37.118989 [ 191 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::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
11917 2024.12.19 22:29:37.120184 [ 191 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 395 rows starting from the beginning of the part
11918 2024.12.19 22:29:37.120662 [ 191 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 93 rows starting from the beginning of the part
11919 2024.12.19 22:29:37.121173 [ 191 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 395 rows starting from the beginning of the part
11920 2024.12.19 22:29:37.121906 [ 277 ] {f18bf880-a858-450e-9572-2ad611bcd43e} <Trace> oximeter.measurements_bool (164ca455-e956-4308-a817-eda615c184e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11921 2024.12.19 22:29:37.121954 [ 277 ] {f18bf880-a858-450e-9572-2ad611bcd43e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB.
11922 2024.12.19 22:29:37.122466 [ 277 ] {f18bf880-a858-450e-9572-2ad611bcd43e} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
11923 2024.12.19 22:29:37.122778 [ 277 ] {f18bf880-a858-450e-9572-2ad611bcd43e} <Trace> oximeter.measurements_bool (164ca455-e956-4308-a817-eda615c184e9): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11924 2024.12.19 22:29:37.123120 [ 277 ] {f18bf880-a858-450e-9572-2ad611bcd43e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.005264 sec., 1139.8176291793313 rows/sec., 59.55 KiB/sec.
11925 2024.12.19 22:29:37.123435 [ 277 ] {f18bf880-a858-450e-9572-2ad611bcd43e} <Debug> TCPHandler: Processed in 0.006059352 sec.
11926 2024.12.19 22:29:37.123801 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11927 2024.12.19 22:29:37.124227 [ 278 ] {69c0ec64-78ad-443e-9dab-e1e50f2d67cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11928 2024.12.19 22:29:37.124319 [ 191 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1952 rows, containing 5 columns (5 merged, 0 gathered) in 0.007248178 sec., 269309.05946294364 rows/sec., 20.61 MiB/sec.
11929 2024.12.19 22:29:37.124389 [ 278 ] {69c0ec64-78ad-443e-9dab-e1e50f2d67cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11930 2024.12.19 22:29:37.124632 [ 187 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary)
11931 2024.12.19 22:29:37.125181 [ 187 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_96_19} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11932 2024.12.19 22:29:37.125391 [ 187 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_96_19} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19
11933 2024.12.19 22:29:37.125582 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB.
11934 2024.12.19 22:29:37.125668 [ 278 ] {69c0ec64-78ad-443e-9dab-e1e50f2d67cb} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11935 2024.12.19 22:29:37.125712 [ 278 ] {69c0ec64-78ad-443e-9dab-e1e50f2d67cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB.
11936 2024.12.19 22:29:37.126120 [ 278 ] {69c0ec64-78ad-443e-9dab-e1e50f2d67cb} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary)
11937 2024.12.19 22:29:37.126369 [ 278 ] {69c0ec64-78ad-443e-9dab-e1e50f2d67cb} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11938 2024.12.19 22:29:37.126512 [ 35 ] {} <Debug> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0
11939 2024.12.19 22:29:37.126559 [ 35 ] {} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11940 2024.12.19 22:29:37.126564 [ 278 ] {69c0ec64-78ad-443e-9dab-e1e50f2d67cb} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002506 sec., 94573.02474062251 rows/sec., 6.34 MiB/sec.
11941 2024.12.19 22:29:37.126581 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB.
11942 2024.12.19 22:29:37.126666 [ 278 ] {69c0ec64-78ad-443e-9dab-e1e50f2d67cb} <Debug> TCPHandler: Processed in 0.003082337 sec.
11943 2024.12.19 22:29:37.126717 [ 201 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::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
11944 2024.12.19 22:29:37.126837 [ 201 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11945 2024.12.19 22:29:37.126849 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11946 2024.12.19 22:29:37.126875 [ 201 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_91_18, total 28044 rows starting from the beginning of the part
11947 2024.12.19 22:29:37.127051 [ 201 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 128 rows starting from the beginning of the part
11948 2024.12.19 22:29:37.127354 [ 201 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::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
11949 2024.12.19 22:29:37.127370 [ 277 ] {20d190d7-8309-4fcc-b417-2d029f9e2a4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
11950 2024.12.19 22:29:37.127676 [ 201 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 237 rows starting from the beginning of the part
11951 2024.12.19 22:29:37.127792 [ 277 ] {20d190d7-8309-4fcc-b417-2d029f9e2a4d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
11952 2024.12.19 22:29:37.127931 [ 201 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 161 rows starting from the beginning of the part
11953 2024.12.19 22:29:37.128333 [ 201 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 237 rows starting from the beginning of the part
11954 2024.12.19 22:29:37.129796 [ 277 ] {20d190d7-8309-4fcc-b417-2d029f9e2a4d} <Trace> oximeter.measurements_f64 (f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11955 2024.12.19 22:29:37.129856 [ 277 ] {20d190d7-8309-4fcc-b417-2d029f9e2a4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB.
11956 2024.12.19 22:29:37.130382 [ 277 ] {20d190d7-8309-4fcc-b417-2d029f9e2a4d} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
11957 2024.12.19 22:29:37.130827 [ 277 ] {20d190d7-8309-4fcc-b417-2d029f9e2a4d} <Trace> oximeter.measurements_f64 (f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11958 2024.12.19 22:29:37.131149 [ 35 ] {} <Debug> oximeter.measurements_f64 (f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd) (MergerMutator): Selected 6 parts from all_1_36_8 to all_41_41_0
11959 2024.12.19 22:29:37.131259 [ 35 ] {} <Trace> oximeter.measurements_f64 (f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11960 2024.12.19 22:29:37.131349 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB.
11961 2024.12.19 22:29:37.131542 [ 277 ] {20d190d7-8309-4fcc-b417-2d029f9e2a4d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004304 sec., 232.34200743494426 rows/sec., 15.66 KiB/sec.
11962 2024.12.19 22:29:37.132040 [ 187 ] {f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd::all_1_41_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_36_8 to all_41_41_0 into Compact with storage Full
11963 2024.12.19 22:29:37.132360 [ 277 ] {20d190d7-8309-4fcc-b417-2d029f9e2a4d} <Debug> TCPHandler: Processed in 0.005587072 sec.
11964 2024.12.19 22:29:37.132705 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11965 2024.12.19 22:29:37.132729 [ 187 ] {f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd::all_1_41_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11966 2024.12.19 22:29:37.132966 [ 187 ] {f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd::all_1_41_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_8, total 36 rows starting from the beginning of the part
11967 2024.12.19 22:29:37.133220 [ 278 ] {b2844f9f-3af0-45fc-8dba-02ba26fb7105} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
11968 2024.12.19 22:29:37.133357 [ 187 ] {f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd::all_1_41_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 1 rows starting from the beginning of the part
11969 2024.12.19 22:29:37.133611 [ 278 ] {b2844f9f-3af0-45fc-8dba-02ba26fb7105} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
11970 2024.12.19 22:29:37.133777 [ 187 ] {f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd::all_1_41_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 1 rows starting from the beginning of the part
11971 2024.12.19 22:29:37.134250 [ 187 ] {f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd::all_1_41_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 1 rows starting from the beginning of the part
11972 2024.12.19 22:29:37.134664 [ 187 ] {f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd::all_1_41_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 1 rows starting from the beginning of the part
11973 2024.12.19 22:29:37.135113 [ 187 ] {f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd::all_1_41_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 1 rows starting from the beginning of the part
11974 2024.12.19 22:29:37.138701 [ 201 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 28967 rows, containing 5 columns (5 merged, 0 gathered) in 0.012046832 sec., 2404532.577527436 rows/sec., 162.35 MiB/sec.
11975 2024.12.19 22:29:37.139197 [ 201 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary)
11976 2024.12.19 22:29:37.140274 [ 201 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_96_19} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11977 2024.12.19 22:29:37.140625 [ 201 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_96_19} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19
11978 2024.12.19 22:29:37.140970 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.32 MiB.
11979 2024.12.19 22:29:37.141253 [ 190 ] {f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd::all_1_41_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 41 rows, containing 4 columns (4 merged, 0 gathered) in 0.009750842 sec., 4204.765085927965 rows/sec., 283.33 KiB/sec.
11980 2024.12.19 22:29:37.141489 [ 190 ] {f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd::all_1_41_9} <Trace> MergedBlockOutputStream: filled checksums all_1_41_9 (state Temporary)
11981 2024.12.19 22:29:37.141738 [ 278 ] {b2844f9f-3af0-45fc-8dba-02ba26fb7105} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11982 2024.12.19 22:29:37.141797 [ 278 ] {b2844f9f-3af0-45fc-8dba-02ba26fb7105} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB.
11983 2024.12.19 22:29:37.142165 [ 190 ] {f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd::all_1_41_9} <Trace> oximeter.measurements_f64 (f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd): Renaming temporary part tmp_merge_all_1_41_9 to all_1_41_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11984 2024.12.19 22:29:37.142328 [ 190 ] {f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd::all_1_41_9} <Trace> oximeter.measurements_f64 (f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd) (MergerMutator): Merged 6 parts: [all_1_36_8, all_41_41_0] -> all_1_41_9
11985 2024.12.19 22:29:37.142479 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB.
11986 2024.12.19 22:29:37.142866 [ 278 ] {b2844f9f-3af0-45fc-8dba-02ba26fb7105} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary)
11987 2024.12.19 22:29:37.143158 [ 278 ] {b2844f9f-3af0-45fc-8dba-02ba26fb7105} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11988 2024.12.19 22:29:37.143392 [ 278 ] {b2844f9f-3af0-45fc-8dba-02ba26fb7105} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.010341 sec., 1257.1318054346775 rows/sec., 2.25 MiB/sec.
11989 2024.12.19 22:29:37.143707 [ 278 ] {b2844f9f-3af0-45fc-8dba-02ba26fb7105} <Debug> TCPHandler: Processed in 0.011191913 sec.
11990 2024.12.19 22:29:37.143954 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11991 2024.12.19 22:29:37.144131 [ 277 ] {bf54d20c-6884-4901-a1a3-33466529ded0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11992 2024.12.19 22:29:37.144191 [ 277 ] {bf54d20c-6884-4901-a1a3-33466529ded0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11993 2024.12.19 22:29:37.144737 [ 277 ] {bf54d20c-6884-4901-a1a3-33466529ded0} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11994 2024.12.19 22:29:37.144776 [ 277 ] {bf54d20c-6884-4901-a1a3-33466529ded0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB.
11995 2024.12.19 22:29:37.145159 [ 277 ] {bf54d20c-6884-4901-a1a3-33466529ded0} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary)
11996 2024.12.19 22:29:37.145395 [ 277 ] {bf54d20c-6884-4901-a1a3-33466529ded0} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11997 2024.12.19 22:29:37.145574 [ 35 ] {} <Debug> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0
11998 2024.12.19 22:29:37.145638 [ 35 ] {} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11999 2024.12.19 22:29:37.145654 [ 277 ] {bf54d20c-6884-4901-a1a3-33466529ded0} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001542 sec., 53177.69130998703 rows/sec., 3.38 MiB/sec.
12000 2024.12.19 22:29:37.145677 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB.
12001 2024.12.19 22:29:37.145835 [ 277 ] {bf54d20c-6884-4901-a1a3-33466529ded0} <Debug> TCPHandler: Processed in 0.002020644 sec.
12002 2024.12.19 22:29:37.146092 [ 187 ] {a2784562-0832-4e33-8769-44c7df75eec1::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
12003 2024.12.19 22:29:37.146522 [ 187 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12004 2024.12.19 22:29:37.146604 [ 187 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 5538 rows starting from the beginning of the part
12005 2024.12.19 22:29:37.146948 [ 187 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 48 rows starting from the beginning of the part
12006 2024.12.19 22:29:37.147319 [ 187 ] {a2784562-0832-4e33-8769-44c7df75eec1::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
12007 2024.12.19 22:29:37.147442 [ 187 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 82 rows starting from the beginning of the part
12008 2024.12.19 22:29:37.147543 [ 187 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 60 rows starting from the beginning of the part
12009 2024.12.19 22:29:37.147747 [ 187 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 82 rows starting from the beginning of the part
12010 2024.12.19 22:29:37.149949 [ 198 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5870 rows, containing 4 columns (4 merged, 0 gathered) in 0.00412379 sec., 1423447.8477323046 rows/sec., 92.77 MiB/sec.
12011 2024.12.19 22:29:37.150369 [ 193 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary)
12012 2024.12.19 22:29:37.150665 [ 193 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_96_19} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12013 2024.12.19 22:29:37.150742 [ 193 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_96_19} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19
12014 2024.12.19 22:29:37.150812 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.17 MiB.
12015 2024.12.19 22:29:40.529665 [ 31 ] {} <Debug> DNSResolver: Updating DNS cache
12016 2024.12.19 22:29:40.529736 [ 31 ] {} <Debug> DNSResolver: Updated DNS cache
12017 2024.12.19 22:29:40.735913 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 26596
12018 2024.12.19 22:29:40.736545 [ 244 ] {} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12019 2024.12.19 22:29:40.736592 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB.
12020 2024.12.19 22:29:40.737138 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
12021 2024.12.19 22:29:40.737401 [ 244 ] {} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12022 2024.12.19 22:29:40.737666 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26596
12023 2024.12.19 22:29:42.089613 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12024 2024.12.19 22:29:42.089798 [ 277 ] {5e7049fc-d673-4424-80dd-672322039ab2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
12025 2024.12.19 22:29:42.089872 [ 277 ] {5e7049fc-d673-4424-80dd-672322039ab2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12026 2024.12.19 22:29:42.090648 [ 277 ] {5e7049fc-d673-4424-80dd-672322039ab2} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12027 2024.12.19 22:29:42.090688 [ 277 ] {5e7049fc-d673-4424-80dd-672322039ab2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB.
12028 2024.12.19 22:29:42.091128 [ 277 ] {5e7049fc-d673-4424-80dd-672322039ab2} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary)
12029 2024.12.19 22:29:42.091379 [ 277 ] {5e7049fc-d673-4424-80dd-672322039ab2} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12030 2024.12.19 22:29:42.091590 [ 277 ] {5e7049fc-d673-4424-80dd-672322039ab2} <Debug> executeQuery: Read 110 rows, 9.44 KiB in 0.001842 sec., 59717.69815418024 rows/sec., 5.00 MiB/sec.
12031 2024.12.19 22:29:42.091677 [ 277 ] {5e7049fc-d673-4424-80dd-672322039ab2} <Debug> TCPHandler: Processed in 0.002189368 sec.
12032 2024.12.19 22:29:42.091987 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12033 2024.12.19 22:29:42.092210 [ 278 ] {3fff2b55-a030-4394-8bd9-ec4e4522bd30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
12034 2024.12.19 22:29:42.092288 [ 278 ] {3fff2b55-a030-4394-8bd9-ec4e4522bd30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
12035 2024.12.19 22:29:42.093059 [ 278 ] {3fff2b55-a030-4394-8bd9-ec4e4522bd30} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12036 2024.12.19 22:29:42.093115 [ 278 ] {3fff2b55-a030-4394-8bd9-ec4e4522bd30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB.
12037 2024.12.19 22:29:42.093554 [ 278 ] {3fff2b55-a030-4394-8bd9-ec4e4522bd30} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary)
12038 2024.12.19 22:29:42.093822 [ 278 ] {3fff2b55-a030-4394-8bd9-ec4e4522bd30} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12039 2024.12.19 22:29:42.094088 [ 278 ] {3fff2b55-a030-4394-8bd9-ec4e4522bd30} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.001932 sec., 13975.155279503106 rows/sec., 1.03 MiB/sec.
12040 2024.12.19 22:29:42.094162 [ 278 ] {3fff2b55-a030-4394-8bd9-ec4e4522bd30} <Debug> TCPHandler: Processed in 0.002371072 sec.
12041 2024.12.19 22:29:42.094306 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12042 2024.12.19 22:29:42.094446 [ 277 ] {d1ede000-0728-4c2b-89da-995e34abf666} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
12043 2024.12.19 22:29:42.094503 [ 277 ] {d1ede000-0728-4c2b-89da-995e34abf666} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12044 2024.12.19 22:29:42.095232 [ 277 ] {d1ede000-0728-4c2b-89da-995e34abf666} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12045 2024.12.19 22:29:42.095280 [ 277 ] {d1ede000-0728-4c2b-89da-995e34abf666} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB.
12046 2024.12.19 22:29:42.095686 [ 277 ] {d1ede000-0728-4c2b-89da-995e34abf666} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary)
12047 2024.12.19 22:29:42.095920 [ 277 ] {d1ede000-0728-4c2b-89da-995e34abf666} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12048 2024.12.19 22:29:42.096129 [ 277 ] {d1ede000-0728-4c2b-89da-995e34abf666} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001713 sec., 53123.17571511968 rows/sec., 4.15 MiB/sec.
12049 2024.12.19 22:29:42.096183 [ 277 ] {d1ede000-0728-4c2b-89da-995e34abf666} <Debug> TCPHandler: Processed in 0.001941962 sec.
12050 2024.12.19 22:29:42.096327 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12051 2024.12.19 22:29:42.096454 [ 278 ] {b5b50990-d3a8-4719-baa4-c424c48a1e23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
12052 2024.12.19 22:29:42.096512 [ 278 ] {b5b50990-d3a8-4719-baa4-c424c48a1e23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
12053 2024.12.19 22:29:42.097252 [ 278 ] {b5b50990-d3a8-4719-baa4-c424c48a1e23} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12054 2024.12.19 22:29:42.097302 [ 278 ] {b5b50990-d3a8-4719-baa4-c424c48a1e23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB.
12055 2024.12.19 22:29:42.097754 [ 278 ] {b5b50990-d3a8-4719-baa4-c424c48a1e23} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary)
12056 2024.12.19 22:29:42.097999 [ 278 ] {b5b50990-d3a8-4719-baa4-c424c48a1e23} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12057 2024.12.19 22:29:42.098217 [ 278 ] {b5b50990-d3a8-4719-baa4-c424c48a1e23} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001793 sec., 89235.91745677634 rows/sec., 6.22 MiB/sec.
12058 2024.12.19 22:29:42.098276 [ 278 ] {b5b50990-d3a8-4719-baa4-c424c48a1e23} <Debug> TCPHandler: Processed in 0.002005664 sec.
12059 2024.12.19 22:29:42.098435 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12060 2024.12.19 22:29:42.098558 [ 277 ] {8327500b-999b-46cb-8cab-e9663e2dc70f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
12061 2024.12.19 22:29:42.098653 [ 277 ] {8327500b-999b-46cb-8cab-e9663e2dc70f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
12062 2024.12.19 22:29:42.099969 [ 277 ] {8327500b-999b-46cb-8cab-e9663e2dc70f} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12063 2024.12.19 22:29:42.100008 [ 277 ] {8327500b-999b-46cb-8cab-e9663e2dc70f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB.
12064 2024.12.19 22:29:42.100649 [ 277 ] {8327500b-999b-46cb-8cab-e9663e2dc70f} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary)
12065 2024.12.19 22:29:42.100899 [ 277 ] {8327500b-999b-46cb-8cab-e9663e2dc70f} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12066 2024.12.19 22:29:42.101157 [ 277 ] {8327500b-999b-46cb-8cab-e9663e2dc70f} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002628 sec., 10273.972602739726 rows/sec., 18.41 MiB/sec.
12067 2024.12.19 22:29:42.101252 [ 277 ] {8327500b-999b-46cb-8cab-e9663e2dc70f} <Debug> TCPHandler: Processed in 0.002872803 sec.
12068 2024.12.19 22:29:42.101420 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12069 2024.12.19 22:29:42.101561 [ 278 ] {528caee1-7ea5-4cd1-855b-94a02409ef8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
12070 2024.12.19 22:29:42.101613 [ 278 ] {528caee1-7ea5-4cd1-855b-94a02409ef8b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
12071 2024.12.19 22:29:42.102126 [ 278 ] {528caee1-7ea5-4cd1-855b-94a02409ef8b} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12072 2024.12.19 22:29:42.102166 [ 278 ] {528caee1-7ea5-4cd1-855b-94a02409ef8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB.
12073 2024.12.19 22:29:42.102547 [ 278 ] {528caee1-7ea5-4cd1-855b-94a02409ef8b} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary)
12074 2024.12.19 22:29:42.102804 [ 278 ] {528caee1-7ea5-4cd1-855b-94a02409ef8b} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12075 2024.12.19 22:29:42.103034 [ 278 ] {528caee1-7ea5-4cd1-855b-94a02409ef8b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001501 sec., 39973.35109926716 rows/sec., 2.69 MiB/sec.
12076 2024.12.19 22:29:42.103136 [ 278 ] {528caee1-7ea5-4cd1-855b-94a02409ef8b} <Debug> TCPHandler: Processed in 0.001782378 sec.
12077 2024.12.19 22:29:42.582202 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 438
12078 2024.12.19 22:29:42.601733 [ 243 ] {} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12079 2024.12.19 22:29:42.601779 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB.
12080 2024.12.19 22:29:42.609104 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
12081 2024.12.19 22:29:42.609885 [ 243 ] {} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12082 2024.12.19 22:29:42.612507 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 438
12083 2024.12.19 22:29:42.757620 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12084 2024.12.19 22:29:42.757793 [ 277 ] {38cd775e-cca4-44bc-adea-50fc50535c1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
12085 2024.12.19 22:29:42.757863 [ 277 ] {38cd775e-cca4-44bc-adea-50fc50535c1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
12086 2024.12.19 22:29:42.758582 [ 277 ] {38cd775e-cca4-44bc-adea-50fc50535c1b} <Trace> oximeter.fields_i16 (8b34b429-6d62-480d-bd41-33dce3ff3ffb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12087 2024.12.19 22:29:42.758623 [ 277 ] {38cd775e-cca4-44bc-adea-50fc50535c1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB.
12088 2024.12.19 22:29:42.758993 [ 277 ] {38cd775e-cca4-44bc-adea-50fc50535c1b} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
12089 2024.12.19 22:29:42.759232 [ 277 ] {38cd775e-cca4-44bc-adea-50fc50535c1b} <Trace> oximeter.fields_i16 (8b34b429-6d62-480d-bd41-33dce3ff3ffb): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12090 2024.12.19 22:29:42.759471 [ 277 ] {38cd775e-cca4-44bc-adea-50fc50535c1b} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001725 sec., 8115.942028985507 rows/sec., 584.24 KiB/sec.
12091 2024.12.19 22:29:42.759525 [ 277 ] {38cd775e-cca4-44bc-adea-50fc50535c1b} <Debug> TCPHandler: Processed in 0.002072445 sec.
12092 2024.12.19 22:29:42.759786 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12093 2024.12.19 22:29:42.759986 [ 278 ] {da37c477-b566-41c7-91ca-73ce7f3641fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
12094 2024.12.19 22:29:42.760062 [ 278 ] {da37c477-b566-41c7-91ca-73ce7f3641fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
12095 2024.12.19 22:29:42.760838 [ 278 ] {da37c477-b566-41c7-91ca-73ce7f3641fe} <Trace> oximeter.fields_ipaddr (15c96da1-d320-4880-85e7-7388ae0c0cda): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12096 2024.12.19 22:29:42.760894 [ 278 ] {da37c477-b566-41c7-91ca-73ce7f3641fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB.
12097 2024.12.19 22:29:42.761339 [ 278 ] {da37c477-b566-41c7-91ca-73ce7f3641fe} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
12098 2024.12.19 22:29:42.761603 [ 278 ] {da37c477-b566-41c7-91ca-73ce7f3641fe} <Trace> oximeter.fields_ipaddr (15c96da1-d320-4880-85e7-7388ae0c0cda): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12099 2024.12.19 22:29:42.761911 [ 278 ] {da37c477-b566-41c7-91ca-73ce7f3641fe} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001972 sec., 8113.590263691684 rows/sec., 661.61 KiB/sec.
12100 2024.12.19 22:29:42.762121 [ 278 ] {da37c477-b566-41c7-91ca-73ce7f3641fe} <Debug> TCPHandler: Processed in 0.002468564 sec.
12101 2024.12.19 22:29:42.762304 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12102 2024.12.19 22:29:42.762446 [ 277 ] {b8059989-ff5f-494d-b938-0421e762e496} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
12103 2024.12.19 22:29:42.762505 [ 277 ] {b8059989-ff5f-494d-b938-0421e762e496} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12104 2024.12.19 22:29:42.763794 [ 277 ] {b8059989-ff5f-494d-b938-0421e762e496} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12105 2024.12.19 22:29:42.763835 [ 277 ] {b8059989-ff5f-494d-b938-0421e762e496} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB.
12106 2024.12.19 22:29:42.764274 [ 277 ] {b8059989-ff5f-494d-b938-0421e762e496} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary)
12107 2024.12.19 22:29:42.764506 [ 277 ] {b8059989-ff5f-494d-b938-0421e762e496} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12108 2024.12.19 22:29:42.764722 [ 277 ] {b8059989-ff5f-494d-b938-0421e762e496} <Debug> executeQuery: Read 1377 rows, 117.21 KiB in 0.002306 sec., 597137.9011274935 rows/sec., 49.64 MiB/sec.
12109 2024.12.19 22:29:42.764773 [ 277 ] {b8059989-ff5f-494d-b938-0421e762e496} <Debug> TCPHandler: Processed in 0.002536375 sec.
12110 2024.12.19 22:29:42.764931 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12111 2024.12.19 22:29:42.765081 [ 278 ] {60601320-5357-4d13-9b36-8e7c81de6b69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
12112 2024.12.19 22:29:42.765143 [ 278 ] {60601320-5357-4d13-9b36-8e7c81de6b69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
12113 2024.12.19 22:29:42.765826 [ 278 ] {60601320-5357-4d13-9b36-8e7c81de6b69} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12114 2024.12.19 22:29:42.765869 [ 278 ] {60601320-5357-4d13-9b36-8e7c81de6b69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB.
12115 2024.12.19 22:29:42.766248 [ 278 ] {60601320-5357-4d13-9b36-8e7c81de6b69} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary)
12116 2024.12.19 22:29:42.766498 [ 278 ] {60601320-5357-4d13-9b36-8e7c81de6b69} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12117 2024.12.19 22:29:42.766710 [ 278 ] {60601320-5357-4d13-9b36-8e7c81de6b69} <Debug> executeQuery: Read 36 rows, 2.55 KiB in 0.001657 sec., 21726.01086300543 rows/sec., 1.50 MiB/sec.
12118 2024.12.19 22:29:42.766817 [ 278 ] {60601320-5357-4d13-9b36-8e7c81de6b69} <Debug> TCPHandler: Processed in 0.001951853 sec.
12119 2024.12.19 22:29:42.767027 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12120 2024.12.19 22:29:42.767216 [ 277 ] {3910d11c-c817-4379-9b72-87ee84d864fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
12121 2024.12.19 22:29:42.767273 [ 277 ] {3910d11c-c817-4379-9b72-87ee84d864fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
12122 2024.12.19 22:29:42.767980 [ 277 ] {3910d11c-c817-4379-9b72-87ee84d864fc} <Trace> oximeter.fields_u32 (96604386-977a-478c-b894-f09eb465191c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12123 2024.12.19 22:29:42.768020 [ 277 ] {3910d11c-c817-4379-9b72-87ee84d864fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB.
12124 2024.12.19 22:29:42.768390 [ 277 ] {3910d11c-c817-4379-9b72-87ee84d864fc} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
12125 2024.12.19 22:29:42.768618 [ 277 ] {3910d11c-c817-4379-9b72-87ee84d864fc} <Trace> oximeter.fields_u32 (96604386-977a-478c-b894-f09eb465191c): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12126 2024.12.19 22:29:42.768835 [ 277 ] {3910d11c-c817-4379-9b72-87ee84d864fc} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.00165 sec., 146666.66666666666 rows/sec., 9.94 MiB/sec.
12127 2024.12.19 22:29:42.768887 [ 277 ] {3910d11c-c817-4379-9b72-87ee84d864fc} <Debug> TCPHandler: Processed in 0.001982813 sec.
12128 2024.12.19 22:29:42.769040 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12129 2024.12.19 22:29:42.769184 [ 278 ] {09624b6b-5c8a-45e4-b90f-40b747341550} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
12130 2024.12.19 22:29:42.769244 [ 278 ] {09624b6b-5c8a-45e4-b90f-40b747341550} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
12131 2024.12.19 22:29:42.769879 [ 278 ] {09624b6b-5c8a-45e4-b90f-40b747341550} <Trace> oximeter.fields_u8 (74ab6f56-b776-4e15-89eb-af2ec1acc724): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12132 2024.12.19 22:29:42.769917 [ 278 ] {09624b6b-5c8a-45e4-b90f-40b747341550} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB.
12133 2024.12.19 22:29:42.770279 [ 278 ] {09624b6b-5c8a-45e4-b90f-40b747341550} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
12134 2024.12.19 22:29:42.770539 [ 278 ] {09624b6b-5c8a-45e4-b90f-40b747341550} <Trace> oximeter.fields_u8 (74ab6f56-b776-4e15-89eb-af2ec1acc724): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12135 2024.12.19 22:29:42.770743 [ 278 ] {09624b6b-5c8a-45e4-b90f-40b747341550} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00159 sec., 8176.100628930817 rows/sec., 509.78 KiB/sec.
12136 2024.12.19 22:29:42.770846 [ 278 ] {09624b6b-5c8a-45e4-b90f-40b747341550} <Debug> TCPHandler: Processed in 0.00186847 sec.
12137 2024.12.19 22:29:42.771094 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12138 2024.12.19 22:29:42.771219 [ 277 ] {bcd79f20-0cd4-49dc-8e68-ebbb14976957} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
12139 2024.12.19 22:29:42.771267 [ 277 ] {bcd79f20-0cd4-49dc-8e68-ebbb14976957} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12140 2024.12.19 22:29:42.772168 [ 277 ] {bcd79f20-0cd4-49dc-8e68-ebbb14976957} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12141 2024.12.19 22:29:42.772208 [ 277 ] {bcd79f20-0cd4-49dc-8e68-ebbb14976957} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB.
12142 2024.12.19 22:29:42.772598 [ 277 ] {bcd79f20-0cd4-49dc-8e68-ebbb14976957} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary)
12143 2024.12.19 22:29:42.772839 [ 277 ] {bcd79f20-0cd4-49dc-8e68-ebbb14976957} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12144 2024.12.19 22:29:42.773062 [ 277 ] {bcd79f20-0cd4-49dc-8e68-ebbb14976957} <Debug> executeQuery: Read 867 rows, 64.32 KiB in 0.001857 sec., 466882.0678513732 rows/sec., 33.82 MiB/sec.
12145 2024.12.19 22:29:42.773127 [ 277 ] {bcd79f20-0cd4-49dc-8e68-ebbb14976957} <Debug> TCPHandler: Processed in 0.002180477 sec.
12146 2024.12.19 22:29:42.773310 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12147 2024.12.19 22:29:42.773615 [ 278 ] {4011ad3b-d47d-40c1-a8d5-479defbd8c3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
12148 2024.12.19 22:29:42.773685 [ 278 ] {4011ad3b-d47d-40c1-a8d5-479defbd8c3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
12149 2024.12.19 22:29:42.774181 [ 278 ] {4011ad3b-d47d-40c1-a8d5-479defbd8c3e} <Trace> oximeter.measurements_bool (164ca455-e956-4308-a817-eda615c184e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12150 2024.12.19 22:29:42.774220 [ 278 ] {4011ad3b-d47d-40c1-a8d5-479defbd8c3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB.
12151 2024.12.19 22:29:42.774593 [ 278 ] {4011ad3b-d47d-40c1-a8d5-479defbd8c3e} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
12152 2024.12.19 22:29:42.774840 [ 278 ] {4011ad3b-d47d-40c1-a8d5-479defbd8c3e} <Trace> oximeter.measurements_bool (164ca455-e956-4308-a817-eda615c184e9): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12153 2024.12.19 22:29:42.775023 [ 278 ] {4011ad3b-d47d-40c1-a8d5-479defbd8c3e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00152 sec., 3947.368421052631 rows/sec., 206.23 KiB/sec.
12154 2024.12.19 22:29:42.775078 [ 278 ] {4011ad3b-d47d-40c1-a8d5-479defbd8c3e} <Debug> TCPHandler: Processed in 0.001861761 sec.
12155 2024.12.19 22:29:42.775240 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12156 2024.12.19 22:29:42.775378 [ 277 ] {0df8b06d-00d8-4dd6-862e-9aa68cb39c8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
12157 2024.12.19 22:29:42.775441 [ 277 ] {0df8b06d-00d8-4dd6-862e-9aa68cb39c8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
12158 2024.12.19 22:29:42.776226 [ 277 ] {0df8b06d-00d8-4dd6-862e-9aa68cb39c8f} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12159 2024.12.19 22:29:42.776265 [ 277 ] {0df8b06d-00d8-4dd6-862e-9aa68cb39c8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB.
12160 2024.12.19 22:29:42.776700 [ 277 ] {0df8b06d-00d8-4dd6-862e-9aa68cb39c8f} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary)
12161 2024.12.19 22:29:42.776944 [ 277 ] {0df8b06d-00d8-4dd6-862e-9aa68cb39c8f} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12162 2024.12.19 22:29:42.777170 [ 277 ] {0df8b06d-00d8-4dd6-862e-9aa68cb39c8f} <Debug> executeQuery: Read 963 rows, 65.53 KiB in 0.001823 sec., 528250.1371365881 rows/sec., 35.10 MiB/sec.
12163 2024.12.19 22:29:42.777224 [ 277 ] {0df8b06d-00d8-4dd6-862e-9aa68cb39c8f} <Debug> TCPHandler: Processed in 0.002050814 sec.
12164 2024.12.19 22:29:42.777378 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12165 2024.12.19 22:29:42.777521 [ 278 ] {8e5582fe-66f9-4a0a-ad79-7580dccc4f12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
12166 2024.12.19 22:29:42.777582 [ 278 ] {8e5582fe-66f9-4a0a-ad79-7580dccc4f12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
12167 2024.12.19 22:29:42.778142 [ 278 ] {8e5582fe-66f9-4a0a-ad79-7580dccc4f12} <Trace> oximeter.measurements_f64 (f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12168 2024.12.19 22:29:42.778187 [ 278 ] {8e5582fe-66f9-4a0a-ad79-7580dccc4f12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB.
12169 2024.12.19 22:29:42.778609 [ 278 ] {8e5582fe-66f9-4a0a-ad79-7580dccc4f12} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
12170 2024.12.19 22:29:42.778855 [ 278 ] {8e5582fe-66f9-4a0a-ad79-7580dccc4f12} <Trace> oximeter.measurements_f64 (f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12171 2024.12.19 22:29:42.779037 [ 278 ] {8e5582fe-66f9-4a0a-ad79-7580dccc4f12} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00155 sec., 645.1612903225806 rows/sec., 43.47 KiB/sec.
12172 2024.12.19 22:29:42.779096 [ 278 ] {8e5582fe-66f9-4a0a-ad79-7580dccc4f12} <Debug> TCPHandler: Processed in 0.001782608 sec.
12173 2024.12.19 22:29:42.779242 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12174 2024.12.19 22:29:42.779362 [ 277 ] {4c3450d5-706b-4ebb-9e0c-df03b098f2de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
12175 2024.12.19 22:29:42.779446 [ 277 ] {4c3450d5-706b-4ebb-9e0c-df03b098f2de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
12176 2024.12.19 22:29:42.780540 [ 277 ] {4c3450d5-706b-4ebb-9e0c-df03b098f2de} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12177 2024.12.19 22:29:42.780581 [ 277 ] {4c3450d5-706b-4ebb-9e0c-df03b098f2de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB.
12178 2024.12.19 22:29:42.781182 [ 277 ] {4c3450d5-706b-4ebb-9e0c-df03b098f2de} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary)
12179 2024.12.19 22:29:42.781447 [ 277 ] {4c3450d5-706b-4ebb-9e0c-df03b098f2de} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12180 2024.12.19 22:29:42.781733 [ 277 ] {4c3450d5-706b-4ebb-9e0c-df03b098f2de} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002386 sec., 5448.449287510478 rows/sec., 9.76 MiB/sec.
12181 2024.12.19 22:29:42.782028 [ 277 ] {4c3450d5-706b-4ebb-9e0c-df03b098f2de} <Debug> TCPHandler: Processed in 0.002835062 sec.
12182 2024.12.19 22:29:42.782285 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12183 2024.12.19 22:29:42.782456 [ 278 ] {d62a2762-e1af-4665-b628-54b5ceade37e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
12184 2024.12.19 22:29:42.782515 [ 278 ] {d62a2762-e1af-4665-b628-54b5ceade37e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
12185 2024.12.19 22:29:42.782988 [ 278 ] {d62a2762-e1af-4665-b628-54b5ceade37e} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12186 2024.12.19 22:29:42.783026 [ 278 ] {d62a2762-e1af-4665-b628-54b5ceade37e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB.
12187 2024.12.19 22:29:42.783399 [ 278 ] {d62a2762-e1af-4665-b628-54b5ceade37e} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary)
12188 2024.12.19 22:29:42.783640 [ 278 ] {d62a2762-e1af-4665-b628-54b5ceade37e} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12189 2024.12.19 22:29:42.783828 [ 278 ] {d62a2762-e1af-4665-b628-54b5ceade37e} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001403 sec., 24233.784746970778 rows/sec., 1.41 MiB/sec.
12190 2024.12.19 22:29:42.783877 [ 278 ] {d62a2762-e1af-4665-b628-54b5ceade37e} <Debug> TCPHandler: Processed in 0.001740027 sec.
12191 2024.12.19 22:29:43.000162 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 250.04 MiB, peak 258.65 MiB, free memory in arenas 0.00 B, will set to 248.23 MiB (RSS), difference: -1.81 MiB
12192 2024.12.19 22:29:45.869209 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 1732
12193 2024.12.19 22:29:45.872754 [ 242 ] {} <Trace> system.query_log (70720294-7ac9-485f-8b0b-2131ff2acf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12194 2024.12.19 22:29:45.872796 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB.
12195 2024.12.19 22:29:45.874271 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
12196 2024.12.19 22:29:45.874591 [ 242 ] {} <Trace> system.query_log (70720294-7ac9-485f-8b0b-2131ff2acf2b): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12197 2024.12.19 22:29:45.875071 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1732
12198 2024.12.19 22:29:47.087278 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12199 2024.12.19 22:29:47.087495 [ 277 ] {85a55a14-a16c-4622-aee8-dbf01319aab2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
12200 2024.12.19 22:29:47.087580 [ 277 ] {85a55a14-a16c-4622-aee8-dbf01319aab2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12201 2024.12.19 22:29:47.088408 [ 277 ] {85a55a14-a16c-4622-aee8-dbf01319aab2} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12202 2024.12.19 22:29:47.088460 [ 277 ] {85a55a14-a16c-4622-aee8-dbf01319aab2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB.
12203 2024.12.19 22:29:47.088904 [ 277 ] {85a55a14-a16c-4622-aee8-dbf01319aab2} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary)
12204 2024.12.19 22:29:47.089165 [ 277 ] {85a55a14-a16c-4622-aee8-dbf01319aab2} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12205 2024.12.19 22:29:47.089382 [ 277 ] {85a55a14-a16c-4622-aee8-dbf01319aab2} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001946 sec., 28776.978417266186 rows/sec., 2.20 MiB/sec.
12206 2024.12.19 22:29:47.089453 [ 277 ] {85a55a14-a16c-4622-aee8-dbf01319aab2} <Debug> TCPHandler: Processed in 0.002309471 sec.
12207 2024.12.19 22:29:47.089724 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12208 2024.12.19 22:29:47.089960 [ 278 ] {56d23a76-78a0-4f46-babc-2fae2453064e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
12209 2024.12.19 22:29:47.090045 [ 278 ] {56d23a76-78a0-4f46-babc-2fae2453064e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12210 2024.12.19 22:29:47.090929 [ 278 ] {56d23a76-78a0-4f46-babc-2fae2453064e} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12211 2024.12.19 22:29:47.090988 [ 278 ] {56d23a76-78a0-4f46-babc-2fae2453064e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB.
12212 2024.12.19 22:29:47.091464 [ 278 ] {56d23a76-78a0-4f46-babc-2fae2453064e} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary)
12213 2024.12.19 22:29:47.091735 [ 278 ] {56d23a76-78a0-4f46-babc-2fae2453064e} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12214 2024.12.19 22:29:47.091987 [ 278 ] {56d23a76-78a0-4f46-babc-2fae2453064e} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002089 sec., 30636.66826232647 rows/sec., 2.39 MiB/sec.
12215 2024.12.19 22:29:47.092059 [ 278 ] {56d23a76-78a0-4f46-babc-2fae2453064e} <Debug> TCPHandler: Processed in 0.002474733 sec.
12216 2024.12.19 22:29:47.092213 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12217 2024.12.19 22:29:47.092361 [ 277 ] {67b1e720-8907-4306-afbc-53d040b2ad7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
12218 2024.12.19 22:29:47.092429 [ 277 ] {67b1e720-8907-4306-afbc-53d040b2ad7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
12219 2024.12.19 22:29:47.093037 [ 277 ] {67b1e720-8907-4306-afbc-53d040b2ad7b} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12220 2024.12.19 22:29:47.093076 [ 277 ] {67b1e720-8907-4306-afbc-53d040b2ad7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB.
12221 2024.12.19 22:29:47.093481 [ 277 ] {67b1e720-8907-4306-afbc-53d040b2ad7b} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary)
12222 2024.12.19 22:29:47.093731 [ 277 ] {67b1e720-8907-4306-afbc-53d040b2ad7b} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12223 2024.12.19 22:29:47.093917 [ 277 ] {67b1e720-8907-4306-afbc-53d040b2ad7b} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001591 sec., 80452.54556882464 rows/sec., 5.60 MiB/sec.
12224 2024.12.19 22:29:47.093973 [ 277 ] {67b1e720-8907-4306-afbc-53d040b2ad7b} <Debug> TCPHandler: Processed in 0.00182993 sec.
12225 2024.12.19 22:29:47.094137 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12226 2024.12.19 22:29:47.094285 [ 278 ] {157a4036-3f63-4503-8098-a2d5561acfed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
12227 2024.12.19 22:29:47.094352 [ 278 ] {157a4036-3f63-4503-8098-a2d5561acfed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
12228 2024.12.19 22:29:47.094936 [ 278 ] {157a4036-3f63-4503-8098-a2d5561acfed} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12229 2024.12.19 22:29:47.094979 [ 278 ] {157a4036-3f63-4503-8098-a2d5561acfed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB.
12230 2024.12.19 22:29:47.095373 [ 278 ] {157a4036-3f63-4503-8098-a2d5561acfed} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary)
12231 2024.12.19 22:29:47.095626 [ 278 ] {157a4036-3f63-4503-8098-a2d5561acfed} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12232 2024.12.19 22:29:47.095876 [ 278 ] {157a4036-3f63-4503-8098-a2d5561acfed} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001626 sec., 29520.295202952027 rows/sec., 1.99 MiB/sec.
12233 2024.12.19 22:29:47.095932 [ 278 ] {157a4036-3f63-4503-8098-a2d5561acfed} <Debug> TCPHandler: Processed in 0.001865591 sec.
12234 2024.12.19 22:29:48.238787 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 27084
12235 2024.12.19 22:29:48.239477 [ 244 ] {} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12236 2024.12.19 22:29:48.239522 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB.
12237 2024.12.19 22:29:48.240056 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
12238 2024.12.19 22:29:48.240313 [ 244 ] {} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12239 2024.12.19 22:29:48.240547 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27084
12240 2024.12.19 22:29:50.113554 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 445
12241 2024.12.19 22:29:50.135554 [ 243 ] {} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12242 2024.12.19 22:29:50.135620 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB.
12243 2024.12.19 22:29:50.143192 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
12244 2024.12.19 22:29:50.144005 [ 243 ] {} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12245 2024.12.19 22:29:50.147251 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 445
12246 2024.12.19 22:29:52.090747 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12247 2024.12.19 22:29:52.090952 [ 277 ] {4590ba40-cbbb-4d12-9faf-b75f0f8e3742} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
12248 2024.12.19 22:29:52.091033 [ 277 ] {4590ba40-cbbb-4d12-9faf-b75f0f8e3742} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12249 2024.12.19 22:29:52.091964 [ 277 ] {4590ba40-cbbb-4d12-9faf-b75f0f8e3742} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12250 2024.12.19 22:29:52.092011 [ 277 ] {4590ba40-cbbb-4d12-9faf-b75f0f8e3742} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB.
12251 2024.12.19 22:29:52.092457 [ 277 ] {4590ba40-cbbb-4d12-9faf-b75f0f8e3742} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary)
12252 2024.12.19 22:29:52.092721 [ 277 ] {4590ba40-cbbb-4d12-9faf-b75f0f8e3742} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12253 2024.12.19 22:29:52.092983 [ 277 ] {4590ba40-cbbb-4d12-9faf-b75f0f8e3742} <Debug> executeQuery: Read 110 rows, 9.44 KiB in 0.002088 sec., 52681.99233716475 rows/sec., 4.41 MiB/sec.
12254 2024.12.19 22:29:52.093041 [ 277 ] {4590ba40-cbbb-4d12-9faf-b75f0f8e3742} <Debug> TCPHandler: Processed in 0.002420403 sec.
12255 2024.12.19 22:29:52.093306 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12256 2024.12.19 22:29:52.093533 [ 278 ] {608d1445-5270-4eaa-bd29-eca36b48b894} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
12257 2024.12.19 22:29:52.093616 [ 278 ] {608d1445-5270-4eaa-bd29-eca36b48b894} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
12258 2024.12.19 22:29:52.094411 [ 278 ] {608d1445-5270-4eaa-bd29-eca36b48b894} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12259 2024.12.19 22:29:52.094465 [ 278 ] {608d1445-5270-4eaa-bd29-eca36b48b894} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB.
12260 2024.12.19 22:29:52.094918 [ 278 ] {608d1445-5270-4eaa-bd29-eca36b48b894} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary)
12261 2024.12.19 22:29:52.095181 [ 278 ] {608d1445-5270-4eaa-bd29-eca36b48b894} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12262 2024.12.19 22:29:52.095376 [ 129 ] {} <Debug> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df) (MergerMutator): Selected 6 parts from all_1_75_15 to all_80_80_0
12263 2024.12.19 22:29:52.095446 [ 278 ] {608d1445-5270-4eaa-bd29-eca36b48b894} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.001969 sec., 13712.544438801424 rows/sec., 1.01 MiB/sec.
12264 2024.12.19 22:29:52.095456 [ 129 ] {} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12265 2024.12.19 22:29:52.095530 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB.
12266 2024.12.19 22:29:52.095588 [ 278 ] {608d1445-5270-4eaa-bd29-eca36b48b894} <Debug> TCPHandler: Processed in 0.002421742 sec.
12267 2024.12.19 22:29:52.095913 [ 200 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_80_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_75_15 to all_80_80_0 into Compact with storage Full
12268 2024.12.19 22:29:52.096019 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12269 2024.12.19 22:29:52.096498 [ 200 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_80_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12270 2024.12.19 22:29:52.096655 [ 200 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_75_15, total 65 rows starting from the beginning of the part
12271 2024.12.19 22:29:52.096725 [ 277 ] {88bf41a5-2bfa-4cc5-a37f-89039a1a4a12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
12272 2024.12.19 22:29:52.096927 [ 200 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 29 rows starting from the beginning of the part
12273 2024.12.19 22:29:52.096995 [ 277 ] {88bf41a5-2bfa-4cc5-a37f-89039a1a4a12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12274 2024.12.19 22:29:52.097289 [ 200 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 20 rows starting from the beginning of the part
12275 2024.12.19 22:29:52.097589 [ 200 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 27 rows starting from the beginning of the part
12276 2024.12.19 22:29:52.097915 [ 200 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 36 rows starting from the beginning of the part
12277 2024.12.19 22:29:52.098236 [ 200 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 27 rows starting from the beginning of the part
12278 2024.12.19 22:29:52.100113 [ 277 ] {88bf41a5-2bfa-4cc5-a37f-89039a1a4a12} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12279 2024.12.19 22:29:52.100183 [ 277 ] {88bf41a5-2bfa-4cc5-a37f-89039a1a4a12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB.
12280 2024.12.19 22:29:52.101213 [ 277 ] {88bf41a5-2bfa-4cc5-a37f-89039a1a4a12} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary)
12281 2024.12.19 22:29:52.101357 [ 193 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_80_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 204 rows, containing 5 columns (5 merged, 0 gathered) in 0.005715314 sec., 35693.576940829495 rows/sec., 2.69 MiB/sec.
12282 2024.12.19 22:29:52.101632 [ 198 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_80_16} <Trace> MergedBlockOutputStream: filled checksums all_1_80_16 (state Temporary)
12283 2024.12.19 22:29:52.101682 [ 277 ] {88bf41a5-2bfa-4cc5-a37f-89039a1a4a12} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12284 2024.12.19 22:29:52.102122 [ 277 ] {88bf41a5-2bfa-4cc5-a37f-89039a1a4a12} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.005668 sec., 16055.045871559632 rows/sec., 1.25 MiB/sec.
12285 2024.12.19 22:29:52.102313 [ 277 ] {88bf41a5-2bfa-4cc5-a37f-89039a1a4a12} <Debug> TCPHandler: Processed in 0.006594744 sec.
12286 2024.12.19 22:29:52.102311 [ 198 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_80_16} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Renaming temporary part tmp_merge_all_1_80_16 to all_1_80_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12287 2024.12.19 22:29:52.102477 [ 198 ] {cc4becd3-7872-488b-b0f8-cf68375135df::all_1_80_16} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df) (MergerMutator): Merged 6 parts: [all_1_75_15, all_80_80_0] -> all_1_80_16
12288 2024.12.19 22:29:52.102498 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12289 2024.12.19 22:29:52.102589 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
12290 2024.12.19 22:29:52.102670 [ 278 ] {9b181a41-d918-4cee-8ab0-9fae9c0ce12d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
12291 2024.12.19 22:29:52.102735 [ 278 ] {9b181a41-d918-4cee-8ab0-9fae9c0ce12d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
12292 2024.12.19 22:29:52.103332 [ 278 ] {9b181a41-d918-4cee-8ab0-9fae9c0ce12d} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12293 2024.12.19 22:29:52.103372 [ 278 ] {9b181a41-d918-4cee-8ab0-9fae9c0ce12d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB.
12294 2024.12.19 22:29:52.103789 [ 278 ] {9b181a41-d918-4cee-8ab0-9fae9c0ce12d} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary)
12295 2024.12.19 22:29:52.104042 [ 278 ] {9b181a41-d918-4cee-8ab0-9fae9c0ce12d} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12296 2024.12.19 22:29:52.104272 [ 278 ] {9b181a41-d918-4cee-8ab0-9fae9c0ce12d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001639 sec., 97620.50030506407 rows/sec., 6.80 MiB/sec.
12297 2024.12.19 22:29:52.104329 [ 278 ] {9b181a41-d918-4cee-8ab0-9fae9c0ce12d} <Debug> TCPHandler: Processed in 0.001908102 sec.
12298 2024.12.19 22:29:52.104498 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12299 2024.12.19 22:29:52.104639 [ 277 ] {0a92a926-c060-4c35-844c-0cec8c288396} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
12300 2024.12.19 22:29:52.104736 [ 277 ] {0a92a926-c060-4c35-844c-0cec8c288396} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
12301 2024.12.19 22:29:52.105939 [ 277 ] {0a92a926-c060-4c35-844c-0cec8c288396} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12302 2024.12.19 22:29:52.105981 [ 277 ] {0a92a926-c060-4c35-844c-0cec8c288396} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB.
12303 2024.12.19 22:29:52.106634 [ 277 ] {0a92a926-c060-4c35-844c-0cec8c288396} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary)
12304 2024.12.19 22:29:52.106896 [ 277 ] {0a92a926-c060-4c35-844c-0cec8c288396} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12305 2024.12.19 22:29:52.107157 [ 277 ] {0a92a926-c060-4c35-844c-0cec8c288396} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002547 sec., 10600.706713780919 rows/sec., 19.00 MiB/sec.
12306 2024.12.19 22:29:52.107252 [ 277 ] {0a92a926-c060-4c35-844c-0cec8c288396} <Debug> TCPHandler: Processed in 0.002823021 sec.
12307 2024.12.19 22:29:52.107411 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12308 2024.12.19 22:29:52.107554 [ 278 ] {afdbc0f5-418e-4a8f-a9f8-8b37f08b57cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
12309 2024.12.19 22:29:52.107615 [ 278 ] {afdbc0f5-418e-4a8f-a9f8-8b37f08b57cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
12310 2024.12.19 22:29:52.108154 [ 278 ] {afdbc0f5-418e-4a8f-a9f8-8b37f08b57cf} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12311 2024.12.19 22:29:52.108194 [ 278 ] {afdbc0f5-418e-4a8f-a9f8-8b37f08b57cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB.
12312 2024.12.19 22:29:52.108572 [ 278 ] {afdbc0f5-418e-4a8f-a9f8-8b37f08b57cf} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary)
12313 2024.12.19 22:29:52.108842 [ 278 ] {afdbc0f5-418e-4a8f-a9f8-8b37f08b57cf} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12314 2024.12.19 22:29:52.109107 [ 278 ] {afdbc0f5-418e-4a8f-a9f8-8b37f08b57cf} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001582 sec., 37926.67509481669 rows/sec., 2.56 MiB/sec.
12315 2024.12.19 22:29:52.109166 [ 278 ] {afdbc0f5-418e-4a8f-a9f8-8b37f08b57cf} <Debug> TCPHandler: Processed in 0.00182408 sec.
12316 2024.12.19 22:29:53.156779 [ 112 ] {} <Debug> oximeter.fields_u32 (96604386-977a-478c-b894-f09eb465191c) (MergerMutator): Selected 5 parts from all_1_38_8 to all_42_42_0
12317 2024.12.19 22:29:53.156845 [ 112 ] {} <Trace> oximeter.fields_u32 (96604386-977a-478c-b894-f09eb465191c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12318 2024.12.19 22:29:53.156873 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB.
12319 2024.12.19 22:29:53.157037 [ 193 ] {96604386-977a-478c-b894-f09eb465191c::all_1_42_9} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_38_8 to all_42_42_0 into Compact with storage Full
12320 2024.12.19 22:29:53.157240 [ 193 ] {96604386-977a-478c-b894-f09eb465191c::all_1_42_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12321 2024.12.19 22:29:53.157277 [ 193 ] {96604386-977a-478c-b894-f09eb465191c::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_38_8, total 242 rows starting from the beginning of the part
12322 2024.12.19 22:29:53.157359 [ 193 ] {96604386-977a-478c-b894-f09eb465191c::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 242 rows starting from the beginning of the part
12323 2024.12.19 22:29:53.157470 [ 193 ] {96604386-977a-478c-b894-f09eb465191c::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 14 rows starting from the beginning of the part
12324 2024.12.19 22:29:53.157593 [ 193 ] {96604386-977a-478c-b894-f09eb465191c::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 14 rows starting from the beginning of the part
12325 2024.12.19 22:29:53.157673 [ 193 ] {96604386-977a-478c-b894-f09eb465191c::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 242 rows starting from the beginning of the part
12326 2024.12.19 22:29:53.158761 [ 198 ] {96604386-977a-478c-b894-f09eb465191c::all_1_42_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 754 rows, containing 5 columns (5 merged, 0 gathered) in 0.001801319 sec., 418582.1611829998 rows/sec., 29.97 MiB/sec.
12327 2024.12.19 22:29:53.159013 [ 188 ] {96604386-977a-478c-b894-f09eb465191c::all_1_42_9} <Trace> MergedBlockOutputStream: filled checksums all_1_42_9 (state Temporary)
12328 2024.12.19 22:29:53.159416 [ 188 ] {96604386-977a-478c-b894-f09eb465191c::all_1_42_9} <Trace> oximeter.fields_u32 (96604386-977a-478c-b894-f09eb465191c): Renaming temporary part tmp_merge_all_1_42_9 to all_1_42_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12329 2024.12.19 22:29:53.159517 [ 188 ] {96604386-977a-478c-b894-f09eb465191c::all_1_42_9} <Trace> oximeter.fields_u32 (96604386-977a-478c-b894-f09eb465191c) (MergerMutator): Merged 5 parts: [all_1_38_8, all_42_42_0] -> all_1_42_9
12330 2024.12.19 22:29:53.159629 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB.
12331 2024.12.19 22:29:53.758258 [ 108 ] {} <Debug> oximeter.fields_ipaddr (15c96da1-d320-4880-85e7-7388ae0c0cda) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0
12332 2024.12.19 22:29:53.758322 [ 108 ] {} <Trace> oximeter.fields_ipaddr (15c96da1-d320-4880-85e7-7388ae0c0cda): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12333 2024.12.19 22:29:53.758345 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB.
12334 2024.12.19 22:29:53.758629 [ 193 ] {15c96da1-d320-4880-85e7-7388ae0c0cda::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
12335 2024.12.19 22:29:53.758965 [ 193 ] {15c96da1-d320-4880-85e7-7388ae0c0cda::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12336 2024.12.19 22:29:53.759024 [ 193 ] {15c96da1-d320-4880-85e7-7388ae0c0cda::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 18 rows starting from the beginning of the part
12337 2024.12.19 22:29:53.759108 [ 193 ] {15c96da1-d320-4880-85e7-7388ae0c0cda::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 2 rows starting from the beginning of the part
12338 2024.12.19 22:29:53.759204 [ 193 ] {15c96da1-d320-4880-85e7-7388ae0c0cda::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 16 rows starting from the beginning of the part
12339 2024.12.19 22:29:53.759461 [ 193 ] {15c96da1-d320-4880-85e7-7388ae0c0cda::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 2 rows starting from the beginning of the part
12340 2024.12.19 22:29:53.759678 [ 193 ] {15c96da1-d320-4880-85e7-7388ae0c0cda::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 16 rows starting from the beginning of the part
12341 2024.12.19 22:29:53.760626 [ 198 ] {15c96da1-d320-4880-85e7-7388ae0c0cda::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 54 rows, containing 5 columns (5 merged, 0 gathered) in 0.002191417 sec., 24641.590349988157 rows/sec., 2.06 MiB/sec.
12342 2024.12.19 22:29:53.760844 [ 197 ] {15c96da1-d320-4880-85e7-7388ae0c0cda::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary)
12343 2024.12.19 22:29:53.761203 [ 197 ] {15c96da1-d320-4880-85e7-7388ae0c0cda::all_1_13_3} <Trace> oximeter.fields_ipaddr (15c96da1-d320-4880-85e7-7388ae0c0cda): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12344 2024.12.19 22:29:53.761290 [ 197 ] {15c96da1-d320-4880-85e7-7388ae0c0cda::all_1_13_3} <Trace> oximeter.fields_ipaddr (15c96da1-d320-4880-85e7-7388ae0c0cda) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3
12345 2024.12.19 22:29:53.761396 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
12346 2024.12.19 22:29:54.336703 [ 108 ] {} <Debug> oximeter.measurements_bool (164ca455-e956-4308-a817-eda615c184e9) (MergerMutator): Selected 5 parts from all_1_38_8 to all_42_42_0
12347 2024.12.19 22:29:54.336790 [ 108 ] {} <Trace> oximeter.measurements_bool (164ca455-e956-4308-a817-eda615c184e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12348 2024.12.19 22:29:54.336817 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB.
12349 2024.12.19 22:29:54.336989 [ 196 ] {164ca455-e956-4308-a817-eda615c184e9::all_1_42_9} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_38_8 to all_42_42_0 into Compact with storage Full
12350 2024.12.19 22:29:54.337242 [ 196 ] {164ca455-e956-4308-a817-eda615c184e9::all_1_42_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12351 2024.12.19 22:29:54.337287 [ 196 ] {164ca455-e956-4308-a817-eda615c184e9::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_38_8, total 228 rows starting from the beginning of the part
12352 2024.12.19 22:29:54.337370 [ 196 ] {164ca455-e956-4308-a817-eda615c184e9::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 6 rows starting from the beginning of the part
12353 2024.12.19 22:29:54.337472 [ 196 ] {164ca455-e956-4308-a817-eda615c184e9::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 6 rows starting from the beginning of the part
12354 2024.12.19 22:29:54.337651 [ 196 ] {164ca455-e956-4308-a817-eda615c184e9::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 6 rows starting from the beginning of the part
12355 2024.12.19 22:29:54.337905 [ 196 ] {164ca455-e956-4308-a817-eda615c184e9::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 6 rows starting from the beginning of the part
12356 2024.12.19 22:29:54.339075 [ 197 ] {164ca455-e956-4308-a817-eda615c184e9::all_1_42_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 252 rows, containing 4 columns (4 merged, 0 gathered) in 0.002171958 sec., 116024.3430121577 rows/sec., 5.92 MiB/sec.
12357 2024.12.19 22:29:54.339231 [ 196 ] {164ca455-e956-4308-a817-eda615c184e9::all_1_42_9} <Trace> MergedBlockOutputStream: filled checksums all_1_42_9 (state Temporary)
12358 2024.12.19 22:29:54.339520 [ 196 ] {164ca455-e956-4308-a817-eda615c184e9::all_1_42_9} <Trace> oximeter.measurements_bool (164ca455-e956-4308-a817-eda615c184e9): Renaming temporary part tmp_merge_all_1_42_9 to all_1_42_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12359 2024.12.19 22:29:54.339600 [ 196 ] {164ca455-e956-4308-a817-eda615c184e9::all_1_42_9} <Trace> oximeter.measurements_bool (164ca455-e956-4308-a817-eda615c184e9) (MergerMutator): Merged 5 parts: [all_1_38_8, all_42_42_0] -> all_1_42_9
12360 2024.12.19 22:29:54.339682 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
12361 2024.12.19 22:29:55.529995 [ 93 ] {} <Debug> DNSResolver: Updating DNS cache
12362 2024.12.19 22:29:55.530048 [ 93 ] {} <Debug> DNSResolver: Updated DNS cache
12363 2024.12.19 22:29:55.741648 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 27511
12364 2024.12.19 22:29:55.742277 [ 244 ] {} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12365 2024.12.19 22:29:55.742319 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB.
12366 2024.12.19 22:29:55.742834 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
12367 2024.12.19 22:29:55.743084 [ 244 ] {} <Trace> system.asynchronous_metric_log (b24e19f3-0afd-43dd-aba1-eb03aae2e534): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12368 2024.12.19 22:29:55.743409 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27511
12369 2024.12.19 22:29:55.876319 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1752
12370 2024.12.19 22:29:55.879094 [ 242 ] {} <Trace> system.query_log (70720294-7ac9-485f-8b0b-2131ff2acf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12371 2024.12.19 22:29:55.879137 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB.
12372 2024.12.19 22:29:55.880609 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
12373 2024.12.19 22:29:55.880935 [ 242 ] {} <Trace> system.query_log (70720294-7ac9-485f-8b0b-2131ff2acf2b): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12374 2024.12.19 22:29:55.881420 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1752
12375 2024.12.19 22:29:57.094143 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12376 2024.12.19 22:29:57.094330 [ 277 ] {8503cc5e-86b9-42a1-8ba2-5b47d4b2f845} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
12377 2024.12.19 22:29:57.094403 [ 277 ] {8503cc5e-86b9-42a1-8ba2-5b47d4b2f845} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
12378 2024.12.19 22:29:57.095147 [ 277 ] {8503cc5e-86b9-42a1-8ba2-5b47d4b2f845} <Trace> oximeter.fields_i16 (8b34b429-6d62-480d-bd41-33dce3ff3ffb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12379 2024.12.19 22:29:57.095192 [ 277 ] {8503cc5e-86b9-42a1-8ba2-5b47d4b2f845} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB.
12380 2024.12.19 22:29:57.095629 [ 277 ] {8503cc5e-86b9-42a1-8ba2-5b47d4b2f845} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
12381 2024.12.19 22:29:57.095906 [ 277 ] {8503cc5e-86b9-42a1-8ba2-5b47d4b2f845} <Trace> oximeter.fields_i16 (8b34b429-6d62-480d-bd41-33dce3ff3ffb): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12382 2024.12.19 22:29:57.096167 [ 277 ] {8503cc5e-86b9-42a1-8ba2-5b47d4b2f845} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001887 sec., 7419.183889772125 rows/sec., 534.08 KiB/sec.
12383 2024.12.19 22:29:57.096227 [ 277 ] {8503cc5e-86b9-42a1-8ba2-5b47d4b2f845} <Debug> TCPHandler: Processed in 0.002210049 sec.
12384 2024.12.19 22:29:57.096493 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12385 2024.12.19 22:29:57.096697 [ 278 ] {18251fa4-7c0d-4b10-a9b2-2bb7d427e574} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
12386 2024.12.19 22:29:57.096783 [ 278 ] {18251fa4-7c0d-4b10-a9b2-2bb7d427e574} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12387 2024.12.19 22:29:57.097670 [ 278 ] {18251fa4-7c0d-4b10-a9b2-2bb7d427e574} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12388 2024.12.19 22:29:57.097733 [ 278 ] {18251fa4-7c0d-4b10-a9b2-2bb7d427e574} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB.
12389 2024.12.19 22:29:57.098220 [ 278 ] {18251fa4-7c0d-4b10-a9b2-2bb7d427e574} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary)
12390 2024.12.19 22:29:57.098490 [ 278 ] {18251fa4-7c0d-4b10-a9b2-2bb7d427e574} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12391 2024.12.19 22:29:57.098691 [ 75 ] {} <Debug> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0
12392 2024.12.19 22:29:57.098767 [ 278 ] {18251fa4-7c0d-4b10-a9b2-2bb7d427e574} <Debug> executeQuery: Read 229 rows, 20.51 KiB in 0.002116 sec., 108223.06238185256 rows/sec., 9.47 MiB/sec.
12393 2024.12.19 22:29:57.098779 [ 75 ] {} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12394 2024.12.19 22:29:57.098853 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB.
12395 2024.12.19 22:29:57.098921 [ 278 ] {18251fa4-7c0d-4b10-a9b2-2bb7d427e574} <Debug> TCPHandler: Processed in 0.002555565 sec.
12396 2024.12.19 22:29:57.099112 [ 186 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::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
12397 2024.12.19 22:29:57.099239 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12398 2024.12.19 22:29:57.099448 [ 186 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12399 2024.12.19 22:29:57.099630 [ 186 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 1432 rows starting from the beginning of the part
12400 2024.12.19 22:29:57.099949 [ 277 ] {dedaa645-b173-4ecd-9cef-23a364335618} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
12401 2024.12.19 22:29:57.100229 [ 186 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 110 rows starting from the beginning of the part
12402 2024.12.19 22:29:57.100281 [ 277 ] {dedaa645-b173-4ecd-9cef-23a364335618} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
12403 2024.12.19 22:29:57.100767 [ 186 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 1377 rows starting from the beginning of the part
12404 2024.12.19 22:29:57.101173 [ 186 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 56 rows starting from the beginning of the part
12405 2024.12.19 22:29:57.101770 [ 186 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::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
12406 2024.12.19 22:29:57.102135 [ 186 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 229 rows starting from the beginning of the part
12407 2024.12.19 22:29:57.103862 [ 277 ] {dedaa645-b173-4ecd-9cef-23a364335618} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12408 2024.12.19 22:29:57.103937 [ 277 ] {dedaa645-b173-4ecd-9cef-23a364335618} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB.
12409 2024.12.19 22:29:57.104923 [ 277 ] {dedaa645-b173-4ecd-9cef-23a364335618} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary)
12410 2024.12.19 22:29:57.105245 [ 277 ] {dedaa645-b173-4ecd-9cef-23a364335618} <Trace> oximeter.fields_u16 (cc4becd3-7872-488b-b0f8-cf68375135df): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12411 2024.12.19 22:29:57.105751 [ 277 ] {dedaa645-b173-4ecd-9cef-23a364335618} <Debug> executeQuery: Read 20 rows, 1.43 KiB in 0.006057 sec., 3301.964668978042 rows/sec., 236.68 KiB/sec.
12412 2024.12.19 22:29:57.105849 [ 186 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3314 rows, containing 5 columns (5 merged, 0 gathered) in 0.00686771 sec., 482548.04003081087 rows/sec., 42.13 MiB/sec.
12413 2024.12.19 22:29:57.105900 [ 277 ] {dedaa645-b173-4ecd-9cef-23a364335618} <Debug> TCPHandler: Processed in 0.006848339 sec.
12414 2024.12.19 22:29:57.106082 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12415 2024.12.19 22:29:57.106111 [ 186 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary)
12416 2024.12.19 22:29:57.106219 [ 278 ] {19b70429-617f-4c59-a860-e899a57cb033} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
12417 2024.12.19 22:29:57.106285 [ 278 ] {19b70429-617f-4c59-a860-e899a57cb033} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
12418 2024.12.19 22:29:57.106437 [ 186 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_101_20} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12419 2024.12.19 22:29:57.106561 [ 186 ] {2d994bf0-6298-427c-baa7-3d2364e37f18::all_1_101_20} <Trace> oximeter.fields_string (2d994bf0-6298-427c-baa7-3d2364e37f18) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20
12420 2024.12.19 22:29:57.106670 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB.
12421 2024.12.19 22:29:57.107022 [ 278 ] {19b70429-617f-4c59-a860-e899a57cb033} <Trace> oximeter.fields_u32 (96604386-977a-478c-b894-f09eb465191c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12422 2024.12.19 22:29:57.107063 [ 278 ] {19b70429-617f-4c59-a860-e899a57cb033} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB.
12423 2024.12.19 22:29:57.107421 [ 278 ] {19b70429-617f-4c59-a860-e899a57cb033} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
12424 2024.12.19 22:29:57.107667 [ 278 ] {19b70429-617f-4c59-a860-e899a57cb033} <Trace> oximeter.fields_u32 (96604386-977a-478c-b894-f09eb465191c): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12425 2024.12.19 22:29:57.107882 [ 278 ] {19b70429-617f-4c59-a860-e899a57cb033} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001696 sec., 8254.716981132075 rows/sec., 578.11 KiB/sec.
12426 2024.12.19 22:29:57.107942 [ 278 ] {19b70429-617f-4c59-a860-e899a57cb033} <Debug> TCPHandler: Processed in 0.001921932 sec.
12427 2024.12.19 22:29:57.108148 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12428 2024.12.19 22:29:57.108375 [ 277 ] {ff40d57e-aef3-4632-adaf-c9a1c80cb67b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
12429 2024.12.19 22:29:57.108467 [ 277 ] {ff40d57e-aef3-4632-adaf-c9a1c80cb67b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
12430 2024.12.19 22:29:57.109305 [ 277 ] {ff40d57e-aef3-4632-adaf-c9a1c80cb67b} <Trace> oximeter.fields_u8 (74ab6f56-b776-4e15-89eb-af2ec1acc724): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12431 2024.12.19 22:29:57.109345 [ 277 ] {ff40d57e-aef3-4632-adaf-c9a1c80cb67b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB.
12432 2024.12.19 22:29:57.109700 [ 277 ] {ff40d57e-aef3-4632-adaf-c9a1c80cb67b} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
12433 2024.12.19 22:29:57.109947 [ 277 ] {ff40d57e-aef3-4632-adaf-c9a1c80cb67b} <Trace> oximeter.fields_u8 (74ab6f56-b776-4e15-89eb-af2ec1acc724): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12434 2024.12.19 22:29:57.110183 [ 277 ] {ff40d57e-aef3-4632-adaf-c9a1c80cb67b} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001863 sec., 6977.992485238862 rows/sec., 435.08 KiB/sec.
12435 2024.12.19 22:29:57.110236 [ 277 ] {ff40d57e-aef3-4632-adaf-c9a1c80cb67b} <Debug> TCPHandler: Processed in 0.002200288 sec.
12436 2024.12.19 22:29:57.110383 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12437 2024.12.19 22:29:57.110503 [ 278 ] {1e5804b2-3653-40c8-b260-681333c6639a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
12438 2024.12.19 22:29:57.110552 [ 278 ] {1e5804b2-3653-40c8-b260-681333c6639a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12439 2024.12.19 22:29:57.111290 [ 278 ] {1e5804b2-3653-40c8-b260-681333c6639a} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12440 2024.12.19 22:29:57.111330 [ 278 ] {1e5804b2-3653-40c8-b260-681333c6639a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB.
12441 2024.12.19 22:29:57.111752 [ 278 ] {1e5804b2-3653-40c8-b260-681333c6639a} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary)
12442 2024.12.19 22:29:57.112002 [ 278 ] {1e5804b2-3653-40c8-b260-681333c6639a} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12443 2024.12.19 22:29:57.112179 [ 75 ] {} <Debug> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0
12444 2024.12.19 22:29:57.112233 [ 75 ] {} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12445 2024.12.19 22:29:57.112260 [ 278 ] {1e5804b2-3653-40c8-b260-681333c6639a} <Debug> executeQuery: Read 395 rows, 28.72 KiB in 0.001774 sec., 222660.65388951523 rows/sec., 15.81 MiB/sec.
12446 2024.12.19 22:29:57.112275 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB.
12447 2024.12.19 22:29:57.112462 [ 278 ] {1e5804b2-3653-40c8-b260-681333c6639a} <Debug> TCPHandler: Processed in 0.002131766 sec.
12448 2024.12.19 22:29:57.112594 [ 197 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::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
12449 2024.12.19 22:29:57.112842 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12450 2024.12.19 22:29:57.113025 [ 197 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12451 2024.12.19 22:29:57.113154 [ 197 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 914 rows starting from the beginning of the part
12452 2024.12.19 22:29:57.113589 [ 197 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 91 rows starting from the beginning of the part
12453 2024.12.19 22:29:57.113727 [ 277 ] {40745578-e092-4b20-8651-1d0fb533143e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
12454 2024.12.19 22:29:57.114026 [ 197 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 867 rows starting from the beginning of the part
12455 2024.12.19 22:29:57.114460 [ 197 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 64 rows starting from the beginning of the part
12456 2024.12.19 22:29:57.114738 [ 277 ] {40745578-e092-4b20-8651-1d0fb533143e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
12457 2024.12.19 22:29:57.114814 [ 197 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::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
12458 2024.12.19 22:29:57.115133 [ 197 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 395 rows starting from the beginning of the part
12459 2024.12.19 22:29:57.116563 [ 277 ] {40745578-e092-4b20-8651-1d0fb533143e} <Trace> oximeter.measurements_bool (164ca455-e956-4308-a817-eda615c184e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12460 2024.12.19 22:29:57.116629 [ 277 ] {40745578-e092-4b20-8651-1d0fb533143e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB.
12461 2024.12.19 22:29:57.117712 [ 277 ] {40745578-e092-4b20-8651-1d0fb533143e} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
12462 2024.12.19 22:29:57.118046 [ 277 ] {40745578-e092-4b20-8651-1d0fb533143e} <Trace> oximeter.measurements_bool (164ca455-e956-4308-a817-eda615c184e9): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12463 2024.12.19 22:29:57.118524 [ 277 ] {40745578-e092-4b20-8651-1d0fb533143e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.005285 sec., 1135.2885525070956 rows/sec., 59.31 KiB/sec.
12464 2024.12.19 22:29:57.118652 [ 197 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2422 rows, containing 5 columns (5 merged, 0 gathered) in 0.006243936 sec., 387896.352557105 rows/sec., 29.76 MiB/sec.
12465 2024.12.19 22:29:57.118680 [ 277 ] {40745578-e092-4b20-8651-1d0fb533143e} <Debug> TCPHandler: Processed in 0.006088972 sec.
12466 2024.12.19 22:29:57.118907 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12467 2024.12.19 22:29:57.118918 [ 189 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary)
12468 2024.12.19 22:29:57.119061 [ 278 ] {bd4f8edd-b062-42e0-b19c-817d4071e5fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
12469 2024.12.19 22:29:57.119138 [ 278 ] {bd4f8edd-b062-42e0-b19c-817d4071e5fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
12470 2024.12.19 22:29:57.119309 [ 189 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_101_20} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12471 2024.12.19 22:29:57.119442 [ 189 ] {7ec638e0-aa62-4fd1-ae99-49a3b2a6668b::all_1_101_20} <Trace> oximeter.fields_uuid (7ec638e0-aa62-4fd1-ae99-49a3b2a6668b) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20
12472 2024.12.19 22:29:57.119549 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB.
12473 2024.12.19 22:29:57.119991 [ 278 ] {bd4f8edd-b062-42e0-b19c-817d4071e5fc} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12474 2024.12.19 22:29:57.120030 [ 278 ] {bd4f8edd-b062-42e0-b19c-817d4071e5fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB.
12475 2024.12.19 22:29:57.120449 [ 278 ] {bd4f8edd-b062-42e0-b19c-817d4071e5fc} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary)
12476 2024.12.19 22:29:57.120711 [ 278 ] {bd4f8edd-b062-42e0-b19c-817d4071e5fc} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12477 2024.12.19 22:29:57.120897 [ 75 ] {} <Debug> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0
12478 2024.12.19 22:29:57.120939 [ 75 ] {} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12479 2024.12.19 22:29:57.120963 [ 278 ] {bd4f8edd-b062-42e0-b19c-817d4071e5fc} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001935 sec., 122480.62015503875 rows/sec., 8.21 MiB/sec.
12480 2024.12.19 22:29:57.120979 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB.
12481 2024.12.19 22:29:57.121179 [ 278 ] {bd4f8edd-b062-42e0-b19c-817d4071e5fc} <Debug> TCPHandler: Processed in 0.002336121 sec.
12482 2024.12.19 22:29:57.121443 [ 190 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::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
12483 2024.12.19 22:29:57.121621 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12484 2024.12.19 22:29:57.122124 [ 190 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12485 2024.12.19 22:29:57.122257 [ 190 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_96_19, total 28967 rows starting from the beginning of the part
12486 2024.12.19 22:29:57.122367 [ 277 ] {7b57a9b8-c2ac-4946-b64d-59d62be091bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
12487 2024.12.19 22:29:57.122711 [ 190 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::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
12488 2024.12.19 22:29:57.123155 [ 190 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 963 rows starting from the beginning of the part
12489 2024.12.19 22:29:57.123184 [ 277 ] {7b57a9b8-c2ac-4946-b64d-59d62be091bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
12490 2024.12.19 22:29:57.123473 [ 190 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 128 rows starting from the beginning of the part
12491 2024.12.19 22:29:57.123792 [ 190 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::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
12492 2024.12.19 22:29:57.124096 [ 190 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 237 rows starting from the beginning of the part
12493 2024.12.19 22:29:57.125632 [ 277 ] {7b57a9b8-c2ac-4946-b64d-59d62be091bb} <Trace> oximeter.measurements_f64 (f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12494 2024.12.19 22:29:57.125689 [ 277 ] {7b57a9b8-c2ac-4946-b64d-59d62be091bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB.
12495 2024.12.19 22:29:57.126379 [ 277 ] {7b57a9b8-c2ac-4946-b64d-59d62be091bb} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
12496 2024.12.19 22:29:57.126782 [ 277 ] {7b57a9b8-c2ac-4946-b64d-59d62be091bb} <Trace> oximeter.measurements_f64 (f8f28bd9-1e0e-42b2-b9e9-e287eabbf0dd): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12497 2024.12.19 22:29:57.127569 [ 277 ] {7b57a9b8-c2ac-4946-b64d-59d62be091bb} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.005331 sec., 187.58206715438004 rows/sec., 12.64 KiB/sec.
12498 2024.12.19 22:29:57.128182 [ 277 ] {7b57a9b8-c2ac-4946-b64d-59d62be091bb} <Debug> TCPHandler: Processed in 0.006829889 sec.
12499 2024.12.19 22:29:57.128414 [ 278 ] {} <Trace> TCP-Session: 5d706dfb-9c70-4322-a1cf-2899208ffb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12500 2024.12.19 22:29:57.128591 [ 278 ] {d2679e78-19cc-4caf-81f0-68c732f792f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56322) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
12501 2024.12.19 22:29:57.128683 [ 278 ] {d2679e78-19cc-4caf-81f0-68c732f792f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
12502 2024.12.19 22:29:57.130311 [ 278 ] {d2679e78-19cc-4caf-81f0-68c732f792f4} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12503 2024.12.19 22:29:57.130364 [ 278 ] {d2679e78-19cc-4caf-81f0-68c732f792f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB.
12504 2024.12.19 22:29:57.131514 [ 278 ] {d2679e78-19cc-4caf-81f0-68c732f792f4} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary)
12505 2024.12.19 22:29:57.131884 [ 278 ] {d2679e78-19cc-4caf-81f0-68c732f792f4} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12506 2024.12.19 22:29:57.132048 [ 86 ] {} <Debug> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0
12507 2024.12.19 22:29:57.132101 [ 86 ] {} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12508 2024.12.19 22:29:57.132119 [ 278 ] {d2679e78-19cc-4caf-81f0-68c732f792f4} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.003584 sec., 3627.232142857143 rows/sec., 6.50 MiB/sec.
12509 2024.12.19 22:29:57.132144 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB.
12510 2024.12.19 22:29:57.132839 [ 278 ] {d2679e78-19cc-4caf-81f0-68c732f792f4} <Debug> TCPHandler: Processed in 0.004537319 sec.
12511 2024.12.19 22:29:57.133249 [ 277 ] {} <Trace> TCP-Session: 9d32b87d-4802-4eb6-b8e9-c1064af84221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12512 2024.12.19 22:29:57.133322 [ 191 ] {cbc455e9-47de-4677-931e-ce7496b93cef::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
12513 2024.12.19 22:29:57.133921 [ 277 ] {ca0fa973-7edb-4b81-a30b-bd2763a4940d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44115) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
12514 2024.12.19 22:29:57.134239 [ 277 ] {ca0fa973-7edb-4b81-a30b-bd2763a4940d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
12515 2024.12.19 22:29:57.135599 [ 195 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30615 rows, containing 5 columns (5 merged, 0 gathered) in 0.014466835 sec., 2116219.6154169175 rows/sec., 142.87 MiB/sec.
12516 2024.12.19 22:29:57.135718 [ 191 ] {cbc455e9-47de-4677-931e-ce7496b93cef::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12517 2024.12.19 22:29:57.135833 [ 191 ] {cbc455e9-47de-4677-931e-ce7496b93cef::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1447 rows starting from the beginning of the part
12518 2024.12.19 22:29:57.136507 [ 195 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary)
12519 2024.12.19 22:29:57.136544 [ 191 ] {cbc455e9-47de-4677-931e-ce7496b93cef::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 13 rows starting from the beginning of the part
12520 2024.12.19 22:29:57.137446 [ 277 ] {ca0fa973-7edb-4b81-a30b-bd2763a4940d} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12521 2024.12.19 22:29:57.137505 [ 191 ] {cbc455e9-47de-4677-931e-ce7496b93cef::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
12522 2024.12.19 22:29:57.137507 [ 277 ] {ca0fa973-7edb-4b81-a30b-bd2763a4940d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB.
12523 2024.12.19 22:29:57.137592 [ 195 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_101_20} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12524 2024.12.19 22:29:57.138079 [ 195 ] {9ec02da2-60cd-4c26-8ed9-05481372298b::all_1_101_20} <Trace> oximeter.measurements_cumulativeu64 (9ec02da2-60cd-4c26-8ed9-05481372298b) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20
12525 2024.12.19 22:29:57.138366 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.26 MiB.
12526 2024.12.19 22:29:57.138433 [ 191 ] {cbc455e9-47de-4677-931e-ce7496b93cef::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 13 rows starting from the beginning of the part
12527 2024.12.19 22:29:57.138963 [ 191 ] {cbc455e9-47de-4677-931e-ce7496b93cef::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
12528 2024.12.19 22:29:57.138985 [ 277 ] {ca0fa973-7edb-4b81-a30b-bd2763a4940d} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary)
12529 2024.12.19 22:29:57.139469 [ 191 ] {cbc455e9-47de-4677-931e-ce7496b93cef::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 13 rows starting from the beginning of the part
12530 2024.12.19 22:29:57.139559 [ 277 ] {ca0fa973-7edb-4b81-a30b-bd2763a4940d} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12531 2024.12.19 22:29:57.140029 [ 86 ] {} <Debug> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0
12532 2024.12.19 22:29:57.140147 [ 86 ] {} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12533 2024.12.19 22:29:57.140280 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB.
12534 2024.12.19 22:29:57.140352 [ 277 ] {ca0fa973-7edb-4b81-a30b-bd2763a4940d} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.006668 sec., 12297.540491901618 rows/sec., 799.79 KiB/sec.
12535 2024.12.19 22:29:57.140927 [ 194 ] {a2784562-0832-4e33-8769-44c7df75eec1::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
12536 2024.12.19 22:29:57.141079 [ 277 ] {ca0fa973-7edb-4b81-a30b-bd2763a4940d} <Debug> TCPHandler: Processed in 0.008097476 sec.
12537 2024.12.19 22:29:57.141615 [ 194 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12538 2024.12.19 22:29:57.141757 [ 194 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 5870 rows starting from the beginning of the part
12539 2024.12.19 22:29:57.142156 [ 194 ] {a2784562-0832-4e33-8769-44c7df75eec1::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
12540 2024.12.19 22:29:57.142651 [ 194 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 34 rows starting from the beginning of the part
12541 2024.12.19 22:29:57.142990 [ 194 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 48 rows starting from the beginning of the part
12542 2024.12.19 22:29:57.143368 [ 194 ] {a2784562-0832-4e33-8769-44c7df75eec1::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
12543 2024.12.19 22:29:57.143611 [ 194 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 82 rows starting from the beginning of the part
12544 2024.12.19 22:29:57.146755 [ 199 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6154 rows, containing 4 columns (4 merged, 0 gathered) in 0.006310908 sec., 975137.0167335668 rows/sec., 63.55 MiB/sec.
12545 2024.12.19 22:29:57.147199 [ 200 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary)
12546 2024.12.19 22:29:57.147587 [ 200 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_101_20} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12547 2024.12.19 22:29:57.147699 [ 200 ] {a2784562-0832-4e33-8769-44c7df75eec1::all_1_101_20} <Trace> oximeter.measurements_u64 (a2784562-0832-4e33-8769-44c7df75eec1) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20
12548 2024.12.19 22:29:57.147830 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.18 MiB.
12549 2024.12.19 22:29:57.152523 [ 200 ] {cbc455e9-47de-4677-931e-ce7496b93cef::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1540 rows, containing 19 columns (19 merged, 0 gathered) in 0.02022289 sec., 76151.33148625147 rows/sec., 136.46 MiB/sec.
12550 2024.12.19 22:29:57.154003 [ 201 ] {cbc455e9-47de-4677-931e-ce7496b93cef::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary)
12551 2024.12.19 22:29:57.154460 [ 201 ] {cbc455e9-47de-4677-931e-ce7496b93cef::all_1_81_16} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12552 2024.12.19 22:29:57.154539 [ 201 ] {cbc455e9-47de-4677-931e-ce7496b93cef::all_1_81_16} <Trace> oximeter.measurements_histogramu64 (cbc455e9-47de-4677-931e-ce7496b93cef) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16
12553 2024.12.19 22:29:57.154693 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.61 MiB.
12554 2024.12.19 22:29:57.648294 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 453
12555 2024.12.19 22:29:57.669552 [ 243 ] {} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12556 2024.12.19 22:29:57.669611 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB.
12557 2024.12.19 22:29:57.677093 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
12558 2024.12.19 22:29:57.677962 [ 243 ] {} <Trace> system.metric_log (616d7a77-365c-46c3-a06a-0a94885b3600): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12559 2024.12.19 22:29:57.680650 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 453
12560 2024.12.19 22:29:58.000174 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 249.73 MiB, peak 260.78 MiB, free memory in arenas 0.00 B, will set to 252.00 MiB (RSS), difference: 2.27 MiB