Max level shown:
1 [ Jan 9 01:55:27 Enabled. ]
2 [ Jan 9 01:55:27 Rereading configuration. ]
3 [ Jan 9 01:55:28 Rereading configuration. ]
4 [ Jan 9 01:55:30 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 [ Jan 9 01:55:30 Method "start" exited with status 0. ]
25 Processing configuration file '/opt/oxide/clickhouse/config.xml'.
26 Logging trace to /var/tmp/clickhouse-server.log
27 Logging errors to /var/tmp/clickhouse-server.errlog
28 2025.01.09 01:55:30.766913 [ 1 ] {} <Information> Application: Will watch for the process with pid 22891
29 2025.01.09 01:55:30.767531 [ 1 ] {} <Information> Application: Forked a child process to watch
30 2025.01.09 01:55:30.958176 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 22891
31 2025.01.09 01:55:30.959059 [ 1 ] {} <Information> Application: starting up
32 2025.01.09 01:55:30.959851 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc
33 2025.01.09 01:55:31.029561 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48.
34 2025.01.09 01:55:31.070625 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536
35 2025.01.09 01:55:31.070687 [ 1 ] {} <Debug> Application: Initializing DateLUT.
36 2025.01.09 01:55:31.070703 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'.
37 2025.01.09 01:55:31.070781 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it
38 2025.01.09 01:55:31.071189 [ 1 ] {} <Debug> Application: Initializing interserver credentials.
39 2025.01.09 01:55:31.072877 [ 1 ] {} <Debug> ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml'
40 Processing configuration file '/opt/oxide/clickhouse/config.xml'.
41 Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'.
42 2025.01.09 01:55:31.073622 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration
43 2025.01.09 01:55:31.074525 [ 1 ] {} <Information> Application: Setting max_server_memory_usage was set to 86.29 GiB (95.88 GiB available * 0.90 max_server_memory_usage_to_ram_ratio)
44 2025.01.09 01:55:31.074552 [ 1 ] {} <Information> Application: Setting merges_mutations_memory_usage_soft_limit was set to 47.94 GiB (95.88 GiB available * 0.50 merges_mutations_memory_usage_to_ram_ratio)
45 2025.01.09 01:55:31.074568 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB
46 2025.01.09 01:55:31.074749 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads
47 2025.01.09 01:55:31.075713 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads
48 2025.01.09 01:55:31.081465 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads
49 2025.01.09 01:55:31.082296 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads
50 2025.01.09 01:55:31.083145 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again.
51 2025.01.09 01:55:31.083227 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration
52 2025.01.09 01:55:31.085290 [ 1 ] {} <Debug> ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml'
53 Processing configuration file '/opt/oxide/clickhouse/config.xml'.
54 Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'.
55 2025.01.09 01:55:31.085930 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration
56 2025.01.09 01:55:31.088468 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration
57 2025.01.09 01:55:31.089190 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml
58 2025.01.09 01:55:31.090241 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin
59 2025.01.09 01:55:31.090609 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8
60 2025.01.09 01:55:31.091013 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8
61 2025.01.09 01:55:31.091377 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8
62 2025.01.09 01:55:31.092777 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds
63 2025.01.09 01:55:31.092809 [ 1 ] {} <Information> Application: Loading metadata from /data/
64 2025.01.09 01:55:31.092894 [ 74 ] {} <Debug> DNSResolver: Updating DNS cache
65 2025.01.09 01:55:31.093018 [ 74 ] {} <Debug> DNSResolver: Updated DNS cache
66 2025.01.09 01:55:31.106035 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total.
67 2025.01.09 01:55:31.106066 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000157792 sec
68 2025.01.09 01:55:31.106124 [ 1 ] {} <Trace> ReferentialDeps: No tables
69 2025.01.09 01:55:31.106140 [ 1 ] {} <Trace> LoadingDeps: No tables
70 2025.01.09 01:55:31.106946 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables.
71 2025.01.09 01:55:31.108135 [ 1 ] {} <Debug> SystemLog: Creating system.query_log from query_log
72 2025.01.09 01:55:31.119168 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config
73 2025.01.09 01:55:31.119215 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config
74 2025.01.09 01:55:31.119243 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config
75 2025.01.09 01:55:31.119256 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config
76 2025.01.09 01:55:31.119287 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config
77 2025.01.09 01:55:31.119308 [ 1 ] {} <Debug> SystemLog: Creating system.metric_log from metric_log
78 2025.01.09 01:55:31.122072 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config
79 2025.01.09 01:55:31.122118 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config
80 2025.01.09 01:55:31.122150 [ 1 ] {} <Debug> SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log
81 2025.01.09 01:55:31.122332 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config
82 2025.01.09 01:55:31.122353 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config
83 2025.01.09 01:55:31.122391 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config
84 2025.01.09 01:55:31.122414 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config
85 2025.01.09 01:55:31.122427 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config
86 2025.01.09 01:55:31.122457 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config
87 2025.01.09 01:55:31.122479 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config
88 2025.01.09 01:55:31.147931 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal.
89 2025.01.09 01:55:31.149411 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total.
90 2025.01.09 01:55:31.149456 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 6.4301e-05 sec
91 2025.01.09 01:55:31.149469 [ 1 ] {} <Trace> ReferentialDeps: No tables
92 2025.01.09 01:55:31.149480 [ 1 ] {} <Trace> LoadingDeps: No tables
93 2025.01.09 01:55:31.149504 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables.
94 2025.01.09 01:55:31.149704 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/
95 2025.01.09 01:55:31.149748 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded
96 2025.01.09 01:55:31.149762 [ 1 ] {} <Debug> Application: Loaded metadata.
97 2025.01.09 01:55:31.149774 [ 1 ] {} <Information> Application: Query Profiler and TraceCollector are disabled because they require PHDR cache to be created (otherwise the function 'dl_iterate_phdr' is not lock free and not async-signal safe).
98 2025.01.09 01:55:31.149785 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled.
99 2025.01.09 01:55:31.156026 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again.
100 2025.01.09 01:55:31.156258 [ 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 2025.01.09 01:55:31.157319 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 3.245e-05 sec.
102 2025.01.09 01:55:31.157872 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123
103 2025.01.09 01:55:31.157964 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000
104 2025.01.09 01:55:31.157982 [ 1 ] {} <Information> Application: Ready for connections.
105 2025.01.09 01:55:31.184602 [ 3 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:51126
106 2025.01.09 01:55:31.184909 [ 3 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
107 2025.01.09 01:55:31.184982 [ 3 ] {} <Debug> TCP-Session: 630cf455-c49d-490a-a1a4-5cc95b9db9ce Authenticating user 'default' from [fd00:1122:3344:101::c]:51126
108 2025.01.09 01:55:31.185025 [ 3 ] {} <Debug> TCP-Session: 630cf455-c49d-490a-a1a4-5cc95b9db9ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
109 2025.01.09 01:55:31.185053 [ 3 ] {} <Debug> TCP-Session: 630cf455-c49d-490a-a1a4-5cc95b9db9ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
110 2025.01.09 01:55:31.185160 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
111 2025.01.09 01:55:31.185195 [ 3 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
112 2025.01.09 01:55:31.185233 [ 3 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
113 2025.01.09 01:55:31.187495 [ 4 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:44618
114 2025.01.09 01:55:31.187607 [ 4 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
115 2025.01.09 01:55:31.187638 [ 4 ] {} <Debug> TCP-Session: ac4bb057-e2ab-405a-8ef2-d753f7d3c6ff Authenticating user 'default' from [fd00:1122:3344:101::c]:44618
116 2025.01.09 01:55:31.187661 [ 4 ] {} <Debug> TCP-Session: ac4bb057-e2ab-405a-8ef2-d753f7d3c6ff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
117 2025.01.09 01:55:31.187703 [ 4 ] {} <Debug> TCP-Session: ac4bb057-e2ab-405a-8ef2-d753f7d3c6ff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
118 2025.01.09 01:55:31.188448 [ 5 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:54040
119 2025.01.09 01:55:31.188448 [ 253 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:54616
120 2025.01.09 01:55:31.188572 [ 254 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:64245
121 2025.01.09 01:55:31.188763 [ 5 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
122 2025.01.09 01:55:31.188773 [ 253 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
123 2025.01.09 01:55:31.188819 [ 255 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:65140
124 2025.01.09 01:55:31.188867 [ 5 ] {} <Debug> TCP-Session: d0ee81cd-3d58-475b-9530-9541bdb4f00b Authenticating user 'default' from [fd00:1122:3344:101::c]:54040
125 2025.01.09 01:55:31.188969 [ 254 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
126 2025.01.09 01:55:31.188983 [ 5 ] {} <Debug> TCP-Session: d0ee81cd-3d58-475b-9530-9541bdb4f00b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
127 2025.01.09 01:55:31.189009 [ 253 ] {} <Debug> TCP-Session: 2431e857-a85a-4760-b05a-39d0ce26b9cb Authenticating user 'default' from [fd00:1122:3344:101::c]:54616
128 2025.01.09 01:55:31.189157 [ 254 ] {} <Debug> TCP-Session: f0b64a72-cc30-4657-827d-982497acad79 Authenticating user 'default' from [fd00:1122:3344:101::c]:64245
129 2025.01.09 01:55:31.189164 [ 5 ] {} <Debug> TCP-Session: d0ee81cd-3d58-475b-9530-9541bdb4f00b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
130 2025.01.09 01:55:31.189176 [ 256 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:42444
131 2025.01.09 01:55:31.189186 [ 255 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
132 2025.01.09 01:55:31.189230 [ 254 ] {} <Debug> TCP-Session: f0b64a72-cc30-4657-827d-982497acad79 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
133 2025.01.09 01:55:31.189315 [ 254 ] {} <Debug> TCP-Session: f0b64a72-cc30-4657-827d-982497acad79 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
134 2025.01.09 01:55:31.189291 [ 253 ] {} <Debug> TCP-Session: 2431e857-a85a-4760-b05a-39d0ce26b9cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
135 2025.01.09 01:55:31.189455 [ 256 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
136 2025.01.09 01:55:31.189465 [ 257 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:44987
137 2025.01.09 01:55:31.189526 [ 256 ] {} <Debug> TCP-Session: 28144e50-9b65-434f-99cf-4c7bd7aeff1f Authenticating user 'default' from [fd00:1122:3344:101::c]:42444
138 2025.01.09 01:55:31.189513 [ 253 ] {} <Debug> TCP-Session: 2431e857-a85a-4760-b05a-39d0ce26b9cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
139 2025.01.09 01:55:31.189325 [ 255 ] {} <Debug> TCP-Session: 9b25af3e-b38b-41e5-81fd-e4d08b2dedc6 Authenticating user 'default' from [fd00:1122:3344:101::c]:65140
140 2025.01.09 01:55:31.189593 [ 256 ] {} <Debug> TCP-Session: 28144e50-9b65-434f-99cf-4c7bd7aeff1f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
141 2025.01.09 01:55:31.189669 [ 256 ] {} <Debug> TCP-Session: 28144e50-9b65-434f-99cf-4c7bd7aeff1f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
142 2025.01.09 01:55:31.189678 [ 257 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
143 2025.01.09 01:55:31.189702 [ 255 ] {} <Debug> TCP-Session: 9b25af3e-b38b-41e5-81fd-e4d08b2dedc6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
144 2025.01.09 01:55:31.189752 [ 257 ] {} <Debug> TCP-Session: 2498b76f-5523-4cba-91d8-d6fe56c4239a Authenticating user 'default' from [fd00:1122:3344:101::c]:44987
145 2025.01.09 01:55:31.189770 [ 255 ] {} <Debug> TCP-Session: 9b25af3e-b38b-41e5-81fd-e4d08b2dedc6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
146 2025.01.09 01:55:31.189803 [ 257 ] {} <Debug> TCP-Session: 2498b76f-5523-4cba-91d8-d6fe56c4239a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
147 2025.01.09 01:55:31.189850 [ 257 ] {} <Debug> TCP-Session: 2498b76f-5523-4cba-91d8-d6fe56c4239a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
148 2025.01.09 01:55:31.275255 [ 258 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:45670
149 2025.01.09 01:55:31.275445 [ 258 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
150 2025.01.09 01:55:31.275492 [ 258 ] {} <Debug> TCP-Session: 5c11c462-1cf5-4182-a1a2-ceaf2f89a83c Authenticating user 'default' from [fd00:1122:3344:101::b]:45670
151 2025.01.09 01:55:31.275517 [ 258 ] {} <Debug> TCP-Session: 5c11c462-1cf5-4182-a1a2-ceaf2f89a83c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
152 2025.01.09 01:55:31.275530 [ 258 ] {} <Debug> TCP-Session: 5c11c462-1cf5-4182-a1a2-ceaf2f89a83c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
153 2025.01.09 01:55:31.275588 [ 258 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
154 2025.01.09 01:55:31.275614 [ 258 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
155 2025.01.09 01:55:31.275638 [ 258 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
156 2025.01.09 01:55:31.276646 [ 259 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:47091
157 2025.01.09 01:55:31.276837 [ 259 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
158 2025.01.09 01:55:31.276849 [ 261 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:63012
159 2025.01.09 01:55:31.276889 [ 259 ] {} <Debug> TCP-Session: a4d2081d-8488-4e85-9444-af0197977250 Authenticating user 'default' from [fd00:1122:3344:101::b]:47091
160 2025.01.09 01:55:31.276859 [ 260 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:41273
161 2025.01.09 01:55:31.276937 [ 259 ] {} <Debug> TCP-Session: a4d2081d-8488-4e85-9444-af0197977250 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
162 2025.01.09 01:55:31.276925 [ 262 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:54261
163 2025.01.09 01:55:31.277089 [ 261 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
164 2025.01.09 01:55:31.277143 [ 259 ] {} <Debug> TCP-Session: a4d2081d-8488-4e85-9444-af0197977250 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
165 2025.01.09 01:55:31.277128 [ 263 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:41989
166 2025.01.09 01:55:31.277303 [ 264 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:46928
167 2025.01.09 01:55:31.277355 [ 262 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
168 2025.01.09 01:55:31.277400 [ 260 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
169 2025.01.09 01:55:31.277425 [ 261 ] {} <Debug> TCP-Session: 5612dc83-9d11-4afb-b09f-ca50dfb06e58 Authenticating user 'default' from [fd00:1122:3344:101::b]:63012
170 2025.01.09 01:55:31.277482 [ 265 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:64178
171 2025.01.09 01:55:31.277586 [ 261 ] {} <Debug> TCP-Session: 5612dc83-9d11-4afb-b09f-ca50dfb06e58 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
172 2025.01.09 01:55:31.277603 [ 264 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
173 2025.01.09 01:55:31.277598 [ 260 ] {} <Debug> TCP-Session: ea491459-f690-4263-a09c-2057eb8fde0a Authenticating user 'default' from [fd00:1122:3344:101::b]:41273
174 2025.01.09 01:55:31.277820 [ 263 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
175 2025.01.09 01:55:31.277872 [ 265 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
176 2025.01.09 01:55:31.277880 [ 261 ] {} <Debug> TCP-Session: 5612dc83-9d11-4afb-b09f-ca50dfb06e58 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
177 2025.01.09 01:55:31.277896 [ 264 ] {} <Debug> TCP-Session: 68b34f93-8ff6-4f35-8e09-bd2139538bbc Authenticating user 'default' from [fd00:1122:3344:101::b]:46928
178 2025.01.09 01:55:31.277940 [ 262 ] {} <Debug> TCP-Session: 7e32a51c-bffc-419c-b2dd-c9bc490b0bdd Authenticating user 'default' from [fd00:1122:3344:101::b]:54261
179 2025.01.09 01:55:31.277900 [ 260 ] {} <Debug> TCP-Session: ea491459-f690-4263-a09c-2057eb8fde0a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
180 2025.01.09 01:55:31.278002 [ 265 ] {} <Debug> TCP-Session: ad6df6c6-3673-491e-add2-6e5c01f19048 Authenticating user 'default' from [fd00:1122:3344:101::b]:64178
181 2025.01.09 01:55:31.278052 [ 264 ] {} <Debug> TCP-Session: 68b34f93-8ff6-4f35-8e09-bd2139538bbc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
182 2025.01.09 01:55:31.278079 [ 260 ] {} <Debug> TCP-Session: ea491459-f690-4263-a09c-2057eb8fde0a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
183 2025.01.09 01:55:31.278088 [ 262 ] {} <Debug> TCP-Session: 7e32a51c-bffc-419c-b2dd-c9bc490b0bdd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
184 2025.01.09 01:55:31.278117 [ 265 ] {} <Debug> TCP-Session: ad6df6c6-3673-491e-add2-6e5c01f19048 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
185 2025.01.09 01:55:31.278132 [ 264 ] {} <Debug> TCP-Session: 68b34f93-8ff6-4f35-8e09-bd2139538bbc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
186 2025.01.09 01:55:31.278209 [ 265 ] {} <Debug> TCP-Session: ad6df6c6-3673-491e-add2-6e5c01f19048 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
187 2025.01.09 01:55:31.278241 [ 262 ] {} <Debug> TCP-Session: 7e32a51c-bffc-419c-b2dd-c9bc490b0bdd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
188 2025.01.09 01:55:31.278216 [ 263 ] {} <Debug> TCP-Session: 70805b1a-e91b-467b-ae12-8f366edc3f64 Authenticating user 'default' from [fd00:1122:3344:101::b]:41989
189 2025.01.09 01:55:31.278331 [ 263 ] {} <Debug> TCP-Session: 70805b1a-e91b-467b-ae12-8f366edc3f64 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
190 2025.01.09 01:55:31.278371 [ 263 ] {} <Debug> TCP-Session: 70805b1a-e91b-467b-ae12-8f366edc3f64 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
191 2025.01.09 01:55:31.815019 [ 266 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43320
192 2025.01.09 01:55:31.815182 [ 266 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
193 2025.01.09 01:55:31.815213 [ 266 ] {} <Debug> TCP-Session: 964445e5-068f-4989-bad2-4887a85b5a76 Authenticating user 'default' from [fd00:1122:3344:101::e]:43320
194 2025.01.09 01:55:31.815258 [ 266 ] {} <Debug> TCP-Session: 964445e5-068f-4989-bad2-4887a85b5a76 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
195 2025.01.09 01:55:31.815272 [ 266 ] {} <Debug> TCP-Session: 964445e5-068f-4989-bad2-4887a85b5a76 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
196 2025.01.09 01:55:31.815325 [ 266 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
197 2025.01.09 01:55:31.815360 [ 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 2025.01.09 01:55:31.815377 [ 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 2025.01.09 01:55:31.819707 [ 267 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43901
200 2025.01.09 01:55:31.819892 [ 268 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36457
201 2025.01.09 01:55:31.819901 [ 267 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
202 2025.01.09 01:55:31.819964 [ 269 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36593
203 2025.01.09 01:55:31.820021 [ 267 ] {} <Debug> TCP-Session: 71736054-9eb9-4562-99fa-729f00bab459 Authenticating user 'default' from [fd00:1122:3344:101::e]:43901
204 2025.01.09 01:55:31.820152 [ 270 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37106
205 2025.01.09 01:55:31.820170 [ 267 ] {} <Debug> TCP-Session: 71736054-9eb9-4562-99fa-729f00bab459 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
206 2025.01.09 01:55:31.820156 [ 268 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
207 2025.01.09 01:55:31.820277 [ 269 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
208 2025.01.09 01:55:31.820309 [ 268 ] {} <Debug> TCP-Session: a0cf88ff-e9b9-45da-83c4-06941c4ded6b Authenticating user 'default' from [fd00:1122:3344:101::e]:36457
209 2025.01.09 01:55:31.820316 [ 267 ] {} <Debug> TCP-Session: 71736054-9eb9-4562-99fa-729f00bab459 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
210 2025.01.09 01:55:31.820484 [ 270 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
211 2025.01.09 01:55:31.820517 [ 268 ] {} <Debug> TCP-Session: a0cf88ff-e9b9-45da-83c4-06941c4ded6b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
212 2025.01.09 01:55:31.820528 [ 269 ] {} <Debug> TCP-Session: 7d09b6b4-73b7-4207-962f-06df396f20a0 Authenticating user 'default' from [fd00:1122:3344:101::e]:36593
213 2025.01.09 01:55:31.820548 [ 271 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39481
214 2025.01.09 01:55:31.820615 [ 270 ] {} <Debug> TCP-Session: adf31b26-92b2-461f-bb38-5d886fbc3f4a Authenticating user 'default' from [fd00:1122:3344:101::e]:37106
215 2025.01.09 01:55:31.820630 [ 268 ] {} <Debug> TCP-Session: a0cf88ff-e9b9-45da-83c4-06941c4ded6b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
216 2025.01.09 01:55:31.820694 [ 269 ] {} <Debug> TCP-Session: 7d09b6b4-73b7-4207-962f-06df396f20a0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
217 2025.01.09 01:55:31.820764 [ 272 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65347
218 2025.01.09 01:55:31.820766 [ 270 ] {} <Debug> TCP-Session: adf31b26-92b2-461f-bb38-5d886fbc3f4a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
219 2025.01.09 01:55:31.820910 [ 270 ] {} <Debug> TCP-Session: adf31b26-92b2-461f-bb38-5d886fbc3f4a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
220 2025.01.09 01:55:31.820923 [ 271 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
221 2025.01.09 01:55:31.820940 [ 273 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61176
222 2025.01.09 01:55:31.821136 [ 272 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
223 2025.01.09 01:55:31.821142 [ 269 ] {} <Debug> TCP-Session: 7d09b6b4-73b7-4207-962f-06df396f20a0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
224 2025.01.09 01:55:31.821165 [ 271 ] {} <Debug> TCP-Session: 2feb2e94-8bfb-4a71-a5ac-f756411c4325 Authenticating user 'default' from [fd00:1122:3344:101::e]:39481
225 2025.01.09 01:55:31.821259 [ 273 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
226 2025.01.09 01:55:31.821265 [ 272 ] {} <Debug> TCP-Session: 64ccd8f0-797e-4012-9fb7-867d3841d5ea Authenticating user 'default' from [fd00:1122:3344:101::e]:65347
227 2025.01.09 01:55:31.821309 [ 271 ] {} <Debug> TCP-Session: 2feb2e94-8bfb-4a71-a5ac-f756411c4325 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
228 2025.01.09 01:55:31.821324 [ 273 ] {} <Debug> TCP-Session: 1d20f90e-ba19-40c0-b9ba-9cd5ce69130c Authenticating user 'default' from [fd00:1122:3344:101::e]:61176
229 2025.01.09 01:55:31.821340 [ 272 ] {} <Debug> TCP-Session: 64ccd8f0-797e-4012-9fb7-867d3841d5ea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
230 2025.01.09 01:55:31.821352 [ 271 ] {} <Debug> TCP-Session: 2feb2e94-8bfb-4a71-a5ac-f756411c4325 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
231 2025.01.09 01:55:31.821370 [ 273 ] {} <Debug> TCP-Session: 1d20f90e-ba19-40c0-b9ba-9cd5ce69130c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
232 2025.01.09 01:55:31.821384 [ 272 ] {} <Debug> TCP-Session: 64ccd8f0-797e-4012-9fb7-867d3841d5ea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
233 2025.01.09 01:55:31.821450 [ 273 ] {} <Debug> TCP-Session: 1d20f90e-ba19-40c0-b9ba-9cd5ce69130c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
234 2025.01.09 01:55:31.835452 [ 274 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:51699
235 2025.01.09 01:55:31.835587 [ 274 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
236 2025.01.09 01:55:31.835613 [ 274 ] {} <Debug> TCP-Session: c58511c4-aac2-410f-b024-fee1041be697 Authenticating user 'default' from [fd00:1122:3344:101::a]:51699
237 2025.01.09 01:55:31.835654 [ 274 ] {} <Debug> TCP-Session: c58511c4-aac2-410f-b024-fee1041be697 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
238 2025.01.09 01:55:31.835679 [ 274 ] {} <Debug> TCP-Session: c58511c4-aac2-410f-b024-fee1041be697 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
239 2025.01.09 01:55:31.835723 [ 274 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
240 2025.01.09 01:55:31.835749 [ 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 2025.01.09 01:55:31.835778 [ 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 2025.01.09 01:55:31.836699 [ 275 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:37122
243 2025.01.09 01:55:31.836856 [ 275 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
244 2025.01.09 01:55:31.836871 [ 276 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:59688
245 2025.01.09 01:55:31.836893 [ 275 ] {} <Debug> TCP-Session: 357d59a1-e6e2-4324-9505-e605dcc681dc Authenticating user 'default' from [fd00:1122:3344:101::a]:37122
246 2025.01.09 01:55:31.836944 [ 275 ] {} <Debug> TCP-Session: 357d59a1-e6e2-4324-9505-e605dcc681dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
247 2025.01.09 01:55:31.836976 [ 277 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:53453
248 2025.01.09 01:55:31.837103 [ 276 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
249 2025.01.09 01:55:31.837122 [ 278 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:56373
250 2025.01.09 01:55:31.837131 [ 275 ] {} <Debug> TCP-Session: 357d59a1-e6e2-4324-9505-e605dcc681dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
251 2025.01.09 01:55:31.837270 [ 276 ] {} <Debug> TCP-Session: da07dd59-cf92-4dfa-bfe6-1e896941ddec Authenticating user 'default' from [fd00:1122:3344:101::a]:59688
252 2025.01.09 01:55:31.837304 [ 279 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:41724
253 2025.01.09 01:55:31.837501 [ 276 ] {} <Debug> TCP-Session: da07dd59-cf92-4dfa-bfe6-1e896941ddec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
254 2025.01.09 01:55:31.837515 [ 278 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
255 2025.01.09 01:55:31.837542 [ 280 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:56397
256 2025.01.09 01:55:31.837653 [ 276 ] {} <Debug> TCP-Session: da07dd59-cf92-4dfa-bfe6-1e896941ddec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
257 2025.01.09 01:55:31.837746 [ 279 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
258 2025.01.09 01:55:31.837787 [ 278 ] {} <Debug> TCP-Session: c2004509-c5cd-47ee-8184-5f21362069ca Authenticating user 'default' from [fd00:1122:3344:101::a]:56373
259 2025.01.09 01:55:31.837775 [ 281 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:49924
260 2025.01.09 01:55:31.837962 [ 279 ] {} <Debug> TCP-Session: 7c776053-eeda-4ed9-aef6-bee10a32ee4a Authenticating user 'default' from [fd00:1122:3344:101::a]:41724
261 2025.01.09 01:55:31.838031 [ 278 ] {} <Debug> TCP-Session: c2004509-c5cd-47ee-8184-5f21362069ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
262 2025.01.09 01:55:31.838074 [ 279 ] {} <Debug> TCP-Session: 7c776053-eeda-4ed9-aef6-bee10a32ee4a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
263 2025.01.09 01:55:31.838105 [ 278 ] {} <Debug> TCP-Session: c2004509-c5cd-47ee-8184-5f21362069ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
264 2025.01.09 01:55:31.838111 [ 279 ] {} <Debug> TCP-Session: 7c776053-eeda-4ed9-aef6-bee10a32ee4a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
265 2025.01.09 01:55:31.841106 [ 277 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
266 2025.01.09 01:55:31.841149 [ 277 ] {} <Debug> TCP-Session: 31424674-6989-4e25-9d99-f0f3cada1ef3 Authenticating user 'default' from [fd00:1122:3344:101::a]:53453
267 2025.01.09 01:55:31.841168 [ 277 ] {} <Debug> TCP-Session: 31424674-6989-4e25-9d99-f0f3cada1ef3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
268 2025.01.09 01:55:31.841200 [ 277 ] {} <Debug> TCP-Session: 31424674-6989-4e25-9d99-f0f3cada1ef3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
269 2025.01.09 01:55:31.841801 [ 280 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
270 2025.01.09 01:55:31.841841 [ 280 ] {} <Debug> TCP-Session: b5f89982-49e6-4c1e-8c85-ecef236853c4 Authenticating user 'default' from [fd00:1122:3344:101::a]:56397
271 2025.01.09 01:55:31.841871 [ 281 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
272 2025.01.09 01:55:31.841880 [ 280 ] {} <Debug> TCP-Session: b5f89982-49e6-4c1e-8c85-ecef236853c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
273 2025.01.09 01:55:31.841931 [ 281 ] {} <Debug> TCP-Session: df73cc91-bb70-4124-b2ad-f5e3a0cc294e Authenticating user 'default' from [fd00:1122:3344:101::a]:49924
274 2025.01.09 01:55:31.841937 [ 280 ] {} <Debug> TCP-Session: b5f89982-49e6-4c1e-8c85-ecef236853c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
275 2025.01.09 01:55:31.841963 [ 281 ] {} <Debug> TCP-Session: df73cc91-bb70-4124-b2ad-f5e3a0cc294e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
276 2025.01.09 01:55:31.841997 [ 281 ] {} <Debug> TCP-Session: df73cc91-bb70-4124-b2ad-f5e3a0cc294e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
277 2025.01.09 01:55:31.922756 [ 282 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:54634
278 2025.01.09 01:55:31.922913 [ 282 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
279 2025.01.09 01:55:31.922944 [ 282 ] {} <Debug> TCP-Session: 64a0eddb-41fd-4a46-93c4-ef96056a32cd Authenticating user 'default' from [fd00:1122:3344:101::d]:54634
280 2025.01.09 01:55:31.922965 [ 282 ] {} <Debug> TCP-Session: 64a0eddb-41fd-4a46-93c4-ef96056a32cd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
281 2025.01.09 01:55:31.922994 [ 282 ] {} <Debug> TCP-Session: 64a0eddb-41fd-4a46-93c4-ef96056a32cd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
282 2025.01.09 01:55:31.923068 [ 282 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
283 2025.01.09 01:55:31.923096 [ 282 ] {} <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
284 2025.01.09 01:55:31.923122 [ 282 ] {} <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
285 2025.01.09 01:55:31.923632 [ 283 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:46521
286 2025.01.09 01:55:31.923789 [ 284 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:50949
287 2025.01.09 01:55:31.923800 [ 283 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
288 2025.01.09 01:55:31.923904 [ 283 ] {} <Debug> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Authenticating user 'default' from [fd00:1122:3344:101::d]:46521
289 2025.01.09 01:55:31.923956 [ 285 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:42013
290 2025.01.09 01:55:31.924045 [ 284 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
291 2025.01.09 01:55:31.924059 [ 286 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:33844
292 2025.01.09 01:55:31.924092 [ 283 ] {} <Debug> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
293 2025.01.09 01:55:31.924271 [ 283 ] {} <Debug> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
294 2025.01.09 01:55:31.924290 [ 285 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
295 2025.01.09 01:55:31.924288 [ 287 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:49542
296 2025.01.09 01:55:31.924365 [ 284 ] {} <Debug> TCP-Session: 226d5bc7-a498-4f2b-b784-aef0960a89cc Authenticating user 'default' from [fd00:1122:3344:101::d]:50949
297 2025.01.09 01:55:31.924676 [ 287 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
298 2025.01.09 01:55:31.924701 [ 285 ] {} <Debug> TCP-Session: 3ebda640-887c-46e0-9240-faf6a2af1d73 Authenticating user 'default' from [fd00:1122:3344:101::d]:42013
299 2025.01.09 01:55:31.924721 [ 288 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:38573
300 2025.01.09 01:55:31.924728 [ 286 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
301 2025.01.09 01:55:31.924751 [ 284 ] {} <Debug> TCP-Session: 226d5bc7-a498-4f2b-b784-aef0960a89cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
302 2025.01.09 01:55:31.924792 [ 287 ] {} <Debug> TCP-Session: f0374056-ea1d-4e41-99ca-38f541079a0a Authenticating user 'default' from [fd00:1122:3344:101::d]:49542
303 2025.01.09 01:55:31.925053 [ 284 ] {} <Debug> TCP-Session: 226d5bc7-a498-4f2b-b784-aef0960a89cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
304 2025.01.09 01:55:31.925098 [ 288 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
305 2025.01.09 01:55:31.925118 [ 287 ] {} <Debug> TCP-Session: f0374056-ea1d-4e41-99ca-38f541079a0a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
306 2025.01.09 01:55:31.925117 [ 290 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:62128
307 2025.01.09 01:55:31.925218 [ 285 ] {} <Debug> TCP-Session: 3ebda640-887c-46e0-9240-faf6a2af1d73 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
308 2025.01.09 01:55:31.925259 [ 288 ] {} <Debug> TCP-Session: 5462f6b9-ae28-412b-b9c6-70a36207c1e5 Authenticating user 'default' from [fd00:1122:3344:101::d]:38573
309 2025.01.09 01:55:31.925286 [ 287 ] {} <Debug> TCP-Session: f0374056-ea1d-4e41-99ca-38f541079a0a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
310 2025.01.09 01:55:31.925117 [ 286 ] {} <Debug> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Authenticating user 'default' from [fd00:1122:3344:101::d]:33844
311 2025.01.09 01:55:31.925325 [ 285 ] {} <Debug> TCP-Session: 3ebda640-887c-46e0-9240-faf6a2af1d73 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
312 2025.01.09 01:55:31.924961 [ 289 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:44786
313 2025.01.09 01:55:31.925536 [ 288 ] {} <Debug> TCP-Session: 5462f6b9-ae28-412b-b9c6-70a36207c1e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
314 2025.01.09 01:55:31.925754 [ 290 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
315 2025.01.09 01:55:31.925809 [ 286 ] {} <Debug> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
316 2025.01.09 01:55:31.925848 [ 289 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
317 2025.01.09 01:55:31.925860 [ 288 ] {} <Debug> TCP-Session: 5462f6b9-ae28-412b-b9c6-70a36207c1e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
318 2025.01.09 01:55:31.926038 [ 290 ] {} <Debug> TCP-Session: 5e168baf-1be8-43d4-ac38-8aad423f27d3 Authenticating user 'default' from [fd00:1122:3344:101::d]:62128
319 2025.01.09 01:55:31.926037 [ 282 ] {} <Trace> TCP-Session: 64a0eddb-41fd-4a46-93c4-ef96056a32cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
320 2025.01.09 01:55:31.926074 [ 289 ] {} <Debug> TCP-Session: e56a166e-2c4c-4be1-a3f2-970073de4490 Authenticating user 'default' from [fd00:1122:3344:101::d]:44786
321 2025.01.09 01:55:31.926112 [ 290 ] {} <Debug> TCP-Session: 5e168baf-1be8-43d4-ac38-8aad423f27d3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
322 2025.01.09 01:55:31.926037 [ 286 ] {} <Debug> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
323 2025.01.09 01:55:31.926152 [ 289 ] {} <Debug> TCP-Session: e56a166e-2c4c-4be1-a3f2-970073de4490 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
324 2025.01.09 01:55:31.926183 [ 290 ] {} <Debug> TCP-Session: 5e168baf-1be8-43d4-ac38-8aad423f27d3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
325 2025.01.09 01:55:31.926257 [ 289 ] {} <Debug> TCP-Session: e56a166e-2c4c-4be1-a3f2-970073de4490 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
326 2025.01.09 01:55:31.929009 [ 282 ] {fa4d2c9d-8c6d-4ed1-92c6-37dd71f64e96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54634) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete)
327 2025.01.09 01:55:31.973611 [ 282 ] {fa4d2c9d-8c6d-4ed1-92c6-37dd71f64e96} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:54634) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below):
328 
329 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
330 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
331 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
332 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
333 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
334 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
335 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
336 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
337 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
338 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
339 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
340 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
341 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
342 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
343 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse
344 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse
345 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
346 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
347 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
348 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
349 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1
350 
351 2025.01.09 01:55:31.974444 [ 282 ] {fa4d2c9d-8c6d-4ed1-92c6-37dd71f64e96} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below):
352 
353 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
354 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
355 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
356 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
357 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
358 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
359 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
360 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
361 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
362 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
363 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
364 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
365 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
366 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
367 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse
368 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse
369 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
370 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
371 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
372 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
373 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1
374 
375 2025.01.09 01:55:31.974544 [ 282 ] {fa4d2c9d-8c6d-4ed1-92c6-37dd71f64e96} <Debug> TCPHandler: Processed in 0.049694819 sec.
376 2025.01.09 01:55:31.974910 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
377 2025.01.09 01:55:31.975094 [ 286 ] {4587440c-6140-47fc-96d1-923289087540} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete)
378 2025.01.09 01:55:31.975395 [ 286 ] {4587440c-6140-47fc-96d1-923289087540} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:33844) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below):
379 
380 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
381 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
382 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
383 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
384 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
385 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
386 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
387 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
388 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
389 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
390 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
391 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
392 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
393 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
394 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse
395 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse
396 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
397 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
398 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
399 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
400 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1
401 
402 2025.01.09 01:55:31.975508 [ 286 ] {4587440c-6140-47fc-96d1-923289087540} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below):
403 
404 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
405 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
406 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
407 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
408 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
409 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
410 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
411 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
412 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
413 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
414 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
415 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
416 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
417 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
418 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse
419 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse
420 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
421 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
422 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
423 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
424 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1
425 
426 2025.01.09 01:55:31.975593 [ 286 ] {4587440c-6140-47fc-96d1-923289087540} <Debug> TCPHandler: Processed in 0.000828992 sec.
427 2025.01.09 01:55:31.975802 [ 282 ] {} <Trace> TCP-Session: 64a0eddb-41fd-4a46-93c4-ef96056a32cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
428 2025.01.09 01:55:31.976582 [ 282 ] {9f863bfc-a4bd-4b07-a841-c7efeb02a066} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54634) DROP DATABASE IF EXISTS oximeter (stage: Complete)
429 2025.01.09 01:55:31.977211 [ 282 ] {9f863bfc-a4bd-4b07-a841-c7efeb02a066} <Debug> TCPHandler: Processed in 0.001461272 sec.
430 2025.01.09 01:55:31.977449 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
431 2025.01.09 01:55:31.977544 [ 286 ] {7371f1f3-b272-4144-88bf-51abdcc3ea23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete)
432 2025.01.09 01:55:31.977647 [ 286 ] {7371f1f3-b272-4144-88bf-51abdcc3ea23} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.*
433 2025.01.09 01:55:31.982686 [ 286 ] {7371f1f3-b272-4144-88bf-51abdcc3ea23} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total.
434 2025.01.09 01:55:31.982712 [ 286 ] {7371f1f3-b272-4144-88bf-51abdcc3ea23} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 6.1721e-05 sec
435 2025.01.09 01:55:31.982737 [ 286 ] {7371f1f3-b272-4144-88bf-51abdcc3ea23} <Trace> ReferentialDeps: No tables
436 2025.01.09 01:55:31.982757 [ 286 ] {7371f1f3-b272-4144-88bf-51abdcc3ea23} <Trace> LoadingDeps: No tables
437 2025.01.09 01:55:31.982784 [ 286 ] {7371f1f3-b272-4144-88bf-51abdcc3ea23} <Information> DatabaseAtomic (oximeter): Starting up tables.
438 2025.01.09 01:55:31.982838 [ 286 ] {7371f1f3-b272-4144-88bf-51abdcc3ea23} <Debug> TCPHandler: Processed in 0.005446443 sec.
439 2025.01.09 01:55:31.983043 [ 282 ] {} <Trace> TCP-Session: 64a0eddb-41fd-4a46-93c4-ef96056a32cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
440 2025.01.09 01:55:31.983232 [ 282 ] {87e78dd3-5f3c-4467-8a3f-504da1ba278a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54634) /* The version table contains metadata about the `oximeter` database */
441 CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete)
442 2025.01.09 01:55:31.983297 [ 282 ] {87e78dd3-5f3c-4467-8a3f-504da1ba278a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version
443 2025.01.09 01:55:31.990709 [ 282 ] {87e78dd3-5f3c-4467-8a3f-504da1ba278a} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1
444 2025.01.09 01:55:31.992049 [ 282 ] {87e78dd3-5f3c-4467-8a3f-504da1ba278a} <Debug> oximeter.version (587feeb6-1ec3-4db6-8afd-ddf3e7ab9f72): Loading data parts
445 2025.01.09 01:55:31.992654 [ 282 ] {87e78dd3-5f3c-4467-8a3f-504da1ba278a} <Debug> oximeter.version (587feeb6-1ec3-4db6-8afd-ddf3e7ab9f72): There are no data parts
446 2025.01.09 01:55:31.998889 [ 282 ] {87e78dd3-5f3c-4467-8a3f-504da1ba278a} <Debug> TCPHandler: Processed in 0.015902533 sec.
447 2025.01.09 01:55:31.999103 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
448 2025.01.09 01:55:31.999310 [ 286 ] {0e38d8a1-be25-4378-90ec-c50bbb58c010} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) /* The measurement tables contain all individual samples from each timeseries.
449 *
450 * Each table stores a single datum type, and otherwise contains nearly the same
451 * structure. The primary sorting key is on the timeseries name, key, and then
452 * timestamp, so that all timeseries from the same schema are grouped, followed
453 * by all samples from the same timeseries.
454 *
455 * This reflects that one usually looks up the _key_ in one or more field table,
456 * and then uses that to index quickly into the measurements tables.
457 */
458 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)
459 2025.01.09 01:55:31.999388 [ 286 ] {0e38d8a1-be25-4378-90ec-c50bbb58c010} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool
460 2025.01.09 01:55:32.000184 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 121.55 MiB, peak 121.55 MiB, free memory in arenas 0.00 B, will set to 133.12 MiB (RSS), difference: 11.57 MiB
461 2025.01.09 01:55:32.011954 [ 286 ] {0e38d8a1-be25-4378-90ec-c50bbb58c010} <Debug> oximeter.measurements_bool (e95e83a2-bc6b-4f55-83f2-ee90a75b0302): Loading data parts
462 2025.01.09 01:55:32.012223 [ 286 ] {0e38d8a1-be25-4378-90ec-c50bbb58c010} <Debug> oximeter.measurements_bool (e95e83a2-bc6b-4f55-83f2-ee90a75b0302): There are no data parts
463 2025.01.09 01:55:32.015884 [ 286 ] {0e38d8a1-be25-4378-90ec-c50bbb58c010} <Debug> TCPHandler: Processed in 0.016841407 sec.
464 2025.01.09 01:55:32.016120 [ 282 ] {} <Trace> TCP-Session: 64a0eddb-41fd-4a46-93c4-ef96056a32cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
465 2025.01.09 01:55:32.016328 [ 282 ] {6a09c6a0-b826-4153-a0ca-ad2c3d6ed2cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54634) 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)
466 2025.01.09 01:55:32.016399 [ 282 ] {6a09c6a0-b826-4153-a0ca-ad2c3d6ed2cc} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8
467 2025.01.09 01:55:32.021287 [ 282 ] {6a09c6a0-b826-4153-a0ca-ad2c3d6ed2cc} <Debug> oximeter.measurements_i8 (f7c3023a-e107-43e7-97f5-f6c6ad7fde9c): Loading data parts
468 2025.01.09 01:55:32.021497 [ 282 ] {6a09c6a0-b826-4153-a0ca-ad2c3d6ed2cc} <Debug> oximeter.measurements_i8 (f7c3023a-e107-43e7-97f5-f6c6ad7fde9c): There are no data parts
469 2025.01.09 01:55:32.027298 [ 282 ] {6a09c6a0-b826-4153-a0ca-ad2c3d6ed2cc} <Debug> TCPHandler: Processed in 0.011247642 sec.
470 2025.01.09 01:55:32.027518 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
471 2025.01.09 01:55:32.027751 [ 286 ] {6a118ef1-2032-4995-8d44-77b4d8bd352c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) 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)
472 2025.01.09 01:55:32.027817 [ 286 ] {6a118ef1-2032-4995-8d44-77b4d8bd352c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8
473 2025.01.09 01:55:32.033072 [ 286 ] {6a118ef1-2032-4995-8d44-77b4d8bd352c} <Debug> oximeter.measurements_u8 (855c2b3a-6a4e-4c30-aa37-46d0ed70baa0): Loading data parts
474 2025.01.09 01:55:32.033267 [ 286 ] {6a118ef1-2032-4995-8d44-77b4d8bd352c} <Debug> oximeter.measurements_u8 (855c2b3a-6a4e-4c30-aa37-46d0ed70baa0): There are no data parts
475 2025.01.09 01:55:32.036143 [ 286 ] {6a118ef1-2032-4995-8d44-77b4d8bd352c} <Debug> TCPHandler: Processed in 0.008679932 sec.
476 2025.01.09 01:55:32.036362 [ 282 ] {} <Trace> TCP-Session: 64a0eddb-41fd-4a46-93c4-ef96056a32cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
477 2025.01.09 01:55:32.036567 [ 282 ] {65bbce65-31d3-4860-a7df-c2ecd81f841a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54634) 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)
478 2025.01.09 01:55:32.036642 [ 282 ] {65bbce65-31d3-4860-a7df-c2ecd81f841a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16
479 2025.01.09 01:55:32.041802 [ 282 ] {65bbce65-31d3-4860-a7df-c2ecd81f841a} <Debug> oximeter.measurements_i16 (2acb4e16-e726-457e-b7bf-6d43035ce35b): Loading data parts
480 2025.01.09 01:55:32.042030 [ 282 ] {65bbce65-31d3-4860-a7df-c2ecd81f841a} <Debug> oximeter.measurements_i16 (2acb4e16-e726-457e-b7bf-6d43035ce35b): There are no data parts
481 2025.01.09 01:55:32.045839 [ 282 ] {65bbce65-31d3-4860-a7df-c2ecd81f841a} <Debug> TCPHandler: Processed in 0.009530755 sec.
482 2025.01.09 01:55:32.046069 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
483 2025.01.09 01:55:32.046352 [ 286 ] {41dd9b2e-34cf-4e0a-b2a2-243e2b07b63c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) 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)
484 2025.01.09 01:55:32.046437 [ 286 ] {41dd9b2e-34cf-4e0a-b2a2-243e2b07b63c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16
485 2025.01.09 01:55:32.051705 [ 286 ] {41dd9b2e-34cf-4e0a-b2a2-243e2b07b63c} <Debug> oximeter.measurements_u16 (12f1ee1b-b70d-4e11-be39-d7556d1b980a): Loading data parts
486 2025.01.09 01:55:32.051889 [ 286 ] {41dd9b2e-34cf-4e0a-b2a2-243e2b07b63c} <Debug> oximeter.measurements_u16 (12f1ee1b-b70d-4e11-be39-d7556d1b980a): There are no data parts
487 2025.01.09 01:55:32.053910 [ 286 ] {41dd9b2e-34cf-4e0a-b2a2-243e2b07b63c} <Debug> TCPHandler: Processed in 0.007902181 sec.
488 2025.01.09 01:55:32.054143 [ 282 ] {} <Trace> TCP-Session: 64a0eddb-41fd-4a46-93c4-ef96056a32cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
489 2025.01.09 01:55:32.054369 [ 282 ] {9968b243-9890-4e3b-b8ed-545c0f9f6e2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54634) 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)
490 2025.01.09 01:55:32.054446 [ 282 ] {9968b243-9890-4e3b-b8ed-545c0f9f6e2c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32
491 2025.01.09 01:55:32.058137 [ 282 ] {9968b243-9890-4e3b-b8ed-545c0f9f6e2c} <Debug> oximeter.measurements_i32 (e82f6cd8-5845-4c45-a2b9-f196feb82e09): Loading data parts
492 2025.01.09 01:55:32.058356 [ 282 ] {9968b243-9890-4e3b-b8ed-545c0f9f6e2c} <Debug> oximeter.measurements_i32 (e82f6cd8-5845-4c45-a2b9-f196feb82e09): There are no data parts
493 2025.01.09 01:55:32.061059 [ 282 ] {9968b243-9890-4e3b-b8ed-545c0f9f6e2c} <Debug> TCPHandler: Processed in 0.006978957 sec.
494 2025.01.09 01:55:32.061253 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
495 2025.01.09 01:55:32.061482 [ 286 ] {6ff6f68a-8603-420e-801e-29a9deb5688d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) 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)
496 2025.01.09 01:55:32.061548 [ 286 ] {6ff6f68a-8603-420e-801e-29a9deb5688d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32
497 2025.01.09 01:55:32.066486 [ 286 ] {6ff6f68a-8603-420e-801e-29a9deb5688d} <Debug> oximeter.measurements_u32 (9123df2d-0fb6-4a20-a957-7db2864d4536): Loading data parts
498 2025.01.09 01:55:32.066650 [ 286 ] {6ff6f68a-8603-420e-801e-29a9deb5688d} <Debug> oximeter.measurements_u32 (9123df2d-0fb6-4a20-a957-7db2864d4536): There are no data parts
499 2025.01.09 01:55:32.068253 [ 286 ] {6ff6f68a-8603-420e-801e-29a9deb5688d} <Debug> TCPHandler: Processed in 0.007057398 sec.
500 2025.01.09 01:55:32.068466 [ 282 ] {} <Trace> TCP-Session: 64a0eddb-41fd-4a46-93c4-ef96056a32cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
501 2025.01.09 01:55:32.068667 [ 282 ] {1bc977fc-66b2-4c8b-90da-ae7dd8d7e6df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54634) 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)
502 2025.01.09 01:55:32.068730 [ 282 ] {1bc977fc-66b2-4c8b-90da-ae7dd8d7e6df} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64
503 2025.01.09 01:55:32.071746 [ 282 ] {1bc977fc-66b2-4c8b-90da-ae7dd8d7e6df} <Debug> oximeter.measurements_i64 (0aea1ad8-5b0e-4ee5-9adf-930c61014b74): Loading data parts
504 2025.01.09 01:55:32.071911 [ 282 ] {1bc977fc-66b2-4c8b-90da-ae7dd8d7e6df} <Debug> oximeter.measurements_i64 (0aea1ad8-5b0e-4ee5-9adf-930c61014b74): There are no data parts
505 2025.01.09 01:55:32.073301 [ 282 ] {1bc977fc-66b2-4c8b-90da-ae7dd8d7e6df} <Debug> TCPHandler: Processed in 0.004890775 sec.
506 2025.01.09 01:55:32.073493 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
507 2025.01.09 01:55:32.073706 [ 286 ] {fe52a35c-cbcd-45c6-ae01-40c4a739813c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) 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)
508 2025.01.09 01:55:32.073770 [ 286 ] {fe52a35c-cbcd-45c6-ae01-40c4a739813c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64
509 2025.01.09 01:55:32.078399 [ 286 ] {fe52a35c-cbcd-45c6-ae01-40c4a739813c} <Debug> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97): Loading data parts
510 2025.01.09 01:55:32.078584 [ 286 ] {fe52a35c-cbcd-45c6-ae01-40c4a739813c} <Debug> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97): There are no data parts
511 2025.01.09 01:55:32.083140 [ 286 ] {fe52a35c-cbcd-45c6-ae01-40c4a739813c} <Debug> TCPHandler: Processed in 0.009701518 sec.
512 2025.01.09 01:55:32.083352 [ 282 ] {} <Trace> TCP-Session: 64a0eddb-41fd-4a46-93c4-ef96056a32cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
513 2025.01.09 01:55:32.083548 [ 282 ] {50fc371f-8e6a-4d0b-bd19-cd619567c6e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54634) 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)
514 2025.01.09 01:55:32.083616 [ 282 ] {50fc371f-8e6a-4d0b-bd19-cd619567c6e3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32
515 2025.01.09 01:55:32.088817 [ 282 ] {50fc371f-8e6a-4d0b-bd19-cd619567c6e3} <Debug> oximeter.measurements_f32 (a05aee2b-60ac-45af-91e1-36fd240f4730): Loading data parts
516 2025.01.09 01:55:32.089038 [ 282 ] {50fc371f-8e6a-4d0b-bd19-cd619567c6e3} <Debug> oximeter.measurements_f32 (a05aee2b-60ac-45af-91e1-36fd240f4730): There are no data parts
517 2025.01.09 01:55:32.090829 [ 282 ] {50fc371f-8e6a-4d0b-bd19-cd619567c6e3} <Debug> TCPHandler: Processed in 0.007533585 sec.
518 2025.01.09 01:55:32.091043 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
519 2025.01.09 01:55:32.091257 [ 286 ] {561805d6-cb1c-42ad-a3e5-31cd4f7dd316} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) 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)
520 2025.01.09 01:55:32.091316 [ 286 ] {561805d6-cb1c-42ad-a3e5-31cd4f7dd316} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64
521 2025.01.09 01:55:32.094399 [ 286 ] {561805d6-cb1c-42ad-a3e5-31cd4f7dd316} <Debug> oximeter.measurements_f64 (934b838e-c5f5-431f-8772-7fa1e914138c): Loading data parts
522 2025.01.09 01:55:32.094574 [ 286 ] {561805d6-cb1c-42ad-a3e5-31cd4f7dd316} <Debug> oximeter.measurements_f64 (934b838e-c5f5-431f-8772-7fa1e914138c): There are no data parts
523 2025.01.09 01:55:32.095976 [ 286 ] {561805d6-cb1c-42ad-a3e5-31cd4f7dd316} <Debug> TCPHandler: Processed in 0.004986896 sec.
524 2025.01.09 01:55:32.096220 [ 282 ] {} <Trace> TCP-Session: 64a0eddb-41fd-4a46-93c4-ef96056a32cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
525 2025.01.09 01:55:32.096425 [ 282 ] {009ea61b-f354-4b88-a421-4016240b1662} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54634) 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)
526 2025.01.09 01:55:32.096501 [ 282 ] {009ea61b-f354-4b88-a421-4016240b1662} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string
527 2025.01.09 01:55:32.101364 [ 282 ] {009ea61b-f354-4b88-a421-4016240b1662} <Debug> oximeter.measurements_string (2a130620-60c4-4500-a2a2-a9e6dab3d668): Loading data parts
528 2025.01.09 01:55:32.101570 [ 282 ] {009ea61b-f354-4b88-a421-4016240b1662} <Debug> oximeter.measurements_string (2a130620-60c4-4500-a2a2-a9e6dab3d668): There are no data parts
529 2025.01.09 01:55:32.103201 [ 282 ] {009ea61b-f354-4b88-a421-4016240b1662} <Debug> TCPHandler: Processed in 0.007034068 sec.
530 2025.01.09 01:55:32.103394 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
531 2025.01.09 01:55:32.103627 [ 286 ] {90b75bfd-96e0-44d2-823f-c5a9f362a297} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /*
532 * NOTE: Right now we can't unambiguously record a nullable byte array.
533 * Arrays cannot be nested in `Nullable()` types, and encoding the array as
534 * a string isn't palatable for a few reasons.
535 * See: https://github.com/oxidecomputer/omicron/issues/4551 for more
536 * details.
537 */
538 datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
539 2025.01.09 01:55:32.103696 [ 286 ] {90b75bfd-96e0-44d2-823f-c5a9f362a297} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes
540 2025.01.09 01:55:32.106659 [ 286 ] {90b75bfd-96e0-44d2-823f-c5a9f362a297} <Debug> oximeter.measurements_bytes (2d0ff675-e11b-4681-9a64-49cdb21093f1): Loading data parts
541 2025.01.09 01:55:32.106825 [ 286 ] {90b75bfd-96e0-44d2-823f-c5a9f362a297} <Debug> oximeter.measurements_bytes (2d0ff675-e11b-4681-9a64-49cdb21093f1): There are no data parts
542 2025.01.09 01:55:32.113280 [ 286 ] {90b75bfd-96e0-44d2-823f-c5a9f362a297} <Debug> TCPHandler: Processed in 0.009938532 sec.
543 2025.01.09 01:55:32.113514 [ 282 ] {} <Trace> TCP-Session: 64a0eddb-41fd-4a46-93c4-ef96056a32cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
544 2025.01.09 01:55:32.113805 [ 282 ] {1fac832c-c62f-4a89-b7a4-df684a47a2bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54634) 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)
545 2025.01.09 01:55:32.113893 [ 282 ] {1fac832c-c62f-4a89-b7a4-df684a47a2bf} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64
546 2025.01.09 01:55:32.119158 [ 282 ] {1fac832c-c62f-4a89-b7a4-df684a47a2bf} <Debug> oximeter.measurements_cumulativei64 (176ede84-26fc-429b-adfd-16fa32df58cb): Loading data parts
547 2025.01.09 01:55:32.119382 [ 282 ] {1fac832c-c62f-4a89-b7a4-df684a47a2bf} <Debug> oximeter.measurements_cumulativei64 (176ede84-26fc-429b-adfd-16fa32df58cb): There are no data parts
548 2025.01.09 01:55:32.124026 [ 282 ] {1fac832c-c62f-4a89-b7a4-df684a47a2bf} <Debug> TCPHandler: Processed in 0.010576552 sec.
549 2025.01.09 01:55:32.124286 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
550 2025.01.09 01:55:32.124571 [ 286 ] {01271ba6-f9c9-4f37-99d9-1fe5c0304f22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) 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)
551 2025.01.09 01:55:32.124646 [ 286 ] {01271ba6-f9c9-4f37-99d9-1fe5c0304f22} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64
552 2025.01.09 01:55:32.129763 [ 286 ] {01271ba6-f9c9-4f37-99d9-1fe5c0304f22} <Debug> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb): Loading data parts
553 2025.01.09 01:55:32.130048 [ 286 ] {01271ba6-f9c9-4f37-99d9-1fe5c0304f22} <Debug> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb): There are no data parts
554 2025.01.09 01:55:32.135951 [ 286 ] {01271ba6-f9c9-4f37-99d9-1fe5c0304f22} <Debug> TCPHandler: Processed in 0.011736659 sec.
555 2025.01.09 01:55:32.136201 [ 282 ] {} <Trace> TCP-Session: 64a0eddb-41fd-4a46-93c4-ef96056a32cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
556 2025.01.09 01:55:32.136415 [ 282 ] {9d6ee300-461f-4cb2-b729-0e046daa3daa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54634) 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)
557 2025.01.09 01:55:32.136492 [ 282 ] {9d6ee300-461f-4cb2-b729-0e046daa3daa} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32
558 2025.01.09 01:55:32.141658 [ 282 ] {9d6ee300-461f-4cb2-b729-0e046daa3daa} <Debug> oximeter.measurements_cumulativef32 (f52a3abb-5824-43fb-8fbf-6fa0391824b3): Loading data parts
559 2025.01.09 01:55:32.141878 [ 282 ] {9d6ee300-461f-4cb2-b729-0e046daa3daa} <Debug> oximeter.measurements_cumulativef32 (f52a3abb-5824-43fb-8fbf-6fa0391824b3): There are no data parts
560 2025.01.09 01:55:32.144038 [ 282 ] {9d6ee300-461f-4cb2-b729-0e046daa3daa} <Debug> TCPHandler: Processed in 0.007899371 sec.
561 2025.01.09 01:55:32.144246 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
562 2025.01.09 01:55:32.144480 [ 286 ] {b5e1d1bf-2b65-4aa5-ab83-66dd6bb4fe98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) 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)
563 2025.01.09 01:55:32.144553 [ 286 ] {b5e1d1bf-2b65-4aa5-ab83-66dd6bb4fe98} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64
564 2025.01.09 01:55:32.149557 [ 286 ] {b5e1d1bf-2b65-4aa5-ab83-66dd6bb4fe98} <Debug> oximeter.measurements_cumulativef64 (082c290f-811e-4811-895f-ed5cf7534ae0): Loading data parts
565 2025.01.09 01:55:32.149735 [ 286 ] {b5e1d1bf-2b65-4aa5-ab83-66dd6bb4fe98} <Debug> oximeter.measurements_cumulativef64 (082c290f-811e-4811-895f-ed5cf7534ae0): There are no data parts
566 2025.01.09 01:55:32.151425 [ 286 ] {b5e1d1bf-2b65-4aa5-ab83-66dd6bb4fe98} <Debug> TCPHandler: Processed in 0.007239721 sec.
567 2025.01.09 01:55:32.151641 [ 282 ] {} <Trace> TCP-Session: 64a0eddb-41fd-4a46-93c4-ef96056a32cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
568 2025.01.09 01:55:32.151943 [ 282 ] {ffa66c40-811f-4618-91f8-c7a4834636ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54634) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /*
569 * NOTE: Array types cannot be Nullable, see
570 * https://clickhouse.com/docs/en/sql-reference/data-types/nullable
571 * for more details.
572 *
573 * This means we need to use empty arrays to indicate a missing value. This
574 * is unfortunate, and at this point relies on the fact that an
575 * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need
576 * to figure out another way to represent missing samples here.
577 */
578 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)
579 2025.01.09 01:55:32.152027 [ 282 ] {ffa66c40-811f-4618-91f8-c7a4834636ae} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8
580 2025.01.09 01:55:32.155509 [ 282 ] {ffa66c40-811f-4618-91f8-c7a4834636ae} <Debug> oximeter.measurements_histogrami8 (94bdc91f-1c8f-43f1-9c73-a1522a5c5e9a): Loading data parts
581 2025.01.09 01:55:32.155711 [ 282 ] {ffa66c40-811f-4618-91f8-c7a4834636ae} <Debug> oximeter.measurements_histogrami8 (94bdc91f-1c8f-43f1-9c73-a1522a5c5e9a): There are no data parts
582 2025.01.09 01:55:32.157250 [ 282 ] {ffa66c40-811f-4618-91f8-c7a4834636ae} <Debug> TCPHandler: Processed in 0.005669576 sec.
583 2025.01.09 01:55:32.157461 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
584 2025.01.09 01:55:32.157829 [ 286 ] {8ab0b3c2-f1e0-4c51-88f1-48015d16d501} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) 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)
585 2025.01.09 01:55:32.157916 [ 286 ] {8ab0b3c2-f1e0-4c51-88f1-48015d16d501} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8
586 2025.01.09 01:55:32.163444 [ 286 ] {8ab0b3c2-f1e0-4c51-88f1-48015d16d501} <Debug> oximeter.measurements_histogramu8 (ce3062f5-ebbc-4bf1-9d17-9d203b02ae5a): Loading data parts
587 2025.01.09 01:55:32.163654 [ 286 ] {8ab0b3c2-f1e0-4c51-88f1-48015d16d501} <Debug> oximeter.measurements_histogramu8 (ce3062f5-ebbc-4bf1-9d17-9d203b02ae5a): There are no data parts
588 2025.01.09 01:55:32.166423 [ 286 ] {8ab0b3c2-f1e0-4c51-88f1-48015d16d501} <Debug> TCPHandler: Processed in 0.009028378 sec.
589 2025.01.09 01:55:32.166628 [ 282 ] {} <Trace> TCP-Session: 64a0eddb-41fd-4a46-93c4-ef96056a32cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
590 2025.01.09 01:55:32.166913 [ 282 ] {b0583dcb-5b15-486a-9165-8c0e6fe09921} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54634) 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)
591 2025.01.09 01:55:32.166994 [ 282 ] {b0583dcb-5b15-486a-9165-8c0e6fe09921} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16
592 2025.01.09 01:55:32.170459 [ 282 ] {b0583dcb-5b15-486a-9165-8c0e6fe09921} <Debug> oximeter.measurements_histogrami16 (58f56d29-9f8c-44de-80ec-5d591b815028): Loading data parts
593 2025.01.09 01:55:32.170748 [ 282 ] {b0583dcb-5b15-486a-9165-8c0e6fe09921} <Debug> oximeter.measurements_histogrami16 (58f56d29-9f8c-44de-80ec-5d591b815028): There are no data parts
594 2025.01.09 01:55:32.173508 [ 282 ] {b0583dcb-5b15-486a-9165-8c0e6fe09921} <Debug> TCPHandler: Processed in 0.006935866 sec.
595 2025.01.09 01:55:32.173698 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
596 2025.01.09 01:55:32.173991 [ 286 ] {8034ec30-960a-42d9-ad09-6dbb8717e0b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) 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)
597 2025.01.09 01:55:32.174067 [ 286 ] {8034ec30-960a-42d9-ad09-6dbb8717e0b1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16
598 2025.01.09 01:55:32.176283 [ 286 ] {8034ec30-960a-42d9-ad09-6dbb8717e0b1} <Debug> oximeter.measurements_histogramu16 (6046e2cf-0d2b-4b5c-b3b9-95fc87c45512): Loading data parts
599 2025.01.09 01:55:32.176458 [ 286 ] {8034ec30-960a-42d9-ad09-6dbb8717e0b1} <Debug> oximeter.measurements_histogramu16 (6046e2cf-0d2b-4b5c-b3b9-95fc87c45512): There are no data parts
600 2025.01.09 01:55:32.181059 [ 286 ] {8034ec30-960a-42d9-ad09-6dbb8717e0b1} <Debug> TCPHandler: Processed in 0.007414343 sec.
601 2025.01.09 01:55:32.181262 [ 282 ] {} <Trace> TCP-Session: 64a0eddb-41fd-4a46-93c4-ef96056a32cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
602 2025.01.09 01:55:32.181531 [ 282 ] {22547c63-7264-4bc9-b344-fe9aad0d95d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54634) 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)
603 2025.01.09 01:55:32.181610 [ 282 ] {22547c63-7264-4bc9-b344-fe9aad0d95d2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32
604 2025.01.09 01:55:32.187851 [ 282 ] {22547c63-7264-4bc9-b344-fe9aad0d95d2} <Debug> oximeter.measurements_histogrami32 (3d6699af-be5d-4d92-b674-8332e48256af): Loading data parts
605 2025.01.09 01:55:32.188068 [ 282 ] {22547c63-7264-4bc9-b344-fe9aad0d95d2} <Debug> oximeter.measurements_histogrami32 (3d6699af-be5d-4d92-b674-8332e48256af): There are no data parts
606 2025.01.09 01:55:32.190466 [ 282 ] {22547c63-7264-4bc9-b344-fe9aad0d95d2} <Debug> TCPHandler: Processed in 0.009256442 sec.
607 2025.01.09 01:55:32.190685 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
608 2025.01.09 01:55:32.190993 [ 286 ] {9d75b178-9686-4516-b6e3-3d2b79345541} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) 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)
609 2025.01.09 01:55:32.191072 [ 286 ] {9d75b178-9686-4516-b6e3-3d2b79345541} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32
610 2025.01.09 01:55:32.196072 [ 286 ] {9d75b178-9686-4516-b6e3-3d2b79345541} <Debug> oximeter.measurements_histogramu32 (be349244-f4ec-455d-b438-f0eacb9c86c3): Loading data parts
611 2025.01.09 01:55:32.196263 [ 286 ] {9d75b178-9686-4516-b6e3-3d2b79345541} <Debug> oximeter.measurements_histogramu32 (be349244-f4ec-455d-b438-f0eacb9c86c3): There are no data parts
612 2025.01.09 01:55:32.200097 [ 286 ] {9d75b178-9686-4516-b6e3-3d2b79345541} <Debug> TCPHandler: Processed in 0.009468685 sec.
613 2025.01.09 01:55:32.200316 [ 282 ] {} <Trace> TCP-Session: 64a0eddb-41fd-4a46-93c4-ef96056a32cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
614 2025.01.09 01:55:32.200590 [ 282 ] {6ddbc346-bb60-4de5-94f4-27527758baf3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54634) 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)
615 2025.01.09 01:55:32.200670 [ 282 ] {6ddbc346-bb60-4de5-94f4-27527758baf3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64
616 2025.01.09 01:55:32.205777 [ 282 ] {6ddbc346-bb60-4de5-94f4-27527758baf3} <Debug> oximeter.measurements_histogrami64 (9d89aee6-ca18-494c-9373-011da59229db): Loading data parts
617 2025.01.09 01:55:32.206008 [ 282 ] {6ddbc346-bb60-4de5-94f4-27527758baf3} <Debug> oximeter.measurements_histogrami64 (9d89aee6-ca18-494c-9373-011da59229db): There are no data parts
618 2025.01.09 01:55:32.213561 [ 282 ] {6ddbc346-bb60-4de5-94f4-27527758baf3} <Debug> TCPHandler: Processed in 0.013295743 sec.
619 2025.01.09 01:55:32.213895 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
620 2025.01.09 01:55:32.214262 [ 286 ] {8a434ec3-2fbb-4789-8703-e7bcad7a48d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) 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)
621 2025.01.09 01:55:32.214364 [ 286 ] {8a434ec3-2fbb-4789-8703-e7bcad7a48d0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64
622 2025.01.09 01:55:32.217749 [ 286 ] {8a434ec3-2fbb-4789-8703-e7bcad7a48d0} <Debug> oximeter.measurements_histogramu64 (17c94cc7-cbcb-4131-b32c-df27c461cf7e): Loading data parts
623 2025.01.09 01:55:32.217955 [ 286 ] {8a434ec3-2fbb-4789-8703-e7bcad7a48d0} <Debug> oximeter.measurements_histogramu64 (17c94cc7-cbcb-4131-b32c-df27c461cf7e): There are no data parts
624 2025.01.09 01:55:32.220418 [ 286 ] {8a434ec3-2fbb-4789-8703-e7bcad7a48d0} <Debug> TCPHandler: Processed in 0.006608681 sec.
625 2025.01.09 01:55:32.220648 [ 282 ] {} <Trace> TCP-Session: 64a0eddb-41fd-4a46-93c4-ef96056a32cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
626 2025.01.09 01:55:32.220920 [ 282 ] {1c522c41-0804-4a2a-a227-0fb38e948752} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54634) 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)
627 2025.01.09 01:55:32.221018 [ 282 ] {1c522c41-0804-4a2a-a227-0fb38e948752} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32
628 2025.01.09 01:55:32.224253 [ 282 ] {1c522c41-0804-4a2a-a227-0fb38e948752} <Debug> oximeter.measurements_histogramf32 (ea3f9fcb-fa83-4d5a-a468-900a4cb53db7): Loading data parts
629 2025.01.09 01:55:32.224486 [ 282 ] {1c522c41-0804-4a2a-a227-0fb38e948752} <Debug> oximeter.measurements_histogramf32 (ea3f9fcb-fa83-4d5a-a468-900a4cb53db7): There are no data parts
630 2025.01.09 01:55:32.227001 [ 282 ] {1c522c41-0804-4a2a-a227-0fb38e948752} <Debug> TCPHandler: Processed in 0.006411808 sec.
631 2025.01.09 01:55:32.227213 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
632 2025.01.09 01:55:32.227523 [ 286 ] {1ff42311-83d0-4406-a213-516da32bfde3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) 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)
633 2025.01.09 01:55:32.227966 [ 286 ] {1ff42311-83d0-4406-a213-516da32bfde3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64
634 2025.01.09 01:55:32.233545 [ 286 ] {1ff42311-83d0-4406-a213-516da32bfde3} <Debug> oximeter.measurements_histogramf64 (fae0817f-3248-4fa4-9b75-983c98a71110): Loading data parts
635 2025.01.09 01:55:32.233746 [ 286 ] {1ff42311-83d0-4406-a213-516da32bfde3} <Debug> oximeter.measurements_histogramf64 (fae0817f-3248-4fa4-9b75-983c98a71110): There are no data parts
636 2025.01.09 01:55:32.236080 [ 286 ] {1ff42311-83d0-4406-a213-516da32bfde3} <Debug> TCPHandler: Processed in 0.008926437 sec.
637 2025.01.09 01:55:32.236320 [ 282 ] {} <Trace> TCP-Session: 64a0eddb-41fd-4a46-93c4-ef96056a32cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
638 2025.01.09 01:55:32.236567 [ 282 ] {de1bee77-22e9-4dd7-91e8-4ea87b0ea965} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54634) /* The field tables store named dimensions of each timeseries.
639 *
640 * As with the measurement tables, there is one field table for each field data
641 * type. Fields are deduplicated by using the "replacing merge tree", though
642 * this behavior **must not** be relied upon for query correctness.
643 *
644 * The index for the fields differs from the measurements, however. Rows are
645 * sorted by timeseries name, then field name, field value, and finally
646 * timeseries key. This reflects the most common pattern for looking them up:
647 * by field name and possibly value, within a timeseries. The resulting keys are
648 * usually then used to look up measurements.
649 *
650 * NOTE: We may want to consider a secondary index on these tables, sorting by
651 * timeseries name and then key, since it would improve lookups where one
652 * already has the key. Realistically though, these tables are quite small and
653 * so performance benefits will be low in absolute terms.
654 *
655 * TTL: We use a materialized column to expire old field table records. This
656 * column is generated automatically by the database whenever a new row is
657 * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *`
658 * query. Since these tables are `ReplacingMergeTree`s, that means the last
659 * record will remain during a deduplication, which will have the last
660 * timestamp. ClickHouse will then expire old data for us, similar to the
661 * measurement tables.
662 */
663 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)
664 2025.01.09 01:55:32.236663 [ 282 ] {de1bee77-22e9-4dd7-91e8-4ea87b0ea965} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool
665 2025.01.09 01:55:32.242287 [ 282 ] {de1bee77-22e9-4dd7-91e8-4ea87b0ea965} <Debug> oximeter.fields_bool (c47cdcf6-52f6-4fb0-90bd-7d9fc8795422): Loading data parts
666 2025.01.09 01:55:32.242479 [ 282 ] {de1bee77-22e9-4dd7-91e8-4ea87b0ea965} <Debug> oximeter.fields_bool (c47cdcf6-52f6-4fb0-90bd-7d9fc8795422): There are no data parts
667 2025.01.09 01:55:32.247084 [ 282 ] {de1bee77-22e9-4dd7-91e8-4ea87b0ea965} <Debug> TCPHandler: Processed in 0.010836626 sec.
668 2025.01.09 01:55:32.247341 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
669 2025.01.09 01:55:32.247620 [ 286 ] {7076dbe7-1135-487d-9437-53871f494619} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) 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)
670 2025.01.09 01:55:32.247705 [ 286 ] {7076dbe7-1135-487d-9437-53871f494619} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8
671 2025.01.09 01:55:32.250055 [ 286 ] {7076dbe7-1135-487d-9437-53871f494619} <Debug> oximeter.fields_i8 (32ca8810-33a0-4b82-8b29-e128c6214763): Loading data parts
672 2025.01.09 01:55:32.250393 [ 286 ] {7076dbe7-1135-487d-9437-53871f494619} <Debug> oximeter.fields_i8 (32ca8810-33a0-4b82-8b29-e128c6214763): There are no data parts
673 2025.01.09 01:55:32.253271 [ 286 ] {7076dbe7-1135-487d-9437-53871f494619} <Debug> TCPHandler: Processed in 0.006005911 sec.
674 2025.01.09 01:55:32.253516 [ 282 ] {} <Trace> TCP-Session: 64a0eddb-41fd-4a46-93c4-ef96056a32cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
675 2025.01.09 01:55:32.253718 [ 282 ] {a6223e54-582f-48f3-9129-ff47d59a9fe1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54634) 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)
676 2025.01.09 01:55:32.253793 [ 282 ] {a6223e54-582f-48f3-9129-ff47d59a9fe1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8
677 2025.01.09 01:55:32.255970 [ 282 ] {a6223e54-582f-48f3-9129-ff47d59a9fe1} <Debug> oximeter.fields_u8 (f59c63b9-7e00-4cbb-80d5-4667ebd1997c): Loading data parts
678 2025.01.09 01:55:32.256207 [ 282 ] {a6223e54-582f-48f3-9129-ff47d59a9fe1} <Debug> oximeter.fields_u8 (f59c63b9-7e00-4cbb-80d5-4667ebd1997c): There are no data parts
679 2025.01.09 01:55:32.266778 [ 282 ] {a6223e54-582f-48f3-9129-ff47d59a9fe1} <Debug> TCPHandler: Processed in 0.013319534 sec.
680 2025.01.09 01:55:32.267018 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
681 2025.01.09 01:55:32.267303 [ 286 ] {d108b1a9-1eee-490e-a7a0-1541fcb8cf23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) 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)
682 2025.01.09 01:55:32.267382 [ 286 ] {d108b1a9-1eee-490e-a7a0-1541fcb8cf23} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16
683 2025.01.09 01:55:32.274130 [ 286 ] {d108b1a9-1eee-490e-a7a0-1541fcb8cf23} <Debug> oximeter.fields_i16 (768e6654-4d7d-4320-b224-a6516c636040): Loading data parts
684 2025.01.09 01:55:32.274377 [ 286 ] {d108b1a9-1eee-490e-a7a0-1541fcb8cf23} <Debug> oximeter.fields_i16 (768e6654-4d7d-4320-b224-a6516c636040): There are no data parts
685 2025.01.09 01:55:32.278895 [ 286 ] {d108b1a9-1eee-490e-a7a0-1541fcb8cf23} <Debug> TCPHandler: Processed in 0.011949363 sec.
686 2025.01.09 01:55:32.279130 [ 282 ] {} <Trace> TCP-Session: 64a0eddb-41fd-4a46-93c4-ef96056a32cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
687 2025.01.09 01:55:32.279334 [ 282 ] {57c67af8-9e7e-4397-a516-9cccc2e657da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54634) 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)
688 2025.01.09 01:55:32.279419 [ 282 ] {57c67af8-9e7e-4397-a516-9cccc2e657da} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16
689 2025.01.09 01:55:32.282937 [ 282 ] {57c67af8-9e7e-4397-a516-9cccc2e657da} <Debug> oximeter.fields_u16 (b7e624c8-f545-4bc0-b9ea-87ccb0a68066): Loading data parts
690 2025.01.09 01:55:32.283196 [ 282 ] {57c67af8-9e7e-4397-a516-9cccc2e657da} <Debug> oximeter.fields_u16 (b7e624c8-f545-4bc0-b9ea-87ccb0a68066): There are no data parts
691 2025.01.09 01:55:32.284716 [ 282 ] {57c67af8-9e7e-4397-a516-9cccc2e657da} <Debug> TCPHandler: Processed in 0.005651176 sec.
692 2025.01.09 01:55:32.284910 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
693 2025.01.09 01:55:32.285135 [ 286 ] {28f9a99b-f801-4be7-8f3b-013739a1ec62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) 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)
694 2025.01.09 01:55:32.285203 [ 286 ] {28f9a99b-f801-4be7-8f3b-013739a1ec62} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32
695 2025.01.09 01:55:32.290275 [ 286 ] {28f9a99b-f801-4be7-8f3b-013739a1ec62} <Debug> oximeter.fields_i32 (df780731-27e6-49b2-9477-3ef2c2430036): Loading data parts
696 2025.01.09 01:55:32.290444 [ 286 ] {28f9a99b-f801-4be7-8f3b-013739a1ec62} <Debug> oximeter.fields_i32 (df780731-27e6-49b2-9477-3ef2c2430036): There are no data parts
697 2025.01.09 01:55:32.291948 [ 286 ] {28f9a99b-f801-4be7-8f3b-013739a1ec62} <Debug> TCPHandler: Processed in 0.007094368 sec.
698 2025.01.09 01:55:32.292176 [ 282 ] {} <Trace> TCP-Session: 64a0eddb-41fd-4a46-93c4-ef96056a32cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
699 2025.01.09 01:55:32.292370 [ 282 ] {9e084a5c-6c5f-4a5c-8a67-69ca5e53a5f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54634) 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)
700 2025.01.09 01:55:32.292450 [ 282 ] {9e084a5c-6c5f-4a5c-8a67-69ca5e53a5f8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32
701 2025.01.09 01:55:32.297646 [ 282 ] {9e084a5c-6c5f-4a5c-8a67-69ca5e53a5f8} <Debug> oximeter.fields_u32 (03dfd943-ea50-4047-86b9-6222d9e39c11): Loading data parts
702 2025.01.09 01:55:32.297844 [ 282 ] {9e084a5c-6c5f-4a5c-8a67-69ca5e53a5f8} <Debug> oximeter.fields_u32 (03dfd943-ea50-4047-86b9-6222d9e39c11): There are no data parts
703 2025.01.09 01:55:32.300556 [ 282 ] {9e084a5c-6c5f-4a5c-8a67-69ca5e53a5f8} <Debug> TCPHandler: Processed in 0.008434739 sec.
704 2025.01.09 01:55:32.300780 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
705 2025.01.09 01:55:32.301001 [ 286 ] {655afd81-96a1-4992-b7ed-83e2cec3797a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) 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)
706 2025.01.09 01:55:32.301066 [ 286 ] {655afd81-96a1-4992-b7ed-83e2cec3797a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64
707 2025.01.09 01:55:32.305756 [ 286 ] {655afd81-96a1-4992-b7ed-83e2cec3797a} <Debug> oximeter.fields_i64 (f4584758-b16f-410d-bb79-3a6e58a68ca8): Loading data parts
708 2025.01.09 01:55:32.305945 [ 286 ] {655afd81-96a1-4992-b7ed-83e2cec3797a} <Debug> oximeter.fields_i64 (f4584758-b16f-410d-bb79-3a6e58a68ca8): There are no data parts
709 2025.01.09 01:55:32.308817 [ 286 ] {655afd81-96a1-4992-b7ed-83e2cec3797a} <Debug> TCPHandler: Processed in 0.008099924 sec.
710 2025.01.09 01:55:32.309038 [ 282 ] {} <Trace> TCP-Session: 64a0eddb-41fd-4a46-93c4-ef96056a32cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
711 2025.01.09 01:55:32.309273 [ 282 ] {f75527ad-17e5-4a9f-99c2-38d9e605c78d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54634) 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)
712 2025.01.09 01:55:32.309351 [ 282 ] {f75527ad-17e5-4a9f-99c2-38d9e605c78d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64
713 2025.01.09 01:55:32.311454 [ 282 ] {f75527ad-17e5-4a9f-99c2-38d9e605c78d} <Debug> oximeter.fields_u64 (e10aa23e-6cf2-4a89-b913-4df6a591567e): Loading data parts
714 2025.01.09 01:55:32.311638 [ 282 ] {f75527ad-17e5-4a9f-99c2-38d9e605c78d} <Debug> oximeter.fields_u64 (e10aa23e-6cf2-4a89-b913-4df6a591567e): There are no data parts
715 2025.01.09 01:55:32.316157 [ 282 ] {f75527ad-17e5-4a9f-99c2-38d9e605c78d} <Debug> TCPHandler: Processed in 0.00718098 sec.
716 2025.01.09 01:55:32.316371 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
717 2025.01.09 01:55:32.316674 [ 286 ] {7f38b0af-a744-4f96-8212-435c7e282ac4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) 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)
718 2025.01.09 01:55:32.316739 [ 286 ] {7f38b0af-a744-4f96-8212-435c7e282ac4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr
719 2025.01.09 01:55:32.320153 [ 286 ] {7f38b0af-a744-4f96-8212-435c7e282ac4} <Debug> oximeter.fields_ipaddr (99e36f6e-d6b3-41b0-9488-2664f52c89c7): Loading data parts
720 2025.01.09 01:55:32.320375 [ 286 ] {7f38b0af-a744-4f96-8212-435c7e282ac4} <Debug> oximeter.fields_ipaddr (99e36f6e-d6b3-41b0-9488-2664f52c89c7): There are no data parts
721 2025.01.09 01:55:32.321826 [ 286 ] {7f38b0af-a744-4f96-8212-435c7e282ac4} <Debug> TCPHandler: Processed in 0.005518065 sec.
722 2025.01.09 01:55:32.322029 [ 282 ] {} <Trace> TCP-Session: 64a0eddb-41fd-4a46-93c4-ef96056a32cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
723 2025.01.09 01:55:32.322235 [ 282 ] {1173d220-510b-4cc7-86f6-5f07078ff826} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54634) 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)
724 2025.01.09 01:55:32.322301 [ 282 ] {1173d220-510b-4cc7-86f6-5f07078ff826} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string
725 2025.01.09 01:55:32.327646 [ 282 ] {1173d220-510b-4cc7-86f6-5f07078ff826} <Debug> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae): Loading data parts
726 2025.01.09 01:55:32.327851 [ 282 ] {1173d220-510b-4cc7-86f6-5f07078ff826} <Debug> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae): There are no data parts
727 2025.01.09 01:55:32.331225 [ 282 ] {1173d220-510b-4cc7-86f6-5f07078ff826} <Debug> TCPHandler: Processed in 0.009249541 sec.
728 2025.01.09 01:55:32.331482 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
729 2025.01.09 01:55:32.331684 [ 286 ] {388e3298-4cc8-4578-8f71-e8a70ec60ab3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) 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)
730 2025.01.09 01:55:32.331766 [ 286 ] {388e3298-4cc8-4578-8f71-e8a70ec60ab3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid
731 2025.01.09 01:55:32.337434 [ 286 ] {388e3298-4cc8-4578-8f71-e8a70ec60ab3} <Debug> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8): Loading data parts
732 2025.01.09 01:55:32.337650 [ 286 ] {388e3298-4cc8-4578-8f71-e8a70ec60ab3} <Debug> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8): There are no data parts
733 2025.01.09 01:55:32.342260 [ 286 ] {388e3298-4cc8-4578-8f71-e8a70ec60ab3} <Debug> TCPHandler: Processed in 0.010834546 sec.
734 2025.01.09 01:55:32.342482 [ 282 ] {} <Trace> TCP-Session: 64a0eddb-41fd-4a46-93c4-ef96056a32cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
735 2025.01.09 01:55:32.342808 [ 282 ] {f42df9e8-45f3-4495-b325-a8b4bcb462bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54634) /* The timeseries schema table stores the extracted schema for the samples
736 * oximeter collects.
737 */
738 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)
739 2025.01.09 01:55:32.342905 [ 282 ] {f42df9e8-45f3-4495-b325-a8b4bcb462bd} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema
740 2025.01.09 01:55:32.345143 [ 282 ] {f42df9e8-45f3-4495-b325-a8b4bcb462bd} <Debug> oximeter.timeseries_schema (0cf912c6-50be-42a8-b344-8e48cdd5b0db): Loading data parts
741 2025.01.09 01:55:32.345337 [ 282 ] {f42df9e8-45f3-4495-b325-a8b4bcb462bd} <Debug> oximeter.timeseries_schema (0cf912c6-50be-42a8-b344-8e48cdd5b0db): There are no data parts
742 2025.01.09 01:55:32.348203 [ 282 ] {f42df9e8-45f3-4495-b325-a8b4bcb462bd} <Debug> TCPHandler: Processed in 0.005783069 sec.
743 2025.01.09 01:55:32.348423 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
744 2025.01.09 01:55:32.348660 [ 286 ] {2bd84663-a0e1-42c2-85b7-79fe8ee1f0ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.version (*) VALUES (stage: Complete)
745 2025.01.09 01:55:32.350123 [ 286 ] {2bd84663-a0e1-42c2-85b7-79fe8ee1f0ad} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version
746 2025.01.09 01:55:32.359494 [ 292 ] {2bd84663-a0e1-42c2-85b7-79fe8ee1f0ad} <Trace> oximeter.version (587feeb6-1ec3-4db6-8afd-ddf3e7ab9f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
747 2025.01.09 01:55:32.359571 [ 292 ] {2bd84663-a0e1-42c2-85b7-79fe8ee1f0ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
748 2025.01.09 01:55:32.365280 [ 292 ] {2bd84663-a0e1-42c2-85b7-79fe8ee1f0ad} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
749 2025.01.09 01:55:32.365741 [ 292 ] {2bd84663-a0e1-42c2-85b7-79fe8ee1f0ad} <Trace> oximeter.version (587feeb6-1ec3-4db6-8afd-ddf3e7ab9f72): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
750 2025.01.09 01:55:32.366232 [ 286 ] {2bd84663-a0e1-42c2-85b7-79fe8ee1f0ad} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.017671 sec., 56.589893045102144 rows/sec., 905.44 B/sec.
751 2025.01.09 01:55:32.366530 [ 286 ] {2bd84663-a0e1-42c2-85b7-79fe8ee1f0ad} <Debug> TCPHandler: Processed in 0.018172708 sec.
752 2025.01.09 01:55:33.001169 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 136.26 MiB, peak 136.26 MiB, free memory in arenas 0.00 B, will set to 140.71 MiB (RSS), difference: 4.46 MiB
753 2025.01.09 01:55:38.623680 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8
754 2025.01.09 01:55:38.623739 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 488
755 2025.01.09 01:55:38.623794 [ 243 ] {} <Debug> SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog
756 2025.01.09 01:55:38.623849 [ 244 ] {} <Debug> SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog
757 2025.01.09 01:55:38.630508 [ 244 ] {} <Debug> system.asynchronous_metric_log (9698bf86-621f-4c13-9bc9-6db4396b8d09): Loading data parts
758 2025.01.09 01:55:38.630840 [ 244 ] {} <Debug> system.asynchronous_metric_log (9698bf86-621f-4c13-9bc9-6db4396b8d09): There are no data parts
759 2025.01.09 01:55:38.638063 [ 244 ] {} <Trace> system.asynchronous_metric_log (9698bf86-621f-4c13-9bc9-6db4396b8d09): Trying to reserve 1.00 MiB using storage policy from min volume index 0
760 2025.01.09 01:55:38.638164 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
761 2025.01.09 01:55:38.641522 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
762 2025.01.09 01:55:38.642754 [ 244 ] {} <Trace> system.asynchronous_metric_log (9698bf86-621f-4c13-9bc9-6db4396b8d09): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
763 2025.01.09 01:55:38.643445 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 488
764 2025.01.09 01:55:38.648677 [ 243 ] {} <Debug> system.metric_log (c31dfbef-714c-4223-9d5c-473a3e49bbb4): Loading data parts
765 2025.01.09 01:55:38.648839 [ 243 ] {} <Debug> system.metric_log (c31dfbef-714c-4223-9d5c-473a3e49bbb4): There are no data parts
766 2025.01.09 01:55:38.672520 [ 243 ] {} <Trace> system.metric_log (c31dfbef-714c-4223-9d5c-473a3e49bbb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
767 2025.01.09 01:55:38.672563 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
768 2025.01.09 01:55:38.679781 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
769 2025.01.09 01:55:38.680942 [ 243 ] {} <Trace> system.metric_log (c31dfbef-714c-4223-9d5c-473a3e49bbb4): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
770 2025.01.09 01:55:38.683373 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 8
771 2025.01.09 01:55:39.000172 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 145.74 MiB, peak 149.74 MiB, free memory in arenas 0.00 B, will set to 150.24 MiB (RSS), difference: 4.49 MiB
772 2025.01.09 01:55:41.123628 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 90 entries to flush up to offset 90
773 2025.01.09 01:55:41.123736 [ 242 ] {} <Debug> SystemLog (system.query_log): Creating new table system.query_log for QueryLog
774 2025.01.09 01:55:41.129182 [ 242 ] {} <Debug> system.query_log (e9d8cce9-7d6e-43dd-804a-3eff920f58fa): Loading data parts
775 2025.01.09 01:55:41.129431 [ 242 ] {} <Debug> system.query_log (e9d8cce9-7d6e-43dd-804a-3eff920f58fa): There are no data parts
776 2025.01.09 01:55:41.135994 [ 242 ] {} <Trace> system.query_log (e9d8cce9-7d6e-43dd-804a-3eff920f58fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
777 2025.01.09 01:55:41.136052 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
778 2025.01.09 01:55:41.137855 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
779 2025.01.09 01:55:41.138392 [ 242 ] {} <Trace> system.query_log (e9d8cce9-7d6e-43dd-804a-3eff920f58fa): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
780 2025.01.09 01:55:41.138939 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 90
781 2025.01.09 01:55:42.000165 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 154.43 MiB, peak 154.43 MiB, free memory in arenas 0.00 B, will set to 150.63 MiB (RSS), difference: -3.80 MiB
782 2025.01.09 01:55:46.093261 [ 64 ] {} <Debug> DNSResolver: Updating DNS cache
783 2025.01.09 01:55:46.093324 [ 64 ] {} <Debug> DNSResolver: Updated DNS cache
784 2025.01.09 01:55:46.144517 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 976
785 2025.01.09 01:55:46.145465 [ 244 ] {} <Trace> system.asynchronous_metric_log (9698bf86-621f-4c13-9bc9-6db4396b8d09): Trying to reserve 1.00 MiB using storage policy from min volume index 0
786 2025.01.09 01:55:46.145513 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
787 2025.01.09 01:55:46.146253 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
788 2025.01.09 01:55:46.146893 [ 244 ] {} <Trace> system.asynchronous_metric_log (9698bf86-621f-4c13-9bc9-6db4396b8d09): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
789 2025.01.09 01:55:46.147164 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976
790 2025.01.09 01:55:46.183432 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16
791 2025.01.09 01:55:46.205077 [ 243 ] {} <Trace> system.metric_log (c31dfbef-714c-4223-9d5c-473a3e49bbb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
792 2025.01.09 01:55:46.205143 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
793 2025.01.09 01:55:46.211909 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
794 2025.01.09 01:55:46.213071 [ 243 ] {} <Trace> system.metric_log (c31dfbef-714c-4223-9d5c-473a3e49bbb4): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
795 2025.01.09 01:55:46.215617 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 16
796 2025.01.09 01:55:47.000178 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 151.30 MiB, peak 155.30 MiB, free memory in arenas 0.00 B, will set to 152.30 MiB (RSS), difference: 1.00 MiB
797 2025.01.09 01:55:52.000233 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 148.32 MiB, peak 155.30 MiB, free memory in arenas 0.00 B, will set to 152.34 MiB (RSS), difference: 4.02 MiB
798 2025.01.09 01:55:52.370835 [ 282 ] {} <Trace> TCP-Session: 64a0eddb-41fd-4a46-93c4-ef96056a32cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
799 2025.01.09 01:55:52.371163 [ 282 ] {0a0d6bf5-4ed4-4c39-875a-a28f7dc2078f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54634) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete)
800 2025.01.09 01:55:52.371660 [ 282 ] {0a0d6bf5-4ed4-4c39-875a-a28f7dc2078f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
801 2025.01.09 01:55:52.371892 [ 282 ] {0a0d6bf5-4ed4-4c39-875a-a28f7dc2078f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
802 2025.01.09 01:55:52.372665 [ 282 ] {0a0d6bf5-4ed4-4c39-875a-a28f7dc2078f} <Debug> TCPHandler: Processed in 0.002018861 sec.
803 2025.01.09 01:55:52.375189 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
804 2025.01.09 01:55:52.375364 [ 286 ] {ada30d5f-117b-4b04-9b53-6b428d9dcd99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes') FORMAT Native; (stage: Complete)
805 2025.01.09 01:55:52.377161 [ 286 ] {ada30d5f-117b-4b04-9b53-6b428d9dcd99} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
806 2025.01.09 01:55:52.377215 [ 286 ] {ada30d5f-117b-4b04-9b53-6b428d9dcd99} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
807 2025.01.09 01:55:52.377760 [ 286 ] {ada30d5f-117b-4b04-9b53-6b428d9dcd99} <Debug> TCPHandler: Processed in 0.00263924 sec.
808 2025.01.09 01:55:52.378059 [ 282 ] {} <Trace> TCP-Session: 64a0eddb-41fd-4a46-93c4-ef96056a32cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
809 2025.01.09 01:55:52.378204 [ 282 ] {4d75116b-48a3-437d-9af0-3075a624d239} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54634) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes') FORMAT Native; (stage: Complete)
810 2025.01.09 01:55:52.378559 [ 282 ] {4d75116b-48a3-437d-9af0-3075a624d239} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
811 2025.01.09 01:55:52.378613 [ 282 ] {4d75116b-48a3-437d-9af0-3075a624d239} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
812 2025.01.09 01:55:52.379097 [ 282 ] {4d75116b-48a3-437d-9af0-3075a624d239} <Debug> TCPHandler: Processed in 0.001091556 sec.
813 2025.01.09 01:55:52.379409 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
814 2025.01.09 01:55:52.379576 [ 286 ] {636206f2-5ddc-4d32-9390-0d6c2fd4d4cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent') FORMAT Native; (stage: Complete)
815 2025.01.09 01:55:52.379966 [ 286 ] {636206f2-5ddc-4d32-9390-0d6c2fd4d4cc} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
816 2025.01.09 01:55:52.380030 [ 286 ] {636206f2-5ddc-4d32-9390-0d6c2fd4d4cc} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
817 2025.01.09 01:55:52.380566 [ 286 ] {636206f2-5ddc-4d32-9390-0d6c2fd4d4cc} <Debug> TCPHandler: Processed in 0.001217109 sec.
818 2025.01.09 01:55:52.380914 [ 282 ] {} <Trace> TCP-Session: 64a0eddb-41fd-4a46-93c4-ef96056a32cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
819 2025.01.09 01:55:52.381053 [ 282 ] {9ea3f26a-a7ed-4538-b811-3f383d1543db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54634) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT Native; (stage: Complete)
820 2025.01.09 01:55:52.381374 [ 282 ] {9ea3f26a-a7ed-4538-b811-3f383d1543db} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
821 2025.01.09 01:55:52.381427 [ 282 ] {9ea3f26a-a7ed-4538-b811-3f383d1543db} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
822 2025.01.09 01:55:52.381900 [ 282 ] {9ea3f26a-a7ed-4538-b811-3f383d1543db} <Debug> TCPHandler: Processed in 0.001036635 sec.
823 2025.01.09 01:55:52.382129 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
824 2025.01.09 01:55:52.382263 [ 286 ] {0ec54368-679a-4053-9ecb-74108e23a6de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT Native; (stage: Complete)
825 2025.01.09 01:55:52.382632 [ 286 ] {0ec54368-679a-4053-9ecb-74108e23a6de} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
826 2025.01.09 01:55:52.382694 [ 286 ] {0ec54368-679a-4053-9ecb-74108e23a6de} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
827 2025.01.09 01:55:52.383251 [ 286 ] {0ec54368-679a-4053-9ecb-74108e23a6de} <Debug> TCPHandler: Processed in 0.001172628 sec.
828 2025.01.09 01:55:52.383534 [ 282 ] {} <Trace> TCP-Session: 64a0eddb-41fd-4a46-93c4-ef96056a32cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
829 2025.01.09 01:55:52.383675 [ 282 ] {06989fe6-e566-498d-84d8-54f4fbed3992} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54634) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT Native; (stage: Complete)
830 2025.01.09 01:55:52.384004 [ 282 ] {06989fe6-e566-498d-84d8-54f4fbed3992} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
831 2025.01.09 01:55:52.384057 [ 282 ] {06989fe6-e566-498d-84d8-54f4fbed3992} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
832 2025.01.09 01:55:52.384534 [ 282 ] {06989fe6-e566-498d-84d8-54f4fbed3992} <Debug> TCPHandler: Processed in 0.001050105 sec.
833 2025.01.09 01:55:52.384795 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
834 2025.01.09 01:55:52.384932 [ 286 ] {de9df344-0150-4a71-af96-037487e05771} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT Native; (stage: Complete)
835 2025.01.09 01:55:52.385255 [ 286 ] {de9df344-0150-4a71-af96-037487e05771} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
836 2025.01.09 01:55:52.385307 [ 286 ] {de9df344-0150-4a71-af96-037487e05771} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
837 2025.01.09 01:55:52.385776 [ 286 ] {de9df344-0150-4a71-af96-037487e05771} <Debug> TCPHandler: Processed in 0.001032846 sec.
838 2025.01.09 01:55:52.386008 [ 282 ] {} <Trace> TCP-Session: 64a0eddb-41fd-4a46-93c4-ef96056a32cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
839 2025.01.09 01:55:52.386147 [ 282 ] {3e9bab8a-aa93-4dd6-b152-d4648da8ea56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54634) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT Native; (stage: Complete)
840 2025.01.09 01:55:52.386479 [ 282 ] {3e9bab8a-aa93-4dd6-b152-d4648da8ea56} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
841 2025.01.09 01:55:52.386531 [ 282 ] {3e9bab8a-aa93-4dd6-b152-d4648da8ea56} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
842 2025.01.09 01:55:52.387003 [ 282 ] {3e9bab8a-aa93-4dd6-b152-d4648da8ea56} <Debug> TCPHandler: Processed in 0.001046176 sec.
843 2025.01.09 01:55:52.387272 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
844 2025.01.09 01:55:52.387418 [ 286 ] {c4012060-de02-4ba9-a2ca-2f0774636692} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT Native; (stage: Complete)
845 2025.01.09 01:55:52.387823 [ 286 ] {c4012060-de02-4ba9-a2ca-2f0774636692} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
846 2025.01.09 01:55:52.387884 [ 286 ] {c4012060-de02-4ba9-a2ca-2f0774636692} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
847 2025.01.09 01:55:52.388431 [ 286 ] {c4012060-de02-4ba9-a2ca-2f0774636692} <Debug> TCPHandler: Processed in 0.001208479 sec.
848 2025.01.09 01:55:52.388686 [ 282 ] {} <Trace> TCP-Session: 64a0eddb-41fd-4a46-93c4-ef96056a32cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
849 2025.01.09 01:55:52.388829 [ 282 ] {8965e1cf-c3ad-4d9a-b477-22402b85b374} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54634) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent') FORMAT Native; (stage: Complete)
850 2025.01.09 01:55:52.389165 [ 282 ] {8965e1cf-c3ad-4d9a-b477-22402b85b374} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
851 2025.01.09 01:55:52.389218 [ 282 ] {8965e1cf-c3ad-4d9a-b477-22402b85b374} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
852 2025.01.09 01:55:52.389699 [ 282 ] {8965e1cf-c3ad-4d9a-b477-22402b85b374} <Debug> TCPHandler: Processed in 0.001063306 sec.
853 2025.01.09 01:55:52.389941 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
854 2025.01.09 01:55:52.390083 [ 286 ] {8474be07-8d78-4a8e-9b32-17cc37f98a98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT Native; (stage: Complete)
855 2025.01.09 01:55:52.390415 [ 286 ] {8474be07-8d78-4a8e-9b32-17cc37f98a98} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
856 2025.01.09 01:55:52.390467 [ 286 ] {8474be07-8d78-4a8e-9b32-17cc37f98a98} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
857 2025.01.09 01:55:52.390938 [ 286 ] {8474be07-8d78-4a8e-9b32-17cc37f98a98} <Debug> TCPHandler: Processed in 0.001047076 sec.
858 2025.01.09 01:55:52.391174 [ 282 ] {} <Trace> TCP-Session: 64a0eddb-41fd-4a46-93c4-ef96056a32cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
859 2025.01.09 01:55:52.391318 [ 282 ] {580811d2-e5a8-41bf-a786-f53064fe2a7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54634) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT Native; (stage: Complete)
860 2025.01.09 01:55:52.391723 [ 282 ] {580811d2-e5a8-41bf-a786-f53064fe2a7a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
861 2025.01.09 01:55:52.391785 [ 282 ] {580811d2-e5a8-41bf-a786-f53064fe2a7a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
862 2025.01.09 01:55:52.392353 [ 282 ] {580811d2-e5a8-41bf-a786-f53064fe2a7a} <Debug> TCPHandler: Processed in 0.001228989 sec.
863 2025.01.09 01:55:52.392593 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
864 2025.01.09 01:55:52.392735 [ 286 ] {7bae2b98-91d3-4b23-8bcf-b0049be89b7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT Native; (stage: Complete)
865 2025.01.09 01:55:52.393074 [ 286 ] {7bae2b98-91d3-4b23-8bcf-b0049be89b7d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
866 2025.01.09 01:55:52.393126 [ 286 ] {7bae2b98-91d3-4b23-8bcf-b0049be89b7d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
867 2025.01.09 01:55:52.393594 [ 286 ] {7bae2b98-91d3-4b23-8bcf-b0049be89b7d} <Debug> TCPHandler: Processed in 0.001050286 sec.
868 2025.01.09 01:55:52.397468 [ 282 ] {} <Trace> TCP-Session: 64a0eddb-41fd-4a46-93c4-ef96056a32cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
869 2025.01.09 01:55:52.397590 [ 282 ] {f37b938e-8f93-44df-9fa9-612912018254} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54634) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
870 2025.01.09 01:55:52.397637 [ 282 ] {f37b938e-8f93-44df-9fa9-612912018254} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
871 2025.01.09 01:55:52.398337 [ 282 ] {f37b938e-8f93-44df-9fa9-612912018254} <Trace> oximeter.timeseries_schema (0cf912c6-50be-42a8-b344-8e48cdd5b0db): Trying to reserve 1.00 MiB using storage policy from min volume index 0
872 2025.01.09 01:55:52.398381 [ 282 ] {f37b938e-8f93-44df-9fa9-612912018254} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
873 2025.01.09 01:55:52.399120 [ 282 ] {f37b938e-8f93-44df-9fa9-612912018254} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
874 2025.01.09 01:55:52.399576 [ 282 ] {f37b938e-8f93-44df-9fa9-612912018254} <Trace> oximeter.timeseries_schema (0cf912c6-50be-42a8-b344-8e48cdd5b0db): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
875 2025.01.09 01:55:52.399814 [ 282 ] {f37b938e-8f93-44df-9fa9-612912018254} <Debug> executeQuery: Read 14 rows, 2.01 KiB in 0.002257 sec., 6202.924235711122 rows/sec., 890.03 KiB/sec.
876 2025.01.09 01:55:52.399873 [ 282 ] {f37b938e-8f93-44df-9fa9-612912018254} <Debug> TCPHandler: Processed in 0.002459138 sec.
877 2025.01.09 01:55:52.400026 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
878 2025.01.09 01:55:52.400151 [ 286 ] {3d886c49-1a58-4962-8332-65d955b33391} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
879 2025.01.09 01:55:52.400211 [ 286 ] {3d886c49-1a58-4962-8332-65d955b33391} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
880 2025.01.09 01:55:52.401455 [ 286 ] {3d886c49-1a58-4962-8332-65d955b33391} <Trace> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0
881 2025.01.09 01:55:52.401491 [ 286 ] {3d886c49-1a58-4962-8332-65d955b33391} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
882 2025.01.09 01:55:52.401996 [ 286 ] {3d886c49-1a58-4962-8332-65d955b33391} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
883 2025.01.09 01:55:52.402475 [ 286 ] {3d886c49-1a58-4962-8332-65d955b33391} <Trace> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
884 2025.01.09 01:55:52.402680 [ 286 ] {3d886c49-1a58-4962-8332-65d955b33391} <Debug> executeQuery: Read 26 rows, 1.98 KiB in 0.002549 sec., 10200.078462142017 rows/sec., 776.58 KiB/sec.
885 2025.01.09 01:55:52.402831 [ 286 ] {3d886c49-1a58-4962-8332-65d955b33391} <Debug> TCPHandler: Processed in 0.002862834 sec.
886 2025.01.09 01:55:52.403005 [ 282 ] {} <Trace> TCP-Session: 64a0eddb-41fd-4a46-93c4-ef96056a32cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
887 2025.01.09 01:55:52.403118 [ 282 ] {19b09427-24a9-4282-b6f4-028dcd8b2d9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54634) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
888 2025.01.09 01:55:52.403165 [ 282 ] {19b09427-24a9-4282-b6f4-028dcd8b2d9f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
889 2025.01.09 01:55:52.403716 [ 282 ] {19b09427-24a9-4282-b6f4-028dcd8b2d9f} <Trace> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
890 2025.01.09 01:55:52.403756 [ 282 ] {19b09427-24a9-4282-b6f4-028dcd8b2d9f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
891 2025.01.09 01:55:52.404258 [ 282 ] {19b09427-24a9-4282-b6f4-028dcd8b2d9f} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
892 2025.01.09 01:55:52.404756 [ 282 ] {19b09427-24a9-4282-b6f4-028dcd8b2d9f} <Trace> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
893 2025.01.09 01:55:52.404969 [ 282 ] {19b09427-24a9-4282-b6f4-028dcd8b2d9f} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001875 sec., 14933.333333333334 rows/sec., 1.16 MiB/sec.
894 2025.01.09 01:55:52.405026 [ 282 ] {19b09427-24a9-4282-b6f4-028dcd8b2d9f} <Debug> TCPHandler: Processed in 0.002080692 sec.
895 2025.01.09 01:55:52.405182 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
896 2025.01.09 01:55:52.405287 [ 286 ] {7a56bb31-1996-40ca-b9a7-aba10303e99a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
897 2025.01.09 01:55:52.405333 [ 286 ] {7a56bb31-1996-40ca-b9a7-aba10303e99a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
898 2025.01.09 01:55:52.406416 [ 286 ] {7a56bb31-1996-40ca-b9a7-aba10303e99a} <Trace> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
899 2025.01.09 01:55:52.406451 [ 286 ] {7a56bb31-1996-40ca-b9a7-aba10303e99a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
900 2025.01.09 01:55:52.406959 [ 286 ] {7a56bb31-1996-40ca-b9a7-aba10303e99a} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
901 2025.01.09 01:55:52.407387 [ 286 ] {7a56bb31-1996-40ca-b9a7-aba10303e99a} <Trace> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
902 2025.01.09 01:55:52.407607 [ 286 ] {7a56bb31-1996-40ca-b9a7-aba10303e99a} <Debug> executeQuery: Read 80 rows, 5.68 KiB in 0.00234 sec., 34188.03418803419 rows/sec., 2.37 MiB/sec.
903 2025.01.09 01:55:52.407661 [ 286 ] {7a56bb31-1996-40ca-b9a7-aba10303e99a} <Debug> TCPHandler: Processed in 0.002530669 sec.
904 2025.01.09 01:55:52.407822 [ 282 ] {} <Trace> TCP-Session: 64a0eddb-41fd-4a46-93c4-ef96056a32cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
905 2025.01.09 01:55:52.407953 [ 282 ] {c1dd4288-0136-46fc-9d71-1fc5afe66f61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54634) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
906 2025.01.09 01:55:52.408011 [ 282 ] {c1dd4288-0136-46fc-9d71-1fc5afe66f61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
907 2025.01.09 01:55:52.408505 [ 282 ] {c1dd4288-0136-46fc-9d71-1fc5afe66f61} <Trace> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0
908 2025.01.09 01:55:52.408544 [ 282 ] {c1dd4288-0136-46fc-9d71-1fc5afe66f61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
909 2025.01.09 01:55:52.409045 [ 282 ] {c1dd4288-0136-46fc-9d71-1fc5afe66f61} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
910 2025.01.09 01:55:52.409498 [ 282 ] {c1dd4288-0136-46fc-9d71-1fc5afe66f61} <Trace> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
911 2025.01.09 01:55:52.409707 [ 282 ] {c1dd4288-0136-46fc-9d71-1fc5afe66f61} <Debug> executeQuery: Read 24 rows, 1.68 KiB in 0.001783 sec., 13460.45989904655 rows/sec., 944.25 KiB/sec.
912 2025.01.09 01:55:52.409755 [ 282 ] {c1dd4288-0136-46fc-9d71-1fc5afe66f61} <Debug> TCPHandler: Processed in 0.001998741 sec.
913 2025.01.09 01:55:53.647307 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1403
914 2025.01.09 01:55:53.648397 [ 244 ] {} <Trace> system.asynchronous_metric_log (9698bf86-621f-4c13-9bc9-6db4396b8d09): Trying to reserve 1.00 MiB using storage policy from min volume index 0
915 2025.01.09 01:55:53.648504 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
916 2025.01.09 01:55:53.649439 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
917 2025.01.09 01:55:53.649956 [ 244 ] {} <Trace> system.asynchronous_metric_log (9698bf86-621f-4c13-9bc9-6db4396b8d09): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
918 2025.01.09 01:55:53.650204 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1403
919 2025.01.09 01:55:53.715688 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23
920 2025.01.09 01:55:53.734588 [ 243 ] {} <Trace> system.metric_log (c31dfbef-714c-4223-9d5c-473a3e49bbb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
921 2025.01.09 01:55:53.734656 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
922 2025.01.09 01:55:53.741319 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
923 2025.01.09 01:55:53.742474 [ 243 ] {} <Trace> system.metric_log (c31dfbef-714c-4223-9d5c-473a3e49bbb4): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
924 2025.01.09 01:55:53.745083 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 23
925 2025.01.09 01:55:57.374538 [ 282 ] {} <Trace> TCP-Session: 64a0eddb-41fd-4a46-93c4-ef96056a32cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
926 2025.01.09 01:55:57.374749 [ 282 ] {5f1bc888-442f-48e5-a3e5-275ff4e4cc1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54634) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
927 2025.01.09 01:55:57.374823 [ 282 ] {5f1bc888-442f-48e5-a3e5-275ff4e4cc1e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
928 2025.01.09 01:55:57.375570 [ 282 ] {5f1bc888-442f-48e5-a3e5-275ff4e4cc1e} <Trace> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0
929 2025.01.09 01:55:57.375616 [ 282 ] {5f1bc888-442f-48e5-a3e5-275ff4e4cc1e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
930 2025.01.09 01:55:57.376162 [ 282 ] {5f1bc888-442f-48e5-a3e5-275ff4e4cc1e} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
931 2025.01.09 01:55:57.376749 [ 282 ] {5f1bc888-442f-48e5-a3e5-275ff4e4cc1e} <Trace> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
932 2025.01.09 01:55:57.376992 [ 282 ] {5f1bc888-442f-48e5-a3e5-275ff4e4cc1e} <Debug> executeQuery: Read 26 rows, 1.98 KiB in 0.002298 sec., 11314.186248912098 rows/sec., 861.40 KiB/sec.
933 2025.01.09 01:55:57.377049 [ 282 ] {5f1bc888-442f-48e5-a3e5-275ff4e4cc1e} <Debug> TCPHandler: Processed in 0.00265298 sec.
934 2025.01.09 01:55:57.377238 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
935 2025.01.09 01:55:57.377351 [ 286 ] {49a388ae-ef18-4795-a211-684e5d1a0125} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
936 2025.01.09 01:55:57.377397 [ 286 ] {49a388ae-ef18-4795-a211-684e5d1a0125} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
937 2025.01.09 01:55:57.377954 [ 286 ] {49a388ae-ef18-4795-a211-684e5d1a0125} <Trace> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
938 2025.01.09 01:55:57.377996 [ 286 ] {49a388ae-ef18-4795-a211-684e5d1a0125} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
939 2025.01.09 01:55:57.378532 [ 286 ] {49a388ae-ef18-4795-a211-684e5d1a0125} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
940 2025.01.09 01:55:57.379041 [ 286 ] {49a388ae-ef18-4795-a211-684e5d1a0125} <Trace> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
941 2025.01.09 01:55:57.379252 [ 286 ] {49a388ae-ef18-4795-a211-684e5d1a0125} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001925 sec., 14545.454545454544 rows/sec., 1.13 MiB/sec.
942 2025.01.09 01:55:57.379304 [ 286 ] {49a388ae-ef18-4795-a211-684e5d1a0125} <Debug> TCPHandler: Processed in 0.002122762 sec.
943 2025.01.09 01:55:57.379462 [ 282 ] {} <Trace> TCP-Session: 64a0eddb-41fd-4a46-93c4-ef96056a32cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
944 2025.01.09 01:55:57.379572 [ 282 ] {5cb1a321-69f9-4d88-8cdd-0c8bce1b6eab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54634) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
945 2025.01.09 01:55:57.379622 [ 282 ] {5cb1a321-69f9-4d88-8cdd-0c8bce1b6eab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
946 2025.01.09 01:55:57.380140 [ 282 ] {5cb1a321-69f9-4d88-8cdd-0c8bce1b6eab} <Trace> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
947 2025.01.09 01:55:57.380179 [ 282 ] {5cb1a321-69f9-4d88-8cdd-0c8bce1b6eab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
948 2025.01.09 01:55:57.380801 [ 282 ] {5cb1a321-69f9-4d88-8cdd-0c8bce1b6eab} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
949 2025.01.09 01:55:57.381343 [ 282 ] {5cb1a321-69f9-4d88-8cdd-0c8bce1b6eab} <Trace> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
950 2025.01.09 01:55:57.381574 [ 282 ] {5cb1a321-69f9-4d88-8cdd-0c8bce1b6eab} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.002022 sec., 49455.98417408507 rows/sec., 3.43 MiB/sec.
951 2025.01.09 01:55:57.381635 [ 282 ] {5cb1a321-69f9-4d88-8cdd-0c8bce1b6eab} <Debug> TCPHandler: Processed in 0.002226184 sec.
952 2025.01.09 01:55:57.381796 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
953 2025.01.09 01:55:57.381904 [ 286 ] {86e52f80-5e9d-4e39-b97f-1a7848969eea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
954 2025.01.09 01:55:57.381952 [ 286 ] {86e52f80-5e9d-4e39-b97f-1a7848969eea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
955 2025.01.09 01:55:57.382399 [ 286 ] {86e52f80-5e9d-4e39-b97f-1a7848969eea} <Trace> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0
956 2025.01.09 01:55:57.382438 [ 286 ] {86e52f80-5e9d-4e39-b97f-1a7848969eea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
957 2025.01.09 01:55:57.382928 [ 286 ] {86e52f80-5e9d-4e39-b97f-1a7848969eea} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
958 2025.01.09 01:55:57.383387 [ 286 ] {86e52f80-5e9d-4e39-b97f-1a7848969eea} <Trace> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
959 2025.01.09 01:55:57.383591 [ 286 ] {86e52f80-5e9d-4e39-b97f-1a7848969eea} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001709 sec., 17554.125219426565 rows/sec., 1.20 MiB/sec.
960 2025.01.09 01:55:57.383642 [ 286 ] {86e52f80-5e9d-4e39-b97f-1a7848969eea} <Debug> TCPHandler: Processed in 0.001904339 sec.
961 2025.01.09 01:56:01.093360 [ 37 ] {} <Debug> DNSResolver: Updating DNS cache
962 2025.01.09 01:56:01.093436 [ 37 ] {} <Debug> DNSResolver: Updated DNS cache
963 2025.01.09 01:56:01.139304 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 136
964 2025.01.09 01:56:01.143223 [ 242 ] {} <Trace> system.query_log (e9d8cce9-7d6e-43dd-804a-3eff920f58fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
965 2025.01.09 01:56:01.143282 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
966 2025.01.09 01:56:01.144758 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
967 2025.01.09 01:56:01.145071 [ 242 ] {} <Trace> system.query_log (e9d8cce9-7d6e-43dd-804a-3eff920f58fa): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
968 2025.01.09 01:56:01.145663 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 136
969 2025.01.09 01:56:01.150310 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1891
970 2025.01.09 01:56:01.151003 [ 244 ] {} <Trace> system.asynchronous_metric_log (9698bf86-621f-4c13-9bc9-6db4396b8d09): Trying to reserve 1.00 MiB using storage policy from min volume index 0
971 2025.01.09 01:56:01.151053 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
972 2025.01.09 01:56:01.151659 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
973 2025.01.09 01:56:01.151922 [ 244 ] {} <Trace> system.asynchronous_metric_log (9698bf86-621f-4c13-9bc9-6db4396b8d09): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
974 2025.01.09 01:56:01.152209 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891
975 2025.01.09 01:56:01.245154 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31
976 2025.01.09 01:56:01.265072 [ 243 ] {} <Trace> system.metric_log (c31dfbef-714c-4223-9d5c-473a3e49bbb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
977 2025.01.09 01:56:01.265141 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
978 2025.01.09 01:56:01.272395 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
979 2025.01.09 01:56:01.273161 [ 243 ] {} <Trace> system.metric_log (c31dfbef-714c-4223-9d5c-473a3e49bbb4): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
980 2025.01.09 01:56:01.276100 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 31
981 2025.01.09 01:56:02.371076 [ 282 ] {} <Trace> TCP-Session: 64a0eddb-41fd-4a46-93c4-ef96056a32cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
982 2025.01.09 01:56:02.371333 [ 282 ] {0573bd87-d7c7-450e-9441-54a46d9e1265} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54634) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT Native; (stage: Complete)
983 2025.01.09 01:56:02.371791 [ 282 ] {0573bd87-d7c7-450e-9441-54a46d9e1265} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
984 2025.01.09 01:56:02.371867 [ 282 ] {0573bd87-d7c7-450e-9441-54a46d9e1265} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent')" moved to PREWHERE
985 2025.01.09 01:56:02.372164 [ 282 ] {0573bd87-d7c7-450e-9441-54a46d9e1265} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
986 2025.01.09 01:56:02.372350 [ 282 ] {0573bd87-d7c7-450e-9441-54a46d9e1265} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
987 2025.01.09 01:56:02.374691 [ 282 ] {0573bd87-d7c7-450e-9441-54a46d9e1265} <Debug> oximeter.timeseries_schema (0cf912c6-50be-42a8-b344-8e48cdd5b0db) (SelectExecutor): Key condition: (column 0 notIn 14-element set)
988 2025.01.09 01:56:02.375883 [ 282 ] {0573bd87-d7c7-450e-9441-54a46d9e1265} <Trace> oximeter.timeseries_schema (0cf912c6-50be-42a8-b344-8e48cdd5b0db) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
989 2025.01.09 01:56:02.375934 [ 282 ] {0573bd87-d7c7-450e-9441-54a46d9e1265} <Debug> oximeter.timeseries_schema (0cf912c6-50be-42a8-b344-8e48cdd5b0db) (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
990 2025.01.09 01:56:02.375955 [ 282 ] {0573bd87-d7c7-450e-9441-54a46d9e1265} <Trace> oximeter.timeseries_schema (0cf912c6-50be-42a8-b344-8e48cdd5b0db) (SelectExecutor): Spreading mark ranges among streams (default reading)
991 2025.01.09 01:56:02.376070 [ 282 ] {0573bd87-d7c7-450e-9441-54a46d9e1265} <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'))"
992 2025.01.09 01:56:02.376098 [ 282 ] {0573bd87-d7c7-450e-9441-54a46d9e1265} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0
993 2025.01.09 01:56:02.378107 [ 282 ] {0573bd87-d7c7-450e-9441-54a46d9e1265} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.006886 sec., 2033.1106593087425 rows/sec., 82.96 KiB/sec.
994 2025.01.09 01:56:02.378240 [ 282 ] {0573bd87-d7c7-450e-9441-54a46d9e1265} <Debug> TCPHandler: Processed in 0.007307162 sec.
995 2025.01.09 01:56:02.379071 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
996 2025.01.09 01:56:02.379232 [ 286 ] {7546a11e-e308-47ab-b086-002c0184b28f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) 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') FORMAT Native; (stage: Complete)
997 2025.01.09 01:56:02.379503 [ 286 ] {7546a11e-e308-47ab-b086-002c0184b28f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
998 2025.01.09 01:56:02.379544 [ 286 ] {7546a11e-e308-47ab-b086-002c0184b28f} <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')" moved to PREWHERE
999 2025.01.09 01:56:02.379798 [ 286 ] {7546a11e-e308-47ab-b086-002c0184b28f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1000 2025.01.09 01:56:02.379866 [ 286 ] {7546a11e-e308-47ab-b086-002c0184b28f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1001 2025.01.09 01:56:02.380013 [ 286 ] {7546a11e-e308-47ab-b086-002c0184b28f} <Debug> oximeter.timeseries_schema (0cf912c6-50be-42a8-b344-8e48cdd5b0db) (SelectExecutor): Key condition: (column 0 notIn 15-element set)
1002 2025.01.09 01:56:02.380047 [ 286 ] {7546a11e-e308-47ab-b086-002c0184b28f} <Trace> oximeter.timeseries_schema (0cf912c6-50be-42a8-b344-8e48cdd5b0db) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1003 2025.01.09 01:56:02.380071 [ 286 ] {7546a11e-e308-47ab-b086-002c0184b28f} <Debug> oximeter.timeseries_schema (0cf912c6-50be-42a8-b344-8e48cdd5b0db) (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
1004 2025.01.09 01:56:02.380088 [ 286 ] {7546a11e-e308-47ab-b086-002c0184b28f} <Trace> oximeter.timeseries_schema (0cf912c6-50be-42a8-b344-8e48cdd5b0db) (SelectExecutor): Spreading mark ranges among streams (default reading)
1005 2025.01.09 01:56:02.380131 [ 286 ] {7546a11e-e308-47ab-b086-002c0184b28f} <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'))"
1006 2025.01.09 01:56:02.380152 [ 286 ] {7546a11e-e308-47ab-b086-002c0184b28f} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0
1007 2025.01.09 01:56:02.380780 [ 286 ] {7546a11e-e308-47ab-b086-002c0184b28f} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001616 sec., 8663.366336633664 rows/sec., 353.52 KiB/sec.
1008 2025.01.09 01:56:02.380897 [ 286 ] {7546a11e-e308-47ab-b086-002c0184b28f} <Debug> TCPHandler: Processed in 0.001886109 sec.
1009 2025.01.09 01:56:02.381226 [ 282 ] {} <Trace> TCP-Session: 64a0eddb-41fd-4a46-93c4-ef96056a32cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1010 2025.01.09 01:56:02.381382 [ 282 ] {3c344d9e-6303-4e73-bb8d-0010e5919b78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54634) 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', 'switch_data_link:link_enabled') FORMAT Native; (stage: Complete)
1011 2025.01.09 01:56:02.381657 [ 282 ] {3c344d9e-6303-4e73-bb8d-0010e5919b78} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1012 2025.01.09 01:56:02.381698 [ 282 ] {3c344d9e-6303-4e73-bb8d-0010e5919b78} <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', 'switch_data_link:link_enabled')" moved to PREWHERE
1013 2025.01.09 01:56:02.381951 [ 282 ] {3c344d9e-6303-4e73-bb8d-0010e5919b78} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1014 2025.01.09 01:56:02.382026 [ 282 ] {3c344d9e-6303-4e73-bb8d-0010e5919b78} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1015 2025.01.09 01:56:02.382168 [ 282 ] {3c344d9e-6303-4e73-bb8d-0010e5919b78} <Debug> oximeter.timeseries_schema (0cf912c6-50be-42a8-b344-8e48cdd5b0db) (SelectExecutor): Key condition: (column 0 notIn 16-element set)
1016 2025.01.09 01:56:02.382203 [ 282 ] {3c344d9e-6303-4e73-bb8d-0010e5919b78} <Trace> oximeter.timeseries_schema (0cf912c6-50be-42a8-b344-8e48cdd5b0db) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1017 2025.01.09 01:56:02.382231 [ 282 ] {3c344d9e-6303-4e73-bb8d-0010e5919b78} <Debug> oximeter.timeseries_schema (0cf912c6-50be-42a8-b344-8e48cdd5b0db) (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
1018 2025.01.09 01:56:02.382255 [ 282 ] {3c344d9e-6303-4e73-bb8d-0010e5919b78} <Trace> oximeter.timeseries_schema (0cf912c6-50be-42a8-b344-8e48cdd5b0db) (SelectExecutor): Spreading mark ranges among streams (default reading)
1019 2025.01.09 01:56:02.382300 [ 282 ] {3c344d9e-6303-4e73-bb8d-0010e5919b78} <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', 'switch_data_link:link_enabled'))"
1020 2025.01.09 01:56:02.382324 [ 282 ] {3c344d9e-6303-4e73-bb8d-0010e5919b78} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0
1021 2025.01.09 01:56:02.382957 [ 282 ] {3c344d9e-6303-4e73-bb8d-0010e5919b78} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001639 sec., 8541.793776693105 rows/sec., 348.56 KiB/sec.
1022 2025.01.09 01:56:02.383084 [ 282 ] {3c344d9e-6303-4e73-bb8d-0010e5919b78} <Debug> TCPHandler: Processed in 0.00191378 sec.
1023 2025.01.09 01:56:02.383765 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1024 2025.01.09 01:56:02.383921 [ 286 ] {8d3ac046-8d68-4aa0-926c-8d6c02190263} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) 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', 'switch_data_link:link_enabled', 'switch_data_link:link_up') FORMAT Native; (stage: Complete)
1025 2025.01.09 01:56:02.384185 [ 286 ] {8d3ac046-8d68-4aa0-926c-8d6c02190263} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1026 2025.01.09 01:56:02.384226 [ 286 ] {8d3ac046-8d68-4aa0-926c-8d6c02190263} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up')" moved to PREWHERE
1027 2025.01.09 01:56:02.384476 [ 286 ] {8d3ac046-8d68-4aa0-926c-8d6c02190263} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1028 2025.01.09 01:56:02.384542 [ 286 ] {8d3ac046-8d68-4aa0-926c-8d6c02190263} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1029 2025.01.09 01:56:02.384683 [ 286 ] {8d3ac046-8d68-4aa0-926c-8d6c02190263} <Debug> oximeter.timeseries_schema (0cf912c6-50be-42a8-b344-8e48cdd5b0db) (SelectExecutor): Key condition: (column 0 notIn 17-element set)
1030 2025.01.09 01:56:02.384716 [ 286 ] {8d3ac046-8d68-4aa0-926c-8d6c02190263} <Trace> oximeter.timeseries_schema (0cf912c6-50be-42a8-b344-8e48cdd5b0db) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1031 2025.01.09 01:56:02.384740 [ 286 ] {8d3ac046-8d68-4aa0-926c-8d6c02190263} <Debug> oximeter.timeseries_schema (0cf912c6-50be-42a8-b344-8e48cdd5b0db) (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
1032 2025.01.09 01:56:02.384757 [ 286 ] {8d3ac046-8d68-4aa0-926c-8d6c02190263} <Trace> oximeter.timeseries_schema (0cf912c6-50be-42a8-b344-8e48cdd5b0db) (SelectExecutor): Spreading mark ranges among streams (default reading)
1033 2025.01.09 01:56:02.384799 [ 286 ] {8d3ac046-8d68-4aa0-926c-8d6c02190263} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up'))"
1034 2025.01.09 01:56:02.384825 [ 286 ] {8d3ac046-8d68-4aa0-926c-8d6c02190263} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0
1035 2025.01.09 01:56:02.385413 [ 286 ] {8d3ac046-8d68-4aa0-926c-8d6c02190263} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.00156 sec., 8974.358974358975 rows/sec., 366.21 KiB/sec.
1036 2025.01.09 01:56:02.385538 [ 286 ] {8d3ac046-8d68-4aa0-926c-8d6c02190263} <Debug> TCPHandler: Processed in 0.001834798 sec.
1037 2025.01.09 01:56:02.385955 [ 282 ] {} <Trace> TCP-Session: 64a0eddb-41fd-4a46-93c4-ef96056a32cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1038 2025.01.09 01:56:02.386108 [ 282 ] {3e2443f8-0700-4300-a091-2437a76d32b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54634) 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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity') FORMAT Native; (stage: Complete)
1039 2025.01.09 01:56:02.386375 [ 282 ] {3e2443f8-0700-4300-a091-2437a76d32b5} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1040 2025.01.09 01:56:02.386416 [ 282 ] {3e2443f8-0700-4300-a091-2437a76d32b5} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity')" moved to PREWHERE
1041 2025.01.09 01:56:02.386669 [ 282 ] {3e2443f8-0700-4300-a091-2437a76d32b5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1042 2025.01.09 01:56:02.386733 [ 282 ] {3e2443f8-0700-4300-a091-2437a76d32b5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1043 2025.01.09 01:56:02.386872 [ 282 ] {3e2443f8-0700-4300-a091-2437a76d32b5} <Debug> oximeter.timeseries_schema (0cf912c6-50be-42a8-b344-8e48cdd5b0db) (SelectExecutor): Key condition: (column 0 notIn 18-element set)
1044 2025.01.09 01:56:02.386905 [ 282 ] {3e2443f8-0700-4300-a091-2437a76d32b5} <Trace> oximeter.timeseries_schema (0cf912c6-50be-42a8-b344-8e48cdd5b0db) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1045 2025.01.09 01:56:02.386928 [ 282 ] {3e2443f8-0700-4300-a091-2437a76d32b5} <Debug> oximeter.timeseries_schema (0cf912c6-50be-42a8-b344-8e48cdd5b0db) (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
1046 2025.01.09 01:56:02.386945 [ 282 ] {3e2443f8-0700-4300-a091-2437a76d32b5} <Trace> oximeter.timeseries_schema (0cf912c6-50be-42a8-b344-8e48cdd5b0db) (SelectExecutor): Spreading mark ranges among streams (default reading)
1047 2025.01.09 01:56:02.386987 [ 282 ] {3e2443f8-0700-4300-a091-2437a76d32b5} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity'))"
1048 2025.01.09 01:56:02.387010 [ 282 ] {3e2443f8-0700-4300-a091-2437a76d32b5} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0
1049 2025.01.09 01:56:02.387612 [ 282 ] {3e2443f8-0700-4300-a091-2437a76d32b5} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001571 sec., 8911.521323997455 rows/sec., 363.65 KiB/sec.
1050 2025.01.09 01:56:02.387726 [ 282 ] {3e2443f8-0700-4300-a091-2437a76d32b5} <Debug> TCPHandler: Processed in 0.001833358 sec.
1051 2025.01.09 01:56:02.387986 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1052 2025.01.09 01:56:02.388136 [ 286 ] {222cd971-4e0d-47f4-8268-c76d2b41169f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) 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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:occupancy') FORMAT Native; (stage: Complete)
1053 2025.01.09 01:56:02.388412 [ 286 ] {222cd971-4e0d-47f4-8268-c76d2b41169f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1054 2025.01.09 01:56:02.388453 [ 286 ] {222cd971-4e0d-47f4-8268-c76d2b41169f} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:occupancy')" moved to PREWHERE
1055 2025.01.09 01:56:02.388706 [ 286 ] {222cd971-4e0d-47f4-8268-c76d2b41169f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1056 2025.01.09 01:56:02.388771 [ 286 ] {222cd971-4e0d-47f4-8268-c76d2b41169f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1057 2025.01.09 01:56:02.388909 [ 286 ] {222cd971-4e0d-47f4-8268-c76d2b41169f} <Debug> oximeter.timeseries_schema (0cf912c6-50be-42a8-b344-8e48cdd5b0db) (SelectExecutor): Key condition: (column 0 notIn 19-element set)
1058 2025.01.09 01:56:02.388941 [ 286 ] {222cd971-4e0d-47f4-8268-c76d2b41169f} <Trace> oximeter.timeseries_schema (0cf912c6-50be-42a8-b344-8e48cdd5b0db) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1059 2025.01.09 01:56:02.388964 [ 286 ] {222cd971-4e0d-47f4-8268-c76d2b41169f} <Debug> oximeter.timeseries_schema (0cf912c6-50be-42a8-b344-8e48cdd5b0db) (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
1060 2025.01.09 01:56:02.388981 [ 286 ] {222cd971-4e0d-47f4-8268-c76d2b41169f} <Trace> oximeter.timeseries_schema (0cf912c6-50be-42a8-b344-8e48cdd5b0db) (SelectExecutor): Spreading mark ranges among streams (default reading)
1061 2025.01.09 01:56:02.389023 [ 286 ] {222cd971-4e0d-47f4-8268-c76d2b41169f} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:occupancy'))"
1062 2025.01.09 01:56:02.389045 [ 286 ] {222cd971-4e0d-47f4-8268-c76d2b41169f} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0
1063 2025.01.09 01:56:02.389609 [ 286 ] {222cd971-4e0d-47f4-8268-c76d2b41169f} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001539 sec., 9096.816114359974 rows/sec., 371.21 KiB/sec.
1064 2025.01.09 01:56:02.389725 [ 286 ] {222cd971-4e0d-47f4-8268-c76d2b41169f} <Debug> TCPHandler: Processed in 0.001797927 sec.
1065 2025.01.09 01:56:02.389990 [ 282 ] {} <Trace> TCP-Session: 64a0eddb-41fd-4a46-93c4-ef96056a32cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1066 2025.01.09 01:56:02.390157 [ 282 ] {eb4ac6b6-07d9-4022-b703-b94c77824082} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54634) 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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete)
1067 2025.01.09 01:56:02.390424 [ 282 ] {eb4ac6b6-07d9-4022-b703-b94c77824082} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1068 2025.01.09 01:56:02.390465 [ 282 ] {eb4ac6b6-07d9-4022-b703-b94c77824082} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE
1069 2025.01.09 01:56:02.390724 [ 282 ] {eb4ac6b6-07d9-4022-b703-b94c77824082} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1070 2025.01.09 01:56:02.390788 [ 282 ] {eb4ac6b6-07d9-4022-b703-b94c77824082} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1071 2025.01.09 01:56:02.390925 [ 282 ] {eb4ac6b6-07d9-4022-b703-b94c77824082} <Debug> oximeter.timeseries_schema (0cf912c6-50be-42a8-b344-8e48cdd5b0db) (SelectExecutor): Key condition: (column 0 notIn 20-element set)
1072 2025.01.09 01:56:02.390959 [ 282 ] {eb4ac6b6-07d9-4022-b703-b94c77824082} <Trace> oximeter.timeseries_schema (0cf912c6-50be-42a8-b344-8e48cdd5b0db) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1073 2025.01.09 01:56:02.390982 [ 282 ] {eb4ac6b6-07d9-4022-b703-b94c77824082} <Debug> oximeter.timeseries_schema (0cf912c6-50be-42a8-b344-8e48cdd5b0db) (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
1074 2025.01.09 01:56:02.390999 [ 282 ] {eb4ac6b6-07d9-4022-b703-b94c77824082} <Trace> oximeter.timeseries_schema (0cf912c6-50be-42a8-b344-8e48cdd5b0db) (SelectExecutor): Spreading mark ranges among streams (default reading)
1075 2025.01.09 01:56:02.391041 [ 282 ] {eb4ac6b6-07d9-4022-b703-b94c77824082} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))"
1076 2025.01.09 01:56:02.391064 [ 282 ] {eb4ac6b6-07d9-4022-b703-b94c77824082} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0
1077 2025.01.09 01:56:02.391604 [ 282 ] {eb4ac6b6-07d9-4022-b703-b94c77824082} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001519 sec., 9216.589861751152 rows/sec., 376.10 KiB/sec.
1078 2025.01.09 01:56:02.391718 [ 282 ] {eb4ac6b6-07d9-4022-b703-b94c77824082} <Debug> TCPHandler: Processed in 0.001788428 sec.
1079 2025.01.09 01:56:02.392030 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1080 2025.01.09 01:56:02.392192 [ 286 ] {c889a0e5-a5ff-45a0-b4aa-918294b5c9d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) 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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete)
1081 2025.01.09 01:56:02.392466 [ 286 ] {c889a0e5-a5ff-45a0-b4aa-918294b5c9d3} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1082 2025.01.09 01:56:02.392508 [ 286 ] {c889a0e5-a5ff-45a0-b4aa-918294b5c9d3} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE
1083 2025.01.09 01:56:02.392774 [ 286 ] {c889a0e5-a5ff-45a0-b4aa-918294b5c9d3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1084 2025.01.09 01:56:02.392842 [ 286 ] {c889a0e5-a5ff-45a0-b4aa-918294b5c9d3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1085 2025.01.09 01:56:02.392982 [ 286 ] {c889a0e5-a5ff-45a0-b4aa-918294b5c9d3} <Debug> oximeter.timeseries_schema (0cf912c6-50be-42a8-b344-8e48cdd5b0db) (SelectExecutor): Key condition: (column 0 notIn 21-element set)
1086 2025.01.09 01:56:02.393015 [ 286 ] {c889a0e5-a5ff-45a0-b4aa-918294b5c9d3} <Trace> oximeter.timeseries_schema (0cf912c6-50be-42a8-b344-8e48cdd5b0db) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1087 2025.01.09 01:56:02.393039 [ 286 ] {c889a0e5-a5ff-45a0-b4aa-918294b5c9d3} <Debug> oximeter.timeseries_schema (0cf912c6-50be-42a8-b344-8e48cdd5b0db) (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
1088 2025.01.09 01:56:02.393055 [ 286 ] {c889a0e5-a5ff-45a0-b4aa-918294b5c9d3} <Trace> oximeter.timeseries_schema (0cf912c6-50be-42a8-b344-8e48cdd5b0db) (SelectExecutor): Spreading mark ranges among streams (default reading)
1089 2025.01.09 01:56:02.393099 [ 286 ] {c889a0e5-a5ff-45a0-b4aa-918294b5c9d3} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))"
1090 2025.01.09 01:56:02.393122 [ 286 ] {c889a0e5-a5ff-45a0-b4aa-918294b5c9d3} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0
1091 2025.01.09 01:56:02.393693 [ 286 ] {c889a0e5-a5ff-45a0-b4aa-918294b5c9d3} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001569 sec., 8922.880815806246 rows/sec., 364.11 KiB/sec.
1092 2025.01.09 01:56:02.393811 [ 286 ] {c889a0e5-a5ff-45a0-b4aa-918294b5c9d3} <Debug> TCPHandler: Processed in 0.001857489 sec.
1093 2025.01.09 01:56:02.394117 [ 282 ] {} <Trace> TCP-Session: 64a0eddb-41fd-4a46-93c4-ef96056a32cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1094 2025.01.09 01:56:02.394305 [ 282 ] {5fb6e01a-4587-43d5-811d-9f1ad08b5b4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54634) 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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete)
1095 2025.01.09 01:56:02.394634 [ 282 ] {5fb6e01a-4587-43d5-811d-9f1ad08b5b4b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1096 2025.01.09 01:56:02.394680 [ 282 ] {5fb6e01a-4587-43d5-811d-9f1ad08b5b4b} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE
1097 2025.01.09 01:56:02.394941 [ 282 ] {5fb6e01a-4587-43d5-811d-9f1ad08b5b4b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1098 2025.01.09 01:56:02.395004 [ 282 ] {5fb6e01a-4587-43d5-811d-9f1ad08b5b4b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1099 2025.01.09 01:56:02.395141 [ 282 ] {5fb6e01a-4587-43d5-811d-9f1ad08b5b4b} <Debug> oximeter.timeseries_schema (0cf912c6-50be-42a8-b344-8e48cdd5b0db) (SelectExecutor): Key condition: (column 0 notIn 22-element set)
1100 2025.01.09 01:56:02.395173 [ 282 ] {5fb6e01a-4587-43d5-811d-9f1ad08b5b4b} <Trace> oximeter.timeseries_schema (0cf912c6-50be-42a8-b344-8e48cdd5b0db) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1101 2025.01.09 01:56:02.395196 [ 282 ] {5fb6e01a-4587-43d5-811d-9f1ad08b5b4b} <Debug> oximeter.timeseries_schema (0cf912c6-50be-42a8-b344-8e48cdd5b0db) (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
1102 2025.01.09 01:56:02.395212 [ 282 ] {5fb6e01a-4587-43d5-811d-9f1ad08b5b4b} <Trace> oximeter.timeseries_schema (0cf912c6-50be-42a8-b344-8e48cdd5b0db) (SelectExecutor): Spreading mark ranges among streams (default reading)
1103 2025.01.09 01:56:02.395254 [ 282 ] {5fb6e01a-4587-43d5-811d-9f1ad08b5b4b} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))"
1104 2025.01.09 01:56:02.395274 [ 282 ] {5fb6e01a-4587-43d5-811d-9f1ad08b5b4b} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0
1105 2025.01.09 01:56:02.395881 [ 282 ] {5fb6e01a-4587-43d5-811d-9f1ad08b5b4b} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001721 sec., 8134.805345729227 rows/sec., 331.95 KiB/sec.
1106 2025.01.09 01:56:02.396056 [ 282 ] {5fb6e01a-4587-43d5-811d-9f1ad08b5b4b} <Debug> TCPHandler: Processed in 0.001996961 sec.
1107 2025.01.09 01:56:02.396347 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1108 2025.01.09 01:56:02.396506 [ 286 ] {0ade6100-8e87-406d-81c9-e67f89b75b8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) 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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete)
1109 2025.01.09 01:56:02.396825 [ 286 ] {0ade6100-8e87-406d-81c9-e67f89b75b8b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1110 2025.01.09 01:56:02.396879 [ 286 ] {0ade6100-8e87-406d-81c9-e67f89b75b8b} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE
1111 2025.01.09 01:56:02.397235 [ 286 ] {0ade6100-8e87-406d-81c9-e67f89b75b8b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1112 2025.01.09 01:56:02.397313 [ 286 ] {0ade6100-8e87-406d-81c9-e67f89b75b8b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1113 2025.01.09 01:56:02.397493 [ 286 ] {0ade6100-8e87-406d-81c9-e67f89b75b8b} <Debug> oximeter.timeseries_schema (0cf912c6-50be-42a8-b344-8e48cdd5b0db) (SelectExecutor): Key condition: (column 0 notIn 23-element set)
1114 2025.01.09 01:56:02.397534 [ 286 ] {0ade6100-8e87-406d-81c9-e67f89b75b8b} <Trace> oximeter.timeseries_schema (0cf912c6-50be-42a8-b344-8e48cdd5b0db) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1115 2025.01.09 01:56:02.397563 [ 286 ] {0ade6100-8e87-406d-81c9-e67f89b75b8b} <Debug> oximeter.timeseries_schema (0cf912c6-50be-42a8-b344-8e48cdd5b0db) (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
1116 2025.01.09 01:56:02.397587 [ 286 ] {0ade6100-8e87-406d-81c9-e67f89b75b8b} <Trace> oximeter.timeseries_schema (0cf912c6-50be-42a8-b344-8e48cdd5b0db) (SelectExecutor): Spreading mark ranges among streams (default reading)
1117 2025.01.09 01:56:02.397642 [ 286 ] {0ade6100-8e87-406d-81c9-e67f89b75b8b} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))"
1118 2025.01.09 01:56:02.397671 [ 286 ] {0ade6100-8e87-406d-81c9-e67f89b75b8b} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0
1119 2025.01.09 01:56:02.398314 [ 286 ] {0ade6100-8e87-406d-81c9-e67f89b75b8b} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001876 sec., 7462.686567164179 rows/sec., 304.53 KiB/sec.
1120 2025.01.09 01:56:02.398455 [ 286 ] {0ade6100-8e87-406d-81c9-e67f89b75b8b} <Debug> TCPHandler: Processed in 0.002162833 sec.
1121 2025.01.09 01:56:02.398714 [ 282 ] {} <Trace> TCP-Session: 64a0eddb-41fd-4a46-93c4-ef96056a32cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1122 2025.01.09 01:56:02.398885 [ 282 ] {20afe1f9-0a73-4174-81b5-b727ae1bab16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54634) 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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1123 2025.01.09 01:56:02.399216 [ 282 ] {20afe1f9-0a73-4174-81b5-b727ae1bab16} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1124 2025.01.09 01:56:02.399273 [ 282 ] {20afe1f9-0a73-4174-81b5-b727ae1bab16} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1125 2025.01.09 01:56:02.399629 [ 282 ] {20afe1f9-0a73-4174-81b5-b727ae1bab16} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1126 2025.01.09 01:56:02.399711 [ 282 ] {20afe1f9-0a73-4174-81b5-b727ae1bab16} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1127 2025.01.09 01:56:02.399893 [ 282 ] {20afe1f9-0a73-4174-81b5-b727ae1bab16} <Debug> oximeter.timeseries_schema (0cf912c6-50be-42a8-b344-8e48cdd5b0db) (SelectExecutor): Key condition: (column 0 notIn 24-element set)
1128 2025.01.09 01:56:02.399934 [ 282 ] {20afe1f9-0a73-4174-81b5-b727ae1bab16} <Trace> oximeter.timeseries_schema (0cf912c6-50be-42a8-b344-8e48cdd5b0db) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1129 2025.01.09 01:56:02.399964 [ 282 ] {20afe1f9-0a73-4174-81b5-b727ae1bab16} <Debug> oximeter.timeseries_schema (0cf912c6-50be-42a8-b344-8e48cdd5b0db) (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
1130 2025.01.09 01:56:02.399987 [ 282 ] {20afe1f9-0a73-4174-81b5-b727ae1bab16} <Trace> oximeter.timeseries_schema (0cf912c6-50be-42a8-b344-8e48cdd5b0db) (SelectExecutor): Spreading mark ranges among streams (default reading)
1131 2025.01.09 01:56:02.400043 [ 282 ] {20afe1f9-0a73-4174-81b5-b727ae1bab16} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1132 2025.01.09 01:56:02.400071 [ 282 ] {20afe1f9-0a73-4174-81b5-b727ae1bab16} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0
1133 2025.01.09 01:56:02.400753 [ 282 ] {20afe1f9-0a73-4174-81b5-b727ae1bab16} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.00195 sec., 7179.48717948718 rows/sec., 292.97 KiB/sec.
1134 2025.01.09 01:56:02.400902 [ 282 ] {20afe1f9-0a73-4174-81b5-b727ae1bab16} <Debug> TCPHandler: Processed in 0.002245864 sec.
1135 2025.01.09 01:56:02.401251 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1136 2025.01.09 01:56:02.401435 [ 286 ] {082f37cb-cecf-4e9a-9088-354a44614d14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) 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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1137 2025.01.09 01:56:02.401785 [ 286 ] {082f37cb-cecf-4e9a-9088-354a44614d14} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1138 2025.01.09 01:56:02.401914 [ 286 ] {082f37cb-cecf-4e9a-9088-354a44614d14} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1139 2025.01.09 01:56:02.402312 [ 286 ] {082f37cb-cecf-4e9a-9088-354a44614d14} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1140 2025.01.09 01:56:02.402402 [ 286 ] {082f37cb-cecf-4e9a-9088-354a44614d14} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1141 2025.01.09 01:56:02.402586 [ 286 ] {082f37cb-cecf-4e9a-9088-354a44614d14} <Debug> oximeter.timeseries_schema (0cf912c6-50be-42a8-b344-8e48cdd5b0db) (SelectExecutor): Key condition: (column 0 notIn 25-element set)
1142 2025.01.09 01:56:02.402627 [ 286 ] {082f37cb-cecf-4e9a-9088-354a44614d14} <Trace> oximeter.timeseries_schema (0cf912c6-50be-42a8-b344-8e48cdd5b0db) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1143 2025.01.09 01:56:02.402657 [ 286 ] {082f37cb-cecf-4e9a-9088-354a44614d14} <Debug> oximeter.timeseries_schema (0cf912c6-50be-42a8-b344-8e48cdd5b0db) (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
1144 2025.01.09 01:56:02.402682 [ 286 ] {082f37cb-cecf-4e9a-9088-354a44614d14} <Trace> oximeter.timeseries_schema (0cf912c6-50be-42a8-b344-8e48cdd5b0db) (SelectExecutor): Spreading mark ranges among streams (default reading)
1145 2025.01.09 01:56:02.402742 [ 286 ] {082f37cb-cecf-4e9a-9088-354a44614d14} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1146 2025.01.09 01:56:02.402772 [ 286 ] {082f37cb-cecf-4e9a-9088-354a44614d14} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0
1147 2025.01.09 01:56:02.403396 [ 286 ] {082f37cb-cecf-4e9a-9088-354a44614d14} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.00205 sec., 6829.268292682927 rows/sec., 278.68 KiB/sec.
1148 2025.01.09 01:56:02.403515 [ 286 ] {082f37cb-cecf-4e9a-9088-354a44614d14} <Debug> TCPHandler: Processed in 0.002325305 sec.
1149 2025.01.09 01:56:02.408129 [ 282 ] {} <Trace> TCP-Session: 64a0eddb-41fd-4a46-93c4-ef96056a32cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1150 2025.01.09 01:56:02.408297 [ 282 ] {b81832da-f4fe-41d2-8fe8-508e3152a85a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54634) 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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1151 2025.01.09 01:56:02.408594 [ 282 ] {b81832da-f4fe-41d2-8fe8-508e3152a85a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1152 2025.01.09 01:56:02.408639 [ 282 ] {b81832da-f4fe-41d2-8fe8-508e3152a85a} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1153 2025.01.09 01:56:02.408918 [ 282 ] {b81832da-f4fe-41d2-8fe8-508e3152a85a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1154 2025.01.09 01:56:02.408985 [ 282 ] {b81832da-f4fe-41d2-8fe8-508e3152a85a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1155 2025.01.09 01:56:02.409132 [ 282 ] {b81832da-f4fe-41d2-8fe8-508e3152a85a} <Debug> oximeter.timeseries_schema (0cf912c6-50be-42a8-b344-8e48cdd5b0db) (SelectExecutor): Key condition: (column 0 notIn 26-element set)
1156 2025.01.09 01:56:02.409167 [ 282 ] {b81832da-f4fe-41d2-8fe8-508e3152a85a} <Trace> oximeter.timeseries_schema (0cf912c6-50be-42a8-b344-8e48cdd5b0db) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1157 2025.01.09 01:56:02.409191 [ 282 ] {b81832da-f4fe-41d2-8fe8-508e3152a85a} <Debug> oximeter.timeseries_schema (0cf912c6-50be-42a8-b344-8e48cdd5b0db) (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
1158 2025.01.09 01:56:02.409208 [ 282 ] {b81832da-f4fe-41d2-8fe8-508e3152a85a} <Trace> oximeter.timeseries_schema (0cf912c6-50be-42a8-b344-8e48cdd5b0db) (SelectExecutor): Spreading mark ranges among streams (default reading)
1159 2025.01.09 01:56:02.409252 [ 282 ] {b81832da-f4fe-41d2-8fe8-508e3152a85a} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1160 2025.01.09 01:56:02.409275 [ 282 ] {b81832da-f4fe-41d2-8fe8-508e3152a85a} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0
1161 2025.01.09 01:56:02.409875 [ 282 ] {b81832da-f4fe-41d2-8fe8-508e3152a85a} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001653 sec., 8469.449485783425 rows/sec., 345.61 KiB/sec.
1162 2025.01.09 01:56:02.409993 [ 282 ] {b81832da-f4fe-41d2-8fe8-508e3152a85a} <Debug> TCPHandler: Processed in 0.001921429 sec.
1163 2025.01.09 01:56:02.414612 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1164 2025.01.09 01:56:02.414739 [ 286 ] {9cc31bbf-3647-4f50-bcd5-797786d7e54f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
1165 2025.01.09 01:56:02.414789 [ 286 ] {9cc31bbf-3647-4f50-bcd5-797786d7e54f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1166 2025.01.09 01:56:02.415487 [ 286 ] {9cc31bbf-3647-4f50-bcd5-797786d7e54f} <Trace> oximeter.timeseries_schema (0cf912c6-50be-42a8-b344-8e48cdd5b0db): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1167 2025.01.09 01:56:02.415539 [ 286 ] {9cc31bbf-3647-4f50-bcd5-797786d7e54f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
1168 2025.01.09 01:56:02.416066 [ 286 ] {9cc31bbf-3647-4f50-bcd5-797786d7e54f} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1169 2025.01.09 01:56:02.416347 [ 286 ] {9cc31bbf-3647-4f50-bcd5-797786d7e54f} <Trace> oximeter.timeseries_schema (0cf912c6-50be-42a8-b344-8e48cdd5b0db): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1170 2025.01.09 01:56:02.416600 [ 286 ] {9cc31bbf-3647-4f50-bcd5-797786d7e54f} <Debug> executeQuery: Read 13 rows, 2.63 KiB in 0.001897 sec., 6852.925672113864 rows/sec., 1.36 MiB/sec.
1171 2025.01.09 01:56:02.416660 [ 286 ] {9cc31bbf-3647-4f50-bcd5-797786d7e54f} <Debug> TCPHandler: Processed in 0.002104222 sec.
1172 2025.01.09 01:56:02.416817 [ 282 ] {} <Trace> TCP-Session: 64a0eddb-41fd-4a46-93c4-ef96056a32cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1173 2025.01.09 01:56:02.416934 [ 282 ] {161f541c-13e6-4e38-9054-02f899e4f24d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54634) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
1174 2025.01.09 01:56:02.416982 [ 282 ] {161f541c-13e6-4e38-9054-02f899e4f24d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
1175 2025.01.09 01:56:02.418158 [ 282 ] {161f541c-13e6-4e38-9054-02f899e4f24d} <Trace> oximeter.fields_i16 (768e6654-4d7d-4320-b224-a6516c636040): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1176 2025.01.09 01:56:02.418210 [ 282 ] {161f541c-13e6-4e38-9054-02f899e4f24d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
1177 2025.01.09 01:56:02.418617 [ 282 ] {161f541c-13e6-4e38-9054-02f899e4f24d} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1178 2025.01.09 01:56:02.418893 [ 282 ] {161f541c-13e6-4e38-9054-02f899e4f24d} <Trace> oximeter.fields_i16 (768e6654-4d7d-4320-b224-a6516c636040): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1179 2025.01.09 01:56:02.419121 [ 282 ] {161f541c-13e6-4e38-9054-02f899e4f24d} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002214 sec., 6323.396567299007 rows/sec., 455.20 KiB/sec.
1180 2025.01.09 01:56:02.419175 [ 282 ] {161f541c-13e6-4e38-9054-02f899e4f24d} <Debug> TCPHandler: Processed in 0.002411937 sec.
1181 2025.01.09 01:56:02.419340 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1182 2025.01.09 01:56:02.419453 [ 286 ] {9f67f870-0409-4f2c-bb37-48368abb2575} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1183 2025.01.09 01:56:02.419500 [ 286 ] {9f67f870-0409-4f2c-bb37-48368abb2575} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1184 2025.01.09 01:56:02.420171 [ 286 ] {9f67f870-0409-4f2c-bb37-48368abb2575} <Trace> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1185 2025.01.09 01:56:02.420213 [ 286 ] {9f67f870-0409-4f2c-bb37-48368abb2575} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
1186 2025.01.09 01:56:02.420591 [ 286 ] {9f67f870-0409-4f2c-bb37-48368abb2575} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1187 2025.01.09 01:56:02.420843 [ 286 ] {9f67f870-0409-4f2c-bb37-48368abb2575} <Trace> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1188 2025.01.09 01:56:02.421102 [ 286 ] {9f67f870-0409-4f2c-bb37-48368abb2575} <Debug> executeQuery: Read 189 rows, 17.14 KiB in 0.001672 sec., 113038.27751196171 rows/sec., 10.01 MiB/sec.
1189 2025.01.09 01:56:02.421182 [ 286 ] {9f67f870-0409-4f2c-bb37-48368abb2575} <Debug> TCPHandler: Processed in 0.001895159 sec.
1190 2025.01.09 01:56:02.421348 [ 282 ] {} <Trace> TCP-Session: 64a0eddb-41fd-4a46-93c4-ef96056a32cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1191 2025.01.09 01:56:02.421459 [ 282 ] {fde2cb3a-7cf1-42c5-8bfb-b7108b1430f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54634) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1192 2025.01.09 01:56:02.421510 [ 282 ] {fde2cb3a-7cf1-42c5-8bfb-b7108b1430f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1193 2025.01.09 01:56:02.422263 [ 282 ] {fde2cb3a-7cf1-42c5-8bfb-b7108b1430f6} <Trace> oximeter.fields_u16 (b7e624c8-f545-4bc0-b9ea-87ccb0a68066): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1194 2025.01.09 01:56:02.422300 [ 282 ] {fde2cb3a-7cf1-42c5-8bfb-b7108b1430f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
1195 2025.01.09 01:56:02.422667 [ 282 ] {fde2cb3a-7cf1-42c5-8bfb-b7108b1430f6} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1196 2025.01.09 01:56:02.422943 [ 282 ] {fde2cb3a-7cf1-42c5-8bfb-b7108b1430f6} <Trace> oximeter.fields_u16 (b7e624c8-f545-4bc0-b9ea-87ccb0a68066): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1197 2025.01.09 01:56:02.423236 [ 282 ] {fde2cb3a-7cf1-42c5-8bfb-b7108b1430f6} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001788 sec., 8389.261744966443 rows/sec., 591.51 KiB/sec.
1198 2025.01.09 01:56:02.423369 [ 282 ] {fde2cb3a-7cf1-42c5-8bfb-b7108b1430f6} <Debug> TCPHandler: Processed in 0.002075511 sec.
1199 2025.01.09 01:56:02.423533 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1200 2025.01.09 01:56:02.423642 [ 286 ] {caac4673-a744-4a98-8a18-b078f8997902} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
1201 2025.01.09 01:56:02.423690 [ 286 ] {caac4673-a744-4a98-8a18-b078f8997902} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
1202 2025.01.09 01:56:02.424259 [ 286 ] {caac4673-a744-4a98-8a18-b078f8997902} <Trace> oximeter.fields_u32 (03dfd943-ea50-4047-86b9-6222d9e39c11): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1203 2025.01.09 01:56:02.424303 [ 286 ] {caac4673-a744-4a98-8a18-b078f8997902} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
1204 2025.01.09 01:56:02.424734 [ 286 ] {caac4673-a744-4a98-8a18-b078f8997902} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1205 2025.01.09 01:56:02.425042 [ 286 ] {caac4673-a744-4a98-8a18-b078f8997902} <Trace> oximeter.fields_u32 (03dfd943-ea50-4047-86b9-6222d9e39c11): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1206 2025.01.09 01:56:02.425276 [ 286 ] {caac4673-a744-4a98-8a18-b078f8997902} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001654 sec., 8464.328899637243 rows/sec., 592.79 KiB/sec.
1207 2025.01.09 01:56:02.425329 [ 286 ] {caac4673-a744-4a98-8a18-b078f8997902} <Debug> TCPHandler: Processed in 0.001856428 sec.
1208 2025.01.09 01:56:02.425501 [ 282 ] {} <Trace> TCP-Session: 64a0eddb-41fd-4a46-93c4-ef96056a32cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1209 2025.01.09 01:56:02.425627 [ 282 ] {ea69d658-268a-4b1a-8696-cab1ca3dc7cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54634) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
1210 2025.01.09 01:56:02.425681 [ 282 ] {ea69d658-268a-4b1a-8696-cab1ca3dc7cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
1211 2025.01.09 01:56:02.426278 [ 282 ] {ea69d658-268a-4b1a-8696-cab1ca3dc7cb} <Trace> oximeter.fields_u8 (f59c63b9-7e00-4cbb-80d5-4667ebd1997c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1212 2025.01.09 01:56:02.426321 [ 282 ] {ea69d658-268a-4b1a-8696-cab1ca3dc7cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
1213 2025.01.09 01:56:02.426736 [ 282 ] {ea69d658-268a-4b1a-8696-cab1ca3dc7cb} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1214 2025.01.09 01:56:02.427086 [ 282 ] {ea69d658-268a-4b1a-8696-cab1ca3dc7cb} <Trace> oximeter.fields_u8 (f59c63b9-7e00-4cbb-80d5-4667ebd1997c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1215 2025.01.09 01:56:02.427297 [ 282 ] {ea69d658-268a-4b1a-8696-cab1ca3dc7cb} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001693 sec., 7678.67690490254 rows/sec., 478.76 KiB/sec.
1216 2025.01.09 01:56:02.427371 [ 282 ] {ea69d658-268a-4b1a-8696-cab1ca3dc7cb} <Debug> TCPHandler: Processed in 0.001929179 sec.
1217 2025.01.09 01:56:02.427535 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1218 2025.01.09 01:56:02.427667 [ 286 ] {90654a57-b7c4-42b4-ba9f-06f6de33d342} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1219 2025.01.09 01:56:02.427724 [ 286 ] {90654a57-b7c4-42b4-ba9f-06f6de33d342} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1220 2025.01.09 01:56:02.428448 [ 286 ] {90654a57-b7c4-42b4-ba9f-06f6de33d342} <Trace> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1221 2025.01.09 01:56:02.428488 [ 286 ] {90654a57-b7c4-42b4-ba9f-06f6de33d342} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
1222 2025.01.09 01:56:02.428868 [ 286 ] {90654a57-b7c4-42b4-ba9f-06f6de33d342} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1223 2025.01.09 01:56:02.429124 [ 286 ] {90654a57-b7c4-42b4-ba9f-06f6de33d342} <Trace> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1224 2025.01.09 01:56:02.429397 [ 286 ] {90654a57-b7c4-42b4-ba9f-06f6de33d342} <Debug> executeQuery: Read 354 rows, 25.44 KiB in 0.001752 sec., 202054.79452054793 rows/sec., 14.18 MiB/sec.
1225 2025.01.09 01:56:02.429553 [ 286 ] {90654a57-b7c4-42b4-ba9f-06f6de33d342} <Debug> TCPHandler: Processed in 0.002073542 sec.
1226 2025.01.09 01:56:02.429720 [ 282 ] {} <Trace> TCP-Session: 64a0eddb-41fd-4a46-93c4-ef96056a32cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1227 2025.01.09 01:56:02.429850 [ 282 ] {b94e7948-0c26-445d-a9a4-cebe36b22d59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54634) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
1228 2025.01.09 01:56:02.429909 [ 282 ] {b94e7948-0c26-445d-a9a4-cebe36b22d59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
1229 2025.01.09 01:56:02.430461 [ 282 ] {b94e7948-0c26-445d-a9a4-cebe36b22d59} <Trace> oximeter.measurements_bool (e95e83a2-bc6b-4f55-83f2-ee90a75b0302): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1230 2025.01.09 01:56:02.430509 [ 282 ] {b94e7948-0c26-445d-a9a4-cebe36b22d59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
1231 2025.01.09 01:56:02.430903 [ 282 ] {b94e7948-0c26-445d-a9a4-cebe36b22d59} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1232 2025.01.09 01:56:02.431157 [ 282 ] {b94e7948-0c26-445d-a9a4-cebe36b22d59} <Trace> oximeter.measurements_bool (e95e83a2-bc6b-4f55-83f2-ee90a75b0302): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1233 2025.01.09 01:56:02.431382 [ 282 ] {b94e7948-0c26-445d-a9a4-cebe36b22d59} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001558 sec., 3851.0911424903725 rows/sec., 201.20 KiB/sec.
1234 2025.01.09 01:56:02.431440 [ 282 ] {b94e7948-0c26-445d-a9a4-cebe36b22d59} <Debug> TCPHandler: Processed in 0.001787177 sec.
1235 2025.01.09 01:56:02.431591 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1236 2025.01.09 01:56:02.431699 [ 286 ] {e407fb66-9849-4e59-bd76-7b59cd31889c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1237 2025.01.09 01:56:02.431748 [ 286 ] {e407fb66-9849-4e59-bd76-7b59cd31889c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1238 2025.01.09 01:56:02.432280 [ 286 ] {e407fb66-9849-4e59-bd76-7b59cd31889c} <Trace> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1239 2025.01.09 01:56:02.432320 [ 286 ] {e407fb66-9849-4e59-bd76-7b59cd31889c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
1240 2025.01.09 01:56:02.432706 [ 286 ] {e407fb66-9849-4e59-bd76-7b59cd31889c} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1241 2025.01.09 01:56:02.432966 [ 286 ] {e407fb66-9849-4e59-bd76-7b59cd31889c} <Trace> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1242 2025.01.09 01:56:02.433184 [ 286 ] {e407fb66-9849-4e59-bd76-7b59cd31889c} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.001507 sec., 117451.89117451891 rows/sec., 7.75 MiB/sec.
1243 2025.01.09 01:56:02.433235 [ 286 ] {e407fb66-9849-4e59-bd76-7b59cd31889c} <Debug> TCPHandler: Processed in 0.001698976 sec.
1244 2025.01.09 01:56:02.433386 [ 282 ] {} <Trace> TCP-Session: 64a0eddb-41fd-4a46-93c4-ef96056a32cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1245 2025.01.09 01:56:02.433492 [ 282 ] {76c1d456-a849-479c-830d-945904e290b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54634) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
1246 2025.01.09 01:56:02.433540 [ 282 ] {76c1d456-a849-479c-830d-945904e290b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
1247 2025.01.09 01:56:02.433988 [ 282 ] {76c1d456-a849-479c-830d-945904e290b7} <Trace> oximeter.measurements_f64 (934b838e-c5f5-431f-8772-7fa1e914138c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1248 2025.01.09 01:56:02.434027 [ 282 ] {76c1d456-a849-479c-830d-945904e290b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
1249 2025.01.09 01:56:02.434373 [ 282 ] {76c1d456-a849-479c-830d-945904e290b7} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1250 2025.01.09 01:56:02.434604 [ 282 ] {76c1d456-a849-479c-830d-945904e290b7} <Trace> oximeter.measurements_f64 (934b838e-c5f5-431f-8772-7fa1e914138c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1251 2025.01.09 01:56:02.434854 [ 282 ] {76c1d456-a849-479c-830d-945904e290b7} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001362 sec., 734.2143906020558 rows/sec., 49.47 KiB/sec.
1252 2025.01.09 01:56:02.434958 [ 282 ] {76c1d456-a849-479c-830d-945904e290b7} <Debug> TCPHandler: Processed in 0.001625554 sec.
1253 2025.01.09 01:56:02.435109 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1254 2025.01.09 01:56:02.435218 [ 286 ] {4ee3211a-8b03-4ffe-8936-e40d80200669} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
1255 2025.01.09 01:56:02.435284 [ 286 ] {4ee3211a-8b03-4ffe-8936-e40d80200669} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
1256 2025.01.09 01:56:02.436328 [ 286 ] {4ee3211a-8b03-4ffe-8936-e40d80200669} <Trace> oximeter.measurements_histogramu64 (17c94cc7-cbcb-4131-b32c-df27c461cf7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1257 2025.01.09 01:56:02.436373 [ 286 ] {4ee3211a-8b03-4ffe-8936-e40d80200669} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
1258 2025.01.09 01:56:02.439022 [ 286 ] {4ee3211a-8b03-4ffe-8936-e40d80200669} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1259 2025.01.09 01:56:02.439298 [ 286 ] {4ee3211a-8b03-4ffe-8936-e40d80200669} <Trace> oximeter.measurements_histogramu64 (17c94cc7-cbcb-4131-b32c-df27c461cf7e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1260 2025.01.09 01:56:02.439566 [ 286 ] {4ee3211a-8b03-4ffe-8936-e40d80200669} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.004367 sec., 1831.9212273872222 rows/sec., 3.28 MiB/sec.
1261 2025.01.09 01:56:02.439662 [ 286 ] {4ee3211a-8b03-4ffe-8936-e40d80200669} <Debug> TCPHandler: Processed in 0.00460671 sec.
1262 2025.01.09 01:56:02.439815 [ 282 ] {} <Trace> TCP-Session: 64a0eddb-41fd-4a46-93c4-ef96056a32cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1263 2025.01.09 01:56:02.439927 [ 282 ] {b89c2798-34a8-4c96-9a3b-a52d03e2ea29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54634) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1264 2025.01.09 01:56:02.439978 [ 282 ] {b89c2798-34a8-4c96-9a3b-a52d03e2ea29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1265 2025.01.09 01:56:02.440416 [ 282 ] {b89c2798-34a8-4c96-9a3b-a52d03e2ea29} <Trace> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1266 2025.01.09 01:56:02.440455 [ 282 ] {b89c2798-34a8-4c96-9a3b-a52d03e2ea29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
1267 2025.01.09 01:56:02.440818 [ 282 ] {b89c2798-34a8-4c96-9a3b-a52d03e2ea29} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1268 2025.01.09 01:56:02.441055 [ 282 ] {b89c2798-34a8-4c96-9a3b-a52d03e2ea29} <Trace> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1269 2025.01.09 01:56:02.441314 [ 282 ] {b89c2798-34a8-4c96-9a3b-a52d03e2ea29} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.001391 sec., 37383.17757009345 rows/sec., 2.31 MiB/sec.
1270 2025.01.09 01:56:02.441451 [ 282 ] {b89c2798-34a8-4c96-9a3b-a52d03e2ea29} <Debug> TCPHandler: Processed in 0.001689345 sec.
1271 2025.01.09 01:56:07.374923 [ 282 ] {} <Trace> TCP-Session: 64a0eddb-41fd-4a46-93c4-ef96056a32cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1272 2025.01.09 01:56:07.375153 [ 282 ] {55b0c364-b0f1-459e-9023-55cc8f62e5e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54634) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1273 2025.01.09 01:56:07.375242 [ 282 ] {55b0c364-b0f1-459e-9023-55cc8f62e5e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1274 2025.01.09 01:56:07.376061 [ 282 ] {55b0c364-b0f1-459e-9023-55cc8f62e5e9} <Trace> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1275 2025.01.09 01:56:07.376143 [ 282 ] {55b0c364-b0f1-459e-9023-55cc8f62e5e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB.
1276 2025.01.09 01:56:07.376580 [ 282 ] {55b0c364-b0f1-459e-9023-55cc8f62e5e9} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1277 2025.01.09 01:56:07.376844 [ 282 ] {55b0c364-b0f1-459e-9023-55cc8f62e5e9} <Trace> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1278 2025.01.09 01:56:07.377082 [ 282 ] {55b0c364-b0f1-459e-9023-55cc8f62e5e9} <Debug> executeQuery: Read 26 rows, 1.98 KiB in 0.001989 sec., 13071.895424836603 rows/sec., 995.22 KiB/sec.
1279 2025.01.09 01:56:07.377152 [ 282 ] {55b0c364-b0f1-459e-9023-55cc8f62e5e9} <Debug> TCPHandler: Processed in 0.002384636 sec.
1280 2025.01.09 01:56:07.377322 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1281 2025.01.09 01:56:07.377449 [ 286 ] {444c51c7-1ced-44b8-85eb-16ba93596446} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1282 2025.01.09 01:56:07.377502 [ 286 ] {444c51c7-1ced-44b8-85eb-16ba93596446} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1283 2025.01.09 01:56:07.378083 [ 286 ] {444c51c7-1ced-44b8-85eb-16ba93596446} <Trace> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1284 2025.01.09 01:56:07.378154 [ 286 ] {444c51c7-1ced-44b8-85eb-16ba93596446} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB.
1285 2025.01.09 01:56:07.378639 [ 286 ] {444c51c7-1ced-44b8-85eb-16ba93596446} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1286 2025.01.09 01:56:07.378903 [ 286 ] {444c51c7-1ced-44b8-85eb-16ba93596446} <Trace> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1287 2025.01.09 01:56:07.379141 [ 286 ] {444c51c7-1ced-44b8-85eb-16ba93596446} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001722 sec., 16260.162601626016 rows/sec., 1.27 MiB/sec.
1288 2025.01.09 01:56:07.379200 [ 286 ] {444c51c7-1ced-44b8-85eb-16ba93596446} <Debug> TCPHandler: Processed in 0.001940439 sec.
1289 2025.01.09 01:56:07.379348 [ 282 ] {} <Trace> TCP-Session: 64a0eddb-41fd-4a46-93c4-ef96056a32cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1290 2025.01.09 01:56:07.379462 [ 282 ] {154b1a71-9e90-49a6-b322-de6f47422024} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54634) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1291 2025.01.09 01:56:07.379517 [ 282 ] {154b1a71-9e90-49a6-b322-de6f47422024} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1292 2025.01.09 01:56:07.380038 [ 282 ] {154b1a71-9e90-49a6-b322-de6f47422024} <Trace> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1293 2025.01.09 01:56:07.380080 [ 282 ] {154b1a71-9e90-49a6-b322-de6f47422024} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB.
1294 2025.01.09 01:56:07.380495 [ 282 ] {154b1a71-9e90-49a6-b322-de6f47422024} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1295 2025.01.09 01:56:07.380738 [ 282 ] {154b1a71-9e90-49a6-b322-de6f47422024} <Trace> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1296 2025.01.09 01:56:07.380963 [ 282 ] {154b1a71-9e90-49a6-b322-de6f47422024} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001528 sec., 65445.02617801047 rows/sec., 4.54 MiB/sec.
1297 2025.01.09 01:56:07.381018 [ 282 ] {154b1a71-9e90-49a6-b322-de6f47422024} <Debug> TCPHandler: Processed in 0.001724256 sec.
1298 2025.01.09 01:56:07.381188 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1299 2025.01.09 01:56:07.381300 [ 286 ] {93795b5f-c7e2-445c-a5c8-cabb310a5149} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1300 2025.01.09 01:56:07.381349 [ 286 ] {93795b5f-c7e2-445c-a5c8-cabb310a5149} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1301 2025.01.09 01:56:07.382665 [ 286 ] {93795b5f-c7e2-445c-a5c8-cabb310a5149} <Trace> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1302 2025.01.09 01:56:07.382713 [ 286 ] {93795b5f-c7e2-445c-a5c8-cabb310a5149} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB.
1303 2025.01.09 01:56:07.383215 [ 286 ] {93795b5f-c7e2-445c-a5c8-cabb310a5149} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1304 2025.01.09 01:56:07.383526 [ 286 ] {93795b5f-c7e2-445c-a5c8-cabb310a5149} <Trace> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1305 2025.01.09 01:56:07.383772 [ 286 ] {93795b5f-c7e2-445c-a5c8-cabb310a5149} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.002496 sec., 12019.23076923077 rows/sec., 843.15 KiB/sec.
1306 2025.01.09 01:56:07.383848 [ 286 ] {93795b5f-c7e2-445c-a5c8-cabb310a5149} <Debug> TCPHandler: Processed in 0.002720001 sec.
1307 2025.01.09 01:56:08.652339 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 2318
1308 2025.01.09 01:56:08.653051 [ 244 ] {} <Trace> system.asynchronous_metric_log (9698bf86-621f-4c13-9bc9-6db4396b8d09): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1309 2025.01.09 01:56:08.653096 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
1310 2025.01.09 01:56:08.653690 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1311 2025.01.09 01:56:08.653959 [ 244 ] {} <Trace> system.asynchronous_metric_log (9698bf86-621f-4c13-9bc9-6db4396b8d09): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1312 2025.01.09 01:56:08.654211 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2318
1313 2025.01.09 01:56:08.776183 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38
1314 2025.01.09 01:56:08.796005 [ 243 ] {} <Trace> system.metric_log (c31dfbef-714c-4223-9d5c-473a3e49bbb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1315 2025.01.09 01:56:08.796074 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
1316 2025.01.09 01:56:08.802926 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1317 2025.01.09 01:56:08.803676 [ 243 ] {} <Trace> system.metric_log (c31dfbef-714c-4223-9d5c-473a3e49bbb4): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1318 2025.01.09 01:56:08.806494 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 38
1319 2025.01.09 01:56:09.000170 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 156.99 MiB, peak 160.99 MiB, free memory in arenas 0.00 B, will set to 158.25 MiB (RSS), difference: 1.25 MiB
1320 2025.01.09 01:56:11.145987 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 194
1321 2025.01.09 01:56:11.149732 [ 242 ] {} <Trace> system.query_log (e9d8cce9-7d6e-43dd-804a-3eff920f58fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1322 2025.01.09 01:56:11.149794 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
1323 2025.01.09 01:56:11.151350 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1324 2025.01.09 01:56:11.151685 [ 242 ] {} <Trace> system.query_log (e9d8cce9-7d6e-43dd-804a-3eff920f58fa): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1325 2025.01.09 01:56:11.152417 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 194
1326 2025.01.09 01:56:12.379790 [ 282 ] {} <Trace> TCP-Session: 64a0eddb-41fd-4a46-93c4-ef96056a32cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1327 2025.01.09 01:56:12.379988 [ 282 ] {858fe790-c947-4c88-8c14-61aaae3a9977} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54634) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
1328 2025.01.09 01:56:12.380063 [ 282 ] {858fe790-c947-4c88-8c14-61aaae3a9977} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
1329 2025.01.09 01:56:12.380822 [ 282 ] {858fe790-c947-4c88-8c14-61aaae3a9977} <Trace> oximeter.fields_i16 (768e6654-4d7d-4320-b224-a6516c636040): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1330 2025.01.09 01:56:12.380874 [ 282 ] {858fe790-c947-4c88-8c14-61aaae3a9977} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
1331 2025.01.09 01:56:12.381309 [ 282 ] {858fe790-c947-4c88-8c14-61aaae3a9977} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1332 2025.01.09 01:56:12.381570 [ 282 ] {858fe790-c947-4c88-8c14-61aaae3a9977} <Trace> oximeter.fields_i16 (768e6654-4d7d-4320-b224-a6516c636040): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1333 2025.01.09 01:56:12.381808 [ 282 ] {858fe790-c947-4c88-8c14-61aaae3a9977} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001877 sec., 7458.710708577518 rows/sec., 536.93 KiB/sec.
1334 2025.01.09 01:56:12.381972 [ 282 ] {858fe790-c947-4c88-8c14-61aaae3a9977} <Debug> TCPHandler: Processed in 0.002315805 sec.
1335 2025.01.09 01:56:12.382176 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1336 2025.01.09 01:56:12.382317 [ 286 ] {259dc22a-4b4f-4da8-993e-6e43c9e3bce0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1337 2025.01.09 01:56:12.382373 [ 286 ] {259dc22a-4b4f-4da8-993e-6e43c9e3bce0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1338 2025.01.09 01:56:12.383098 [ 286 ] {259dc22a-4b4f-4da8-993e-6e43c9e3bce0} <Trace> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1339 2025.01.09 01:56:12.383139 [ 286 ] {259dc22a-4b4f-4da8-993e-6e43c9e3bce0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
1340 2025.01.09 01:56:12.383519 [ 286 ] {259dc22a-4b4f-4da8-993e-6e43c9e3bce0} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1341 2025.01.09 01:56:12.383771 [ 286 ] {259dc22a-4b4f-4da8-993e-6e43c9e3bce0} <Trace> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1342 2025.01.09 01:56:12.384002 [ 286 ] {259dc22a-4b4f-4da8-993e-6e43c9e3bce0} <Debug> executeQuery: Read 189 rows, 17.14 KiB in 0.001716 sec., 110139.86013986013 rows/sec., 9.75 MiB/sec.
1343 2025.01.09 01:56:12.384058 [ 286 ] {259dc22a-4b4f-4da8-993e-6e43c9e3bce0} <Debug> TCPHandler: Processed in 0.00194937 sec.
1344 2025.01.09 01:56:12.384223 [ 282 ] {} <Trace> TCP-Session: 64a0eddb-41fd-4a46-93c4-ef96056a32cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1345 2025.01.09 01:56:12.384343 [ 282 ] {ebb50fca-2810-4c7b-a7c9-23d419adc705} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54634) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1346 2025.01.09 01:56:12.384389 [ 282 ] {ebb50fca-2810-4c7b-a7c9-23d419adc705} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1347 2025.01.09 01:56:12.384923 [ 282 ] {ebb50fca-2810-4c7b-a7c9-23d419adc705} <Trace> oximeter.fields_u16 (b7e624c8-f545-4bc0-b9ea-87ccb0a68066): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1348 2025.01.09 01:56:12.384963 [ 282 ] {ebb50fca-2810-4c7b-a7c9-23d419adc705} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
1349 2025.01.09 01:56:12.385333 [ 282 ] {ebb50fca-2810-4c7b-a7c9-23d419adc705} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1350 2025.01.09 01:56:12.385576 [ 282 ] {ebb50fca-2810-4c7b-a7c9-23d419adc705} <Trace> oximeter.fields_u16 (b7e624c8-f545-4bc0-b9ea-87ccb0a68066): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1351 2025.01.09 01:56:12.385804 [ 282 ] {ebb50fca-2810-4c7b-a7c9-23d419adc705} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001485 sec., 10101.0101010101 rows/sec., 712.20 KiB/sec.
1352 2025.01.09 01:56:12.385947 [ 282 ] {ebb50fca-2810-4c7b-a7c9-23d419adc705} <Debug> TCPHandler: Processed in 0.001780107 sec.
1353 2025.01.09 01:56:12.386118 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1354 2025.01.09 01:56:12.386250 [ 286 ] {6e5b6ca6-b707-4998-950d-aaf53be425be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
1355 2025.01.09 01:56:12.386304 [ 286 ] {6e5b6ca6-b707-4998-950d-aaf53be425be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
1356 2025.01.09 01:56:12.386961 [ 286 ] {6e5b6ca6-b707-4998-950d-aaf53be425be} <Trace> oximeter.fields_u32 (03dfd943-ea50-4047-86b9-6222d9e39c11): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1357 2025.01.09 01:56:12.387002 [ 286 ] {6e5b6ca6-b707-4998-950d-aaf53be425be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
1358 2025.01.09 01:56:12.387348 [ 286 ] {6e5b6ca6-b707-4998-950d-aaf53be425be} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1359 2025.01.09 01:56:12.387603 [ 286 ] {6e5b6ca6-b707-4998-950d-aaf53be425be} <Trace> oximeter.fields_u32 (03dfd943-ea50-4047-86b9-6222d9e39c11): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1360 2025.01.09 01:56:12.387812 [ 286 ] {6e5b6ca6-b707-4998-950d-aaf53be425be} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001591 sec., 8799.497171590196 rows/sec., 616.26 KiB/sec.
1361 2025.01.09 01:56:12.387864 [ 286 ] {6e5b6ca6-b707-4998-950d-aaf53be425be} <Debug> TCPHandler: Processed in 0.001810947 sec.
1362 2025.01.09 01:56:12.388052 [ 282 ] {} <Trace> TCP-Session: 64a0eddb-41fd-4a46-93c4-ef96056a32cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1363 2025.01.09 01:56:12.388180 [ 282 ] {1e1cb87e-6df2-4493-9d31-9c98fffa1212} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54634) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
1364 2025.01.09 01:56:12.388233 [ 282 ] {1e1cb87e-6df2-4493-9d31-9c98fffa1212} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
1365 2025.01.09 01:56:12.388871 [ 282 ] {1e1cb87e-6df2-4493-9d31-9c98fffa1212} <Trace> oximeter.fields_u8 (f59c63b9-7e00-4cbb-80d5-4667ebd1997c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1366 2025.01.09 01:56:12.388919 [ 282 ] {1e1cb87e-6df2-4493-9d31-9c98fffa1212} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
1367 2025.01.09 01:56:12.389282 [ 282 ] {1e1cb87e-6df2-4493-9d31-9c98fffa1212} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1368 2025.01.09 01:56:12.389523 [ 282 ] {1e1cb87e-6df2-4493-9d31-9c98fffa1212} <Trace> oximeter.fields_u8 (f59c63b9-7e00-4cbb-80d5-4667ebd1997c): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1369 2025.01.09 01:56:12.389758 [ 282 ] {1e1cb87e-6df2-4493-9d31-9c98fffa1212} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.0016 sec., 8125 rows/sec., 506.59 KiB/sec.
1370 2025.01.09 01:56:12.389903 [ 282 ] {1e1cb87e-6df2-4493-9d31-9c98fffa1212} <Debug> TCPHandler: Processed in 0.001914159 sec.
1371 2025.01.09 01:56:12.390053 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1372 2025.01.09 01:56:12.390162 [ 286 ] {14483eb3-ae4b-43fc-9a91-525836890e53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1373 2025.01.09 01:56:12.390209 [ 286 ] {14483eb3-ae4b-43fc-9a91-525836890e53} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1374 2025.01.09 01:56:12.390876 [ 286 ] {14483eb3-ae4b-43fc-9a91-525836890e53} <Trace> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1375 2025.01.09 01:56:12.390921 [ 286 ] {14483eb3-ae4b-43fc-9a91-525836890e53} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
1376 2025.01.09 01:56:12.391292 [ 286 ] {14483eb3-ae4b-43fc-9a91-525836890e53} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1377 2025.01.09 01:56:12.391552 [ 286 ] {14483eb3-ae4b-43fc-9a91-525836890e53} <Trace> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1378 2025.01.09 01:56:12.391781 [ 286 ] {14483eb3-ae4b-43fc-9a91-525836890e53} <Debug> executeQuery: Read 354 rows, 25.44 KiB in 0.00164 sec., 215853.65853658537 rows/sec., 15.15 MiB/sec.
1379 2025.01.09 01:56:12.391834 [ 286 ] {14483eb3-ae4b-43fc-9a91-525836890e53} <Debug> TCPHandler: Processed in 0.001835798 sec.
1380 2025.01.09 01:56:12.391986 [ 282 ] {} <Trace> TCP-Session: 64a0eddb-41fd-4a46-93c4-ef96056a32cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1381 2025.01.09 01:56:12.392092 [ 282 ] {d0a5f193-1741-491c-aeaa-4d29c1f2a860} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54634) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
1382 2025.01.09 01:56:12.392138 [ 282 ] {d0a5f193-1741-491c-aeaa-4d29c1f2a860} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
1383 2025.01.09 01:56:12.392595 [ 282 ] {d0a5f193-1741-491c-aeaa-4d29c1f2a860} <Trace> oximeter.measurements_bool (e95e83a2-bc6b-4f55-83f2-ee90a75b0302): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1384 2025.01.09 01:56:12.392633 [ 282 ] {d0a5f193-1741-491c-aeaa-4d29c1f2a860} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
1385 2025.01.09 01:56:12.392985 [ 282 ] {d0a5f193-1741-491c-aeaa-4d29c1f2a860} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1386 2025.01.09 01:56:12.393225 [ 282 ] {d0a5f193-1741-491c-aeaa-4d29c1f2a860} <Trace> oximeter.measurements_bool (e95e83a2-bc6b-4f55-83f2-ee90a75b0302): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1387 2025.01.09 01:56:12.393497 [ 282 ] {d0a5f193-1741-491c-aeaa-4d29c1f2a860} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001404 sec., 4273.504273504273 rows/sec., 223.27 KiB/sec.
1388 2025.01.09 01:56:12.393609 [ 282 ] {d0a5f193-1741-491c-aeaa-4d29c1f2a860} <Debug> TCPHandler: Processed in 0.001676915 sec.
1389 2025.01.09 01:56:12.393761 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1390 2025.01.09 01:56:12.393872 [ 286 ] {632862cc-ce5e-45ef-983c-3363af627ef4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1391 2025.01.09 01:56:12.393921 [ 286 ] {632862cc-ce5e-45ef-983c-3363af627ef4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1392 2025.01.09 01:56:12.394453 [ 286 ] {632862cc-ce5e-45ef-983c-3363af627ef4} <Trace> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1393 2025.01.09 01:56:12.394493 [ 286 ] {632862cc-ce5e-45ef-983c-3363af627ef4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
1394 2025.01.09 01:56:12.394880 [ 286 ] {632862cc-ce5e-45ef-983c-3363af627ef4} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1395 2025.01.09 01:56:12.395132 [ 286 ] {632862cc-ce5e-45ef-983c-3363af627ef4} <Trace> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1396 2025.01.09 01:56:12.395343 [ 286 ] {632862cc-ce5e-45ef-983c-3363af627ef4} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.001492 sec., 118632.70777479892 rows/sec., 7.82 MiB/sec.
1397 2025.01.09 01:56:12.395395 [ 286 ] {632862cc-ce5e-45ef-983c-3363af627ef4} <Debug> TCPHandler: Processed in 0.001688635 sec.
1398 2025.01.09 01:56:12.395551 [ 282 ] {} <Trace> TCP-Session: 64a0eddb-41fd-4a46-93c4-ef96056a32cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1399 2025.01.09 01:56:12.395656 [ 282 ] {84c61c06-36da-4b61-9113-7656deac1c70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54634) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
1400 2025.01.09 01:56:12.395702 [ 282 ] {84c61c06-36da-4b61-9113-7656deac1c70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
1401 2025.01.09 01:56:12.396117 [ 282 ] {84c61c06-36da-4b61-9113-7656deac1c70} <Trace> oximeter.measurements_f64 (934b838e-c5f5-431f-8772-7fa1e914138c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1402 2025.01.09 01:56:12.396154 [ 282 ] {84c61c06-36da-4b61-9113-7656deac1c70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
1403 2025.01.09 01:56:12.396495 [ 282 ] {84c61c06-36da-4b61-9113-7656deac1c70} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1404 2025.01.09 01:56:12.396729 [ 282 ] {84c61c06-36da-4b61-9113-7656deac1c70} <Trace> oximeter.measurements_f64 (934b838e-c5f5-431f-8772-7fa1e914138c): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1405 2025.01.09 01:56:12.396973 [ 282 ] {84c61c06-36da-4b61-9113-7656deac1c70} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001336 sec., 748.502994011976 rows/sec., 50.44 KiB/sec.
1406 2025.01.09 01:56:12.397103 [ 282 ] {84c61c06-36da-4b61-9113-7656deac1c70} <Debug> TCPHandler: Processed in 0.001603345 sec.
1407 2025.01.09 01:56:12.397260 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1408 2025.01.09 01:56:12.397392 [ 286 ] {980fa765-e71f-4c61-be6f-61436d238341} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
1409 2025.01.09 01:56:12.397474 [ 286 ] {980fa765-e71f-4c61-be6f-61436d238341} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
1410 2025.01.09 01:56:12.398601 [ 286 ] {980fa765-e71f-4c61-be6f-61436d238341} <Trace> oximeter.measurements_histogramu64 (17c94cc7-cbcb-4131-b32c-df27c461cf7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1411 2025.01.09 01:56:12.398641 [ 286 ] {980fa765-e71f-4c61-be6f-61436d238341} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
1412 2025.01.09 01:56:12.399247 [ 286 ] {980fa765-e71f-4c61-be6f-61436d238341} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1413 2025.01.09 01:56:12.399515 [ 286 ] {980fa765-e71f-4c61-be6f-61436d238341} <Trace> oximeter.measurements_histogramu64 (17c94cc7-cbcb-4131-b32c-df27c461cf7e): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1414 2025.01.09 01:56:12.399842 [ 286 ] {980fa765-e71f-4c61-be6f-61436d238341} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002457 sec., 3256.003256003256 rows/sec., 5.83 MiB/sec.
1415 2025.01.09 01:56:12.399963 [ 286 ] {980fa765-e71f-4c61-be6f-61436d238341} <Debug> TCPHandler: Processed in 0.002766102 sec.
1416 2025.01.09 01:56:12.400125 [ 282 ] {} <Trace> TCP-Session: 64a0eddb-41fd-4a46-93c4-ef96056a32cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1417 2025.01.09 01:56:12.400252 [ 282 ] {60e3c706-45f5-4793-9b8f-87a8d3db8b44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54634) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1418 2025.01.09 01:56:12.400314 [ 282 ] {60e3c706-45f5-4793-9b8f-87a8d3db8b44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1419 2025.01.09 01:56:12.400832 [ 282 ] {60e3c706-45f5-4793-9b8f-87a8d3db8b44} <Trace> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1420 2025.01.09 01:56:12.400877 [ 282 ] {60e3c706-45f5-4793-9b8f-87a8d3db8b44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
1421 2025.01.09 01:56:12.401236 [ 282 ] {60e3c706-45f5-4793-9b8f-87a8d3db8b44} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1422 2025.01.09 01:56:12.401476 [ 282 ] {60e3c706-45f5-4793-9b8f-87a8d3db8b44} <Trace> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1423 2025.01.09 01:56:12.401689 [ 282 ] {60e3c706-45f5-4793-9b8f-87a8d3db8b44} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.001466 sec., 35470.668485675305 rows/sec., 2.20 MiB/sec.
1424 2025.01.09 01:56:12.401737 [ 282 ] {60e3c706-45f5-4793-9b8f-87a8d3db8b44} <Debug> TCPHandler: Processed in 0.001673975 sec.
1425 2025.01.09 01:56:16.093488 [ 135 ] {} <Debug> DNSResolver: Updating DNS cache
1426 2025.01.09 01:56:16.093563 [ 135 ] {} <Debug> DNSResolver: Updated DNS cache
1427 2025.01.09 01:56:16.154338 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 2806
1428 2025.01.09 01:56:16.155096 [ 244 ] {} <Trace> system.asynchronous_metric_log (9698bf86-621f-4c13-9bc9-6db4396b8d09): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1429 2025.01.09 01:56:16.155146 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
1430 2025.01.09 01:56:16.155813 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1431 2025.01.09 01:56:16.156072 [ 244 ] {} <Trace> system.asynchronous_metric_log (9698bf86-621f-4c13-9bc9-6db4396b8d09): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1432 2025.01.09 01:56:16.156275 [ 106 ] {} <Debug> system.asynchronous_metric_log (9698bf86-621f-4c13-9bc9-6db4396b8d09) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1433 2025.01.09 01:56:16.156352 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2806
1434 2025.01.09 01:56:16.156403 [ 106 ] {} <Trace> system.asynchronous_metric_log (9698bf86-621f-4c13-9bc9-6db4396b8d09): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1435 2025.01.09 01:56:16.156437 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
1436 2025.01.09 01:56:16.157824 [ 192 ] {9698bf86-621f-4c13-9bc9-6db4396b8d09::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
1437 2025.01.09 01:56:16.157972 [ 192 ] {9698bf86-621f-4c13-9bc9-6db4396b8d09::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1438 2025.01.09 01:56:16.158579 [ 192 ] {9698bf86-621f-4c13-9bc9-6db4396b8d09::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 488 rows starting from the beginning of the part
1439 2025.01.09 01:56:16.158696 [ 192 ] {9698bf86-621f-4c13-9bc9-6db4396b8d09::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 488 rows starting from the beginning of the part
1440 2025.01.09 01:56:16.158937 [ 192 ] {9698bf86-621f-4c13-9bc9-6db4396b8d09::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 427 rows starting from the beginning of the part
1441 2025.01.09 01:56:16.159033 [ 192 ] {9698bf86-621f-4c13-9bc9-6db4396b8d09::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 488 rows starting from the beginning of the part
1442 2025.01.09 01:56:16.159258 [ 192 ] {9698bf86-621f-4c13-9bc9-6db4396b8d09::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 427 rows starting from the beginning of the part
1443 2025.01.09 01:56:16.159383 [ 192 ] {9698bf86-621f-4c13-9bc9-6db4396b8d09::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 488 rows starting from the beginning of the part
1444 2025.01.09 01:56:16.179401 [ 192 ] {9698bf86-621f-4c13-9bc9-6db4396b8d09::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2806 rows, containing 4 columns (4 merged, 0 gathered) in 0.02287747 sec., 122653.42277795577 rows/sec., 1.75 MiB/sec.
1445 2025.01.09 01:56:16.180113 [ 192 ] {9698bf86-621f-4c13-9bc9-6db4396b8d09::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1446 2025.01.09 01:56:16.180383 [ 192 ] {9698bf86-621f-4c13-9bc9-6db4396b8d09::all_1_6_1} <Trace> system.asynchronous_metric_log (9698bf86-621f-4c13-9bc9-6db4396b8d09): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1447 2025.01.09 01:56:16.180456 [ 192 ] {9698bf86-621f-4c13-9bc9-6db4396b8d09::all_1_6_1} <Trace> system.asynchronous_metric_log (9698bf86-621f-4c13-9bc9-6db4396b8d09) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1448 2025.01.09 01:56:16.180556 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.34 MiB.
1449 2025.01.09 01:56:16.306573 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46
1450 2025.01.09 01:56:16.326778 [ 243 ] {} <Trace> system.metric_log (c31dfbef-714c-4223-9d5c-473a3e49bbb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1451 2025.01.09 01:56:16.326837 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
1452 2025.01.09 01:56:16.333542 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1453 2025.01.09 01:56:16.334301 [ 243 ] {} <Trace> system.metric_log (c31dfbef-714c-4223-9d5c-473a3e49bbb4): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1454 2025.01.09 01:56:16.334643 [ 106 ] {} <Debug> system.metric_log (c31dfbef-714c-4223-9d5c-473a3e49bbb4) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1455 2025.01.09 01:56:16.334774 [ 106 ] {} <Trace> system.metric_log (c31dfbef-714c-4223-9d5c-473a3e49bbb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1456 2025.01.09 01:56:16.334842 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
1457 2025.01.09 01:56:16.335153 [ 195 ] {c31dfbef-714c-4223-9d5c-473a3e49bbb4::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
1458 2025.01.09 01:56:16.342915 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 46
1459 2025.01.09 01:56:16.344333 [ 195 ] {c31dfbef-714c-4223-9d5c-473a3e49bbb4::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1460 2025.01.09 01:56:16.345223 [ 195 ] {c31dfbef-714c-4223-9d5c-473a3e49bbb4::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
1461 2025.01.09 01:56:16.349810 [ 195 ] {c31dfbef-714c-4223-9d5c-473a3e49bbb4::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
1462 2025.01.09 01:56:16.354364 [ 195 ] {c31dfbef-714c-4223-9d5c-473a3e49bbb4::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
1463 2025.01.09 01:56:16.358966 [ 195 ] {c31dfbef-714c-4223-9d5c-473a3e49bbb4::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
1464 2025.01.09 01:56:16.367615 [ 195 ] {c31dfbef-714c-4223-9d5c-473a3e49bbb4::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
1465 2025.01.09 01:56:16.372040 [ 195 ] {c31dfbef-714c-4223-9d5c-473a3e49bbb4::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
1466 2025.01.09 01:56:16.429223 [ 187 ] {c31dfbef-714c-4223-9d5c-473a3e49bbb4::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.09423939 sec., 488.11860942648286 rows/sec., 2.52 MiB/sec.
1467 2025.01.09 01:56:16.431871 [ 188 ] {c31dfbef-714c-4223-9d5c-473a3e49bbb4::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1468 2025.01.09 01:56:16.434977 [ 188 ] {c31dfbef-714c-4223-9d5c-473a3e49bbb4::all_1_6_1} <Trace> system.metric_log (c31dfbef-714c-4223-9d5c-473a3e49bbb4): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1469 2025.01.09 01:56:16.435100 [ 188 ] {c31dfbef-714c-4223-9d5c-473a3e49bbb4::all_1_6_1} <Trace> system.metric_log (c31dfbef-714c-4223-9d5c-473a3e49bbb4) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1470 2025.01.09 01:56:16.437704 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.11 MiB.
1471 2025.01.09 01:56:17.000183 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 159.46 MiB, peak 169.00 MiB, free memory in arenas 0.00 B, will set to 163.35 MiB (RSS), difference: 3.89 MiB
1472 2025.01.09 01:56:17.371663 [ 282 ] {} <Trace> TCP-Session: 64a0eddb-41fd-4a46-93c4-ef96056a32cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1473 2025.01.09 01:56:17.371925 [ 282 ] {979b8ecc-f079-42da-9922-b698400ef2f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54634) 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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1474 2025.01.09 01:56:17.372353 [ 282 ] {979b8ecc-f079-42da-9922-b698400ef2f8} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1475 2025.01.09 01:56:17.372402 [ 282 ] {979b8ecc-f079-42da-9922-b698400ef2f8} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1476 2025.01.09 01:56:17.372739 [ 282 ] {979b8ecc-f079-42da-9922-b698400ef2f8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1477 2025.01.09 01:56:17.372828 [ 282 ] {979b8ecc-f079-42da-9922-b698400ef2f8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1478 2025.01.09 01:56:17.373013 [ 282 ] {979b8ecc-f079-42da-9922-b698400ef2f8} <Debug> oximeter.timeseries_schema (0cf912c6-50be-42a8-b344-8e48cdd5b0db) (SelectExecutor): Key condition: (column 0 notIn 27-element set)
1479 2025.01.09 01:56:17.373299 [ 295 ] {979b8ecc-f079-42da-9922-b698400ef2f8} <Trace> oximeter.timeseries_schema (0cf912c6-50be-42a8-b344-8e48cdd5b0db) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1480 2025.01.09 01:56:17.373356 [ 294 ] {979b8ecc-f079-42da-9922-b698400ef2f8} <Trace> oximeter.timeseries_schema (0cf912c6-50be-42a8-b344-8e48cdd5b0db) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1481 2025.01.09 01:56:17.373496 [ 282 ] {979b8ecc-f079-42da-9922-b698400ef2f8} <Debug> oximeter.timeseries_schema (0cf912c6-50be-42a8-b344-8e48cdd5b0db) (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
1482 2025.01.09 01:56:17.373531 [ 282 ] {979b8ecc-f079-42da-9922-b698400ef2f8} <Trace> oximeter.timeseries_schema (0cf912c6-50be-42a8-b344-8e48cdd5b0db) (SelectExecutor): Spreading mark ranges among streams (default reading)
1483 2025.01.09 01:56:17.377766 [ 282 ] {979b8ecc-f079-42da-9922-b698400ef2f8} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1484 2025.01.09 01:56:17.377805 [ 282 ] {979b8ecc-f079-42da-9922-b698400ef2f8} <Debug> oximeter.timeseries_schema (0cf912c6-50be-42a8-b344-8e48cdd5b0db) (SelectExecutor): Reading approx. 27 rows with 2 streams
1485 2025.01.09 01:56:17.377870 [ 282 ] {979b8ecc-f079-42da-9922-b698400ef2f8} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1486 2025.01.09 01:56:17.377922 [ 282 ] {979b8ecc-f079-42da-9922-b698400ef2f8} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1487 2025.01.09 01:56:17.379545 [ 282 ] {979b8ecc-f079-42da-9922-b698400ef2f8} <Debug> executeQuery: Read 27 rows, 1.00 KiB in 0.007741 sec., 3487.921457176076 rows/sec., 129.81 KiB/sec.
1488 2025.01.09 01:56:17.379726 [ 282 ] {979b8ecc-f079-42da-9922-b698400ef2f8} <Debug> TCPHandler: Processed in 0.008200895 sec.
1489 2025.01.09 01:56:17.380094 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1490 2025.01.09 01:56:17.380296 [ 286 ] {47bd5ee7-6e93-4d41-9ddf-635198e8716d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) 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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1491 2025.01.09 01:56:17.380689 [ 286 ] {47bd5ee7-6e93-4d41-9ddf-635198e8716d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1492 2025.01.09 01:56:17.380759 [ 286 ] {47bd5ee7-6e93-4d41-9ddf-635198e8716d} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1493 2025.01.09 01:56:17.381196 [ 286 ] {47bd5ee7-6e93-4d41-9ddf-635198e8716d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1494 2025.01.09 01:56:17.381287 [ 286 ] {47bd5ee7-6e93-4d41-9ddf-635198e8716d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1495 2025.01.09 01:56:17.381484 [ 286 ] {47bd5ee7-6e93-4d41-9ddf-635198e8716d} <Debug> oximeter.timeseries_schema (0cf912c6-50be-42a8-b344-8e48cdd5b0db) (SelectExecutor): Key condition: (column 0 notIn 28-element set)
1496 2025.01.09 01:56:17.381739 [ 295 ] {47bd5ee7-6e93-4d41-9ddf-635198e8716d} <Trace> oximeter.timeseries_schema (0cf912c6-50be-42a8-b344-8e48cdd5b0db) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1497 2025.01.09 01:56:17.381835 [ 295 ] {47bd5ee7-6e93-4d41-9ddf-635198e8716d} <Trace> oximeter.timeseries_schema (0cf912c6-50be-42a8-b344-8e48cdd5b0db) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1498 2025.01.09 01:56:17.381969 [ 286 ] {47bd5ee7-6e93-4d41-9ddf-635198e8716d} <Debug> oximeter.timeseries_schema (0cf912c6-50be-42a8-b344-8e48cdd5b0db) (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
1499 2025.01.09 01:56:17.382020 [ 286 ] {47bd5ee7-6e93-4d41-9ddf-635198e8716d} <Trace> oximeter.timeseries_schema (0cf912c6-50be-42a8-b344-8e48cdd5b0db) (SelectExecutor): Spreading mark ranges among streams (default reading)
1500 2025.01.09 01:56:17.382183 [ 286 ] {47bd5ee7-6e93-4d41-9ddf-635198e8716d} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1501 2025.01.09 01:56:17.382220 [ 286 ] {47bd5ee7-6e93-4d41-9ddf-635198e8716d} <Debug> oximeter.timeseries_schema (0cf912c6-50be-42a8-b344-8e48cdd5b0db) (SelectExecutor): Reading approx. 27 rows with 2 streams
1502 2025.01.09 01:56:17.382274 [ 286 ] {47bd5ee7-6e93-4d41-9ddf-635198e8716d} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1503 2025.01.09 01:56:17.382332 [ 286 ] {47bd5ee7-6e93-4d41-9ddf-635198e8716d} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1504 2025.01.09 01:56:17.383693 [ 286 ] {47bd5ee7-6e93-4d41-9ddf-635198e8716d} <Debug> executeQuery: Read 27 rows, 1.00 KiB in 0.003496 sec., 7723.112128146453 rows/sec., 287.44 KiB/sec.
1505 2025.01.09 01:56:17.383890 [ 286 ] {47bd5ee7-6e93-4d41-9ddf-635198e8716d} <Debug> TCPHandler: Processed in 0.003859119 sec.
1506 2025.01.09 01:56:17.384217 [ 282 ] {} <Trace> TCP-Session: 64a0eddb-41fd-4a46-93c4-ef96056a32cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1507 2025.01.09 01:56:17.384395 [ 282 ] {9eacc126-7abb-4dbc-b486-0c493fa179e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54634) 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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1508 2025.01.09 01:56:17.384705 [ 282 ] {9eacc126-7abb-4dbc-b486-0c493fa179e1} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1509 2025.01.09 01:56:17.384755 [ 282 ] {9eacc126-7abb-4dbc-b486-0c493fa179e1} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1510 2025.01.09 01:56:17.385057 [ 282 ] {9eacc126-7abb-4dbc-b486-0c493fa179e1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1511 2025.01.09 01:56:17.385127 [ 282 ] {9eacc126-7abb-4dbc-b486-0c493fa179e1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1512 2025.01.09 01:56:17.385277 [ 282 ] {9eacc126-7abb-4dbc-b486-0c493fa179e1} <Debug> oximeter.timeseries_schema (0cf912c6-50be-42a8-b344-8e48cdd5b0db) (SelectExecutor): Key condition: (column 0 notIn 29-element set)
1513 2025.01.09 01:56:17.385372 [ 295 ] {9eacc126-7abb-4dbc-b486-0c493fa179e1} <Trace> oximeter.timeseries_schema (0cf912c6-50be-42a8-b344-8e48cdd5b0db) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1514 2025.01.09 01:56:17.385396 [ 296 ] {9eacc126-7abb-4dbc-b486-0c493fa179e1} <Trace> oximeter.timeseries_schema (0cf912c6-50be-42a8-b344-8e48cdd5b0db) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1515 2025.01.09 01:56:17.385516 [ 282 ] {9eacc126-7abb-4dbc-b486-0c493fa179e1} <Debug> oximeter.timeseries_schema (0cf912c6-50be-42a8-b344-8e48cdd5b0db) (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
1516 2025.01.09 01:56:17.385545 [ 282 ] {9eacc126-7abb-4dbc-b486-0c493fa179e1} <Trace> oximeter.timeseries_schema (0cf912c6-50be-42a8-b344-8e48cdd5b0db) (SelectExecutor): Spreading mark ranges among streams (default reading)
1517 2025.01.09 01:56:17.385632 [ 282 ] {9eacc126-7abb-4dbc-b486-0c493fa179e1} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1518 2025.01.09 01:56:17.385654 [ 282 ] {9eacc126-7abb-4dbc-b486-0c493fa179e1} <Debug> oximeter.timeseries_schema (0cf912c6-50be-42a8-b344-8e48cdd5b0db) (SelectExecutor): Reading approx. 27 rows with 2 streams
1519 2025.01.09 01:56:17.385696 [ 282 ] {9eacc126-7abb-4dbc-b486-0c493fa179e1} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1520 2025.01.09 01:56:17.385739 [ 282 ] {9eacc126-7abb-4dbc-b486-0c493fa179e1} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1521 2025.01.09 01:56:17.386812 [ 282 ] {9eacc126-7abb-4dbc-b486-0c493fa179e1} <Debug> executeQuery: Read 27 rows, 1.00 KiB in 0.002501 sec., 10795.681727309076 rows/sec., 401.79 KiB/sec.
1522 2025.01.09 01:56:17.386967 [ 282 ] {9eacc126-7abb-4dbc-b486-0c493fa179e1} <Debug> TCPHandler: Processed in 0.002812454 sec.
1523 2025.01.09 01:56:17.393311 [ 282 ] {} <Trace> TCP-Session: 64a0eddb-41fd-4a46-93c4-ef96056a32cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1524 2025.01.09 01:56:17.393437 [ 282 ] {fe347770-f884-4df0-8400-3e4ce99441fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54634) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
1525 2025.01.09 01:56:17.393489 [ 282 ] {fe347770-f884-4df0-8400-3e4ce99441fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1526 2025.01.09 01:56:17.394218 [ 282 ] {fe347770-f884-4df0-8400-3e4ce99441fa} <Trace> oximeter.timeseries_schema (0cf912c6-50be-42a8-b344-8e48cdd5b0db): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1527 2025.01.09 01:56:17.394266 [ 282 ] {fe347770-f884-4df0-8400-3e4ce99441fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
1528 2025.01.09 01:56:17.394797 [ 282 ] {fe347770-f884-4df0-8400-3e4ce99441fa} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1529 2025.01.09 01:56:17.395029 [ 282 ] {fe347770-f884-4df0-8400-3e4ce99441fa} <Trace> oximeter.timeseries_schema (0cf912c6-50be-42a8-b344-8e48cdd5b0db): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1530 2025.01.09 01:56:17.395268 [ 282 ] {fe347770-f884-4df0-8400-3e4ce99441fa} <Debug> executeQuery: Read 3 rows, 280.00 B in 0.001867 sec., 1606.8559185859667 rows/sec., 146.46 KiB/sec.
1531 2025.01.09 01:56:17.395327 [ 282 ] {fe347770-f884-4df0-8400-3e4ce99441fa} <Debug> TCPHandler: Processed in 0.002071211 sec.
1532 2025.01.09 01:56:17.395495 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1533 2025.01.09 01:56:17.395611 [ 286 ] {f162dcff-ada5-4077-94f0-68e97b7847a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1534 2025.01.09 01:56:17.395664 [ 286 ] {f162dcff-ada5-4077-94f0-68e97b7847a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1535 2025.01.09 01:56:17.396265 [ 286 ] {f162dcff-ada5-4077-94f0-68e97b7847a7} <Trace> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1536 2025.01.09 01:56:17.396308 [ 286 ] {f162dcff-ada5-4077-94f0-68e97b7847a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
1537 2025.01.09 01:56:17.396711 [ 286 ] {f162dcff-ada5-4077-94f0-68e97b7847a7} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1538 2025.01.09 01:56:17.396962 [ 286 ] {f162dcff-ada5-4077-94f0-68e97b7847a7} <Trace> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1539 2025.01.09 01:56:17.397140 [ 110 ] {} <Debug> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1540 2025.01.09 01:56:17.397215 [ 110 ] {} <Trace> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1541 2025.01.09 01:56:17.397215 [ 286 ] {f162dcff-ada5-4077-94f0-68e97b7847a7} <Debug> executeQuery: Read 78 rows, 6.85 KiB in 0.001621 sec., 48118.44540407156 rows/sec., 4.13 MiB/sec.
1542 2025.01.09 01:56:17.397253 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
1543 2025.01.09 01:56:17.397371 [ 286 ] {f162dcff-ada5-4077-94f0-68e97b7847a7} <Debug> TCPHandler: Processed in 0.001936389 sec.
1544 2025.01.09 01:56:17.397514 [ 190 ] {f5ed56e7-dfed-47b2-b04a-d980cf44b4ae::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
1545 2025.01.09 01:56:17.397572 [ 282 ] {} <Trace> TCP-Session: 64a0eddb-41fd-4a46-93c4-ef96056a32cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1546 2025.01.09 01:56:17.397752 [ 190 ] {f5ed56e7-dfed-47b2-b04a-d980cf44b4ae::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1547 2025.01.09 01:56:17.397806 [ 282 ] {97803f51-5d88-4959-a768-e3ab334248a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54634) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1548 2025.01.09 01:56:17.397825 [ 190 ] {f5ed56e7-dfed-47b2-b04a-d980cf44b4ae::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 26 rows starting from the beginning of the part
1549 2025.01.09 01:56:17.397889 [ 282 ] {97803f51-5d88-4959-a768-e3ab334248a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1550 2025.01.09 01:56:17.398205 [ 190 ] {f5ed56e7-dfed-47b2-b04a-d980cf44b4ae::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 26 rows starting from the beginning of the part
1551 2025.01.09 01:56:17.398565 [ 190 ] {f5ed56e7-dfed-47b2-b04a-d980cf44b4ae::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 189 rows starting from the beginning of the part
1552 2025.01.09 01:56:17.398949 [ 190 ] {f5ed56e7-dfed-47b2-b04a-d980cf44b4ae::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 26 rows starting from the beginning of the part
1553 2025.01.09 01:56:17.399346 [ 190 ] {f5ed56e7-dfed-47b2-b04a-d980cf44b4ae::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 189 rows starting from the beginning of the part
1554 2025.01.09 01:56:17.399786 [ 190 ] {f5ed56e7-dfed-47b2-b04a-d980cf44b4ae::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 78 rows starting from the beginning of the part
1555 2025.01.09 01:56:17.400868 [ 282 ] {97803f51-5d88-4959-a768-e3ab334248a0} <Trace> oximeter.fields_u16 (b7e624c8-f545-4bc0-b9ea-87ccb0a68066): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1556 2025.01.09 01:56:17.400944 [ 282 ] {97803f51-5d88-4959-a768-e3ab334248a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
1557 2025.01.09 01:56:17.402152 [ 282 ] {97803f51-5d88-4959-a768-e3ab334248a0} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1558 2025.01.09 01:56:17.402727 [ 282 ] {97803f51-5d88-4959-a768-e3ab334248a0} <Trace> oximeter.fields_u16 (b7e624c8-f545-4bc0-b9ea-87ccb0a68066): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1559 2025.01.09 01:56:17.403055 [ 187 ] {f5ed56e7-dfed-47b2-b04a-d980cf44b4ae::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 534 rows, containing 5 columns (5 merged, 0 gathered) in 0.005637666 sec., 94720.04904157146 rows/sec., 8.51 MiB/sec.
1560 2025.01.09 01:56:17.403231 [ 282 ] {97803f51-5d88-4959-a768-e3ab334248a0} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.005495 sec., 4731.57415832575 rows/sec., 355.79 KiB/sec.
1561 2025.01.09 01:56:17.403395 [ 282 ] {97803f51-5d88-4959-a768-e3ab334248a0} <Debug> TCPHandler: Processed in 0.005910451 sec.
1562 2025.01.09 01:56:17.403420 [ 187 ] {f5ed56e7-dfed-47b2-b04a-d980cf44b4ae::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1563 2025.01.09 01:56:17.403591 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1564 2025.01.09 01:56:17.403793 [ 286 ] {3cd7df6e-7607-42d1-a72e-ad887f5d0825} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1565 2025.01.09 01:56:17.403870 [ 286 ] {3cd7df6e-7607-42d1-a72e-ad887f5d0825} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1566 2025.01.09 01:56:17.403975 [ 187 ] {f5ed56e7-dfed-47b2-b04a-d980cf44b4ae::all_1_6_1} <Trace> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1567 2025.01.09 01:56:17.404209 [ 187 ] {f5ed56e7-dfed-47b2-b04a-d980cf44b4ae::all_1_6_1} <Trace> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1568 2025.01.09 01:56:17.404479 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB.
1569 2025.01.09 01:56:17.405155 [ 286 ] {3cd7df6e-7607-42d1-a72e-ad887f5d0825} <Trace> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1570 2025.01.09 01:56:17.405200 [ 286 ] {3cd7df6e-7607-42d1-a72e-ad887f5d0825} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
1571 2025.01.09 01:56:17.405586 [ 286 ] {3cd7df6e-7607-42d1-a72e-ad887f5d0825} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1572 2025.01.09 01:56:17.405838 [ 286 ] {3cd7df6e-7607-42d1-a72e-ad887f5d0825} <Trace> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1573 2025.01.09 01:56:17.406004 [ 110 ] {} <Debug> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1574 2025.01.09 01:56:17.406078 [ 110 ] {} <Trace> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1575 2025.01.09 01:56:17.406095 [ 286 ] {3cd7df6e-7607-42d1-a72e-ad887f5d0825} <Debug> executeQuery: Read 72 rows, 5.77 KiB in 0.002357 sec., 30547.305897327107 rows/sec., 2.39 MiB/sec.
1576 2025.01.09 01:56:17.406121 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
1577 2025.01.09 01:56:17.406251 [ 286 ] {3cd7df6e-7607-42d1-a72e-ad887f5d0825} <Debug> TCPHandler: Processed in 0.002744792 sec.
1578 2025.01.09 01:56:17.406314 [ 193 ] {2eb6d585-f9d5-43d7-bd92-6011d08c7ad8::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
1579 2025.01.09 01:56:17.406423 [ 193 ] {2eb6d585-f9d5-43d7-bd92-6011d08c7ad8::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1580 2025.01.09 01:56:17.406427 [ 282 ] {} <Trace> TCP-Session: 64a0eddb-41fd-4a46-93c4-ef96056a32cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1581 2025.01.09 01:56:17.406460 [ 193 ] {2eb6d585-f9d5-43d7-bd92-6011d08c7ad8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 28 rows starting from the beginning of the part
1582 2025.01.09 01:56:17.406605 [ 282 ] {9e2401a4-ddda-4cb4-b477-9683b5f6636e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54634) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1583 2025.01.09 01:56:17.406668 [ 193 ] {2eb6d585-f9d5-43d7-bd92-6011d08c7ad8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 28 rows starting from the beginning of the part
1584 2025.01.09 01:56:17.406782 [ 282 ] {9e2401a4-ddda-4cb4-b477-9683b5f6636e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1585 2025.01.09 01:56:17.407064 [ 193 ] {2eb6d585-f9d5-43d7-bd92-6011d08c7ad8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 354 rows starting from the beginning of the part
1586 2025.01.09 01:56:17.407427 [ 193 ] {2eb6d585-f9d5-43d7-bd92-6011d08c7ad8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 28 rows starting from the beginning of the part
1587 2025.01.09 01:56:17.407789 [ 193 ] {2eb6d585-f9d5-43d7-bd92-6011d08c7ad8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 354 rows starting from the beginning of the part
1588 2025.01.09 01:56:17.408169 [ 193 ] {2eb6d585-f9d5-43d7-bd92-6011d08c7ad8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 72 rows starting from the beginning of the part
1589 2025.01.09 01:56:17.409175 [ 282 ] {9e2401a4-ddda-4cb4-b477-9683b5f6636e} <Trace> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1590 2025.01.09 01:56:17.409222 [ 282 ] {9e2401a4-ddda-4cb4-b477-9683b5f6636e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
1591 2025.01.09 01:56:17.409854 [ 282 ] {9e2401a4-ddda-4cb4-b477-9683b5f6636e} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1592 2025.01.09 01:56:17.410143 [ 198 ] {2eb6d585-f9d5-43d7-bd92-6011d08c7ad8::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 864 rows, containing 5 columns (5 merged, 0 gathered) in 0.00388837 sec., 222201.07654364168 rows/sec., 16.76 MiB/sec.
1593 2025.01.09 01:56:17.410239 [ 282 ] {9e2401a4-ddda-4cb4-b477-9683b5f6636e} <Trace> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1594 2025.01.09 01:56:17.410379 [ 193 ] {2eb6d585-f9d5-43d7-bd92-6011d08c7ad8::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1595 2025.01.09 01:56:17.410498 [ 110 ] {} <Debug> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1596 2025.01.09 01:56:17.410614 [ 110 ] {} <Trace> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1597 2025.01.09 01:56:17.410669 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
1598 2025.01.09 01:56:17.410685 [ 282 ] {9e2401a4-ddda-4cb4-b477-9683b5f6636e} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.004132 sec., 24201.35527589545 rows/sec., 1.68 MiB/sec.
1599 2025.01.09 01:56:17.411084 [ 282 ] {9e2401a4-ddda-4cb4-b477-9683b5f6636e} <Debug> TCPHandler: Processed in 0.004712452 sec.
1600 2025.01.09 01:56:17.411142 [ 198 ] {ffbfddf0-ce9e-4b86-ba97-130a92b6daeb::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
1601 2025.01.09 01:56:17.411283 [ 193 ] {2eb6d585-f9d5-43d7-bd92-6011d08c7ad8::all_1_6_1} <Trace> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1602 2025.01.09 01:56:17.411363 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1603 2025.01.09 01:56:17.411545 [ 193 ] {2eb6d585-f9d5-43d7-bd92-6011d08c7ad8::all_1_6_1} <Trace> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1604 2025.01.09 01:56:17.411746 [ 198 ] {ffbfddf0-ce9e-4b86-ba97-130a92b6daeb::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1605 2025.01.09 01:56:17.411755 [ 286 ] {ffd4865e-6851-4455-8fe3-5bc2ee477c3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
1606 2025.01.09 01:56:17.411786 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB.
1607 2025.01.09 01:56:17.411865 [ 198 ] {ffbfddf0-ce9e-4b86-ba97-130a92b6daeb::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 80 rows starting from the beginning of the part
1608 2025.01.09 01:56:17.411930 [ 286 ] {ffd4865e-6851-4455-8fe3-5bc2ee477c3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
1609 2025.01.09 01:56:17.412287 [ 198 ] {ffbfddf0-ce9e-4b86-ba97-130a92b6daeb::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 100 rows starting from the beginning of the part
1610 2025.01.09 01:56:17.412721 [ 198 ] {ffbfddf0-ce9e-4b86-ba97-130a92b6daeb::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 177 rows starting from the beginning of the part
1611 2025.01.09 01:56:17.413167 [ 198 ] {ffbfddf0-ce9e-4b86-ba97-130a92b6daeb::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 100 rows starting from the beginning of the part
1612 2025.01.09 01:56:17.413627 [ 198 ] {ffbfddf0-ce9e-4b86-ba97-130a92b6daeb::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 177 rows starting from the beginning of the part
1613 2025.01.09 01:56:17.414037 [ 198 ] {ffbfddf0-ce9e-4b86-ba97-130a92b6daeb::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 100 rows starting from the beginning of the part
1614 2025.01.09 01:56:17.417368 [ 286 ] {ffd4865e-6851-4455-8fe3-5bc2ee477c3e} <Trace> oximeter.measurements_histogramu64 (17c94cc7-cbcb-4131-b32c-df27c461cf7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1615 2025.01.09 01:56:17.417444 [ 286 ] {ffd4865e-6851-4455-8fe3-5bc2ee477c3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
1616 2025.01.09 01:56:17.418092 [ 198 ] {ffbfddf0-ce9e-4b86-ba97-130a92b6daeb::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 734 rows, containing 5 columns (5 merged, 0 gathered) in 0.007300032 sec., 100547.50444929556 rows/sec., 6.81 MiB/sec.
1617 2025.01.09 01:56:17.418410 [ 198 ] {ffbfddf0-ce9e-4b86-ba97-130a92b6daeb::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1618 2025.01.09 01:56:17.419077 [ 198 ] {ffbfddf0-ce9e-4b86-ba97-130a92b6daeb::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1619 2025.01.09 01:56:17.419290 [ 198 ] {ffbfddf0-ce9e-4b86-ba97-130a92b6daeb::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1620 2025.01.09 01:56:17.419329 [ 286 ] {ffd4865e-6851-4455-8fe3-5bc2ee477c3e} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1621 2025.01.09 01:56:17.419433 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB.
1622 2025.01.09 01:56:17.419706 [ 286 ] {ffd4865e-6851-4455-8fe3-5bc2ee477c3e} <Trace> oximeter.measurements_histogramu64 (17c94cc7-cbcb-4131-b32c-df27c461cf7e): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1623 2025.01.09 01:56:17.419978 [ 286 ] {ffd4865e-6851-4455-8fe3-5bc2ee477c3e} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.008404 sec., 3093.7648738695857 rows/sec., 5.54 MiB/sec.
1624 2025.01.09 01:56:17.420103 [ 286 ] {ffd4865e-6851-4455-8fe3-5bc2ee477c3e} <Debug> TCPHandler: Processed in 0.008892496 sec.
1625 2025.01.09 01:56:17.420276 [ 282 ] {} <Trace> TCP-Session: 64a0eddb-41fd-4a46-93c4-ef96056a32cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1626 2025.01.09 01:56:17.420390 [ 282 ] {145c9918-0b68-4650-bd2c-07b5a1ace414} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54634) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete)
1627 2025.01.09 01:56:17.420439 [ 282 ] {145c9918-0b68-4650-bd2c-07b5a1ace414} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64
1628 2025.01.09 01:56:17.420877 [ 282 ] {145c9918-0b68-4650-bd2c-07b5a1ace414} <Trace> oximeter.measurements_i64 (0aea1ad8-5b0e-4ee5-9adf-930c61014b74): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1629 2025.01.09 01:56:17.420919 [ 282 ] {145c9918-0b68-4650-bd2c-07b5a1ace414} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
1630 2025.01.09 01:56:17.421324 [ 282 ] {145c9918-0b68-4650-bd2c-07b5a1ace414} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1631 2025.01.09 01:56:17.421588 [ 282 ] {145c9918-0b68-4650-bd2c-07b5a1ace414} <Trace> oximeter.measurements_i64 (0aea1ad8-5b0e-4ee5-9adf-930c61014b74): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1632 2025.01.09 01:56:17.421821 [ 282 ] {145c9918-0b68-4650-bd2c-07b5a1ace414} <Debug> executeQuery: Read 27 rows, 1.99 KiB in 0.001448 sec., 18646.408839779004 rows/sec., 1.34 MiB/sec.
1633 2025.01.09 01:56:17.421881 [ 282 ] {145c9918-0b68-4650-bd2c-07b5a1ace414} <Debug> TCPHandler: Processed in 0.001671956 sec.
1634 2025.01.09 01:56:17.422037 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1635 2025.01.09 01:56:17.422144 [ 286 ] {42b178bd-fae4-46bf-a5e6-25d65e9c77b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1636 2025.01.09 01:56:17.422189 [ 286 ] {42b178bd-fae4-46bf-a5e6-25d65e9c77b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1637 2025.01.09 01:56:17.422637 [ 286 ] {42b178bd-fae4-46bf-a5e6-25d65e9c77b5} <Trace> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1638 2025.01.09 01:56:17.422675 [ 286 ] {42b178bd-fae4-46bf-a5e6-25d65e9c77b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
1639 2025.01.09 01:56:17.423045 [ 286 ] {42b178bd-fae4-46bf-a5e6-25d65e9c77b5} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1640 2025.01.09 01:56:17.423289 [ 286 ] {42b178bd-fae4-46bf-a5e6-25d65e9c77b5} <Trace> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1641 2025.01.09 01:56:17.423457 [ 110 ] {} <Debug> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1642 2025.01.09 01:56:17.423512 [ 110 ] {} <Trace> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1643 2025.01.09 01:56:17.423528 [ 286 ] {42b178bd-fae4-46bf-a5e6-25d65e9c77b5} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001399 sec., 21443.888491779842 rows/sec., 1.47 MiB/sec.
1644 2025.01.09 01:56:17.423555 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
1645 2025.01.09 01:56:17.423639 [ 286 ] {42b178bd-fae4-46bf-a5e6-25d65e9c77b5} <Debug> TCPHandler: Processed in 0.001660356 sec.
1646 2025.01.09 01:56:17.423926 [ 193 ] {33d0f459-c18f-4582-9502-2d7c69533f97::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
1647 2025.01.09 01:56:17.424079 [ 193 ] {33d0f459-c18f-4582-9502-2d7c69533f97::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1648 2025.01.09 01:56:17.424124 [ 193 ] {33d0f459-c18f-4582-9502-2d7c69533f97::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 24 rows starting from the beginning of the part
1649 2025.01.09 01:56:17.424255 [ 193 ] {33d0f459-c18f-4582-9502-2d7c69533f97::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 30 rows starting from the beginning of the part
1650 2025.01.09 01:56:17.424449 [ 193 ] {33d0f459-c18f-4582-9502-2d7c69533f97::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 52 rows starting from the beginning of the part
1651 2025.01.09 01:56:17.424595 [ 193 ] {33d0f459-c18f-4582-9502-2d7c69533f97::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 30 rows starting from the beginning of the part
1652 2025.01.09 01:56:17.424793 [ 193 ] {33d0f459-c18f-4582-9502-2d7c69533f97::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 52 rows starting from the beginning of the part
1653 2025.01.09 01:56:17.424921 [ 193 ] {33d0f459-c18f-4582-9502-2d7c69533f97::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
1654 2025.01.09 01:56:17.426032 [ 198 ] {33d0f459-c18f-4582-9502-2d7c69533f97::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 218 rows, containing 4 columns (4 merged, 0 gathered) in 0.002349456 sec., 92787.43675131604 rows/sec., 6.06 MiB/sec.
1655 2025.01.09 01:56:17.426207 [ 198 ] {33d0f459-c18f-4582-9502-2d7c69533f97::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1656 2025.01.09 01:56:17.426574 [ 198 ] {33d0f459-c18f-4582-9502-2d7c69533f97::all_1_6_1} <Trace> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1657 2025.01.09 01:56:17.426663 [ 198 ] {33d0f459-c18f-4582-9502-2d7c69533f97::all_1_6_1} <Trace> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1658 2025.01.09 01:56:17.426765 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
1659 2025.01.09 01:56:17.967681 [ 282 ] {} <Trace> TCP-Session: 64a0eddb-41fd-4a46-93c4-ef96056a32cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1660 2025.01.09 01:56:17.968002 [ 282 ] {ddd7d3ff-0bc0-405e-934c-d247d7143801} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54634) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1661 2025.01.09 01:56:17.968436 [ 282 ] {ddd7d3ff-0bc0-405e-934c-d247d7143801} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1662 2025.01.09 01:56:17.968485 [ 282 ] {ddd7d3ff-0bc0-405e-934c-d247d7143801} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1663 2025.01.09 01:56:17.968829 [ 282 ] {ddd7d3ff-0bc0-405e-934c-d247d7143801} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1664 2025.01.09 01:56:17.968907 [ 282 ] {ddd7d3ff-0bc0-405e-934c-d247d7143801} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1665 2025.01.09 01:56:17.969087 [ 282 ] {ddd7d3ff-0bc0-405e-934c-d247d7143801} <Debug> oximeter.timeseries_schema (0cf912c6-50be-42a8-b344-8e48cdd5b0db) (SelectExecutor): Key condition: (column 0 notIn 30-element set)
1666 2025.01.09 01:56:17.969271 [ 295 ] {ddd7d3ff-0bc0-405e-934c-d247d7143801} <Trace> oximeter.timeseries_schema (0cf912c6-50be-42a8-b344-8e48cdd5b0db) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1667 2025.01.09 01:56:17.969342 [ 296 ] {ddd7d3ff-0bc0-405e-934c-d247d7143801} <Trace> oximeter.timeseries_schema (0cf912c6-50be-42a8-b344-8e48cdd5b0db) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1668 2025.01.09 01:56:17.969363 [ 294 ] {ddd7d3ff-0bc0-405e-934c-d247d7143801} <Trace> oximeter.timeseries_schema (0cf912c6-50be-42a8-b344-8e48cdd5b0db) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1669 2025.01.09 01:56:17.969643 [ 282 ] {ddd7d3ff-0bc0-405e-934c-d247d7143801} <Debug> oximeter.timeseries_schema (0cf912c6-50be-42a8-b344-8e48cdd5b0db) (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
1670 2025.01.09 01:56:17.969676 [ 282 ] {ddd7d3ff-0bc0-405e-934c-d247d7143801} <Trace> oximeter.timeseries_schema (0cf912c6-50be-42a8-b344-8e48cdd5b0db) (SelectExecutor): Spreading mark ranges among streams (default reading)
1671 2025.01.09 01:56:17.969801 [ 282 ] {ddd7d3ff-0bc0-405e-934c-d247d7143801} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1672 2025.01.09 01:56:17.969825 [ 282 ] {ddd7d3ff-0bc0-405e-934c-d247d7143801} <Debug> oximeter.timeseries_schema (0cf912c6-50be-42a8-b344-8e48cdd5b0db) (SelectExecutor): Reading approx. 30 rows with 3 streams
1673 2025.01.09 01:56:17.969870 [ 282 ] {ddd7d3ff-0bc0-405e-934c-d247d7143801} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1674 2025.01.09 01:56:17.969915 [ 282 ] {ddd7d3ff-0bc0-405e-934c-d247d7143801} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1675 2025.01.09 01:56:17.969957 [ 282 ] {ddd7d3ff-0bc0-405e-934c-d247d7143801} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1676 2025.01.09 01:56:17.971747 [ 282 ] {ddd7d3ff-0bc0-405e-934c-d247d7143801} <Debug> executeQuery: Read 30 rows, 1.14 KiB in 0.003886 sec., 7720.0205867215645 rows/sec., 294.28 KiB/sec.
1677 2025.01.09 01:56:17.971932 [ 282 ] {ddd7d3ff-0bc0-405e-934c-d247d7143801} <Debug> TCPHandler: Processed in 0.004399117 sec.
1678 2025.01.09 01:56:17.972320 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1679 2025.01.09 01:56:17.972486 [ 286 ] {3076d8fd-2d56-49bb-bf03-bfb5042e103d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) 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', 'sled_data_link:errors_received', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1680 2025.01.09 01:56:17.972777 [ 286 ] {3076d8fd-2d56-49bb-bf03-bfb5042e103d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1681 2025.01.09 01:56:17.972824 [ 286 ] {3076d8fd-2d56-49bb-bf03-bfb5042e103d} <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', 'sled_data_link:errors_received', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1682 2025.01.09 01:56:17.973128 [ 286 ] {3076d8fd-2d56-49bb-bf03-bfb5042e103d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1683 2025.01.09 01:56:17.973193 [ 286 ] {3076d8fd-2d56-49bb-bf03-bfb5042e103d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1684 2025.01.09 01:56:17.973331 [ 286 ] {3076d8fd-2d56-49bb-bf03-bfb5042e103d} <Debug> oximeter.timeseries_schema (0cf912c6-50be-42a8-b344-8e48cdd5b0db) (SelectExecutor): Key condition: (column 0 notIn 31-element set)
1685 2025.01.09 01:56:17.973450 [ 298 ] {3076d8fd-2d56-49bb-bf03-bfb5042e103d} <Trace> oximeter.timeseries_schema (0cf912c6-50be-42a8-b344-8e48cdd5b0db) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1686 2025.01.09 01:56:17.973479 [ 295 ] {3076d8fd-2d56-49bb-bf03-bfb5042e103d} <Trace> oximeter.timeseries_schema (0cf912c6-50be-42a8-b344-8e48cdd5b0db) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1687 2025.01.09 01:56:17.973493 [ 294 ] {3076d8fd-2d56-49bb-bf03-bfb5042e103d} <Trace> oximeter.timeseries_schema (0cf912c6-50be-42a8-b344-8e48cdd5b0db) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1688 2025.01.09 01:56:17.973618 [ 286 ] {3076d8fd-2d56-49bb-bf03-bfb5042e103d} <Debug> oximeter.timeseries_schema (0cf912c6-50be-42a8-b344-8e48cdd5b0db) (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
1689 2025.01.09 01:56:17.973646 [ 286 ] {3076d8fd-2d56-49bb-bf03-bfb5042e103d} <Trace> oximeter.timeseries_schema (0cf912c6-50be-42a8-b344-8e48cdd5b0db) (SelectExecutor): Spreading mark ranges among streams (default reading)
1690 2025.01.09 01:56:17.973752 [ 286 ] {3076d8fd-2d56-49bb-bf03-bfb5042e103d} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1691 2025.01.09 01:56:17.973772 [ 286 ] {3076d8fd-2d56-49bb-bf03-bfb5042e103d} <Debug> oximeter.timeseries_schema (0cf912c6-50be-42a8-b344-8e48cdd5b0db) (SelectExecutor): Reading approx. 30 rows with 3 streams
1692 2025.01.09 01:56:17.973811 [ 286 ] {3076d8fd-2d56-49bb-bf03-bfb5042e103d} <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', 'sled_data_link:errors_received', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1693 2025.01.09 01:56:17.973853 [ 286 ] {3076d8fd-2d56-49bb-bf03-bfb5042e103d} <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', 'sled_data_link:errors_received', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1694 2025.01.09 01:56:17.973891 [ 286 ] {3076d8fd-2d56-49bb-bf03-bfb5042e103d} <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', 'sled_data_link:errors_received', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1695 2025.01.09 01:56:17.975256 [ 286 ] {3076d8fd-2d56-49bb-bf03-bfb5042e103d} <Debug> executeQuery: Read 30 rows, 1.14 KiB in 0.002846 sec., 10541.110330288124 rows/sec., 401.81 KiB/sec.
1696 2025.01.09 01:56:17.975447 [ 286 ] {3076d8fd-2d56-49bb-bf03-bfb5042e103d} <Debug> TCPHandler: Processed in 0.003184459 sec.
1697 2025.01.09 01:56:17.975796 [ 282 ] {} <Trace> TCP-Session: 64a0eddb-41fd-4a46-93c4-ef96056a32cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1698 2025.01.09 01:56:17.975960 [ 282 ] {3a9ad7c5-7683-4fd9-9d58-1e23ac174e5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54634) 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', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1699 2025.01.09 01:56:17.976249 [ 282 ] {3a9ad7c5-7683-4fd9-9d58-1e23ac174e5f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1700 2025.01.09 01:56:17.976295 [ 282 ] {3a9ad7c5-7683-4fd9-9d58-1e23ac174e5f} <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', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1701 2025.01.09 01:56:17.976596 [ 282 ] {3a9ad7c5-7683-4fd9-9d58-1e23ac174e5f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1702 2025.01.09 01:56:17.976661 [ 282 ] {3a9ad7c5-7683-4fd9-9d58-1e23ac174e5f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1703 2025.01.09 01:56:17.976802 [ 282 ] {3a9ad7c5-7683-4fd9-9d58-1e23ac174e5f} <Debug> oximeter.timeseries_schema (0cf912c6-50be-42a8-b344-8e48cdd5b0db) (SelectExecutor): Key condition: (column 0 notIn 32-element set)
1704 2025.01.09 01:56:17.976916 [ 294 ] {3a9ad7c5-7683-4fd9-9d58-1e23ac174e5f} <Trace> oximeter.timeseries_schema (0cf912c6-50be-42a8-b344-8e48cdd5b0db) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1705 2025.01.09 01:56:17.976945 [ 295 ] {3a9ad7c5-7683-4fd9-9d58-1e23ac174e5f} <Trace> oximeter.timeseries_schema (0cf912c6-50be-42a8-b344-8e48cdd5b0db) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1706 2025.01.09 01:56:17.976967 [ 298 ] {3a9ad7c5-7683-4fd9-9d58-1e23ac174e5f} <Trace> oximeter.timeseries_schema (0cf912c6-50be-42a8-b344-8e48cdd5b0db) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1707 2025.01.09 01:56:17.977083 [ 282 ] {3a9ad7c5-7683-4fd9-9d58-1e23ac174e5f} <Debug> oximeter.timeseries_schema (0cf912c6-50be-42a8-b344-8e48cdd5b0db) (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
1708 2025.01.09 01:56:17.977107 [ 282 ] {3a9ad7c5-7683-4fd9-9d58-1e23ac174e5f} <Trace> oximeter.timeseries_schema (0cf912c6-50be-42a8-b344-8e48cdd5b0db) (SelectExecutor): Spreading mark ranges among streams (default reading)
1709 2025.01.09 01:56:17.977212 [ 282 ] {3a9ad7c5-7683-4fd9-9d58-1e23ac174e5f} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1710 2025.01.09 01:56:17.977232 [ 282 ] {3a9ad7c5-7683-4fd9-9d58-1e23ac174e5f} <Debug> oximeter.timeseries_schema (0cf912c6-50be-42a8-b344-8e48cdd5b0db) (SelectExecutor): Reading approx. 30 rows with 3 streams
1711 2025.01.09 01:56:17.977272 [ 282 ] {3a9ad7c5-7683-4fd9-9d58-1e23ac174e5f} <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', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1712 2025.01.09 01:56:17.977314 [ 282 ] {3a9ad7c5-7683-4fd9-9d58-1e23ac174e5f} <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', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1713 2025.01.09 01:56:17.977353 [ 282 ] {3a9ad7c5-7683-4fd9-9d58-1e23ac174e5f} <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', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1714 2025.01.09 01:56:17.978900 [ 282 ] {3a9ad7c5-7683-4fd9-9d58-1e23ac174e5f} <Debug> executeQuery: Read 30 rows, 1.14 KiB in 0.003016 sec., 9946.949602122017 rows/sec., 379.16 KiB/sec.
1715 2025.01.09 01:56:17.979083 [ 282 ] {3a9ad7c5-7683-4fd9-9d58-1e23ac174e5f} <Debug> TCPHandler: Processed in 0.003346211 sec.
1716 2025.01.09 01:56:17.979362 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1717 2025.01.09 01:56:17.979525 [ 286 ] {dc54e885-b6e6-42e8-9c95-3154ef0f0a05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) 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', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1718 2025.01.09 01:56:17.979817 [ 286 ] {dc54e885-b6e6-42e8-9c95-3154ef0f0a05} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1719 2025.01.09 01:56:17.979863 [ 286 ] {dc54e885-b6e6-42e8-9c95-3154ef0f0a05} <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', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1720 2025.01.09 01:56:17.980165 [ 286 ] {dc54e885-b6e6-42e8-9c95-3154ef0f0a05} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1721 2025.01.09 01:56:17.980229 [ 286 ] {dc54e885-b6e6-42e8-9c95-3154ef0f0a05} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1722 2025.01.09 01:56:17.980369 [ 286 ] {dc54e885-b6e6-42e8-9c95-3154ef0f0a05} <Debug> oximeter.timeseries_schema (0cf912c6-50be-42a8-b344-8e48cdd5b0db) (SelectExecutor): Key condition: (column 0 notIn 33-element set)
1723 2025.01.09 01:56:17.980513 [ 298 ] {dc54e885-b6e6-42e8-9c95-3154ef0f0a05} <Trace> oximeter.timeseries_schema (0cf912c6-50be-42a8-b344-8e48cdd5b0db) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1724 2025.01.09 01:56:17.980529 [ 295 ] {dc54e885-b6e6-42e8-9c95-3154ef0f0a05} <Trace> oximeter.timeseries_schema (0cf912c6-50be-42a8-b344-8e48cdd5b0db) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1725 2025.01.09 01:56:17.980525 [ 294 ] {dc54e885-b6e6-42e8-9c95-3154ef0f0a05} <Trace> oximeter.timeseries_schema (0cf912c6-50be-42a8-b344-8e48cdd5b0db) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1726 2025.01.09 01:56:17.980679 [ 286 ] {dc54e885-b6e6-42e8-9c95-3154ef0f0a05} <Debug> oximeter.timeseries_schema (0cf912c6-50be-42a8-b344-8e48cdd5b0db) (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
1727 2025.01.09 01:56:17.980707 [ 286 ] {dc54e885-b6e6-42e8-9c95-3154ef0f0a05} <Trace> oximeter.timeseries_schema (0cf912c6-50be-42a8-b344-8e48cdd5b0db) (SelectExecutor): Spreading mark ranges among streams (default reading)
1728 2025.01.09 01:56:17.980812 [ 286 ] {dc54e885-b6e6-42e8-9c95-3154ef0f0a05} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1729 2025.01.09 01:56:17.980833 [ 286 ] {dc54e885-b6e6-42e8-9c95-3154ef0f0a05} <Debug> oximeter.timeseries_schema (0cf912c6-50be-42a8-b344-8e48cdd5b0db) (SelectExecutor): Reading approx. 30 rows with 3 streams
1730 2025.01.09 01:56:17.980871 [ 286 ] {dc54e885-b6e6-42e8-9c95-3154ef0f0a05} <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', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1731 2025.01.09 01:56:17.980913 [ 286 ] {dc54e885-b6e6-42e8-9c95-3154ef0f0a05} <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', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1732 2025.01.09 01:56:17.980953 [ 286 ] {dc54e885-b6e6-42e8-9c95-3154ef0f0a05} <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', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1733 2025.01.09 01:56:17.982318 [ 286 ] {dc54e885-b6e6-42e8-9c95-3154ef0f0a05} <Debug> executeQuery: Read 30 rows, 1.14 KiB in 0.002871 sec., 10449.320794148382 rows/sec., 398.31 KiB/sec.
1734 2025.01.09 01:56:17.982490 [ 286 ] {dc54e885-b6e6-42e8-9c95-3154ef0f0a05} <Debug> TCPHandler: Processed in 0.003187788 sec.
1735 2025.01.09 01:56:17.982762 [ 282 ] {} <Trace> TCP-Session: 64a0eddb-41fd-4a46-93c4-ef96056a32cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1736 2025.01.09 01:56:17.982937 [ 282 ] {cc729935-bdc4-475e-b9f6-28cd3d1376a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54634) 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', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1737 2025.01.09 01:56:17.983239 [ 282 ] {cc729935-bdc4-475e-b9f6-28cd3d1376a0} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1738 2025.01.09 01:56:17.983287 [ 282 ] {cc729935-bdc4-475e-b9f6-28cd3d1376a0} <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', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1739 2025.01.09 01:56:17.983603 [ 282 ] {cc729935-bdc4-475e-b9f6-28cd3d1376a0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1740 2025.01.09 01:56:17.983671 [ 282 ] {cc729935-bdc4-475e-b9f6-28cd3d1376a0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1741 2025.01.09 01:56:17.983816 [ 282 ] {cc729935-bdc4-475e-b9f6-28cd3d1376a0} <Debug> oximeter.timeseries_schema (0cf912c6-50be-42a8-b344-8e48cdd5b0db) (SelectExecutor): Key condition: (column 0 notIn 34-element set)
1742 2025.01.09 01:56:17.983936 [ 294 ] {cc729935-bdc4-475e-b9f6-28cd3d1376a0} <Trace> oximeter.timeseries_schema (0cf912c6-50be-42a8-b344-8e48cdd5b0db) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1743 2025.01.09 01:56:17.983945 [ 295 ] {cc729935-bdc4-475e-b9f6-28cd3d1376a0} <Trace> oximeter.timeseries_schema (0cf912c6-50be-42a8-b344-8e48cdd5b0db) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1744 2025.01.09 01:56:17.983974 [ 298 ] {cc729935-bdc4-475e-b9f6-28cd3d1376a0} <Trace> oximeter.timeseries_schema (0cf912c6-50be-42a8-b344-8e48cdd5b0db) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1745 2025.01.09 01:56:17.984070 [ 282 ] {cc729935-bdc4-475e-b9f6-28cd3d1376a0} <Debug> oximeter.timeseries_schema (0cf912c6-50be-42a8-b344-8e48cdd5b0db) (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
1746 2025.01.09 01:56:17.984095 [ 282 ] {cc729935-bdc4-475e-b9f6-28cd3d1376a0} <Trace> oximeter.timeseries_schema (0cf912c6-50be-42a8-b344-8e48cdd5b0db) (SelectExecutor): Spreading mark ranges among streams (default reading)
1747 2025.01.09 01:56:17.984201 [ 282 ] {cc729935-bdc4-475e-b9f6-28cd3d1376a0} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1748 2025.01.09 01:56:17.984223 [ 282 ] {cc729935-bdc4-475e-b9f6-28cd3d1376a0} <Debug> oximeter.timeseries_schema (0cf912c6-50be-42a8-b344-8e48cdd5b0db) (SelectExecutor): Reading approx. 30 rows with 3 streams
1749 2025.01.09 01:56:17.984263 [ 282 ] {cc729935-bdc4-475e-b9f6-28cd3d1376a0} <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', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1750 2025.01.09 01:56:17.984306 [ 282 ] {cc729935-bdc4-475e-b9f6-28cd3d1376a0} <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', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1751 2025.01.09 01:56:17.984345 [ 282 ] {cc729935-bdc4-475e-b9f6-28cd3d1376a0} <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', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1752 2025.01.09 01:56:17.985825 [ 282 ] {cc729935-bdc4-475e-b9f6-28cd3d1376a0} <Debug> executeQuery: Read 30 rows, 1.14 KiB in 0.002969 sec., 10104.41226002021 rows/sec., 385.16 KiB/sec.
1753 2025.01.09 01:56:17.986007 [ 282 ] {cc729935-bdc4-475e-b9f6-28cd3d1376a0} <Debug> TCPHandler: Processed in 0.00329996 sec.
1754 2025.01.09 01:56:17.986261 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1755 2025.01.09 01:56:17.986461 [ 286 ] {40ecf99b-7275-46ab-b58b-b2218cd80076} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) 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', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1756 2025.01.09 01:56:17.986855 [ 286 ] {40ecf99b-7275-46ab-b58b-b2218cd80076} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1757 2025.01.09 01:56:17.986913 [ 286 ] {40ecf99b-7275-46ab-b58b-b2218cd80076} <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', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1758 2025.01.09 01:56:17.987262 [ 286 ] {40ecf99b-7275-46ab-b58b-b2218cd80076} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1759 2025.01.09 01:56:17.987327 [ 286 ] {40ecf99b-7275-46ab-b58b-b2218cd80076} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1760 2025.01.09 01:56:17.987467 [ 286 ] {40ecf99b-7275-46ab-b58b-b2218cd80076} <Debug> oximeter.timeseries_schema (0cf912c6-50be-42a8-b344-8e48cdd5b0db) (SelectExecutor): Key condition: (column 0 notIn 35-element set)
1761 2025.01.09 01:56:17.987597 [ 295 ] {40ecf99b-7275-46ab-b58b-b2218cd80076} <Trace> oximeter.timeseries_schema (0cf912c6-50be-42a8-b344-8e48cdd5b0db) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1762 2025.01.09 01:56:17.987613 [ 294 ] {40ecf99b-7275-46ab-b58b-b2218cd80076} <Trace> oximeter.timeseries_schema (0cf912c6-50be-42a8-b344-8e48cdd5b0db) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1763 2025.01.09 01:56:17.987632 [ 296 ] {40ecf99b-7275-46ab-b58b-b2218cd80076} <Trace> oximeter.timeseries_schema (0cf912c6-50be-42a8-b344-8e48cdd5b0db) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1764 2025.01.09 01:56:17.987762 [ 286 ] {40ecf99b-7275-46ab-b58b-b2218cd80076} <Debug> oximeter.timeseries_schema (0cf912c6-50be-42a8-b344-8e48cdd5b0db) (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
1765 2025.01.09 01:56:17.987791 [ 286 ] {40ecf99b-7275-46ab-b58b-b2218cd80076} <Trace> oximeter.timeseries_schema (0cf912c6-50be-42a8-b344-8e48cdd5b0db) (SelectExecutor): Spreading mark ranges among streams (default reading)
1766 2025.01.09 01:56:17.987896 [ 286 ] {40ecf99b-7275-46ab-b58b-b2218cd80076} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1767 2025.01.09 01:56:17.987917 [ 286 ] {40ecf99b-7275-46ab-b58b-b2218cd80076} <Debug> oximeter.timeseries_schema (0cf912c6-50be-42a8-b344-8e48cdd5b0db) (SelectExecutor): Reading approx. 30 rows with 3 streams
1768 2025.01.09 01:56:17.987956 [ 286 ] {40ecf99b-7275-46ab-b58b-b2218cd80076} <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', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1769 2025.01.09 01:56:17.987998 [ 286 ] {40ecf99b-7275-46ab-b58b-b2218cd80076} <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', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1770 2025.01.09 01:56:17.988037 [ 286 ] {40ecf99b-7275-46ab-b58b-b2218cd80076} <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', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1771 2025.01.09 01:56:17.989422 [ 286 ] {40ecf99b-7275-46ab-b58b-b2218cd80076} <Debug> executeQuery: Read 30 rows, 1.14 KiB in 0.00306 sec., 9803.921568627451 rows/sec., 373.71 KiB/sec.
1772 2025.01.09 01:56:17.989594 [ 286 ] {40ecf99b-7275-46ab-b58b-b2218cd80076} <Debug> TCPHandler: Processed in 0.003395262 sec.
1773 2025.01.09 01:56:18.062207 [ 282 ] {} <Trace> TCP-Session: 64a0eddb-41fd-4a46-93c4-ef96056a32cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1774 2025.01.09 01:56:18.062333 [ 282 ] {68890477-095e-4c96-a6a9-a2a004a175bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54634) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
1775 2025.01.09 01:56:18.062385 [ 282 ] {68890477-095e-4c96-a6a9-a2a004a175bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1776 2025.01.09 01:56:18.063114 [ 282 ] {68890477-095e-4c96-a6a9-a2a004a175bc} <Trace> oximeter.timeseries_schema (0cf912c6-50be-42a8-b344-8e48cdd5b0db): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1777 2025.01.09 01:56:18.063156 [ 282 ] {68890477-095e-4c96-a6a9-a2a004a175bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
1778 2025.01.09 01:56:18.063653 [ 282 ] {68890477-095e-4c96-a6a9-a2a004a175bc} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1779 2025.01.09 01:56:18.063879 [ 282 ] {68890477-095e-4c96-a6a9-a2a004a175bc} <Trace> oximeter.timeseries_schema (0cf912c6-50be-42a8-b344-8e48cdd5b0db): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1780 2025.01.09 01:56:18.064100 [ 282 ] {68890477-095e-4c96-a6a9-a2a004a175bc} <Debug> executeQuery: Read 6 rows, 1.34 KiB in 0.001794 sec., 3344.4816053511704 rows/sec., 744.67 KiB/sec.
1781 2025.01.09 01:56:18.064291 [ 282 ] {68890477-095e-4c96-a6a9-a2a004a175bc} <Debug> TCPHandler: Processed in 0.002143073 sec.
1782 2025.01.09 01:56:18.064457 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1783 2025.01.09 01:56:18.064566 [ 286 ] {55346e3c-4ffa-4fc5-97aa-6f0bc8bb19ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
1784 2025.01.09 01:56:18.064611 [ 286 ] {55346e3c-4ffa-4fc5-97aa-6f0bc8bb19ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
1785 2025.01.09 01:56:18.065181 [ 286 ] {55346e3c-4ffa-4fc5-97aa-6f0bc8bb19ae} <Trace> oximeter.fields_i16 (768e6654-4d7d-4320-b224-a6516c636040): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1786 2025.01.09 01:56:18.065220 [ 286 ] {55346e3c-4ffa-4fc5-97aa-6f0bc8bb19ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
1787 2025.01.09 01:56:18.065575 [ 286 ] {55346e3c-4ffa-4fc5-97aa-6f0bc8bb19ae} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1788 2025.01.09 01:56:18.065817 [ 286 ] {55346e3c-4ffa-4fc5-97aa-6f0bc8bb19ae} <Trace> oximeter.fields_i16 (768e6654-4d7d-4320-b224-a6516c636040): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1789 2025.01.09 01:56:18.066013 [ 286 ] {55346e3c-4ffa-4fc5-97aa-6f0bc8bb19ae} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001465 sec., 9556.313993174062 rows/sec., 687.93 KiB/sec.
1790 2025.01.09 01:56:18.066070 [ 286 ] {55346e3c-4ffa-4fc5-97aa-6f0bc8bb19ae} <Debug> TCPHandler: Processed in 0.001667185 sec.
1791 2025.01.09 01:56:18.066252 [ 282 ] {} <Trace> TCP-Session: 64a0eddb-41fd-4a46-93c4-ef96056a32cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1792 2025.01.09 01:56:18.066381 [ 282 ] {58a6f268-be30-46cd-86f4-a2fbafd4f802} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54634) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1793 2025.01.09 01:56:18.066436 [ 282 ] {58a6f268-be30-46cd-86f4-a2fbafd4f802} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1794 2025.01.09 01:56:18.067767 [ 282 ] {58a6f268-be30-46cd-86f4-a2fbafd4f802} <Trace> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1795 2025.01.09 01:56:18.067805 [ 282 ] {58a6f268-be30-46cd-86f4-a2fbafd4f802} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
1796 2025.01.09 01:56:18.068277 [ 282 ] {58a6f268-be30-46cd-86f4-a2fbafd4f802} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1797 2025.01.09 01:56:18.068532 [ 282 ] {58a6f268-be30-46cd-86f4-a2fbafd4f802} <Trace> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1798 2025.01.09 01:56:18.068709 [ 282 ] {58a6f268-be30-46cd-86f4-a2fbafd4f802} <Debug> executeQuery: Read 1329 rows, 113.25 KiB in 0.002357 sec., 563852.3546881629 rows/sec., 46.92 MiB/sec.
1799 2025.01.09 01:56:18.068760 [ 282 ] {58a6f268-be30-46cd-86f4-a2fbafd4f802} <Debug> TCPHandler: Processed in 0.002573689 sec.
1800 2025.01.09 01:56:18.068913 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1801 2025.01.09 01:56:18.069039 [ 286 ] {133a74a0-20dd-42c7-968f-1fc9b5ce817c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1802 2025.01.09 01:56:18.069092 [ 286 ] {133a74a0-20dd-42c7-968f-1fc9b5ce817c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1803 2025.01.09 01:56:18.069708 [ 286 ] {133a74a0-20dd-42c7-968f-1fc9b5ce817c} <Trace> oximeter.fields_u16 (b7e624c8-f545-4bc0-b9ea-87ccb0a68066): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1804 2025.01.09 01:56:18.069752 [ 286 ] {133a74a0-20dd-42c7-968f-1fc9b5ce817c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
1805 2025.01.09 01:56:18.070167 [ 286 ] {133a74a0-20dd-42c7-968f-1fc9b5ce817c} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1806 2025.01.09 01:56:18.070408 [ 286 ] {133a74a0-20dd-42c7-968f-1fc9b5ce817c} <Trace> oximeter.fields_u16 (b7e624c8-f545-4bc0-b9ea-87ccb0a68066): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1807 2025.01.09 01:56:18.070581 [ 286 ] {133a74a0-20dd-42c7-968f-1fc9b5ce817c} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.00157 sec., 9554.140127388535 rows/sec., 673.64 KiB/sec.
1808 2025.01.09 01:56:18.070632 [ 286 ] {133a74a0-20dd-42c7-968f-1fc9b5ce817c} <Debug> TCPHandler: Processed in 0.001782687 sec.
1809 2025.01.09 01:56:18.070773 [ 282 ] {} <Trace> TCP-Session: 64a0eddb-41fd-4a46-93c4-ef96056a32cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1810 2025.01.09 01:56:18.070878 [ 282 ] {2cbe0f55-08b6-4333-8386-fc947835db64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54634) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
1811 2025.01.09 01:56:18.070922 [ 282 ] {2cbe0f55-08b6-4333-8386-fc947835db64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
1812 2025.01.09 01:56:18.123560 [ 282 ] {2cbe0f55-08b6-4333-8386-fc947835db64} <Trace> oximeter.fields_u32 (03dfd943-ea50-4047-86b9-6222d9e39c11): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1813 2025.01.09 01:56:18.123616 [ 282 ] {2cbe0f55-08b6-4333-8386-fc947835db64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
1814 2025.01.09 01:56:18.124175 [ 282 ] {2cbe0f55-08b6-4333-8386-fc947835db64} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1815 2025.01.09 01:56:18.124414 [ 282 ] {2cbe0f55-08b6-4333-8386-fc947835db64} <Trace> oximeter.fields_u32 (03dfd943-ea50-4047-86b9-6222d9e39c11): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1816 2025.01.09 01:56:18.124592 [ 282 ] {2cbe0f55-08b6-4333-8386-fc947835db64} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.053735 sec., 4503.582395087001 rows/sec., 312.44 KiB/sec.
1817 2025.01.09 01:56:18.124643 [ 282 ] {2cbe0f55-08b6-4333-8386-fc947835db64} <Debug> TCPHandler: Processed in 0.053920674 sec.
1818 2025.01.09 01:56:18.124789 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1819 2025.01.09 01:56:18.124896 [ 286 ] {b0e2a4e8-c4ae-4e65-b952-6b9098a16fd9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
1820 2025.01.09 01:56:18.124939 [ 286 ] {b0e2a4e8-c4ae-4e65-b952-6b9098a16fd9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
1821 2025.01.09 01:56:18.125446 [ 286 ] {b0e2a4e8-c4ae-4e65-b952-6b9098a16fd9} <Trace> oximeter.fields_u8 (f59c63b9-7e00-4cbb-80d5-4667ebd1997c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1822 2025.01.09 01:56:18.125483 [ 286 ] {b0e2a4e8-c4ae-4e65-b952-6b9098a16fd9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
1823 2025.01.09 01:56:18.125811 [ 286 ] {b0e2a4e8-c4ae-4e65-b952-6b9098a16fd9} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1824 2025.01.09 01:56:18.126049 [ 286 ] {b0e2a4e8-c4ae-4e65-b952-6b9098a16fd9} <Trace> oximeter.fields_u8 (f59c63b9-7e00-4cbb-80d5-4667ebd1997c): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1825 2025.01.09 01:56:18.126225 [ 286 ] {b0e2a4e8-c4ae-4e65-b952-6b9098a16fd9} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00135 sec., 9629.62962962963 rows/sec., 600.41 KiB/sec.
1826 2025.01.09 01:56:18.126274 [ 286 ] {b0e2a4e8-c4ae-4e65-b952-6b9098a16fd9} <Debug> TCPHandler: Processed in 0.001537053 sec.
1827 2025.01.09 01:56:18.126426 [ 282 ] {} <Trace> TCP-Session: 64a0eddb-41fd-4a46-93c4-ef96056a32cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1828 2025.01.09 01:56:18.126554 [ 282 ] {703cc9e8-e01f-4a2e-9b39-06b4e8eeff65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54634) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1829 2025.01.09 01:56:18.126607 [ 282 ] {703cc9e8-e01f-4a2e-9b39-06b4e8eeff65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1830 2025.01.09 01:56:18.127526 [ 282 ] {703cc9e8-e01f-4a2e-9b39-06b4e8eeff65} <Trace> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1831 2025.01.09 01:56:18.127564 [ 282 ] {703cc9e8-e01f-4a2e-9b39-06b4e8eeff65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
1832 2025.01.09 01:56:18.127959 [ 282 ] {703cc9e8-e01f-4a2e-9b39-06b4e8eeff65} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1833 2025.01.09 01:56:18.128205 [ 282 ] {703cc9e8-e01f-4a2e-9b39-06b4e8eeff65} <Trace> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1834 2025.01.09 01:56:18.128376 [ 282 ] {703cc9e8-e01f-4a2e-9b39-06b4e8eeff65} <Debug> executeQuery: Read 810 rows, 59.73 KiB in 0.001851 sec., 437601.2965964344 rows/sec., 31.51 MiB/sec.
1835 2025.01.09 01:56:18.128426 [ 282 ] {703cc9e8-e01f-4a2e-9b39-06b4e8eeff65} <Debug> TCPHandler: Processed in 0.002063152 sec.
1836 2025.01.09 01:56:18.128571 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1837 2025.01.09 01:56:18.128699 [ 286 ] {51cf2ab2-945f-4de9-a8a9-1a1be388fcdf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
1838 2025.01.09 01:56:18.128755 [ 286 ] {51cf2ab2-945f-4de9-a8a9-1a1be388fcdf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
1839 2025.01.09 01:56:18.129232 [ 286 ] {51cf2ab2-945f-4de9-a8a9-1a1be388fcdf} <Trace> oximeter.measurements_bool (e95e83a2-bc6b-4f55-83f2-ee90a75b0302): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1840 2025.01.09 01:56:18.129269 [ 286 ] {51cf2ab2-945f-4de9-a8a9-1a1be388fcdf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
1841 2025.01.09 01:56:18.129609 [ 286 ] {51cf2ab2-945f-4de9-a8a9-1a1be388fcdf} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1842 2025.01.09 01:56:18.129842 [ 286 ] {51cf2ab2-945f-4de9-a8a9-1a1be388fcdf} <Trace> oximeter.measurements_bool (e95e83a2-bc6b-4f55-83f2-ee90a75b0302): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1843 2025.01.09 01:56:18.130033 [ 286 ] {51cf2ab2-945f-4de9-a8a9-1a1be388fcdf} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001358 sec., 4418.262150220913 rows/sec., 230.84 KiB/sec.
1844 2025.01.09 01:56:18.130101 [ 286 ] {51cf2ab2-945f-4de9-a8a9-1a1be388fcdf} <Debug> TCPHandler: Processed in 0.001592424 sec.
1845 2025.01.09 01:56:18.130224 [ 282 ] {} <Trace> TCP-Session: 64a0eddb-41fd-4a46-93c4-ef96056a32cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1846 2025.01.09 01:56:18.130330 [ 282 ] {cce3a963-0950-4523-9176-4e2769202a27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54634) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1847 2025.01.09 01:56:18.130377 [ 282 ] {cce3a963-0950-4523-9176-4e2769202a27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1848 2025.01.09 01:56:18.131396 [ 282 ] {cce3a963-0950-4523-9176-4e2769202a27} <Trace> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1849 2025.01.09 01:56:18.131429 [ 282 ] {cce3a963-0950-4523-9176-4e2769202a27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
1850 2025.01.09 01:56:18.131966 [ 282 ] {cce3a963-0950-4523-9176-4e2769202a27} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1851 2025.01.09 01:56:18.132211 [ 282 ] {cce3a963-0950-4523-9176-4e2769202a27} <Trace> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1852 2025.01.09 01:56:18.132384 [ 282 ] {cce3a963-0950-4523-9176-4e2769202a27} <Debug> executeQuery: Read 2035 rows, 138.76 KiB in 0.002077 sec., 979778.5267212326 rows/sec., 65.24 MiB/sec.
1853 2025.01.09 01:56:18.132433 [ 282 ] {cce3a963-0950-4523-9176-4e2769202a27} <Debug> TCPHandler: Processed in 0.002261354 sec.
1854 2025.01.09 01:56:18.132574 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1855 2025.01.09 01:56:18.132701 [ 286 ] {95abcf8c-45b2-45ae-b81d-aa5094ced791} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
1856 2025.01.09 01:56:18.132756 [ 286 ] {95abcf8c-45b2-45ae-b81d-aa5094ced791} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
1857 2025.01.09 01:56:18.133224 [ 286 ] {95abcf8c-45b2-45ae-b81d-aa5094ced791} <Trace> oximeter.measurements_f64 (934b838e-c5f5-431f-8772-7fa1e914138c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1858 2025.01.09 01:56:18.133260 [ 286 ] {95abcf8c-45b2-45ae-b81d-aa5094ced791} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
1859 2025.01.09 01:56:18.133595 [ 286 ] {95abcf8c-45b2-45ae-b81d-aa5094ced791} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1860 2025.01.09 01:56:18.133835 [ 286 ] {95abcf8c-45b2-45ae-b81d-aa5094ced791} <Trace> oximeter.measurements_f64 (934b838e-c5f5-431f-8772-7fa1e914138c): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1861 2025.01.09 01:56:18.134039 [ 286 ] {95abcf8c-45b2-45ae-b81d-aa5094ced791} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001365 sec., 732.6007326007326 rows/sec., 49.36 KiB/sec.
1862 2025.01.09 01:56:18.134167 [ 286 ] {95abcf8c-45b2-45ae-b81d-aa5094ced791} <Debug> TCPHandler: Processed in 0.001652416 sec.
1863 2025.01.09 01:56:18.134301 [ 282 ] {} <Trace> TCP-Session: 64a0eddb-41fd-4a46-93c4-ef96056a32cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1864 2025.01.09 01:56:18.134409 [ 282 ] {555fab05-7f83-41cb-b5ac-289bb032c956} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54634) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
1865 2025.01.09 01:56:18.134478 [ 282 ] {555fab05-7f83-41cb-b5ac-289bb032c956} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
1866 2025.01.09 01:56:18.135504 [ 282 ] {555fab05-7f83-41cb-b5ac-289bb032c956} <Trace> oximeter.measurements_histogramu64 (17c94cc7-cbcb-4131-b32c-df27c461cf7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1867 2025.01.09 01:56:18.135542 [ 282 ] {555fab05-7f83-41cb-b5ac-289bb032c956} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
1868 2025.01.09 01:56:18.136127 [ 282 ] {555fab05-7f83-41cb-b5ac-289bb032c956} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1869 2025.01.09 01:56:18.136380 [ 282 ] {555fab05-7f83-41cb-b5ac-289bb032c956} <Trace> oximeter.measurements_histogramu64 (17c94cc7-cbcb-4131-b32c-df27c461cf7e): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1870 2025.01.09 01:56:18.136575 [ 282 ] {555fab05-7f83-41cb-b5ac-289bb032c956} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002189 sec., 3654.636820465966 rows/sec., 6.55 MiB/sec.
1871 2025.01.09 01:56:18.136664 [ 282 ] {555fab05-7f83-41cb-b5ac-289bb032c956} <Debug> TCPHandler: Processed in 0.002415127 sec.
1872 2025.01.09 01:56:18.136821 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1873 2025.01.09 01:56:18.136948 [ 286 ] {c3c229b5-f36b-4f75-b65f-88013f38cc48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1874 2025.01.09 01:56:18.137002 [ 286 ] {c3c229b5-f36b-4f75-b65f-88013f38cc48} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1875 2025.01.09 01:56:18.137441 [ 286 ] {c3c229b5-f36b-4f75-b65f-88013f38cc48} <Trace> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1876 2025.01.09 01:56:18.137477 [ 286 ] {c3c229b5-f36b-4f75-b65f-88013f38cc48} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
1877 2025.01.09 01:56:18.137815 [ 286 ] {c3c229b5-f36b-4f75-b65f-88013f38cc48} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1878 2025.01.09 01:56:18.138048 [ 286 ] {c3c229b5-f36b-4f75-b65f-88013f38cc48} <Trace> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1879 2025.01.09 01:56:18.138218 [ 286 ] {c3c229b5-f36b-4f75-b65f-88013f38cc48} <Debug> executeQuery: Read 28 rows, 1.61 KiB in 0.001299 sec., 21555.042340261738 rows/sec., 1.21 MiB/sec.
1880 2025.01.09 01:56:18.138265 [ 286 ] {c3c229b5-f36b-4f75-b65f-88013f38cc48} <Debug> TCPHandler: Processed in 0.001507413 sec.
1881 2025.01.09 01:56:21.152714 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 80 entries to flush up to offset 274
1882 2025.01.09 01:56:21.156656 [ 242 ] {} <Trace> system.query_log (e9d8cce9-7d6e-43dd-804a-3eff920f58fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1883 2025.01.09 01:56:21.156718 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
1884 2025.01.09 01:56:21.158284 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1885 2025.01.09 01:56:21.158602 [ 242 ] {} <Trace> system.query_log (e9d8cce9-7d6e-43dd-804a-3eff920f58fa): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1886 2025.01.09 01:56:21.159219 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 274
1887 2025.01.09 01:56:22.374899 [ 282 ] {} <Trace> TCP-Session: 64a0eddb-41fd-4a46-93c4-ef96056a32cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1888 2025.01.09 01:56:22.375194 [ 282 ] {db7b38ea-2471-4b8a-a5e9-85d85b68b40c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54634) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1889 2025.01.09 01:56:22.375299 [ 282 ] {db7b38ea-2471-4b8a-a5e9-85d85b68b40c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1890 2025.01.09 01:56:22.376068 [ 282 ] {db7b38ea-2471-4b8a-a5e9-85d85b68b40c} <Trace> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1891 2025.01.09 01:56:22.376113 [ 282 ] {db7b38ea-2471-4b8a-a5e9-85d85b68b40c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
1892 2025.01.09 01:56:22.376540 [ 282 ] {db7b38ea-2471-4b8a-a5e9-85d85b68b40c} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1893 2025.01.09 01:56:22.376794 [ 282 ] {db7b38ea-2471-4b8a-a5e9-85d85b68b40c} <Trace> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1894 2025.01.09 01:56:22.377028 [ 282 ] {db7b38ea-2471-4b8a-a5e9-85d85b68b40c} <Debug> executeQuery: Read 26 rows, 1.98 KiB in 0.00192 sec., 13541.666666666666 rows/sec., 1.01 MiB/sec.
1895 2025.01.09 01:56:22.377092 [ 282 ] {db7b38ea-2471-4b8a-a5e9-85d85b68b40c} <Debug> TCPHandler: Processed in 0.002385206 sec.
1896 2025.01.09 01:56:22.377271 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1897 2025.01.09 01:56:22.377392 [ 286 ] {19ae15f8-1863-42b1-9b16-b185067bae84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1898 2025.01.09 01:56:22.377441 [ 286 ] {19ae15f8-1863-42b1-9b16-b185067bae84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1899 2025.01.09 01:56:22.378010 [ 286 ] {19ae15f8-1863-42b1-9b16-b185067bae84} <Trace> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1900 2025.01.09 01:56:22.378052 [ 286 ] {19ae15f8-1863-42b1-9b16-b185067bae84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
1901 2025.01.09 01:56:22.378422 [ 286 ] {19ae15f8-1863-42b1-9b16-b185067bae84} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1902 2025.01.09 01:56:22.378671 [ 286 ] {19ae15f8-1863-42b1-9b16-b185067bae84} <Trace> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1903 2025.01.09 01:56:22.378917 [ 286 ] {19ae15f8-1863-42b1-9b16-b185067bae84} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001547 sec., 18099.547511312216 rows/sec., 1.41 MiB/sec.
1904 2025.01.09 01:56:22.378991 [ 286 ] {19ae15f8-1863-42b1-9b16-b185067bae84} <Debug> TCPHandler: Processed in 0.001779897 sec.
1905 2025.01.09 01:56:22.379126 [ 282 ] {} <Trace> TCP-Session: 64a0eddb-41fd-4a46-93c4-ef96056a32cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1906 2025.01.09 01:56:22.379241 [ 282 ] {b1e74567-997b-4e2b-a092-230d2c472e9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54634) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1907 2025.01.09 01:56:22.379292 [ 282 ] {b1e74567-997b-4e2b-a092-230d2c472e9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1908 2025.01.09 01:56:22.379816 [ 282 ] {b1e74567-997b-4e2b-a092-230d2c472e9a} <Trace> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1909 2025.01.09 01:56:22.379854 [ 282 ] {b1e74567-997b-4e2b-a092-230d2c472e9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
1910 2025.01.09 01:56:22.380231 [ 282 ] {b1e74567-997b-4e2b-a092-230d2c472e9a} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1911 2025.01.09 01:56:22.380477 [ 282 ] {b1e74567-997b-4e2b-a092-230d2c472e9a} <Trace> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1912 2025.01.09 01:56:22.380696 [ 282 ] {b1e74567-997b-4e2b-a092-230d2c472e9a} <Debug> executeQuery: Read 80 rows, 5.68 KiB in 0.001479 sec., 54090.601757944554 rows/sec., 3.75 MiB/sec.
1913 2025.01.09 01:56:22.380748 [ 282 ] {b1e74567-997b-4e2b-a092-230d2c472e9a} <Debug> TCPHandler: Processed in 0.001675726 sec.
1914 2025.01.09 01:56:22.380896 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1915 2025.01.09 01:56:22.381003 [ 286 ] {e401e7bd-eea5-4224-b5cf-de8003c3f747} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1916 2025.01.09 01:56:22.381056 [ 286 ] {e401e7bd-eea5-4224-b5cf-de8003c3f747} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1917 2025.01.09 01:56:22.381499 [ 286 ] {e401e7bd-eea5-4224-b5cf-de8003c3f747} <Trace> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1918 2025.01.09 01:56:22.381540 [ 286 ] {e401e7bd-eea5-4224-b5cf-de8003c3f747} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
1919 2025.01.09 01:56:22.381900 [ 286 ] {e401e7bd-eea5-4224-b5cf-de8003c3f747} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1920 2025.01.09 01:56:22.382153 [ 286 ] {e401e7bd-eea5-4224-b5cf-de8003c3f747} <Trace> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1921 2025.01.09 01:56:22.382370 [ 286 ] {e401e7bd-eea5-4224-b5cf-de8003c3f747} <Debug> executeQuery: Read 24 rows, 1.68 KiB in 0.00139 sec., 17266.187050359713 rows/sec., 1.18 MiB/sec.
1922 2025.01.09 01:56:22.382420 [ 286 ] {e401e7bd-eea5-4224-b5cf-de8003c3f747} <Debug> TCPHandler: Processed in 0.001577554 sec.
1923 2025.01.09 01:56:23.656511 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 3233
1924 2025.01.09 01:56:23.657304 [ 244 ] {} <Trace> system.asynchronous_metric_log (9698bf86-621f-4c13-9bc9-6db4396b8d09): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1925 2025.01.09 01:56:23.657359 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
1926 2025.01.09 01:56:23.657911 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1927 2025.01.09 01:56:23.658183 [ 244 ] {} <Trace> system.asynchronous_metric_log (9698bf86-621f-4c13-9bc9-6db4396b8d09): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1928 2025.01.09 01:56:23.658442 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3233
1929 2025.01.09 01:56:23.843001 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53
1930 2025.01.09 01:56:23.861732 [ 243 ] {} <Trace> system.metric_log (c31dfbef-714c-4223-9d5c-473a3e49bbb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1931 2025.01.09 01:56:23.861794 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
1932 2025.01.09 01:56:23.868602 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1933 2025.01.09 01:56:23.869347 [ 243 ] {} <Trace> system.metric_log (c31dfbef-714c-4223-9d5c-473a3e49bbb4): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1934 2025.01.09 01:56:23.871864 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 53
1935 2025.01.09 01:56:24.000188 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 164.63 MiB, peak 169.00 MiB, free memory in arenas 0.00 B, will set to 165.93 MiB (RSS), difference: 1.29 MiB
1936 2025.01.09 01:56:27.376561 [ 282 ] {} <Trace> TCP-Session: 64a0eddb-41fd-4a46-93c4-ef96056a32cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1937 2025.01.09 01:56:27.376777 [ 282 ] {69d7ca2e-9e01-4160-a06c-560732873335} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54634) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1938 2025.01.09 01:56:27.376863 [ 282 ] {69d7ca2e-9e01-4160-a06c-560732873335} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1939 2025.01.09 01:56:27.377739 [ 282 ] {69d7ca2e-9e01-4160-a06c-560732873335} <Trace> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1940 2025.01.09 01:56:27.377793 [ 282 ] {69d7ca2e-9e01-4160-a06c-560732873335} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
1941 2025.01.09 01:56:27.378229 [ 282 ] {69d7ca2e-9e01-4160-a06c-560732873335} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1942 2025.01.09 01:56:27.378492 [ 282 ] {69d7ca2e-9e01-4160-a06c-560732873335} <Trace> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1943 2025.01.09 01:56:27.378725 [ 282 ] {69d7ca2e-9e01-4160-a06c-560732873335} <Debug> executeQuery: Read 78 rows, 6.85 KiB in 0.002009 sec., 38825.286212045794 rows/sec., 3.33 MiB/sec.
1944 2025.01.09 01:56:27.378787 [ 282 ] {69d7ca2e-9e01-4160-a06c-560732873335} <Debug> TCPHandler: Processed in 0.002389426 sec.
1945 2025.01.09 01:56:27.378969 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1946 2025.01.09 01:56:27.379094 [ 286 ] {8580fba9-669e-4c37-a43c-d1c9ffea8b56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1947 2025.01.09 01:56:27.379142 [ 286 ] {8580fba9-669e-4c37-a43c-d1c9ffea8b56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1948 2025.01.09 01:56:27.379707 [ 286 ] {8580fba9-669e-4c37-a43c-d1c9ffea8b56} <Trace> oximeter.fields_u16 (b7e624c8-f545-4bc0-b9ea-87ccb0a68066): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1949 2025.01.09 01:56:27.379748 [ 286 ] {8580fba9-669e-4c37-a43c-d1c9ffea8b56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
1950 2025.01.09 01:56:27.380109 [ 286 ] {8580fba9-669e-4c37-a43c-d1c9ffea8b56} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1951 2025.01.09 01:56:27.380358 [ 286 ] {8580fba9-669e-4c37-a43c-d1c9ffea8b56} <Trace> oximeter.fields_u16 (b7e624c8-f545-4bc0-b9ea-87ccb0a68066): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1952 2025.01.09 01:56:27.380610 [ 286 ] {8580fba9-669e-4c37-a43c-d1c9ffea8b56} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.001538 sec., 16905.071521456437 rows/sec., 1.24 MiB/sec.
1953 2025.01.09 01:56:27.380686 [ 286 ] {8580fba9-669e-4c37-a43c-d1c9ffea8b56} <Debug> TCPHandler: Processed in 0.001774667 sec.
1954 2025.01.09 01:56:27.380854 [ 282 ] {} <Trace> TCP-Session: 64a0eddb-41fd-4a46-93c4-ef96056a32cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1955 2025.01.09 01:56:27.380963 [ 282 ] {b725ed06-e6c8-4d54-84de-56923bb6865d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54634) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1956 2025.01.09 01:56:27.381008 [ 282 ] {b725ed06-e6c8-4d54-84de-56923bb6865d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1957 2025.01.09 01:56:27.381562 [ 282 ] {b725ed06-e6c8-4d54-84de-56923bb6865d} <Trace> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1958 2025.01.09 01:56:27.381601 [ 282 ] {b725ed06-e6c8-4d54-84de-56923bb6865d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
1959 2025.01.09 01:56:27.381955 [ 282 ] {b725ed06-e6c8-4d54-84de-56923bb6865d} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1960 2025.01.09 01:56:27.382194 [ 282 ] {b725ed06-e6c8-4d54-84de-56923bb6865d} <Trace> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1961 2025.01.09 01:56:27.382454 [ 282 ] {b725ed06-e6c8-4d54-84de-56923bb6865d} <Debug> executeQuery: Read 54 rows, 4.32 KiB in 0.001506 sec., 35856.57370517928 rows/sec., 2.80 MiB/sec.
1962 2025.01.09 01:56:27.382596 [ 282 ] {b725ed06-e6c8-4d54-84de-56923bb6865d} <Debug> TCPHandler: Processed in 0.001794637 sec.
1963 2025.01.09 01:56:27.382746 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1964 2025.01.09 01:56:27.382856 [ 286 ] {be152914-75ee-403c-a965-f72d6a0b0a95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1965 2025.01.09 01:56:27.382905 [ 286 ] {be152914-75ee-403c-a965-f72d6a0b0a95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1966 2025.01.09 01:56:27.383426 [ 286 ] {be152914-75ee-403c-a965-f72d6a0b0a95} <Trace> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1967 2025.01.09 01:56:27.383465 [ 286 ] {be152914-75ee-403c-a965-f72d6a0b0a95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
1968 2025.01.09 01:56:27.383852 [ 286 ] {be152914-75ee-403c-a965-f72d6a0b0a95} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1969 2025.01.09 01:56:27.384098 [ 286 ] {be152914-75ee-403c-a965-f72d6a0b0a95} <Trace> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1970 2025.01.09 01:56:27.384329 [ 286 ] {be152914-75ee-403c-a965-f72d6a0b0a95} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001494 sec., 66934.40428380186 rows/sec., 4.64 MiB/sec.
1971 2025.01.09 01:56:27.384405 [ 286 ] {be152914-75ee-403c-a965-f72d6a0b0a95} <Debug> TCPHandler: Processed in 0.001709746 sec.
1972 2025.01.09 01:56:27.384557 [ 282 ] {} <Trace> TCP-Session: 64a0eddb-41fd-4a46-93c4-ef96056a32cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1973 2025.01.09 01:56:27.384665 [ 282 ] {8b08a86a-0048-4140-87e8-c9d58d7c0363} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54634) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
1974 2025.01.09 01:56:27.384730 [ 282 ] {8b08a86a-0048-4140-87e8-c9d58d7c0363} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
1975 2025.01.09 01:56:27.385823 [ 282 ] {8b08a86a-0048-4140-87e8-c9d58d7c0363} <Trace> oximeter.measurements_histogramu64 (17c94cc7-cbcb-4131-b32c-df27c461cf7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1976 2025.01.09 01:56:27.385860 [ 282 ] {8b08a86a-0048-4140-87e8-c9d58d7c0363} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
1977 2025.01.09 01:56:27.386482 [ 282 ] {8b08a86a-0048-4140-87e8-c9d58d7c0363} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1978 2025.01.09 01:56:27.386737 [ 282 ] {8b08a86a-0048-4140-87e8-c9d58d7c0363} <Trace> oximeter.measurements_histogramu64 (17c94cc7-cbcb-4131-b32c-df27c461cf7e): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1979 2025.01.09 01:56:27.387055 [ 282 ] {8b08a86a-0048-4140-87e8-c9d58d7c0363} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002399 sec., 10837.849103793247 rows/sec., 19.42 MiB/sec.
1980 2025.01.09 01:56:27.387173 [ 282 ] {8b08a86a-0048-4140-87e8-c9d58d7c0363} <Debug> TCPHandler: Processed in 0.002667861 sec.
1981 2025.01.09 01:56:27.387338 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1982 2025.01.09 01:56:27.387467 [ 286 ] {70d3308f-4b73-40e7-bd06-75a5972faf91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1983 2025.01.09 01:56:27.387522 [ 286 ] {70d3308f-4b73-40e7-bd06-75a5972faf91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1984 2025.01.09 01:56:27.388040 [ 286 ] {70d3308f-4b73-40e7-bd06-75a5972faf91} <Trace> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1985 2025.01.09 01:56:27.388089 [ 286 ] {70d3308f-4b73-40e7-bd06-75a5972faf91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
1986 2025.01.09 01:56:27.388491 [ 286 ] {70d3308f-4b73-40e7-bd06-75a5972faf91} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1987 2025.01.09 01:56:27.388743 [ 286 ] {70d3308f-4b73-40e7-bd06-75a5972faf91} <Trace> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1988 2025.01.09 01:56:27.388950 [ 286 ] {70d3308f-4b73-40e7-bd06-75a5972faf91} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001511 sec., 19854.40105890139 rows/sec., 1.36 MiB/sec.
1989 2025.01.09 01:56:27.388999 [ 286 ] {70d3308f-4b73-40e7-bd06-75a5972faf91} <Debug> TCPHandler: Processed in 0.001724236 sec.
1990 2025.01.09 01:56:31.093822 [ 140 ] {} <Debug> DNSResolver: Updating DNS cache
1991 2025.01.09 01:56:31.093894 [ 140 ] {} <Debug> DNSResolver: Updated DNS cache
1992 2025.01.09 01:56:31.158572 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 3721
1993 2025.01.09 01:56:31.159467 [ 244 ] {} <Trace> system.asynchronous_metric_log (9698bf86-621f-4c13-9bc9-6db4396b8d09): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1994 2025.01.09 01:56:31.159574 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
1995 2025.01.09 01:56:31.160008 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 294
1996 2025.01.09 01:56:31.161013 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1997 2025.01.09 01:56:31.161660 [ 244 ] {} <Trace> system.asynchronous_metric_log (9698bf86-621f-4c13-9bc9-6db4396b8d09): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1998 2025.01.09 01:56:31.162092 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3721
1999 2025.01.09 01:56:31.164295 [ 242 ] {} <Trace> system.query_log (e9d8cce9-7d6e-43dd-804a-3eff920f58fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2000 2025.01.09 01:56:31.164363 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2001 2025.01.09 01:56:31.165865 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2002 2025.01.09 01:56:31.166180 [ 242 ] {} <Trace> system.query_log (e9d8cce9-7d6e-43dd-804a-3eff920f58fa): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2003 2025.01.09 01:56:31.166933 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 294
2004 2025.01.09 01:56:31.371950 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61
2005 2025.01.09 01:56:31.391779 [ 243 ] {} <Trace> system.metric_log (c31dfbef-714c-4223-9d5c-473a3e49bbb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2006 2025.01.09 01:56:31.391844 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2007 2025.01.09 01:56:31.398550 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2008 2025.01.09 01:56:31.399317 [ 243 ] {} <Trace> system.metric_log (c31dfbef-714c-4223-9d5c-473a3e49bbb4): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2009 2025.01.09 01:56:31.402144 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 61
2010 2025.01.09 01:56:31.926184 [ 282 ] {} <Debug> TCPHandler: Done processing connection.
2011 2025.01.09 01:56:31.926277 [ 282 ] {} <Debug> TCP-Session: 64a0eddb-41fd-4a46-93c4-ef96056a32cd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2012 2025.01.09 01:56:32.000229 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 164.46 MiB, peak 170.50 MiB, free memory in arenas 0.00 B, will set to 166.20 MiB (RSS), difference: 1.73 MiB
2013 2025.01.09 01:56:32.379508 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2014 2025.01.09 01:56:32.379697 [ 286 ] {668a2960-abb1-452c-bd59-93369a6d6da1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
2015 2025.01.09 01:56:32.379772 [ 286 ] {668a2960-abb1-452c-bd59-93369a6d6da1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
2016 2025.01.09 01:56:32.380526 [ 286 ] {668a2960-abb1-452c-bd59-93369a6d6da1} <Trace> oximeter.fields_i16 (768e6654-4d7d-4320-b224-a6516c636040): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2017 2025.01.09 01:56:32.380573 [ 286 ] {668a2960-abb1-452c-bd59-93369a6d6da1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2018 2025.01.09 01:56:32.381008 [ 286 ] {668a2960-abb1-452c-bd59-93369a6d6da1} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2019 2025.01.09 01:56:32.381272 [ 286 ] {668a2960-abb1-452c-bd59-93369a6d6da1} <Trace> oximeter.fields_i16 (768e6654-4d7d-4320-b224-a6516c636040): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2020 2025.01.09 01:56:32.381550 [ 286 ] {668a2960-abb1-452c-bd59-93369a6d6da1} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001899 sec., 7372.30121116377 rows/sec., 530.71 KiB/sec.
2021 2025.01.09 01:56:32.381673 [ 286 ] {668a2960-abb1-452c-bd59-93369a6d6da1} <Debug> TCPHandler: Processed in 0.002300106 sec.
2022 2025.01.09 01:56:32.381952 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2023 2025.01.09 01:56:32.382145 [ 283 ] {9e023b77-4786-4505-83c8-759555c57a07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2024 2025.01.09 01:56:32.382238 [ 283 ] {9e023b77-4786-4505-83c8-759555c57a07} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2025 2025.01.09 01:56:32.383111 [ 283 ] {9e023b77-4786-4505-83c8-759555c57a07} <Trace> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2026 2025.01.09 01:56:32.383160 [ 283 ] {9e023b77-4786-4505-83c8-759555c57a07} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2027 2025.01.09 01:56:32.383596 [ 283 ] {9e023b77-4786-4505-83c8-759555c57a07} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2028 2025.01.09 01:56:32.383856 [ 283 ] {9e023b77-4786-4505-83c8-759555c57a07} <Trace> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2029 2025.01.09 01:56:32.384181 [ 283 ] {9e023b77-4786-4505-83c8-759555c57a07} <Debug> executeQuery: Read 189 rows, 17.14 KiB in 0.002059 sec., 91792.1321029626 rows/sec., 8.13 MiB/sec.
2030 2025.01.09 01:56:32.384460 [ 283 ] {9e023b77-4786-4505-83c8-759555c57a07} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB.
2031 2025.01.09 01:56:32.384498 [ 283 ] {9e023b77-4786-4505-83c8-759555c57a07} <Debug> TCPHandler: Processed in 0.002691231 sec.
2032 2025.01.09 01:56:32.384680 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2033 2025.01.09 01:56:32.384796 [ 286 ] {3441dba8-9a4a-4d51-a232-eee87b8b8f39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2034 2025.01.09 01:56:32.384847 [ 286 ] {3441dba8-9a4a-4d51-a232-eee87b8b8f39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2035 2025.01.09 01:56:32.385470 [ 286 ] {3441dba8-9a4a-4d51-a232-eee87b8b8f39} <Trace> oximeter.fields_u16 (b7e624c8-f545-4bc0-b9ea-87ccb0a68066): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2036 2025.01.09 01:56:32.385512 [ 286 ] {3441dba8-9a4a-4d51-a232-eee87b8b8f39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2037 2025.01.09 01:56:32.385891 [ 286 ] {3441dba8-9a4a-4d51-a232-eee87b8b8f39} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2038 2025.01.09 01:56:32.386149 [ 286 ] {3441dba8-9a4a-4d51-a232-eee87b8b8f39} <Trace> oximeter.fields_u16 (b7e624c8-f545-4bc0-b9ea-87ccb0a68066): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2039 2025.01.09 01:56:32.386310 [ 139 ] {} <Debug> oximeter.fields_u16 (b7e624c8-f545-4bc0-b9ea-87ccb0a68066) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2040 2025.01.09 01:56:32.386382 [ 286 ] {3441dba8-9a4a-4d51-a232-eee87b8b8f39} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001606 sec., 9339.975093399751 rows/sec., 658.54 KiB/sec.
2041 2025.01.09 01:56:32.386390 [ 139 ] {} <Trace> oximeter.fields_u16 (b7e624c8-f545-4bc0-b9ea-87ccb0a68066): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2042 2025.01.09 01:56:32.386468 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2043 2025.01.09 01:56:32.386510 [ 286 ] {3441dba8-9a4a-4d51-a232-eee87b8b8f39} <Debug> TCPHandler: Processed in 0.001891499 sec.
2044 2025.01.09 01:56:32.386684 [ 186 ] {b7e624c8-f545-4bc0-b9ea-87ccb0a68066::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
2045 2025.01.09 01:56:32.386714 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2046 2025.01.09 01:56:32.386809 [ 186 ] {b7e624c8-f545-4bc0-b9ea-87ccb0a68066::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2047 2025.01.09 01:56:32.386849 [ 186 ] {b7e624c8-f545-4bc0-b9ea-87ccb0a68066::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 15 rows starting from the beginning of the part
2048 2025.01.09 01:56:32.386879 [ 283 ] {7ff5c8fa-1d60-4044-a890-9d9aaf405469} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
2049 2025.01.09 01:56:32.386972 [ 283 ] {7ff5c8fa-1d60-4044-a890-9d9aaf405469} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
2050 2025.01.09 01:56:32.387009 [ 186 ] {b7e624c8-f545-4bc0-b9ea-87ccb0a68066::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 15 rows starting from the beginning of the part
2051 2025.01.09 01:56:32.387261 [ 186 ] {b7e624c8-f545-4bc0-b9ea-87ccb0a68066::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 26 rows starting from the beginning of the part
2052 2025.01.09 01:56:32.387476 [ 186 ] {b7e624c8-f545-4bc0-b9ea-87ccb0a68066::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 15 rows starting from the beginning of the part
2053 2025.01.09 01:56:32.387678 [ 186 ] {b7e624c8-f545-4bc0-b9ea-87ccb0a68066::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 26 rows starting from the beginning of the part
2054 2025.01.09 01:56:32.387908 [ 186 ] {b7e624c8-f545-4bc0-b9ea-87ccb0a68066::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 15 rows starting from the beginning of the part
2055 2025.01.09 01:56:32.388775 [ 283 ] {7ff5c8fa-1d60-4044-a890-9d9aaf405469} <Trace> oximeter.fields_u32 (03dfd943-ea50-4047-86b9-6222d9e39c11): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2056 2025.01.09 01:56:32.388825 [ 283 ] {7ff5c8fa-1d60-4044-a890-9d9aaf405469} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2057 2025.01.09 01:56:32.389418 [ 283 ] {7ff5c8fa-1d60-4044-a890-9d9aaf405469} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2058 2025.01.09 01:56:32.389475 [ 193 ] {b7e624c8-f545-4bc0-b9ea-87ccb0a68066::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 112 rows, containing 5 columns (5 merged, 0 gathered) in 0.002887544 sec., 38787.287743494126 rows/sec., 2.90 MiB/sec.
2059 2025.01.09 01:56:32.389714 [ 193 ] {b7e624c8-f545-4bc0-b9ea-87ccb0a68066::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2060 2025.01.09 01:56:32.389884 [ 283 ] {7ff5c8fa-1d60-4044-a890-9d9aaf405469} <Trace> oximeter.fields_u32 (03dfd943-ea50-4047-86b9-6222d9e39c11): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2061 2025.01.09 01:56:32.390415 [ 193 ] {b7e624c8-f545-4bc0-b9ea-87ccb0a68066::all_1_6_1} <Trace> oximeter.fields_u16 (b7e624c8-f545-4bc0-b9ea-87ccb0a68066): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2062 2025.01.09 01:56:32.390452 [ 283 ] {7ff5c8fa-1d60-4044-a890-9d9aaf405469} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.003586 sec., 3904.0713887339653 rows/sec., 273.42 KiB/sec.
2063 2025.01.09 01:56:32.390618 [ 193 ] {b7e624c8-f545-4bc0-b9ea-87ccb0a68066::all_1_6_1} <Trace> oximeter.fields_u16 (b7e624c8-f545-4bc0-b9ea-87ccb0a68066) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2064 2025.01.09 01:56:32.390634 [ 283 ] {7ff5c8fa-1d60-4044-a890-9d9aaf405469} <Debug> TCPHandler: Processed in 0.00399775 sec.
2065 2025.01.09 01:56:32.390836 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
2066 2025.01.09 01:56:32.390854 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2067 2025.01.09 01:56:32.390968 [ 286 ] {5694cc1b-8f94-4dd0-b5f6-75588aafde3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
2068 2025.01.09 01:56:32.391018 [ 286 ] {5694cc1b-8f94-4dd0-b5f6-75588aafde3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
2069 2025.01.09 01:56:32.391582 [ 286 ] {5694cc1b-8f94-4dd0-b5f6-75588aafde3e} <Trace> oximeter.fields_u8 (f59c63b9-7e00-4cbb-80d5-4667ebd1997c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2070 2025.01.09 01:56:32.391621 [ 286 ] {5694cc1b-8f94-4dd0-b5f6-75588aafde3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2071 2025.01.09 01:56:32.391973 [ 286 ] {5694cc1b-8f94-4dd0-b5f6-75588aafde3e} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2072 2025.01.09 01:56:32.392211 [ 286 ] {5694cc1b-8f94-4dd0-b5f6-75588aafde3e} <Trace> oximeter.fields_u8 (f59c63b9-7e00-4cbb-80d5-4667ebd1997c): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2073 2025.01.09 01:56:32.392420 [ 286 ] {5694cc1b-8f94-4dd0-b5f6-75588aafde3e} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001475 sec., 8813.559322033898 rows/sec., 549.52 KiB/sec.
2074 2025.01.09 01:56:32.392472 [ 286 ] {5694cc1b-8f94-4dd0-b5f6-75588aafde3e} <Debug> TCPHandler: Processed in 0.001723527 sec.
2075 2025.01.09 01:56:32.392643 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2076 2025.01.09 01:56:32.392783 [ 283 ] {c93a0895-f1cc-476d-a4dd-d9a6bd5ff9e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2077 2025.01.09 01:56:32.392841 [ 283 ] {c93a0895-f1cc-476d-a4dd-d9a6bd5ff9e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2078 2025.01.09 01:56:32.393683 [ 283 ] {c93a0895-f1cc-476d-a4dd-d9a6bd5ff9e6} <Trace> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2079 2025.01.09 01:56:32.393723 [ 283 ] {c93a0895-f1cc-476d-a4dd-d9a6bd5ff9e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2080 2025.01.09 01:56:32.394106 [ 283 ] {c93a0895-f1cc-476d-a4dd-d9a6bd5ff9e6} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2081 2025.01.09 01:56:32.394344 [ 283 ] {c93a0895-f1cc-476d-a4dd-d9a6bd5ff9e6} <Trace> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2082 2025.01.09 01:56:32.394627 [ 283 ] {c93a0895-f1cc-476d-a4dd-d9a6bd5ff9e6} <Debug> executeQuery: Read 354 rows, 25.44 KiB in 0.001855 sec., 190835.57951482479 rows/sec., 13.39 MiB/sec.
2083 2025.01.09 01:56:32.394712 [ 283 ] {c93a0895-f1cc-476d-a4dd-d9a6bd5ff9e6} <Debug> TCPHandler: Processed in 0.002137253 sec.
2084 2025.01.09 01:56:32.394926 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2085 2025.01.09 01:56:32.395151 [ 286 ] {09943e38-b32f-4669-bc71-2a22eed2985a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
2086 2025.01.09 01:56:32.395244 [ 286 ] {09943e38-b32f-4669-bc71-2a22eed2985a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
2087 2025.01.09 01:56:32.395882 [ 286 ] {09943e38-b32f-4669-bc71-2a22eed2985a} <Trace> oximeter.measurements_bool (e95e83a2-bc6b-4f55-83f2-ee90a75b0302): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2088 2025.01.09 01:56:32.395920 [ 286 ] {09943e38-b32f-4669-bc71-2a22eed2985a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2089 2025.01.09 01:56:32.396292 [ 286 ] {09943e38-b32f-4669-bc71-2a22eed2985a} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2090 2025.01.09 01:56:32.396528 [ 286 ] {09943e38-b32f-4669-bc71-2a22eed2985a} <Trace> oximeter.measurements_bool (e95e83a2-bc6b-4f55-83f2-ee90a75b0302): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2091 2025.01.09 01:56:32.396850 [ 286 ] {09943e38-b32f-4669-bc71-2a22eed2985a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001737 sec., 3454.2314335060446 rows/sec., 180.47 KiB/sec.
2092 2025.01.09 01:56:32.397114 [ 286 ] {09943e38-b32f-4669-bc71-2a22eed2985a} <Debug> TCPHandler: Processed in 0.002300035 sec.
2093 2025.01.09 01:56:32.397290 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2094 2025.01.09 01:56:32.397431 [ 283 ] {9d341d47-4414-470a-859a-ce49de834790} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2095 2025.01.09 01:56:32.397492 [ 283 ] {9d341d47-4414-470a-859a-ce49de834790} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2096 2025.01.09 01:56:32.398169 [ 283 ] {9d341d47-4414-470a-859a-ce49de834790} <Trace> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2097 2025.01.09 01:56:32.398215 [ 283 ] {9d341d47-4414-470a-859a-ce49de834790} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2098 2025.01.09 01:56:32.398645 [ 283 ] {9d341d47-4414-470a-859a-ce49de834790} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2099 2025.01.09 01:56:32.398882 [ 283 ] {9d341d47-4414-470a-859a-ce49de834790} <Trace> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2100 2025.01.09 01:56:32.399090 [ 283 ] {9d341d47-4414-470a-859a-ce49de834790} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.001692 sec., 104609.92907801419 rows/sec., 6.90 MiB/sec.
2101 2025.01.09 01:56:32.399146 [ 283 ] {9d341d47-4414-470a-859a-ce49de834790} <Debug> TCPHandler: Processed in 0.00192875 sec.
2102 2025.01.09 01:56:32.399290 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2103 2025.01.09 01:56:32.399405 [ 286 ] {77b275d9-ab93-4770-a67b-a0371a1b4cf4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
2104 2025.01.09 01:56:32.399457 [ 286 ] {77b275d9-ab93-4770-a67b-a0371a1b4cf4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
2105 2025.01.09 01:56:32.399998 [ 286 ] {77b275d9-ab93-4770-a67b-a0371a1b4cf4} <Trace> oximeter.measurements_f64 (934b838e-c5f5-431f-8772-7fa1e914138c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2106 2025.01.09 01:56:32.400045 [ 286 ] {77b275d9-ab93-4770-a67b-a0371a1b4cf4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2107 2025.01.09 01:56:32.400469 [ 286 ] {77b275d9-ab93-4770-a67b-a0371a1b4cf4} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2108 2025.01.09 01:56:32.400723 [ 286 ] {77b275d9-ab93-4770-a67b-a0371a1b4cf4} <Trace> oximeter.measurements_f64 (934b838e-c5f5-431f-8772-7fa1e914138c): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2109 2025.01.09 01:56:32.401011 [ 286 ] {77b275d9-ab93-4770-a67b-a0371a1b4cf4} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001606 sec., 622.66500622665 rows/sec., 41.96 KiB/sec.
2110 2025.01.09 01:56:32.401114 [ 286 ] {77b275d9-ab93-4770-a67b-a0371a1b4cf4} <Debug> TCPHandler: Processed in 0.001881789 sec.
2111 2025.01.09 01:56:32.401286 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2112 2025.01.09 01:56:32.401403 [ 283 ] {9d1cd704-8c80-4f03-95ce-d9e8c753fad9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2113 2025.01.09 01:56:32.401485 [ 283 ] {9d1cd704-8c80-4f03-95ce-d9e8c753fad9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
2114 2025.01.09 01:56:32.402553 [ 283 ] {9d1cd704-8c80-4f03-95ce-d9e8c753fad9} <Trace> oximeter.measurements_histogramu64 (17c94cc7-cbcb-4131-b32c-df27c461cf7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2115 2025.01.09 01:56:32.402592 [ 283 ] {9d1cd704-8c80-4f03-95ce-d9e8c753fad9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2116 2025.01.09 01:56:32.403212 [ 283 ] {9d1cd704-8c80-4f03-95ce-d9e8c753fad9} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2117 2025.01.09 01:56:32.403466 [ 283 ] {9d1cd704-8c80-4f03-95ce-d9e8c753fad9} <Trace> oximeter.measurements_histogramu64 (17c94cc7-cbcb-4131-b32c-df27c461cf7e): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2118 2025.01.09 01:56:32.403623 [ 139 ] {} <Debug> oximeter.measurements_histogramu64 (17c94cc7-cbcb-4131-b32c-df27c461cf7e) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2119 2025.01.09 01:56:32.403693 [ 139 ] {} <Trace> oximeter.measurements_histogramu64 (17c94cc7-cbcb-4131-b32c-df27c461cf7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2120 2025.01.09 01:56:32.403721 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2121 2025.01.09 01:56:32.403756 [ 283 ] {9d1cd704-8c80-4f03-95ce-d9e8c753fad9} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002367 sec., 3379.8056611744823 rows/sec., 6.06 MiB/sec.
2122 2025.01.09 01:56:32.404074 [ 196 ] {17c94cc7-cbcb-4131-b32c-df27c461cf7e::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
2123 2025.01.09 01:56:32.404106 [ 283 ] {9d1cd704-8c80-4f03-95ce-d9e8c753fad9} <Debug> TCPHandler: Processed in 0.002876394 sec.
2124 2025.01.09 01:56:32.404379 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2125 2025.01.09 01:56:32.404666 [ 286 ] {653d60ab-62d7-4fcf-ad1b-a7ec64dad688} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2126 2025.01.09 01:56:32.404731 [ 196 ] {17c94cc7-cbcb-4131-b32c-df27c461cf7e::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2127 2025.01.09 01:56:32.404779 [ 286 ] {653d60ab-62d7-4fcf-ad1b-a7ec64dad688} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2128 2025.01.09 01:56:32.404970 [ 196 ] {17c94cc7-cbcb-4131-b32c-df27c461cf7e::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
2129 2025.01.09 01:56:32.405780 [ 196 ] {17c94cc7-cbcb-4131-b32c-df27c461cf7e::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
2130 2025.01.09 01:56:32.406555 [ 196 ] {17c94cc7-cbcb-4131-b32c-df27c461cf7e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 26 rows starting from the beginning of the part
2131 2025.01.09 01:56:32.407081 [ 286 ] {653d60ab-62d7-4fcf-ad1b-a7ec64dad688} <Trace> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2132 2025.01.09 01:56:32.407213 [ 286 ] {653d60ab-62d7-4fcf-ad1b-a7ec64dad688} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2133 2025.01.09 01:56:32.407216 [ 196 ] {17c94cc7-cbcb-4131-b32c-df27c461cf7e::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
2134 2025.01.09 01:56:32.407836 [ 196 ] {17c94cc7-cbcb-4131-b32c-df27c461cf7e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 26 rows starting from the beginning of the part
2135 2025.01.09 01:56:32.408384 [ 196 ] {17c94cc7-cbcb-4131-b32c-df27c461cf7e::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
2136 2025.01.09 01:56:32.409210 [ 286 ] {653d60ab-62d7-4fcf-ad1b-a7ec64dad688} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2137 2025.01.09 01:56:32.409749 [ 286 ] {653d60ab-62d7-4fcf-ad1b-a7ec64dad688} <Trace> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2138 2025.01.09 01:56:32.410581 [ 286 ] {653d60ab-62d7-4fcf-ad1b-a7ec64dad688} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.005988 sec., 8684.034736138945 rows/sec., 550.58 KiB/sec.
2139 2025.01.09 01:56:32.410730 [ 286 ] {653d60ab-62d7-4fcf-ad1b-a7ec64dad688} <Debug> TCPHandler: Processed in 0.00650918 sec.
2140 2025.01.09 01:56:32.412320 [ 191 ] {17c94cc7-cbcb-4131-b32c-df27c461cf7e::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 84 rows, containing 19 columns (19 merged, 0 gathered) in 0.00848656 sec., 9898.003431307856 rows/sec., 17.74 MiB/sec.
2141 2025.01.09 01:56:32.412620 [ 196 ] {17c94cc7-cbcb-4131-b32c-df27c461cf7e::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2142 2025.01.09 01:56:32.413001 [ 196 ] {17c94cc7-cbcb-4131-b32c-df27c461cf7e::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (17c94cc7-cbcb-4131-b32c-df27c461cf7e): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2143 2025.01.09 01:56:32.413080 [ 196 ] {17c94cc7-cbcb-4131-b32c-df27c461cf7e::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (17c94cc7-cbcb-4131-b32c-df27c461cf7e) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2144 2025.01.09 01:56:32.413186 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB.
2145 2025.01.09 01:56:33.000243 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 169.12 MiB, peak 172.86 MiB, free memory in arenas 0.00 B, will set to 166.34 MiB (RSS), difference: -2.77 MiB
2146 2025.01.09 01:56:37.376097 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2147 2025.01.09 01:56:37.376310 [ 286 ] {a3667bd5-bab9-4276-93b0-8a1a5a0604ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2148 2025.01.09 01:56:37.376393 [ 286 ] {a3667bd5-bab9-4276-93b0-8a1a5a0604ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2149 2025.01.09 01:56:37.377230 [ 286 ] {a3667bd5-bab9-4276-93b0-8a1a5a0604ab} <Trace> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2150 2025.01.09 01:56:37.377280 [ 286 ] {a3667bd5-bab9-4276-93b0-8a1a5a0604ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2151 2025.01.09 01:56:37.377721 [ 286 ] {a3667bd5-bab9-4276-93b0-8a1a5a0604ab} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2152 2025.01.09 01:56:37.377983 [ 286 ] {a3667bd5-bab9-4276-93b0-8a1a5a0604ab} <Trace> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2153 2025.01.09 01:56:37.378184 [ 126 ] {} <Debug> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2154 2025.01.09 01:56:37.378256 [ 286 ] {a3667bd5-bab9-4276-93b0-8a1a5a0604ab} <Debug> executeQuery: Read 78 rows, 6.85 KiB in 0.001998 sec., 39039.03903903904 rows/sec., 3.35 MiB/sec.
2155 2025.01.09 01:56:37.378270 [ 126 ] {} <Trace> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2156 2025.01.09 01:56:37.378341 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2157 2025.01.09 01:56:37.378407 [ 286 ] {a3667bd5-bab9-4276-93b0-8a1a5a0604ab} <Debug> TCPHandler: Processed in 0.002454097 sec.
2158 2025.01.09 01:56:37.378763 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2159 2025.01.09 01:56:37.378776 [ 186 ] {f5ed56e7-dfed-47b2-b04a-d980cf44b4ae::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
2160 2025.01.09 01:56:37.378949 [ 186 ] {f5ed56e7-dfed-47b2-b04a-d980cf44b4ae::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2161 2025.01.09 01:56:37.378950 [ 283 ] {d9a92960-edbd-4c64-a4b9-d654fffa69b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2162 2025.01.09 01:56:37.378995 [ 186 ] {f5ed56e7-dfed-47b2-b04a-d980cf44b4ae::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 241 rows starting from the beginning of the part
2163 2025.01.09 01:56:37.379036 [ 283 ] {d9a92960-edbd-4c64-a4b9-d654fffa69b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2164 2025.01.09 01:56:37.379204 [ 186 ] {f5ed56e7-dfed-47b2-b04a-d980cf44b4ae::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1329 rows starting from the beginning of the part
2165 2025.01.09 01:56:37.379371 [ 186 ] {f5ed56e7-dfed-47b2-b04a-d980cf44b4ae::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 26 rows starting from the beginning of the part
2166 2025.01.09 01:56:37.379618 [ 186 ] {f5ed56e7-dfed-47b2-b04a-d980cf44b4ae::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 78 rows starting from the beginning of the part
2167 2025.01.09 01:56:37.379829 [ 186 ] {f5ed56e7-dfed-47b2-b04a-d980cf44b4ae::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 189 rows starting from the beginning of the part
2168 2025.01.09 01:56:37.380056 [ 186 ] {f5ed56e7-dfed-47b2-b04a-d980cf44b4ae::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 78 rows starting from the beginning of the part
2169 2025.01.09 01:56:37.380872 [ 283 ] {d9a92960-edbd-4c64-a4b9-d654fffa69b9} <Trace> oximeter.fields_u16 (b7e624c8-f545-4bc0-b9ea-87ccb0a68066): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2170 2025.01.09 01:56:37.380915 [ 283 ] {d9a92960-edbd-4c64-a4b9-d654fffa69b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2171 2025.01.09 01:56:37.381535 [ 283 ] {d9a92960-edbd-4c64-a4b9-d654fffa69b9} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2172 2025.01.09 01:56:37.381884 [ 283 ] {d9a92960-edbd-4c64-a4b9-d654fffa69b9} <Trace> oximeter.fields_u16 (b7e624c8-f545-4bc0-b9ea-87ccb0a68066): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2173 2025.01.09 01:56:37.381987 [ 196 ] {f5ed56e7-dfed-47b2-b04a-d980cf44b4ae::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1941 rows, containing 5 columns (5 merged, 0 gathered) in 0.003526194 sec., 550451.8469488634 rows/sec., 48.65 MiB/sec.
2174 2025.01.09 01:56:37.382305 [ 283 ] {d9a92960-edbd-4c64-a4b9-d654fffa69b9} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.003392 sec., 7665.094339622641 rows/sec., 576.38 KiB/sec.
2175 2025.01.09 01:56:37.382467 [ 283 ] {d9a92960-edbd-4c64-a4b9-d654fffa69b9} <Debug> TCPHandler: Processed in 0.00390734 sec.
2176 2025.01.09 01:56:37.382473 [ 196 ] {f5ed56e7-dfed-47b2-b04a-d980cf44b4ae::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2177 2025.01.09 01:56:37.382698 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2178 2025.01.09 01:56:37.382924 [ 286 ] {1ad70cc5-04bf-4144-91b9-ace96727cf0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2179 2025.01.09 01:56:37.383035 [ 286 ] {1ad70cc5-04bf-4144-91b9-ace96727cf0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2180 2025.01.09 01:56:37.383058 [ 196 ] {f5ed56e7-dfed-47b2-b04a-d980cf44b4ae::all_1_11_2} <Trace> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2181 2025.01.09 01:56:37.383332 [ 196 ] {f5ed56e7-dfed-47b2-b04a-d980cf44b4ae::all_1_11_2} <Trace> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2182 2025.01.09 01:56:37.383569 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.64 MiB.
2183 2025.01.09 01:56:37.384075 [ 286 ] {1ad70cc5-04bf-4144-91b9-ace96727cf0e} <Trace> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2184 2025.01.09 01:56:37.384122 [ 286 ] {1ad70cc5-04bf-4144-91b9-ace96727cf0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2185 2025.01.09 01:56:37.384488 [ 286 ] {1ad70cc5-04bf-4144-91b9-ace96727cf0e} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2186 2025.01.09 01:56:37.384725 [ 286 ] {1ad70cc5-04bf-4144-91b9-ace96727cf0e} <Trace> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2187 2025.01.09 01:56:37.384894 [ 126 ] {} <Debug> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2188 2025.01.09 01:56:37.384958 [ 126 ] {} <Trace> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2189 2025.01.09 01:56:37.384964 [ 286 ] {1ad70cc5-04bf-4144-91b9-ace96727cf0e} <Debug> executeQuery: Read 54 rows, 4.32 KiB in 0.002103 sec., 25677.60342368046 rows/sec., 2.01 MiB/sec.
2190 2025.01.09 01:56:37.385004 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2191 2025.01.09 01:56:37.385143 [ 286 ] {1ad70cc5-04bf-4144-91b9-ace96727cf0e} <Debug> TCPHandler: Processed in 0.002553609 sec.
2192 2025.01.09 01:56:37.385217 [ 186 ] {2eb6d585-f9d5-43d7-bd92-6011d08c7ad8::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
2193 2025.01.09 01:56:37.385350 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2194 2025.01.09 01:56:37.385358 [ 186 ] {2eb6d585-f9d5-43d7-bd92-6011d08c7ad8::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2195 2025.01.09 01:56:37.385402 [ 186 ] {2eb6d585-f9d5-43d7-bd92-6011d08c7ad8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 398 rows starting from the beginning of the part
2196 2025.01.09 01:56:37.385561 [ 186 ] {2eb6d585-f9d5-43d7-bd92-6011d08c7ad8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 810 rows starting from the beginning of the part
2197 2025.01.09 01:56:37.385609 [ 283 ] {934acc32-dd05-4752-8c32-38a8e8891062} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2198 2025.01.09 01:56:37.385681 [ 186 ] {2eb6d585-f9d5-43d7-bd92-6011d08c7ad8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 28 rows starting from the beginning of the part
2199 2025.01.09 01:56:37.385727 [ 283 ] {934acc32-dd05-4752-8c32-38a8e8891062} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2200 2025.01.09 01:56:37.385908 [ 186 ] {2eb6d585-f9d5-43d7-bd92-6011d08c7ad8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 54 rows starting from the beginning of the part
2201 2025.01.09 01:56:37.386118 [ 186 ] {2eb6d585-f9d5-43d7-bd92-6011d08c7ad8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 354 rows starting from the beginning of the part
2202 2025.01.09 01:56:37.386348 [ 186 ] {2eb6d585-f9d5-43d7-bd92-6011d08c7ad8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 54 rows starting from the beginning of the part
2203 2025.01.09 01:56:37.387241 [ 283 ] {934acc32-dd05-4752-8c32-38a8e8891062} <Trace> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2204 2025.01.09 01:56:37.387287 [ 283 ] {934acc32-dd05-4752-8c32-38a8e8891062} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2205 2025.01.09 01:56:37.387831 [ 283 ] {934acc32-dd05-4752-8c32-38a8e8891062} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2206 2025.01.09 01:56:37.388039 [ 194 ] {2eb6d585-f9d5-43d7-bd92-6011d08c7ad8::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1698 rows, containing 5 columns (5 merged, 0 gathered) in 0.002913095 sec., 582885.2131495883 rows/sec., 44.13 MiB/sec.
2207 2025.01.09 01:56:37.388153 [ 283 ] {934acc32-dd05-4752-8c32-38a8e8891062} <Trace> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2208 2025.01.09 01:56:37.388237 [ 194 ] {2eb6d585-f9d5-43d7-bd92-6011d08c7ad8::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2209 2025.01.09 01:56:37.388305 [ 126 ] {} <Debug> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2210 2025.01.09 01:56:37.388371 [ 126 ] {} <Trace> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2211 2025.01.09 01:56:37.388422 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2212 2025.01.09 01:56:37.388514 [ 283 ] {934acc32-dd05-4752-8c32-38a8e8891062} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.002967 sec., 33704.078193461406 rows/sec., 2.34 MiB/sec.
2213 2025.01.09 01:56:37.388865 [ 283 ] {934acc32-dd05-4752-8c32-38a8e8891062} <Debug> TCPHandler: Processed in 0.003602555 sec.
2214 2025.01.09 01:56:37.388875 [ 199 ] {ffbfddf0-ce9e-4b86-ba97-130a92b6daeb::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
2215 2025.01.09 01:56:37.389071 [ 194 ] {2eb6d585-f9d5-43d7-bd92-6011d08c7ad8::all_1_11_2} <Trace> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2216 2025.01.09 01:56:37.389167 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2217 2025.01.09 01:56:37.389306 [ 199 ] {ffbfddf0-ce9e-4b86-ba97-130a92b6daeb::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2218 2025.01.09 01:56:37.389339 [ 194 ] {2eb6d585-f9d5-43d7-bd92-6011d08c7ad8::all_1_11_2} <Trace> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2219 2025.01.09 01:56:37.389436 [ 199 ] {ffbfddf0-ce9e-4b86-ba97-130a92b6daeb::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 734 rows starting from the beginning of the part
2220 2025.01.09 01:56:37.389534 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB.
2221 2025.01.09 01:56:37.389570 [ 286 ] {e68bd7cb-4d2b-4015-bd7e-a92739614b2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2222 2025.01.09 01:56:37.389809 [ 199 ] {ffbfddf0-ce9e-4b86-ba97-130a92b6daeb::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2035 rows starting from the beginning of the part
2223 2025.01.09 01:56:37.389939 [ 286 ] {e68bd7cb-4d2b-4015-bd7e-a92739614b2f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
2224 2025.01.09 01:56:37.390146 [ 199 ] {ffbfddf0-ce9e-4b86-ba97-130a92b6daeb::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 80 rows starting from the beginning of the part
2225 2025.01.09 01:56:37.390598 [ 199 ] {ffbfddf0-ce9e-4b86-ba97-130a92b6daeb::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 100 rows starting from the beginning of the part
2226 2025.01.09 01:56:37.390905 [ 199 ] {ffbfddf0-ce9e-4b86-ba97-130a92b6daeb::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 177 rows starting from the beginning of the part
2227 2025.01.09 01:56:37.391282 [ 199 ] {ffbfddf0-ce9e-4b86-ba97-130a92b6daeb::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 100 rows starting from the beginning of the part
2228 2025.01.09 01:56:37.395070 [ 286 ] {e68bd7cb-4d2b-4015-bd7e-a92739614b2f} <Trace> oximeter.measurements_histogramu64 (17c94cc7-cbcb-4131-b32c-df27c461cf7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2229 2025.01.09 01:56:37.395125 [ 286 ] {e68bd7cb-4d2b-4015-bd7e-a92739614b2f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2230 2025.01.09 01:56:37.395851 [ 197 ] {ffbfddf0-ce9e-4b86-ba97-130a92b6daeb::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3226 rows, containing 5 columns (5 merged, 0 gathered) in 0.007319952 sec., 440713.27243675914 rows/sec., 29.55 MiB/sec.
2231 2025.01.09 01:56:37.396258 [ 197 ] {ffbfddf0-ce9e-4b86-ba97-130a92b6daeb::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2232 2025.01.09 01:56:37.396378 [ 286 ] {e68bd7cb-4d2b-4015-bd7e-a92739614b2f} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2233 2025.01.09 01:56:37.396692 [ 197 ] {ffbfddf0-ce9e-4b86-ba97-130a92b6daeb::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2234 2025.01.09 01:56:37.396713 [ 286 ] {e68bd7cb-4d2b-4015-bd7e-a92739614b2f} <Trace> oximeter.measurements_histogramu64 (17c94cc7-cbcb-4131-b32c-df27c461cf7e): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2235 2025.01.09 01:56:37.396814 [ 197 ] {ffbfddf0-ce9e-4b86-ba97-130a92b6daeb::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2236 2025.01.09 01:56:37.397007 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB.
2237 2025.01.09 01:56:37.397067 [ 286 ] {e68bd7cb-4d2b-4015-bd7e-a92739614b2f} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.007675 sec., 3387.6221498371333 rows/sec., 6.07 MiB/sec.
2238 2025.01.09 01:56:37.397204 [ 286 ] {e68bd7cb-4d2b-4015-bd7e-a92739614b2f} <Debug> TCPHandler: Processed in 0.008189616 sec.
2239 2025.01.09 01:56:37.397390 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2240 2025.01.09 01:56:37.397538 [ 283 ] {8da8594b-b180-43c3-a3f2-f20954b16ffc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2241 2025.01.09 01:56:37.397600 [ 283 ] {8da8594b-b180-43c3-a3f2-f20954b16ffc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2242 2025.01.09 01:56:37.398114 [ 283 ] {8da8594b-b180-43c3-a3f2-f20954b16ffc} <Trace> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2243 2025.01.09 01:56:37.398152 [ 283 ] {8da8594b-b180-43c3-a3f2-f20954b16ffc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2244 2025.01.09 01:56:37.398526 [ 283 ] {8da8594b-b180-43c3-a3f2-f20954b16ffc} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2245 2025.01.09 01:56:37.398764 [ 283 ] {8da8594b-b180-43c3-a3f2-f20954b16ffc} <Trace> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2246 2025.01.09 01:56:37.398878 [ 126 ] {} <Debug> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2247 2025.01.09 01:56:37.398916 [ 126 ] {} <Trace> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2248 2025.01.09 01:56:37.398940 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2249 2025.01.09 01:56:37.398949 [ 283 ] {8da8594b-b180-43c3-a3f2-f20954b16ffc} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001444 sec., 20775.623268698062 rows/sec., 1.42 MiB/sec.
2250 2025.01.09 01:56:37.399272 [ 283 ] {8da8594b-b180-43c3-a3f2-f20954b16ffc} <Debug> TCPHandler: Processed in 0.00194339 sec.
2251 2025.01.09 01:56:37.399408 [ 194 ] {33d0f459-c18f-4582-9502-2d7c69533f97::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
2252 2025.01.09 01:56:37.399628 [ 194 ] {33d0f459-c18f-4582-9502-2d7c69533f97::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2253 2025.01.09 01:56:37.399662 [ 194 ] {33d0f459-c18f-4582-9502-2d7c69533f97::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 218 rows starting from the beginning of the part
2254 2025.01.09 01:56:37.399747 [ 194 ] {33d0f459-c18f-4582-9502-2d7c69533f97::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 28 rows starting from the beginning of the part
2255 2025.01.09 01:56:37.399838 [ 194 ] {33d0f459-c18f-4582-9502-2d7c69533f97::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 24 rows starting from the beginning of the part
2256 2025.01.09 01:56:37.399931 [ 194 ] {33d0f459-c18f-4582-9502-2d7c69533f97::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 30 rows starting from the beginning of the part
2257 2025.01.09 01:56:37.400004 [ 194 ] {33d0f459-c18f-4582-9502-2d7c69533f97::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 52 rows starting from the beginning of the part
2258 2025.01.09 01:56:37.400075 [ 194 ] {33d0f459-c18f-4582-9502-2d7c69533f97::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 30 rows starting from the beginning of the part
2259 2025.01.09 01:56:37.400986 [ 194 ] {33d0f459-c18f-4582-9502-2d7c69533f97::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 382 rows, containing 4 columns (4 merged, 0 gathered) in 0.00199191 sec., 191775.7328393351 rows/sec., 12.45 MiB/sec.
2260 2025.01.09 01:56:37.401165 [ 199 ] {33d0f459-c18f-4582-9502-2d7c69533f97::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2261 2025.01.09 01:56:37.401523 [ 199 ] {33d0f459-c18f-4582-9502-2d7c69533f97::all_1_11_2} <Trace> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2262 2025.01.09 01:56:37.401631 [ 199 ] {33d0f459-c18f-4582-9502-2d7c69533f97::all_1_11_2} <Trace> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2263 2025.01.09 01:56:37.401728 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB.
2264 2025.01.09 01:56:38.662246 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 4148
2265 2025.01.09 01:56:38.662987 [ 244 ] {} <Trace> system.asynchronous_metric_log (9698bf86-621f-4c13-9bc9-6db4396b8d09): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2266 2025.01.09 01:56:38.663039 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2267 2025.01.09 01:56:38.663600 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2268 2025.01.09 01:56:38.663871 [ 244 ] {} <Trace> system.asynchronous_metric_log (9698bf86-621f-4c13-9bc9-6db4396b8d09): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2269 2025.01.09 01:56:38.664260 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4148
2270 2025.01.09 01:56:38.902225 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68
2271 2025.01.09 01:56:38.921817 [ 243 ] {} <Trace> system.metric_log (c31dfbef-714c-4223-9d5c-473a3e49bbb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2272 2025.01.09 01:56:38.921881 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2273 2025.01.09 01:56:38.929319 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2274 2025.01.09 01:56:38.930122 [ 243 ] {} <Trace> system.metric_log (c31dfbef-714c-4223-9d5c-473a3e49bbb4): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2275 2025.01.09 01:56:38.932757 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 68
2276 2025.01.09 01:56:41.167098 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 328
2277 2025.01.09 01:56:41.170234 [ 242 ] {} <Trace> system.query_log (e9d8cce9-7d6e-43dd-804a-3eff920f58fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2278 2025.01.09 01:56:41.170292 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2279 2025.01.09 01:56:41.171828 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2280 2025.01.09 01:56:41.172140 [ 242 ] {} <Trace> system.query_log (e9d8cce9-7d6e-43dd-804a-3eff920f58fa): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2281 2025.01.09 01:56:41.172286 [ 118 ] {} <Debug> system.query_log (e9d8cce9-7d6e-43dd-804a-3eff920f58fa) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2282 2025.01.09 01:56:41.172358 [ 118 ] {} <Trace> system.query_log (e9d8cce9-7d6e-43dd-804a-3eff920f58fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2283 2025.01.09 01:56:41.172395 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2284 2025.01.09 01:56:41.173085 [ 189 ] {e9d8cce9-7d6e-43dd-804a-3eff920f58fa::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
2285 2025.01.09 01:56:41.174210 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 328
2286 2025.01.09 01:56:41.174599 [ 189 ] {e9d8cce9-7d6e-43dd-804a-3eff920f58fa::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2287 2025.01.09 01:56:41.174793 [ 189 ] {e9d8cce9-7d6e-43dd-804a-3eff920f58fa::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
2288 2025.01.09 01:56:41.175486 [ 189 ] {e9d8cce9-7d6e-43dd-804a-3eff920f58fa::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 46 rows starting from the beginning of the part
2289 2025.01.09 01:56:41.176171 [ 189 ] {e9d8cce9-7d6e-43dd-804a-3eff920f58fa::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
2290 2025.01.09 01:56:41.176838 [ 189 ] {e9d8cce9-7d6e-43dd-804a-3eff920f58fa::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 80 rows starting from the beginning of the part
2291 2025.01.09 01:56:41.177479 [ 189 ] {e9d8cce9-7d6e-43dd-804a-3eff920f58fa::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 20 rows starting from the beginning of the part
2292 2025.01.09 01:56:41.178134 [ 189 ] {e9d8cce9-7d6e-43dd-804a-3eff920f58fa::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 34 rows starting from the beginning of the part
2293 2025.01.09 01:56:41.186310 [ 194 ] {e9d8cce9-7d6e-43dd-804a-3eff920f58fa::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 328 rows, containing 72 columns (72 merged, 0 gathered) in 0.013776151 sec., 23809.262834009296 rows/sec., 23.18 MiB/sec.
2294 2025.01.09 01:56:41.187149 [ 201 ] {e9d8cce9-7d6e-43dd-804a-3eff920f58fa::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2295 2025.01.09 01:56:41.187888 [ 201 ] {e9d8cce9-7d6e-43dd-804a-3eff920f58fa::all_1_6_1} <Trace> system.query_log (e9d8cce9-7d6e-43dd-804a-3eff920f58fa): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2296 2025.01.09 01:56:41.187977 [ 201 ] {e9d8cce9-7d6e-43dd-804a-3eff920f58fa::all_1_6_1} <Trace> system.query_log (e9d8cce9-7d6e-43dd-804a-3eff920f58fa) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2297 2025.01.09 01:56:41.188188 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.69 MiB.
2298 2025.01.09 01:56:42.379375 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2299 2025.01.09 01:56:42.379673 [ 286 ] {fc2357dd-27aa-4b3f-bbf4-a787bb698b67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
2300 2025.01.09 01:56:42.379791 [ 286 ] {fc2357dd-27aa-4b3f-bbf4-a787bb698b67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
2301 2025.01.09 01:56:42.380564 [ 286 ] {fc2357dd-27aa-4b3f-bbf4-a787bb698b67} <Trace> oximeter.fields_i16 (768e6654-4d7d-4320-b224-a6516c636040): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2302 2025.01.09 01:56:42.380611 [ 286 ] {fc2357dd-27aa-4b3f-bbf4-a787bb698b67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2303 2025.01.09 01:56:42.381036 [ 286 ] {fc2357dd-27aa-4b3f-bbf4-a787bb698b67} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2304 2025.01.09 01:56:42.381294 [ 286 ] {fc2357dd-27aa-4b3f-bbf4-a787bb698b67} <Trace> oximeter.fields_i16 (768e6654-4d7d-4320-b224-a6516c636040): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2305 2025.01.09 01:56:42.381454 [ 117 ] {} <Debug> oximeter.fields_i16 (768e6654-4d7d-4320-b224-a6516c636040) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
2306 2025.01.09 01:56:42.381502 [ 117 ] {} <Trace> oximeter.fields_i16 (768e6654-4d7d-4320-b224-a6516c636040): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2307 2025.01.09 01:56:42.381510 [ 286 ] {fc2357dd-27aa-4b3f-bbf4-a787bb698b67} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001921 sec., 7287.870900572619 rows/sec., 524.63 KiB/sec.
2308 2025.01.09 01:56:42.381530 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2309 2025.01.09 01:56:42.381582 [ 286 ] {fc2357dd-27aa-4b3f-bbf4-a787bb698b67} <Debug> TCPHandler: Processed in 0.002404257 sec.
2310 2025.01.09 01:56:42.381734 [ 200 ] {768e6654-4d7d-4320-b224-a6516c636040::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
2311 2025.01.09 01:56:42.381893 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2312 2025.01.09 01:56:42.381926 [ 200 ] {768e6654-4d7d-4320-b224-a6516c636040::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2313 2025.01.09 01:56:42.381982 [ 200 ] {768e6654-4d7d-4320-b224-a6516c636040::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
2314 2025.01.09 01:56:42.382201 [ 283 ] {18f7d3db-021b-4c3f-9266-a6e9b1bb140c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2315 2025.01.09 01:56:42.382248 [ 200 ] {768e6654-4d7d-4320-b224-a6516c636040::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
2316 2025.01.09 01:56:42.382413 [ 283 ] {18f7d3db-021b-4c3f-9266-a6e9b1bb140c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2317 2025.01.09 01:56:42.382602 [ 200 ] {768e6654-4d7d-4320-b224-a6516c636040::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
2318 2025.01.09 01:56:42.382970 [ 200 ] {768e6654-4d7d-4320-b224-a6516c636040::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
2319 2025.01.09 01:56:42.383244 [ 200 ] {768e6654-4d7d-4320-b224-a6516c636040::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
2320 2025.01.09 01:56:42.385330 [ 283 ] {18f7d3db-021b-4c3f-9266-a6e9b1bb140c} <Trace> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2321 2025.01.09 01:56:42.385420 [ 283 ] {18f7d3db-021b-4c3f-9266-a6e9b1bb140c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2322 2025.01.09 01:56:42.385967 [ 201 ] {768e6654-4d7d-4320-b224-a6516c636040::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004315096 sec., 16222.118812652141 rows/sec., 1.20 MiB/sec.
2323 2025.01.09 01:56:42.386274 [ 201 ] {768e6654-4d7d-4320-b224-a6516c636040::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
2324 2025.01.09 01:56:42.386359 [ 283 ] {18f7d3db-021b-4c3f-9266-a6e9b1bb140c} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2325 2025.01.09 01:56:42.386884 [ 283 ] {18f7d3db-021b-4c3f-9266-a6e9b1bb140c} <Trace> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2326 2025.01.09 01:56:42.387002 [ 201 ] {768e6654-4d7d-4320-b224-a6516c636040::all_1_5_1} <Trace> oximeter.fields_i16 (768e6654-4d7d-4320-b224-a6516c636040): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2327 2025.01.09 01:56:42.387213 [ 201 ] {768e6654-4d7d-4320-b224-a6516c636040::all_1_5_1} <Trace> oximeter.fields_i16 (768e6654-4d7d-4320-b224-a6516c636040) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
2328 2025.01.09 01:56:42.387342 [ 283 ] {18f7d3db-021b-4c3f-9266-a6e9b1bb140c} <Debug> executeQuery: Read 189 rows, 17.14 KiB in 0.005251 sec., 35993.14416301657 rows/sec., 3.19 MiB/sec.
2329 2025.01.09 01:56:42.387361 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
2330 2025.01.09 01:56:42.387493 [ 283 ] {18f7d3db-021b-4c3f-9266-a6e9b1bb140c} <Debug> TCPHandler: Processed in 0.005765108 sec.
2331 2025.01.09 01:56:42.387666 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2332 2025.01.09 01:56:42.387806 [ 286 ] {4aaf2355-bd79-474a-95b1-cd75dcaa7223} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2333 2025.01.09 01:56:42.387864 [ 286 ] {4aaf2355-bd79-474a-95b1-cd75dcaa7223} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2334 2025.01.09 01:56:42.388545 [ 286 ] {4aaf2355-bd79-474a-95b1-cd75dcaa7223} <Trace> oximeter.fields_u16 (b7e624c8-f545-4bc0-b9ea-87ccb0a68066): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2335 2025.01.09 01:56:42.388591 [ 286 ] {4aaf2355-bd79-474a-95b1-cd75dcaa7223} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2336 2025.01.09 01:56:42.388978 [ 286 ] {4aaf2355-bd79-474a-95b1-cd75dcaa7223} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2337 2025.01.09 01:56:42.389223 [ 286 ] {4aaf2355-bd79-474a-95b1-cd75dcaa7223} <Trace> oximeter.fields_u16 (b7e624c8-f545-4bc0-b9ea-87ccb0a68066): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2338 2025.01.09 01:56:42.389400 [ 286 ] {4aaf2355-bd79-474a-95b1-cd75dcaa7223} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001625 sec., 9230.76923076923 rows/sec., 650.84 KiB/sec.
2339 2025.01.09 01:56:42.389452 [ 286 ] {4aaf2355-bd79-474a-95b1-cd75dcaa7223} <Debug> TCPHandler: Processed in 0.001852078 sec.
2340 2025.01.09 01:56:42.389606 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2341 2025.01.09 01:56:42.389732 [ 283 ] {337891f1-787a-46eb-9dec-49cd0a2c79fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
2342 2025.01.09 01:56:42.389784 [ 283 ] {337891f1-787a-46eb-9dec-49cd0a2c79fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
2343 2025.01.09 01:56:42.390497 [ 283 ] {337891f1-787a-46eb-9dec-49cd0a2c79fd} <Trace> oximeter.fields_u32 (03dfd943-ea50-4047-86b9-6222d9e39c11): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2344 2025.01.09 01:56:42.390544 [ 283 ] {337891f1-787a-46eb-9dec-49cd0a2c79fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2345 2025.01.09 01:56:42.390938 [ 283 ] {337891f1-787a-46eb-9dec-49cd0a2c79fd} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2346 2025.01.09 01:56:42.391175 [ 283 ] {337891f1-787a-46eb-9dec-49cd0a2c79fd} <Trace> oximeter.fields_u32 (03dfd943-ea50-4047-86b9-6222d9e39c11): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2347 2025.01.09 01:56:42.391403 [ 283 ] {337891f1-787a-46eb-9dec-49cd0a2c79fd} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001701 sec., 8230.452674897118 rows/sec., 576.41 KiB/sec.
2348 2025.01.09 01:56:42.391456 [ 283 ] {337891f1-787a-46eb-9dec-49cd0a2c79fd} <Debug> TCPHandler: Processed in 0.00191156 sec.
2349 2025.01.09 01:56:42.391617 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2350 2025.01.09 01:56:42.391735 [ 286 ] {7304d009-06d3-40f4-83c7-f8749f3fa7f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
2351 2025.01.09 01:56:42.391782 [ 286 ] {7304d009-06d3-40f4-83c7-f8749f3fa7f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
2352 2025.01.09 01:56:42.392464 [ 286 ] {7304d009-06d3-40f4-83c7-f8749f3fa7f5} <Trace> oximeter.fields_u8 (f59c63b9-7e00-4cbb-80d5-4667ebd1997c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2353 2025.01.09 01:56:42.392510 [ 286 ] {7304d009-06d3-40f4-83c7-f8749f3fa7f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2354 2025.01.09 01:56:42.392942 [ 286 ] {7304d009-06d3-40f4-83c7-f8749f3fa7f5} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2355 2025.01.09 01:56:42.393187 [ 286 ] {7304d009-06d3-40f4-83c7-f8749f3fa7f5} <Trace> oximeter.fields_u8 (f59c63b9-7e00-4cbb-80d5-4667ebd1997c): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2356 2025.01.09 01:56:42.393320 [ 117 ] {} <Debug> oximeter.fields_u8 (f59c63b9-7e00-4cbb-80d5-4667ebd1997c) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
2357 2025.01.09 01:56:42.393364 [ 117 ] {} <Trace> oximeter.fields_u8 (f59c63b9-7e00-4cbb-80d5-4667ebd1997c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2358 2025.01.09 01:56:42.393388 [ 286 ] {7304d009-06d3-40f4-83c7-f8749f3fa7f5} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001674 sec., 7765.830346475508 rows/sec., 484.20 KiB/sec.
2359 2025.01.09 01:56:42.393392 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2360 2025.01.09 01:56:42.393512 [ 286 ] {7304d009-06d3-40f4-83c7-f8749f3fa7f5} <Debug> TCPHandler: Processed in 0.00194763 sec.
2361 2025.01.09 01:56:42.393726 [ 200 ] {f59c63b9-7e00-4cbb-80d5-4667ebd1997c::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
2362 2025.01.09 01:56:42.393842 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2363 2025.01.09 01:56:42.393997 [ 200 ] {f59c63b9-7e00-4cbb-80d5-4667ebd1997c::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2364 2025.01.09 01:56:42.394080 [ 200 ] {f59c63b9-7e00-4cbb-80d5-4667ebd1997c::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
2365 2025.01.09 01:56:42.394091 [ 283 ] {b020fb2a-75c2-4701-9d02-cc495c3f3db1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2366 2025.01.09 01:56:42.394254 [ 283 ] {b020fb2a-75c2-4701-9d02-cc495c3f3db1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2367 2025.01.09 01:56:42.394355 [ 200 ] {f59c63b9-7e00-4cbb-80d5-4667ebd1997c::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
2368 2025.01.09 01:56:42.394721 [ 200 ] {f59c63b9-7e00-4cbb-80d5-4667ebd1997c::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
2369 2025.01.09 01:56:42.395039 [ 200 ] {f59c63b9-7e00-4cbb-80d5-4667ebd1997c::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
2370 2025.01.09 01:56:42.395396 [ 200 ] {f59c63b9-7e00-4cbb-80d5-4667ebd1997c::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
2371 2025.01.09 01:56:42.397280 [ 283 ] {b020fb2a-75c2-4701-9d02-cc495c3f3db1} <Trace> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2372 2025.01.09 01:56:42.397365 [ 283 ] {b020fb2a-75c2-4701-9d02-cc495c3f3db1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2373 2025.01.09 01:56:42.397834 [ 200 ] {f59c63b9-7e00-4cbb-80d5-4667ebd1997c::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004321096 sec., 15042.479963416688 rows/sec., 996.65 KiB/sec.
2374 2025.01.09 01:56:42.398155 [ 201 ] {f59c63b9-7e00-4cbb-80d5-4667ebd1997c::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
2375 2025.01.09 01:56:42.398279 [ 283 ] {b020fb2a-75c2-4701-9d02-cc495c3f3db1} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2376 2025.01.09 01:56:42.398828 [ 283 ] {b020fb2a-75c2-4701-9d02-cc495c3f3db1} <Trace> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2377 2025.01.09 01:56:42.398964 [ 201 ] {f59c63b9-7e00-4cbb-80d5-4667ebd1997c::all_1_5_1} <Trace> oximeter.fields_u8 (f59c63b9-7e00-4cbb-80d5-4667ebd1997c): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2378 2025.01.09 01:56:42.399191 [ 201 ] {f59c63b9-7e00-4cbb-80d5-4667ebd1997c::all_1_5_1} <Trace> oximeter.fields_u8 (f59c63b9-7e00-4cbb-80d5-4667ebd1997c) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
2379 2025.01.09 01:56:42.399228 [ 283 ] {b020fb2a-75c2-4701-9d02-cc495c3f3db1} <Debug> executeQuery: Read 354 rows, 25.44 KiB in 0.0052 sec., 68076.92307692308 rows/sec., 4.78 MiB/sec.
2380 2025.01.09 01:56:42.399331 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
2381 2025.01.09 01:56:42.399437 [ 283 ] {b020fb2a-75c2-4701-9d02-cc495c3f3db1} <Debug> TCPHandler: Processed in 0.005793649 sec.
2382 2025.01.09 01:56:42.399606 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2383 2025.01.09 01:56:42.399743 [ 286 ] {b2c50620-481e-46b0-ad8a-0696ae4c1925} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
2384 2025.01.09 01:56:42.399803 [ 286 ] {b2c50620-481e-46b0-ad8a-0696ae4c1925} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
2385 2025.01.09 01:56:42.400376 [ 286 ] {b2c50620-481e-46b0-ad8a-0696ae4c1925} <Trace> oximeter.measurements_bool (e95e83a2-bc6b-4f55-83f2-ee90a75b0302): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2386 2025.01.09 01:56:42.400421 [ 286 ] {b2c50620-481e-46b0-ad8a-0696ae4c1925} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2387 2025.01.09 01:56:42.400842 [ 286 ] {b2c50620-481e-46b0-ad8a-0696ae4c1925} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2388 2025.01.09 01:56:42.401083 [ 286 ] {b2c50620-481e-46b0-ad8a-0696ae4c1925} <Trace> oximeter.measurements_bool (e95e83a2-bc6b-4f55-83f2-ee90a75b0302): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2389 2025.01.09 01:56:42.401268 [ 286 ] {b2c50620-481e-46b0-ad8a-0696ae4c1925} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001556 sec., 3856.041131105398 rows/sec., 201.46 KiB/sec.
2390 2025.01.09 01:56:42.401319 [ 286 ] {b2c50620-481e-46b0-ad8a-0696ae4c1925} <Debug> TCPHandler: Processed in 0.001780537 sec.
2391 2025.01.09 01:56:42.401468 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2392 2025.01.09 01:56:42.401586 [ 283 ] {6744b5c0-4fff-42e8-b164-a0aa040a7690} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2393 2025.01.09 01:56:42.401639 [ 283 ] {6744b5c0-4fff-42e8-b164-a0aa040a7690} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2394 2025.01.09 01:56:42.402213 [ 283 ] {6744b5c0-4fff-42e8-b164-a0aa040a7690} <Trace> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2395 2025.01.09 01:56:42.402252 [ 283 ] {6744b5c0-4fff-42e8-b164-a0aa040a7690} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2396 2025.01.09 01:56:42.402641 [ 283 ] {6744b5c0-4fff-42e8-b164-a0aa040a7690} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2397 2025.01.09 01:56:42.402878 [ 283 ] {6744b5c0-4fff-42e8-b164-a0aa040a7690} <Trace> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2398 2025.01.09 01:56:42.403088 [ 283 ] {6744b5c0-4fff-42e8-b164-a0aa040a7690} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.001528 sec., 115837.69633507852 rows/sec., 7.64 MiB/sec.
2399 2025.01.09 01:56:42.403151 [ 283 ] {6744b5c0-4fff-42e8-b164-a0aa040a7690} <Debug> TCPHandler: Processed in 0.001742877 sec.
2400 2025.01.09 01:56:42.403310 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2401 2025.01.09 01:56:42.403451 [ 286 ] {e9bcbca0-62a2-4b0d-8ab7-08fae2e2d05b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
2402 2025.01.09 01:56:42.403512 [ 286 ] {e9bcbca0-62a2-4b0d-8ab7-08fae2e2d05b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
2403 2025.01.09 01:56:42.404026 [ 286 ] {e9bcbca0-62a2-4b0d-8ab7-08fae2e2d05b} <Trace> oximeter.measurements_f64 (934b838e-c5f5-431f-8772-7fa1e914138c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2404 2025.01.09 01:56:42.404064 [ 286 ] {e9bcbca0-62a2-4b0d-8ab7-08fae2e2d05b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2405 2025.01.09 01:56:42.404530 [ 286 ] {e9bcbca0-62a2-4b0d-8ab7-08fae2e2d05b} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2406 2025.01.09 01:56:42.404774 [ 286 ] {e9bcbca0-62a2-4b0d-8ab7-08fae2e2d05b} <Trace> oximeter.measurements_f64 (934b838e-c5f5-431f-8772-7fa1e914138c): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2407 2025.01.09 01:56:42.404896 [ 117 ] {} <Debug> oximeter.measurements_f64 (934b838e-c5f5-431f-8772-7fa1e914138c) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
2408 2025.01.09 01:56:42.404936 [ 117 ] {} <Trace> oximeter.measurements_f64 (934b838e-c5f5-431f-8772-7fa1e914138c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2409 2025.01.09 01:56:42.404956 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2410 2025.01.09 01:56:42.404974 [ 286 ] {e9bcbca0-62a2-4b0d-8ab7-08fae2e2d05b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001553 sec., 643.915003219575 rows/sec., 43.39 KiB/sec.
2411 2025.01.09 01:56:42.405322 [ 286 ] {e9bcbca0-62a2-4b0d-8ab7-08fae2e2d05b} <Debug> TCPHandler: Processed in 0.002075312 sec.
2412 2025.01.09 01:56:42.405434 [ 200 ] {934b838e-c5f5-431f-8772-7fa1e914138c::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
2413 2025.01.09 01:56:42.405576 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2414 2025.01.09 01:56:42.405661 [ 200 ] {934b838e-c5f5-431f-8772-7fa1e914138c::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2415 2025.01.09 01:56:42.405728 [ 200 ] {934b838e-c5f5-431f-8772-7fa1e914138c::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
2416 2025.01.09 01:56:42.405957 [ 283 ] {a0a96222-e531-44ec-bbbe-f3f457c901e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2417 2025.01.09 01:56:42.405970 [ 200 ] {934b838e-c5f5-431f-8772-7fa1e914138c::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
2418 2025.01.09 01:56:42.406272 [ 200 ] {934b838e-c5f5-431f-8772-7fa1e914138c::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
2419 2025.01.09 01:56:42.406304 [ 283 ] {a0a96222-e531-44ec-bbbe-f3f457c901e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
2420 2025.01.09 01:56:42.406612 [ 200 ] {934b838e-c5f5-431f-8772-7fa1e914138c::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
2421 2025.01.09 01:56:42.406991 [ 200 ] {934b838e-c5f5-431f-8772-7fa1e914138c::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
2422 2025.01.09 01:56:42.410284 [ 200 ] {934b838e-c5f5-431f-8772-7fa1e914138c::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5 rows, containing 4 columns (4 merged, 0 gathered) in 0.00524177 sec., 953.8762669861517 rows/sec., 64.27 KiB/sec.
2423 2025.01.09 01:56:42.410529 [ 200 ] {934b838e-c5f5-431f-8772-7fa1e914138c::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
2424 2025.01.09 01:56:42.411198 [ 283 ] {a0a96222-e531-44ec-bbbe-f3f457c901e2} <Trace> oximeter.measurements_histogramu64 (17c94cc7-cbcb-4131-b32c-df27c461cf7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2425 2025.01.09 01:56:42.411273 [ 283 ] {a0a96222-e531-44ec-bbbe-f3f457c901e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2426 2025.01.09 01:56:42.411330 [ 200 ] {934b838e-c5f5-431f-8772-7fa1e914138c::all_1_5_1} <Trace> oximeter.measurements_f64 (934b838e-c5f5-431f-8772-7fa1e914138c): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2427 2025.01.09 01:56:42.411559 [ 200 ] {934b838e-c5f5-431f-8772-7fa1e914138c::all_1_5_1} <Trace> oximeter.measurements_f64 (934b838e-c5f5-431f-8772-7fa1e914138c) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
2428 2025.01.09 01:56:42.411724 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
2429 2025.01.09 01:56:42.412256 [ 283 ] {a0a96222-e531-44ec-bbbe-f3f457c901e2} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2430 2025.01.09 01:56:42.412517 [ 283 ] {a0a96222-e531-44ec-bbbe-f3f457c901e2} <Trace> oximeter.measurements_histogramu64 (17c94cc7-cbcb-4131-b32c-df27c461cf7e): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2431 2025.01.09 01:56:42.412755 [ 283 ] {a0a96222-e531-44ec-bbbe-f3f457c901e2} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.006944 sec., 1152.073732718894 rows/sec., 2.06 MiB/sec.
2432 2025.01.09 01:56:42.412883 [ 283 ] {a0a96222-e531-44ec-bbbe-f3f457c901e2} <Debug> TCPHandler: Processed in 0.007418463 sec.
2433 2025.01.09 01:56:42.413051 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2434 2025.01.09 01:56:42.413191 [ 286 ] {63b4d971-400a-4139-8dc7-6132d6dff327} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2435 2025.01.09 01:56:42.413250 [ 286 ] {63b4d971-400a-4139-8dc7-6132d6dff327} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2436 2025.01.09 01:56:42.413826 [ 286 ] {63b4d971-400a-4139-8dc7-6132d6dff327} <Trace> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2437 2025.01.09 01:56:42.413866 [ 286 ] {63b4d971-400a-4139-8dc7-6132d6dff327} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2438 2025.01.09 01:56:42.414240 [ 286 ] {63b4d971-400a-4139-8dc7-6132d6dff327} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2439 2025.01.09 01:56:42.414507 [ 286 ] {63b4d971-400a-4139-8dc7-6132d6dff327} <Trace> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2440 2025.01.09 01:56:42.414799 [ 286 ] {63b4d971-400a-4139-8dc7-6132d6dff327} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.001614 sec., 32218.091697645603 rows/sec., 1.99 MiB/sec.
2441 2025.01.09 01:56:42.414953 [ 286 ] {63b4d971-400a-4139-8dc7-6132d6dff327} <Debug> TCPHandler: Processed in 0.00196569 sec.
2442 2025.01.09 01:56:46.093935 [ 111 ] {} <Debug> DNSResolver: Updating DNS cache
2443 2025.01.09 01:56:46.093999 [ 111 ] {} <Debug> DNSResolver: Updated DNS cache
2444 2025.01.09 01:56:46.164405 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 4636
2445 2025.01.09 01:56:46.165123 [ 244 ] {} <Trace> system.asynchronous_metric_log (9698bf86-621f-4c13-9bc9-6db4396b8d09): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2446 2025.01.09 01:56:46.165166 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2447 2025.01.09 01:56:46.165706 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2448 2025.01.09 01:56:46.165969 [ 244 ] {} <Trace> system.asynchronous_metric_log (9698bf86-621f-4c13-9bc9-6db4396b8d09): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2449 2025.01.09 01:56:46.166221 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4636
2450 2025.01.09 01:56:46.432836 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76
2451 2025.01.09 01:56:46.453511 [ 243 ] {} <Trace> system.metric_log (c31dfbef-714c-4223-9d5c-473a3e49bbb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2452 2025.01.09 01:56:46.453574 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2453 2025.01.09 01:56:46.461095 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2454 2025.01.09 01:56:46.461869 [ 243 ] {} <Trace> system.metric_log (c31dfbef-714c-4223-9d5c-473a3e49bbb4): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2455 2025.01.09 01:56:46.464400 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 76
2456 2025.01.09 01:56:47.376124 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2457 2025.01.09 01:56:47.376311 [ 286 ] {33b60a65-ffaa-45fd-a599-fa10b0f972d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2458 2025.01.09 01:56:47.376383 [ 286 ] {33b60a65-ffaa-45fd-a599-fa10b0f972d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2459 2025.01.09 01:56:47.377166 [ 286 ] {33b60a65-ffaa-45fd-a599-fa10b0f972d4} <Trace> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2460 2025.01.09 01:56:47.377211 [ 286 ] {33b60a65-ffaa-45fd-a599-fa10b0f972d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2461 2025.01.09 01:56:47.377651 [ 286 ] {33b60a65-ffaa-45fd-a599-fa10b0f972d4} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2462 2025.01.09 01:56:47.377918 [ 286 ] {33b60a65-ffaa-45fd-a599-fa10b0f972d4} <Trace> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2463 2025.01.09 01:56:47.378143 [ 286 ] {33b60a65-ffaa-45fd-a599-fa10b0f972d4} <Debug> executeQuery: Read 78 rows, 6.85 KiB in 0.001877 sec., 41555.67394778902 rows/sec., 3.56 MiB/sec.
2464 2025.01.09 01:56:47.378266 [ 286 ] {33b60a65-ffaa-45fd-a599-fa10b0f972d4} <Debug> TCPHandler: Processed in 0.002273615 sec.
2465 2025.01.09 01:56:47.378563 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2466 2025.01.09 01:56:47.378779 [ 283 ] {106d14a6-fc6b-4311-ab8d-d2b161fa5db9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2467 2025.01.09 01:56:47.378861 [ 283 ] {106d14a6-fc6b-4311-ab8d-d2b161fa5db9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2468 2025.01.09 01:56:47.379621 [ 283 ] {106d14a6-fc6b-4311-ab8d-d2b161fa5db9} <Trace> oximeter.fields_u16 (b7e624c8-f545-4bc0-b9ea-87ccb0a68066): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2469 2025.01.09 01:56:47.379673 [ 283 ] {106d14a6-fc6b-4311-ab8d-d2b161fa5db9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2470 2025.01.09 01:56:47.380102 [ 283 ] {106d14a6-fc6b-4311-ab8d-d2b161fa5db9} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2471 2025.01.09 01:56:47.380380 [ 283 ] {106d14a6-fc6b-4311-ab8d-d2b161fa5db9} <Trace> oximeter.fields_u16 (b7e624c8-f545-4bc0-b9ea-87ccb0a68066): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2472 2025.01.09 01:56:47.380640 [ 283 ] {106d14a6-fc6b-4311-ab8d-d2b161fa5db9} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.001916 sec., 13569.937369519834 rows/sec., 1020.40 KiB/sec.
2473 2025.01.09 01:56:47.380711 [ 283 ] {106d14a6-fc6b-4311-ab8d-d2b161fa5db9} <Debug> TCPHandler: Processed in 0.002284115 sec.
2474 2025.01.09 01:56:47.380886 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2475 2025.01.09 01:56:47.381024 [ 286 ] {cbf37999-5e83-4535-90d4-e775b79acf62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2476 2025.01.09 01:56:47.381082 [ 286 ] {cbf37999-5e83-4535-90d4-e775b79acf62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2477 2025.01.09 01:56:47.381826 [ 286 ] {cbf37999-5e83-4535-90d4-e775b79acf62} <Trace> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2478 2025.01.09 01:56:47.381872 [ 286 ] {cbf37999-5e83-4535-90d4-e775b79acf62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2479 2025.01.09 01:56:47.382251 [ 286 ] {cbf37999-5e83-4535-90d4-e775b79acf62} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2480 2025.01.09 01:56:47.382494 [ 286 ] {cbf37999-5e83-4535-90d4-e775b79acf62} <Trace> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2481 2025.01.09 01:56:47.382752 [ 286 ] {cbf37999-5e83-4535-90d4-e775b79acf62} <Debug> executeQuery: Read 54 rows, 4.32 KiB in 0.001728 sec., 31250 rows/sec., 2.44 MiB/sec.
2482 2025.01.09 01:56:47.382912 [ 286 ] {cbf37999-5e83-4535-90d4-e775b79acf62} <Debug> TCPHandler: Processed in 0.002091242 sec.
2483 2025.01.09 01:56:47.383104 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2484 2025.01.09 01:56:47.383256 [ 283 ] {ca7ffea9-d0d1-4b68-8ae1-1d5389c20077} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2485 2025.01.09 01:56:47.383325 [ 283 ] {ca7ffea9-d0d1-4b68-8ae1-1d5389c20077} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2486 2025.01.09 01:56:47.383985 [ 283 ] {ca7ffea9-d0d1-4b68-8ae1-1d5389c20077} <Trace> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2487 2025.01.09 01:56:47.384026 [ 283 ] {ca7ffea9-d0d1-4b68-8ae1-1d5389c20077} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2488 2025.01.09 01:56:47.384432 [ 283 ] {ca7ffea9-d0d1-4b68-8ae1-1d5389c20077} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2489 2025.01.09 01:56:47.384675 [ 283 ] {ca7ffea9-d0d1-4b68-8ae1-1d5389c20077} <Trace> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2490 2025.01.09 01:56:47.384896 [ 283 ] {ca7ffea9-d0d1-4b68-8ae1-1d5389c20077} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001678 sec., 59594.75566150179 rows/sec., 4.13 MiB/sec.
2491 2025.01.09 01:56:47.384953 [ 283 ] {ca7ffea9-d0d1-4b68-8ae1-1d5389c20077} <Debug> TCPHandler: Processed in 0.001917869 sec.
2492 2025.01.09 01:56:47.385138 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2493 2025.01.09 01:56:47.385278 [ 286 ] {ae7e79a3-768c-4575-9e16-6edb04b221fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2494 2025.01.09 01:56:47.385372 [ 286 ] {ae7e79a3-768c-4575-9e16-6edb04b221fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
2495 2025.01.09 01:56:47.386640 [ 286 ] {ae7e79a3-768c-4575-9e16-6edb04b221fe} <Trace> oximeter.measurements_histogramu64 (17c94cc7-cbcb-4131-b32c-df27c461cf7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2496 2025.01.09 01:56:47.386677 [ 286 ] {ae7e79a3-768c-4575-9e16-6edb04b221fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2497 2025.01.09 01:56:47.387325 [ 286 ] {ae7e79a3-768c-4575-9e16-6edb04b221fe} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2498 2025.01.09 01:56:47.387596 [ 286 ] {ae7e79a3-768c-4575-9e16-6edb04b221fe} <Trace> oximeter.measurements_histogramu64 (17c94cc7-cbcb-4131-b32c-df27c461cf7e): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2499 2025.01.09 01:56:47.387795 [ 286 ] {ae7e79a3-768c-4575-9e16-6edb04b221fe} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002549 sec., 10200.078462142017 rows/sec., 18.28 MiB/sec.
2500 2025.01.09 01:56:47.387882 [ 286 ] {ae7e79a3-768c-4575-9e16-6edb04b221fe} <Debug> TCPHandler: Processed in 0.002814403 sec.
2501 2025.01.09 01:56:47.388064 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2502 2025.01.09 01:56:47.388207 [ 283 ] {2564e256-fb8c-4cb9-9e10-87d7d0dc64db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2503 2025.01.09 01:56:47.388269 [ 283 ] {2564e256-fb8c-4cb9-9e10-87d7d0dc64db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2504 2025.01.09 01:56:47.388846 [ 283 ] {2564e256-fb8c-4cb9-9e10-87d7d0dc64db} <Trace> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2505 2025.01.09 01:56:47.388894 [ 283 ] {2564e256-fb8c-4cb9-9e10-87d7d0dc64db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2506 2025.01.09 01:56:47.389280 [ 283 ] {2564e256-fb8c-4cb9-9e10-87d7d0dc64db} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2507 2025.01.09 01:56:47.389512 [ 283 ] {2564e256-fb8c-4cb9-9e10-87d7d0dc64db} <Trace> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2508 2025.01.09 01:56:47.389745 [ 283 ] {2564e256-fb8c-4cb9-9e10-87d7d0dc64db} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001567 sec., 19144.86279514997 rows/sec., 1.31 MiB/sec.
2509 2025.01.09 01:56:47.389818 [ 283 ] {2564e256-fb8c-4cb9-9e10-87d7d0dc64db} <Debug> TCPHandler: Processed in 0.001826438 sec.
2510 2025.01.09 01:56:48.675240 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2511 2025.01.09 01:56:48.675520 [ 286 ] {2c02ec5a-9dd6-46ac-a5e5-f17d2591bbed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) 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', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
2512 2025.01.09 01:56:48.675957 [ 286 ] {2c02ec5a-9dd6-46ac-a5e5-f17d2591bbed} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2513 2025.01.09 01:56:48.676009 [ 286 ] {2c02ec5a-9dd6-46ac-a5e5-f17d2591bbed} <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', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
2514 2025.01.09 01:56:48.676376 [ 286 ] {2c02ec5a-9dd6-46ac-a5e5-f17d2591bbed} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2515 2025.01.09 01:56:48.676457 [ 286 ] {2c02ec5a-9dd6-46ac-a5e5-f17d2591bbed} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2516 2025.01.09 01:56:48.676635 [ 286 ] {2c02ec5a-9dd6-46ac-a5e5-f17d2591bbed} <Debug> oximeter.timeseries_schema (0cf912c6-50be-42a8-b344-8e48cdd5b0db) (SelectExecutor): Key condition: (column 0 notIn 36-element set)
2517 2025.01.09 01:56:48.676828 [ 295 ] {2c02ec5a-9dd6-46ac-a5e5-f17d2591bbed} <Trace> oximeter.timeseries_schema (0cf912c6-50be-42a8-b344-8e48cdd5b0db) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
2518 2025.01.09 01:56:48.676845 [ 294 ] {2c02ec5a-9dd6-46ac-a5e5-f17d2591bbed} <Trace> oximeter.timeseries_schema (0cf912c6-50be-42a8-b344-8e48cdd5b0db) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2519 2025.01.09 01:56:48.676891 [ 298 ] {2c02ec5a-9dd6-46ac-a5e5-f17d2591bbed} <Trace> oximeter.timeseries_schema (0cf912c6-50be-42a8-b344-8e48cdd5b0db) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2520 2025.01.09 01:56:48.676925 [ 296 ] {2c02ec5a-9dd6-46ac-a5e5-f17d2591bbed} <Trace> oximeter.timeseries_schema (0cf912c6-50be-42a8-b344-8e48cdd5b0db) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps
2521 2025.01.09 01:56:48.677060 [ 286 ] {2c02ec5a-9dd6-46ac-a5e5-f17d2591bbed} <Debug> oximeter.timeseries_schema (0cf912c6-50be-42a8-b344-8e48cdd5b0db) (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
2522 2025.01.09 01:56:48.677092 [ 286 ] {2c02ec5a-9dd6-46ac-a5e5-f17d2591bbed} <Trace> oximeter.timeseries_schema (0cf912c6-50be-42a8-b344-8e48cdd5b0db) (SelectExecutor): Spreading mark ranges among streams (default reading)
2523 2025.01.09 01:56:48.677231 [ 286 ] {2c02ec5a-9dd6-46ac-a5e5-f17d2591bbed} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2524 2025.01.09 01:56:48.677255 [ 286 ] {2c02ec5a-9dd6-46ac-a5e5-f17d2591bbed} <Debug> oximeter.timeseries_schema (0cf912c6-50be-42a8-b344-8e48cdd5b0db) (SelectExecutor): Reading approx. 36 rows with 4 streams
2525 2025.01.09 01:56:48.677298 [ 286 ] {2c02ec5a-9dd6-46ac-a5e5-f17d2591bbed} <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', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2526 2025.01.09 01:56:48.677346 [ 286 ] {2c02ec5a-9dd6-46ac-a5e5-f17d2591bbed} <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', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2527 2025.01.09 01:56:48.677389 [ 286 ] {2c02ec5a-9dd6-46ac-a5e5-f17d2591bbed} <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', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2528 2025.01.09 01:56:48.677429 [ 286 ] {2c02ec5a-9dd6-46ac-a5e5-f17d2591bbed} <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', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2529 2025.01.09 01:56:48.679656 [ 286 ] {2c02ec5a-9dd6-46ac-a5e5-f17d2591bbed} <Debug> executeQuery: Read 36 rows, 1.36 KiB in 0.004295 sec., 8381.839348079162 rows/sec., 316.73 KiB/sec.
2530 2025.01.09 01:56:48.679879 [ 286 ] {2c02ec5a-9dd6-46ac-a5e5-f17d2591bbed} <Debug> MemoryTracker: Peak memory usage (for query): 143.72 KiB.
2531 2025.01.09 01:56:48.679902 [ 286 ] {2c02ec5a-9dd6-46ac-a5e5-f17d2591bbed} <Debug> TCPHandler: Processed in 0.004850494 sec.
2532 2025.01.09 01:56:48.721144 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2533 2025.01.09 01:56:48.721362 [ 286 ] {89c0edf5-111b-4c3c-a5e7-1185eeef1a13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
2534 2025.01.09 01:56:48.721456 [ 286 ] {89c0edf5-111b-4c3c-a5e7-1185eeef1a13} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2535 2025.01.09 01:56:48.722389 [ 286 ] {89c0edf5-111b-4c3c-a5e7-1185eeef1a13} <Trace> oximeter.timeseries_schema (0cf912c6-50be-42a8-b344-8e48cdd5b0db): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2536 2025.01.09 01:56:48.722445 [ 286 ] {89c0edf5-111b-4c3c-a5e7-1185eeef1a13} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2537 2025.01.09 01:56:48.722975 [ 286 ] {89c0edf5-111b-4c3c-a5e7-1185eeef1a13} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2538 2025.01.09 01:56:48.723210 [ 286 ] {89c0edf5-111b-4c3c-a5e7-1185eeef1a13} <Trace> oximeter.timeseries_schema (0cf912c6-50be-42a8-b344-8e48cdd5b0db): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2539 2025.01.09 01:56:48.723425 [ 286 ] {89c0edf5-111b-4c3c-a5e7-1185eeef1a13} <Debug> executeQuery: Read 1 rows, 232.00 B in 0.002123 sec., 471.0315591144607 rows/sec., 106.72 KiB/sec.
2540 2025.01.09 01:56:48.723525 [ 286 ] {89c0edf5-111b-4c3c-a5e7-1185eeef1a13} <Debug> TCPHandler: Processed in 0.002527589 sec.
2541 2025.01.09 01:56:48.723778 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2542 2025.01.09 01:56:48.723983 [ 283 ] {ec8a3c29-74d3-4b59-a17d-a54bb6476b57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
2543 2025.01.09 01:56:48.724061 [ 283 ] {ec8a3c29-74d3-4b59-a17d-a54bb6476b57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
2544 2025.01.09 01:56:48.724808 [ 283 ] {ec8a3c29-74d3-4b59-a17d-a54bb6476b57} <Trace> oximeter.fields_i16 (768e6654-4d7d-4320-b224-a6516c636040): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2545 2025.01.09 01:56:48.724861 [ 283 ] {ec8a3c29-74d3-4b59-a17d-a54bb6476b57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2546 2025.01.09 01:56:48.725292 [ 283 ] {ec8a3c29-74d3-4b59-a17d-a54bb6476b57} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2547 2025.01.09 01:56:48.725552 [ 283 ] {ec8a3c29-74d3-4b59-a17d-a54bb6476b57} <Trace> oximeter.fields_i16 (768e6654-4d7d-4320-b224-a6516c636040): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2548 2025.01.09 01:56:48.725790 [ 283 ] {ec8a3c29-74d3-4b59-a17d-a54bb6476b57} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001865 sec., 7506.7024128686335 rows/sec., 540.38 KiB/sec.
2549 2025.01.09 01:56:48.725858 [ 283 ] {ec8a3c29-74d3-4b59-a17d-a54bb6476b57} <Debug> TCPHandler: Processed in 0.002215904 sec.
2550 2025.01.09 01:56:48.726046 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2551 2025.01.09 01:56:48.726195 [ 286 ] {0c3c0a33-362f-45e2-8108-0baf7d2206e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
2552 2025.01.09 01:56:48.726256 [ 286 ] {0c3c0a33-362f-45e2-8108-0baf7d2206e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
2553 2025.01.09 01:56:48.727003 [ 286 ] {0c3c0a33-362f-45e2-8108-0baf7d2206e2} <Trace> oximeter.fields_ipaddr (99e36f6e-d6b3-41b0-9488-2664f52c89c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2554 2025.01.09 01:56:48.727042 [ 286 ] {0c3c0a33-362f-45e2-8108-0baf7d2206e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2555 2025.01.09 01:56:48.727410 [ 286 ] {0c3c0a33-362f-45e2-8108-0baf7d2206e2} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
2556 2025.01.09 01:56:48.727652 [ 286 ] {0c3c0a33-362f-45e2-8108-0baf7d2206e2} <Trace> oximeter.fields_ipaddr (99e36f6e-d6b3-41b0-9488-2664f52c89c7): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2557 2025.01.09 01:56:48.727847 [ 286 ] {0c3c0a33-362f-45e2-8108-0baf7d2206e2} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.001684 sec., 4750.593824228029 rows/sec., 387.38 KiB/sec.
2558 2025.01.09 01:56:48.727915 [ 286 ] {0c3c0a33-362f-45e2-8108-0baf7d2206e2} <Debug> TCPHandler: Processed in 0.00195139 sec.
2559 2025.01.09 01:56:48.728092 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2560 2025.01.09 01:56:48.728240 [ 283 ] {740847de-1ef4-4baf-b421-0f02109ddd93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2561 2025.01.09 01:56:48.728303 [ 283 ] {740847de-1ef4-4baf-b421-0f02109ddd93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2562 2025.01.09 01:56:48.729571 [ 283 ] {740847de-1ef4-4baf-b421-0f02109ddd93} <Trace> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2563 2025.01.09 01:56:48.729613 [ 283 ] {740847de-1ef4-4baf-b421-0f02109ddd93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2564 2025.01.09 01:56:48.730075 [ 283 ] {740847de-1ef4-4baf-b421-0f02109ddd93} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2565 2025.01.09 01:56:48.730319 [ 283 ] {740847de-1ef4-4baf-b421-0f02109ddd93} <Trace> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2566 2025.01.09 01:56:48.730626 [ 283 ] {740847de-1ef4-4baf-b421-0f02109ddd93} <Debug> executeQuery: Read 1333 rows, 113.55 KiB in 0.002393 sec., 557041.3706644379 rows/sec., 46.34 MiB/sec.
2567 2025.01.09 01:56:48.730805 [ 283 ] {740847de-1ef4-4baf-b421-0f02109ddd93} <Debug> TCPHandler: Processed in 0.002781443 sec.
2568 2025.01.09 01:56:48.730959 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2569 2025.01.09 01:56:48.731089 [ 286 ] {c60e2b52-63b7-49ac-bd78-59ac71d9a6de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2570 2025.01.09 01:56:48.731141 [ 286 ] {c60e2b52-63b7-49ac-bd78-59ac71d9a6de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2571 2025.01.09 01:56:48.731733 [ 286 ] {c60e2b52-63b7-49ac-bd78-59ac71d9a6de} <Trace> oximeter.fields_u16 (b7e624c8-f545-4bc0-b9ea-87ccb0a68066): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2572 2025.01.09 01:56:48.731770 [ 286 ] {c60e2b52-63b7-49ac-bd78-59ac71d9a6de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2573 2025.01.09 01:56:48.732149 [ 286 ] {c60e2b52-63b7-49ac-bd78-59ac71d9a6de} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2574 2025.01.09 01:56:48.732394 [ 286 ] {c60e2b52-63b7-49ac-bd78-59ac71d9a6de} <Trace> oximeter.fields_u16 (b7e624c8-f545-4bc0-b9ea-87ccb0a68066): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2575 2025.01.09 01:56:48.732583 [ 286 ] {c60e2b52-63b7-49ac-bd78-59ac71d9a6de} <Debug> executeQuery: Read 23 rows, 1.62 KiB in 0.00152 sec., 15131.57894736842 rows/sec., 1.04 MiB/sec.
2576 2025.01.09 01:56:48.732674 [ 286 ] {c60e2b52-63b7-49ac-bd78-59ac71d9a6de} <Debug> TCPHandler: Processed in 0.001783157 sec.
2577 2025.01.09 01:56:48.732823 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2578 2025.01.09 01:56:48.732944 [ 283 ] {3255bef2-fa87-4d5a-9879-10a457d62b4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
2579 2025.01.09 01:56:48.732999 [ 283 ] {3255bef2-fa87-4d5a-9879-10a457d62b4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
2580 2025.01.09 01:56:48.733780 [ 283 ] {3255bef2-fa87-4d5a-9879-10a457d62b4c} <Trace> oximeter.fields_u32 (03dfd943-ea50-4047-86b9-6222d9e39c11): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2581 2025.01.09 01:56:48.733828 [ 283 ] {3255bef2-fa87-4d5a-9879-10a457d62b4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2582 2025.01.09 01:56:48.734223 [ 283 ] {3255bef2-fa87-4d5a-9879-10a457d62b4c} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2583 2025.01.09 01:56:48.734458 [ 283 ] {3255bef2-fa87-4d5a-9879-10a457d62b4c} <Trace> oximeter.fields_u32 (03dfd943-ea50-4047-86b9-6222d9e39c11): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2584 2025.01.09 01:56:48.734626 [ 105 ] {} <Debug> oximeter.fields_u32 (03dfd943-ea50-4047-86b9-6222d9e39c11) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2585 2025.01.09 01:56:48.734696 [ 105 ] {} <Trace> oximeter.fields_u32 (03dfd943-ea50-4047-86b9-6222d9e39c11): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2586 2025.01.09 01:56:48.734704 [ 283 ] {3255bef2-fa87-4d5a-9879-10a457d62b4c} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001776 sec., 136261.26126126127 rows/sec., 9.23 MiB/sec.
2587 2025.01.09 01:56:48.734736 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2588 2025.01.09 01:56:48.734859 [ 283 ] {3255bef2-fa87-4d5a-9879-10a457d62b4c} <Debug> TCPHandler: Processed in 0.002084072 sec.
2589 2025.01.09 01:56:48.734999 [ 188 ] {03dfd943-ea50-4047-86b9-6222d9e39c11::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
2590 2025.01.09 01:56:48.735066 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2591 2025.01.09 01:56:48.735349 [ 286 ] {9b5605f0-a0a5-42a0-a71f-dfe64d376ffa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
2592 2025.01.09 01:56:48.735369 [ 188 ] {03dfd943-ea50-4047-86b9-6222d9e39c11::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2593 2025.01.09 01:56:48.735450 [ 286 ] {9b5605f0-a0a5-42a0-a71f-dfe64d376ffa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
2594 2025.01.09 01:56:48.735470 [ 188 ] {03dfd943-ea50-4047-86b9-6222d9e39c11::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
2595 2025.01.09 01:56:48.735939 [ 188 ] {03dfd943-ea50-4047-86b9-6222d9e39c11::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
2596 2025.01.09 01:56:48.736304 [ 188 ] {03dfd943-ea50-4047-86b9-6222d9e39c11::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
2597 2025.01.09 01:56:48.736606 [ 188 ] {03dfd943-ea50-4047-86b9-6222d9e39c11::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
2598 2025.01.09 01:56:48.736930 [ 188 ] {03dfd943-ea50-4047-86b9-6222d9e39c11::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
2599 2025.01.09 01:56:48.737238 [ 188 ] {03dfd943-ea50-4047-86b9-6222d9e39c11::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
2600 2025.01.09 01:56:48.738116 [ 286 ] {9b5605f0-a0a5-42a0-a71f-dfe64d376ffa} <Trace> oximeter.fields_u8 (f59c63b9-7e00-4cbb-80d5-4667ebd1997c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2601 2025.01.09 01:56:48.738181 [ 286 ] {9b5605f0-a0a5-42a0-a71f-dfe64d376ffa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2602 2025.01.09 01:56:48.739237 [ 286 ] {9b5605f0-a0a5-42a0-a71f-dfe64d376ffa} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2603 2025.01.09 01:56:48.739786 [ 286 ] {9b5605f0-a0a5-42a0-a71f-dfe64d376ffa} <Trace> oximeter.fields_u8 (f59c63b9-7e00-4cbb-80d5-4667ebd1997c): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2604 2025.01.09 01:56:48.740221 [ 187 ] {03dfd943-ea50-4047-86b9-6222d9e39c11::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 540 rows, containing 5 columns (5 merged, 0 gathered) in 0.005341602 sec., 101093.26752536037 rows/sec., 7.24 MiB/sec.
2605 2025.01.09 01:56:48.740297 [ 286 ] {9b5605f0-a0a5-42a0-a71f-dfe64d376ffa} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005051 sec., 2573.7477727182736 rows/sec., 160.47 KiB/sec.
2606 2025.01.09 01:56:48.740438 [ 286 ] {9b5605f0-a0a5-42a0-a71f-dfe64d376ffa} <Debug> TCPHandler: Processed in 0.005467534 sec.
2607 2025.01.09 01:56:48.740555 [ 187 ] {03dfd943-ea50-4047-86b9-6222d9e39c11::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2608 2025.01.09 01:56:48.740607 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2609 2025.01.09 01:56:48.740786 [ 283 ] {cfd9353f-c53d-4c6e-b095-a9f5866ff6a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2610 2025.01.09 01:56:48.740862 [ 283 ] {cfd9353f-c53d-4c6e-b095-a9f5866ff6a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2611 2025.01.09 01:56:48.741123 [ 187 ] {03dfd943-ea50-4047-86b9-6222d9e39c11::all_1_6_1} <Trace> oximeter.fields_u32 (03dfd943-ea50-4047-86b9-6222d9e39c11): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2612 2025.01.09 01:56:48.741376 [ 187 ] {03dfd943-ea50-4047-86b9-6222d9e39c11::all_1_6_1} <Trace> oximeter.fields_u32 (03dfd943-ea50-4047-86b9-6222d9e39c11) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2613 2025.01.09 01:56:48.741570 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB.
2614 2025.01.09 01:56:48.742224 [ 283 ] {cfd9353f-c53d-4c6e-b095-a9f5866ff6a1} <Trace> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2615 2025.01.09 01:56:48.742269 [ 283 ] {cfd9353f-c53d-4c6e-b095-a9f5866ff6a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2616 2025.01.09 01:56:48.742673 [ 283 ] {cfd9353f-c53d-4c6e-b095-a9f5866ff6a1} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2617 2025.01.09 01:56:48.742918 [ 283 ] {cfd9353f-c53d-4c6e-b095-a9f5866ff6a1} <Trace> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2618 2025.01.09 01:56:48.743145 [ 283 ] {cfd9353f-c53d-4c6e-b095-a9f5866ff6a1} <Debug> executeQuery: Read 818 rows, 60.38 KiB in 0.002404 sec., 340266.22296173044 rows/sec., 24.53 MiB/sec.
2619 2025.01.09 01:56:48.743219 [ 283 ] {cfd9353f-c53d-4c6e-b095-a9f5866ff6a1} <Debug> TCPHandler: Processed in 0.002693661 sec.
2620 2025.01.09 01:56:48.743411 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2621 2025.01.09 01:56:48.743579 [ 286 ] {b016da84-5c0f-4597-82f4-d95d5bc958e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
2622 2025.01.09 01:56:48.743652 [ 286 ] {b016da84-5c0f-4597-82f4-d95d5bc958e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
2623 2025.01.09 01:56:48.744244 [ 286 ] {b016da84-5c0f-4597-82f4-d95d5bc958e4} <Trace> oximeter.measurements_bool (e95e83a2-bc6b-4f55-83f2-ee90a75b0302): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2624 2025.01.09 01:56:48.744280 [ 286 ] {b016da84-5c0f-4597-82f4-d95d5bc958e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2625 2025.01.09 01:56:48.744669 [ 286 ] {b016da84-5c0f-4597-82f4-d95d5bc958e4} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2626 2025.01.09 01:56:48.744902 [ 286 ] {b016da84-5c0f-4597-82f4-d95d5bc958e4} <Trace> oximeter.measurements_bool (e95e83a2-bc6b-4f55-83f2-ee90a75b0302): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2627 2025.01.09 01:56:48.745019 [ 105 ] {} <Debug> oximeter.measurements_bool (e95e83a2-bc6b-4f55-83f2-ee90a75b0302) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2628 2025.01.09 01:56:48.745064 [ 105 ] {} <Trace> oximeter.measurements_bool (e95e83a2-bc6b-4f55-83f2-ee90a75b0302): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2629 2025.01.09 01:56:48.745088 [ 286 ] {b016da84-5c0f-4597-82f4-d95d5bc958e4} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001545 sec., 3883.495145631068 rows/sec., 202.90 KiB/sec.
2630 2025.01.09 01:56:48.745093 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2631 2025.01.09 01:56:48.745187 [ 286 ] {b016da84-5c0f-4597-82f4-d95d5bc958e4} <Debug> TCPHandler: Processed in 0.001854999 sec.
2632 2025.01.09 01:56:48.745348 [ 188 ] {e95e83a2-bc6b-4f55-83f2-ee90a75b0302::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
2633 2025.01.09 01:56:48.745417 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2634 2025.01.09 01:56:48.745511 [ 188 ] {e95e83a2-bc6b-4f55-83f2-ee90a75b0302::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2635 2025.01.09 01:56:48.745578 [ 188 ] {e95e83a2-bc6b-4f55-83f2-ee90a75b0302::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
2636 2025.01.09 01:56:48.745648 [ 283 ] {7b6ea6e3-37c6-4eb4-aaba-2cb0c143c9d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2637 2025.01.09 01:56:48.745744 [ 188 ] {e95e83a2-bc6b-4f55-83f2-ee90a75b0302::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
2638 2025.01.09 01:56:48.745815 [ 283 ] {7b6ea6e3-37c6-4eb4-aaba-2cb0c143c9d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2639 2025.01.09 01:56:48.746119 [ 188 ] {e95e83a2-bc6b-4f55-83f2-ee90a75b0302::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
2640 2025.01.09 01:56:48.746452 [ 188 ] {e95e83a2-bc6b-4f55-83f2-ee90a75b0302::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
2641 2025.01.09 01:56:48.746809 [ 188 ] {e95e83a2-bc6b-4f55-83f2-ee90a75b0302::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
2642 2025.01.09 01:56:48.747137 [ 188 ] {e95e83a2-bc6b-4f55-83f2-ee90a75b0302::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
2643 2025.01.09 01:56:48.748918 [ 283 ] {7b6ea6e3-37c6-4eb4-aaba-2cb0c143c9d8} <Trace> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2644 2025.01.09 01:56:48.748996 [ 283 ] {7b6ea6e3-37c6-4eb4-aaba-2cb0c143c9d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2645 2025.01.09 01:56:48.749447 [ 188 ] {e95e83a2-bc6b-4f55-83f2-ee90a75b0302::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.004232834 sec., 8504.94018900812 rows/sec., 444.35 KiB/sec.
2646 2025.01.09 01:56:48.749655 [ 188 ] {e95e83a2-bc6b-4f55-83f2-ee90a75b0302::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2647 2025.01.09 01:56:48.750147 [ 283 ] {7b6ea6e3-37c6-4eb4-aaba-2cb0c143c9d8} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2648 2025.01.09 01:56:48.750215 [ 188 ] {e95e83a2-bc6b-4f55-83f2-ee90a75b0302::all_1_6_1} <Trace> oximeter.measurements_bool (e95e83a2-bc6b-4f55-83f2-ee90a75b0302): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2649 2025.01.09 01:56:48.750355 [ 188 ] {e95e83a2-bc6b-4f55-83f2-ee90a75b0302::all_1_6_1} <Trace> oximeter.measurements_bool (e95e83a2-bc6b-4f55-83f2-ee90a75b0302) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2650 2025.01.09 01:56:48.750487 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
2651 2025.01.09 01:56:48.750594 [ 283 ] {7b6ea6e3-37c6-4eb4-aaba-2cb0c143c9d8} <Trace> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2652 2025.01.09 01:56:48.750830 [ 283 ] {7b6ea6e3-37c6-4eb4-aaba-2cb0c143c9d8} <Debug> executeQuery: Read 967 rows, 65.81 KiB in 0.005249 sec., 184225.56677462373 rows/sec., 12.24 MiB/sec.
2653 2025.01.09 01:56:48.750903 [ 283 ] {7b6ea6e3-37c6-4eb4-aaba-2cb0c143c9d8} <Debug> TCPHandler: Processed in 0.005614086 sec.
2654 2025.01.09 01:56:48.751057 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2655 2025.01.09 01:56:48.751182 [ 286 ] {72bc57ba-70a6-4b83-85be-3ae5f73cac62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
2656 2025.01.09 01:56:48.751234 [ 286 ] {72bc57ba-70a6-4b83-85be-3ae5f73cac62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
2657 2025.01.09 01:56:48.751722 [ 286 ] {72bc57ba-70a6-4b83-85be-3ae5f73cac62} <Trace> oximeter.measurements_f64 (934b838e-c5f5-431f-8772-7fa1e914138c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2658 2025.01.09 01:56:48.751761 [ 286 ] {72bc57ba-70a6-4b83-85be-3ae5f73cac62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2659 2025.01.09 01:56:48.752148 [ 286 ] {72bc57ba-70a6-4b83-85be-3ae5f73cac62} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2660 2025.01.09 01:56:48.752408 [ 286 ] {72bc57ba-70a6-4b83-85be-3ae5f73cac62} <Trace> oximeter.measurements_f64 (934b838e-c5f5-431f-8772-7fa1e914138c): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2661 2025.01.09 01:56:48.752590 [ 286 ] {72bc57ba-70a6-4b83-85be-3ae5f73cac62} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001434 sec., 697.350069735007 rows/sec., 46.99 KiB/sec.
2662 2025.01.09 01:56:48.752649 [ 286 ] {72bc57ba-70a6-4b83-85be-3ae5f73cac62} <Debug> TCPHandler: Processed in 0.001651656 sec.
2663 2025.01.09 01:56:48.752800 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2664 2025.01.09 01:56:48.752923 [ 283 ] {bc36a31b-3339-46b4-8d99-504e6fb147a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2665 2025.01.09 01:56:48.753010 [ 283 ] {bc36a31b-3339-46b4-8d99-504e6fb147a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
2666 2025.01.09 01:56:48.754288 [ 283 ] {bc36a31b-3339-46b4-8d99-504e6fb147a7} <Trace> oximeter.measurements_histogramu64 (17c94cc7-cbcb-4131-b32c-df27c461cf7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2667 2025.01.09 01:56:48.754330 [ 283 ] {bc36a31b-3339-46b4-8d99-504e6fb147a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2668 2025.01.09 01:56:48.754967 [ 283 ] {bc36a31b-3339-46b4-8d99-504e6fb147a7} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2669 2025.01.09 01:56:48.755243 [ 283 ] {bc36a31b-3339-46b4-8d99-504e6fb147a7} <Trace> oximeter.measurements_histogramu64 (17c94cc7-cbcb-4131-b32c-df27c461cf7e): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2670 2025.01.09 01:56:48.755495 [ 283 ] {bc36a31b-3339-46b4-8d99-504e6fb147a7} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002597 sec., 3080.4774740084713 rows/sec., 5.52 MiB/sec.
2671 2025.01.09 01:56:48.755596 [ 283 ] {bc36a31b-3339-46b4-8d99-504e6fb147a7} <Debug> TCPHandler: Processed in 0.002852893 sec.
2672 2025.01.09 01:56:48.755753 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2673 2025.01.09 01:56:48.755895 [ 286 ] {085fd571-7f45-47cd-acfe-040de7b21ebc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2674 2025.01.09 01:56:48.755956 [ 286 ] {085fd571-7f45-47cd-acfe-040de7b21ebc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2675 2025.01.09 01:56:48.756444 [ 286 ] {085fd571-7f45-47cd-acfe-040de7b21ebc} <Trace> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2676 2025.01.09 01:56:48.756482 [ 286 ] {085fd571-7f45-47cd-acfe-040de7b21ebc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2677 2025.01.09 01:56:48.756869 [ 286 ] {085fd571-7f45-47cd-acfe-040de7b21ebc} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2678 2025.01.09 01:56:48.757126 [ 286 ] {085fd571-7f45-47cd-acfe-040de7b21ebc} <Trace> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2679 2025.01.09 01:56:48.757364 [ 286 ] {085fd571-7f45-47cd-acfe-040de7b21ebc} <Debug> executeQuery: Read 34 rows, 2.03 KiB in 0.0015 sec., 22666.666666666668 rows/sec., 1.32 MiB/sec.
2680 2025.01.09 01:56:48.757571 [ 286 ] {085fd571-7f45-47cd-acfe-040de7b21ebc} <Debug> TCPHandler: Processed in 0.001882508 sec.
2681 2025.01.09 01:56:51.174438 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 62 entries to flush up to offset 390
2682 2025.01.09 01:56:51.178044 [ 242 ] {} <Trace> system.query_log (e9d8cce9-7d6e-43dd-804a-3eff920f58fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2683 2025.01.09 01:56:51.178106 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2684 2025.01.09 01:56:51.179646 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2685 2025.01.09 01:56:51.179966 [ 242 ] {} <Trace> system.query_log (e9d8cce9-7d6e-43dd-804a-3eff920f58fa): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2686 2025.01.09 01:56:51.180607 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 390
2687 2025.01.09 01:56:52.372959 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2688 2025.01.09 01:56:52.373232 [ 286 ] {cc4d052c-39bb-4680-8db2-ba17b3388791} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2689 2025.01.09 01:56:52.373307 [ 286 ] {cc4d052c-39bb-4680-8db2-ba17b3388791} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2690 2025.01.09 01:56:52.374113 [ 286 ] {cc4d052c-39bb-4680-8db2-ba17b3388791} <Trace> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2691 2025.01.09 01:56:52.374169 [ 286 ] {cc4d052c-39bb-4680-8db2-ba17b3388791} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2692 2025.01.09 01:56:52.374610 [ 286 ] {cc4d052c-39bb-4680-8db2-ba17b3388791} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2693 2025.01.09 01:56:52.374874 [ 286 ] {cc4d052c-39bb-4680-8db2-ba17b3388791} <Trace> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2694 2025.01.09 01:56:52.375125 [ 286 ] {cc4d052c-39bb-4680-8db2-ba17b3388791} <Debug> executeQuery: Read 26 rows, 1.98 KiB in 0.001947 sec., 13353.877760657422 rows/sec., 1016.69 KiB/sec.
2695 2025.01.09 01:56:52.375187 [ 286 ] {cc4d052c-39bb-4680-8db2-ba17b3388791} <Debug> TCPHandler: Processed in 0.002427028 sec.
2696 2025.01.09 01:56:52.375455 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2697 2025.01.09 01:56:52.375665 [ 283 ] {e6bb19ef-4981-4f76-a96d-a418f53fbbda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2698 2025.01.09 01:56:52.375746 [ 283 ] {e6bb19ef-4981-4f76-a96d-a418f53fbbda} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2699 2025.01.09 01:56:52.376534 [ 283 ] {e6bb19ef-4981-4f76-a96d-a418f53fbbda} <Trace> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2700 2025.01.09 01:56:52.376578 [ 283 ] {e6bb19ef-4981-4f76-a96d-a418f53fbbda} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2701 2025.01.09 01:56:52.377006 [ 283 ] {e6bb19ef-4981-4f76-a96d-a418f53fbbda} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2702 2025.01.09 01:56:52.377292 [ 283 ] {e6bb19ef-4981-4f76-a96d-a418f53fbbda} <Trace> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2703 2025.01.09 01:56:52.377494 [ 283 ] {e6bb19ef-4981-4f76-a96d-a418f53fbbda} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001888 sec., 14830.508474576272 rows/sec., 1.16 MiB/sec.
2704 2025.01.09 01:56:52.377560 [ 283 ] {e6bb19ef-4981-4f76-a96d-a418f53fbbda} <Debug> TCPHandler: Processed in 0.002240014 sec.
2705 2025.01.09 01:56:52.377730 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2706 2025.01.09 01:56:52.377872 [ 286 ] {513d4e9c-3071-4ae9-99c3-efba599d4980} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2707 2025.01.09 01:56:52.377935 [ 286 ] {513d4e9c-3071-4ae9-99c3-efba599d4980} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2708 2025.01.09 01:56:52.378509 [ 286 ] {513d4e9c-3071-4ae9-99c3-efba599d4980} <Trace> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2709 2025.01.09 01:56:52.378550 [ 286 ] {513d4e9c-3071-4ae9-99c3-efba599d4980} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2710 2025.01.09 01:56:52.378957 [ 286 ] {513d4e9c-3071-4ae9-99c3-efba599d4980} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2711 2025.01.09 01:56:52.379206 [ 286 ] {513d4e9c-3071-4ae9-99c3-efba599d4980} <Trace> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2712 2025.01.09 01:56:52.379425 [ 286 ] {513d4e9c-3071-4ae9-99c3-efba599d4980} <Debug> executeQuery: Read 60 rows, 4.26 KiB in 0.001585 sec., 37854.88958990536 rows/sec., 2.62 MiB/sec.
2713 2025.01.09 01:56:52.379478 [ 286 ] {513d4e9c-3071-4ae9-99c3-efba599d4980} <Debug> TCPHandler: Processed in 0.001816458 sec.
2714 2025.01.09 01:56:52.379638 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2715 2025.01.09 01:56:52.379787 [ 283 ] {3e38c6ad-7555-49d4-b112-594a6cfe26b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2716 2025.01.09 01:56:52.379853 [ 283 ] {3e38c6ad-7555-49d4-b112-594a6cfe26b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2717 2025.01.09 01:56:52.380391 [ 283 ] {3e38c6ad-7555-49d4-b112-594a6cfe26b9} <Trace> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2718 2025.01.09 01:56:52.380429 [ 283 ] {3e38c6ad-7555-49d4-b112-594a6cfe26b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2719 2025.01.09 01:56:52.380808 [ 283 ] {3e38c6ad-7555-49d4-b112-594a6cfe26b9} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2720 2025.01.09 01:56:52.381050 [ 283 ] {3e38c6ad-7555-49d4-b112-594a6cfe26b9} <Trace> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2721 2025.01.09 01:56:52.381249 [ 283 ] {3e38c6ad-7555-49d4-b112-594a6cfe26b9} <Debug> executeQuery: Read 18 rows, 1.26 KiB in 0.001498 sec., 12016.021361815754 rows/sec., 842.92 KiB/sec.
2722 2025.01.09 01:56:52.381448 [ 283 ] {3e38c6ad-7555-49d4-b112-594a6cfe26b9} <Debug> TCPHandler: Processed in 0.001868789 sec.
2723 2025.01.09 01:56:53.666407 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5063
2724 2025.01.09 01:56:53.667421 [ 244 ] {} <Trace> system.asynchronous_metric_log (9698bf86-621f-4c13-9bc9-6db4396b8d09): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2725 2025.01.09 01:56:53.667476 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2726 2025.01.09 01:56:53.668031 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2727 2025.01.09 01:56:53.668335 [ 244 ] {} <Trace> system.asynchronous_metric_log (9698bf86-621f-4c13-9bc9-6db4396b8d09): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2728 2025.01.09 01:56:53.668578 [ 82 ] {} <Debug> system.asynchronous_metric_log (9698bf86-621f-4c13-9bc9-6db4396b8d09) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2729 2025.01.09 01:56:53.668603 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5063
2730 2025.01.09 01:56:53.668681 [ 82 ] {} <Trace> system.asynchronous_metric_log (9698bf86-621f-4c13-9bc9-6db4396b8d09): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2731 2025.01.09 01:56:53.668715 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2732 2025.01.09 01:56:53.668844 [ 190 ] {9698bf86-621f-4c13-9bc9-6db4396b8d09::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
2733 2025.01.09 01:56:53.668993 [ 190 ] {9698bf86-621f-4c13-9bc9-6db4396b8d09::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2734 2025.01.09 01:56:53.669040 [ 190 ] {9698bf86-621f-4c13-9bc9-6db4396b8d09::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
2735 2025.01.09 01:56:53.669126 [ 190 ] {9698bf86-621f-4c13-9bc9-6db4396b8d09::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 427 rows starting from the beginning of the part
2736 2025.01.09 01:56:53.669240 [ 190 ] {9698bf86-621f-4c13-9bc9-6db4396b8d09::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 488 rows starting from the beginning of the part
2737 2025.01.09 01:56:53.669402 [ 190 ] {9698bf86-621f-4c13-9bc9-6db4396b8d09::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 427 rows starting from the beginning of the part
2738 2025.01.09 01:56:53.669484 [ 190 ] {9698bf86-621f-4c13-9bc9-6db4396b8d09::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 488 rows starting from the beginning of the part
2739 2025.01.09 01:56:53.669587 [ 190 ] {9698bf86-621f-4c13-9bc9-6db4396b8d09::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 427 rows starting from the beginning of the part
2740 2025.01.09 01:56:53.671267 [ 195 ] {9698bf86-621f-4c13-9bc9-6db4396b8d09::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5063 rows, containing 4 columns (4 merged, 0 gathered) in 0.002477358 sec., 2043709.467908958 rows/sec., 29.24 MiB/sec.
2741 2025.01.09 01:56:53.672410 [ 193 ] {9698bf86-621f-4c13-9bc9-6db4396b8d09::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2742 2025.01.09 01:56:53.672812 [ 193 ] {9698bf86-621f-4c13-9bc9-6db4396b8d09::all_1_11_2} <Trace> system.asynchronous_metric_log (9698bf86-621f-4c13-9bc9-6db4396b8d09): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2743 2025.01.09 01:56:53.672917 [ 193 ] {9698bf86-621f-4c13-9bc9-6db4396b8d09::all_1_11_2} <Trace> system.asynchronous_metric_log (9698bf86-621f-4c13-9bc9-6db4396b8d09) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2744 2025.01.09 01:56:53.673040 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB.
2745 2025.01.09 01:56:53.964489 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83
2746 2025.01.09 01:56:53.986113 [ 243 ] {} <Trace> system.metric_log (c31dfbef-714c-4223-9d5c-473a3e49bbb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2747 2025.01.09 01:56:53.986182 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2748 2025.01.09 01:56:53.993409 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2749 2025.01.09 01:56:53.994221 [ 243 ] {} <Trace> system.metric_log (c31dfbef-714c-4223-9d5c-473a3e49bbb4): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2750 2025.01.09 01:56:53.994527 [ 67 ] {} <Debug> system.metric_log (c31dfbef-714c-4223-9d5c-473a3e49bbb4) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2751 2025.01.09 01:56:53.994589 [ 67 ] {} <Trace> system.metric_log (c31dfbef-714c-4223-9d5c-473a3e49bbb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2752 2025.01.09 01:56:53.994629 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2753 2025.01.09 01:56:53.995007 [ 190 ] {c31dfbef-714c-4223-9d5c-473a3e49bbb4::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
2754 2025.01.09 01:56:54.000920 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 173.68 MiB, peak 175.55 MiB, free memory in arenas 0.00 B, will set to 170.48 MiB (RSS), difference: -3.20 MiB
2755 2025.01.09 01:56:54.011084 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 83
2756 2025.01.09 01:56:54.012531 [ 190 ] {c31dfbef-714c-4223-9d5c-473a3e49bbb4::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2757 2025.01.09 01:56:54.013886 [ 190 ] {c31dfbef-714c-4223-9d5c-473a3e49bbb4::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
2758 2025.01.09 01:56:54.019274 [ 190 ] {c31dfbef-714c-4223-9d5c-473a3e49bbb4::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
2759 2025.01.09 01:56:54.024973 [ 190 ] {c31dfbef-714c-4223-9d5c-473a3e49bbb4::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
2760 2025.01.09 01:56:54.030371 [ 190 ] {c31dfbef-714c-4223-9d5c-473a3e49bbb4::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
2761 2025.01.09 01:56:54.035725 [ 190 ] {c31dfbef-714c-4223-9d5c-473a3e49bbb4::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
2762 2025.01.09 01:56:54.040015 [ 190 ] {c31dfbef-714c-4223-9d5c-473a3e49bbb4::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
2763 2025.01.09 01:56:54.095620 [ 191 ] {c31dfbef-714c-4223-9d5c-473a3e49bbb4::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.100881311 sec., 822.7490223635178 rows/sec., 4.25 MiB/sec.
2764 2025.01.09 01:56:54.097162 [ 186 ] {c31dfbef-714c-4223-9d5c-473a3e49bbb4::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2765 2025.01.09 01:56:54.099466 [ 186 ] {c31dfbef-714c-4223-9d5c-473a3e49bbb4::all_1_11_2} <Trace> system.metric_log (c31dfbef-714c-4223-9d5c-473a3e49bbb4): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2766 2025.01.09 01:56:54.099611 [ 186 ] {c31dfbef-714c-4223-9d5c-473a3e49bbb4::all_1_11_2} <Trace> system.metric_log (c31dfbef-714c-4223-9d5c-473a3e49bbb4) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2767 2025.01.09 01:56:54.100837 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB.
2768 2025.01.09 01:56:55.000250 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 167.05 MiB, peak 176.93 MiB, free memory in arenas 0.00 B, will set to 171.92 MiB (RSS), difference: 4.87 MiB
2769 2025.01.09 01:56:57.376148 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2770 2025.01.09 01:56:57.376350 [ 286 ] {45115ef4-f99e-40ed-bbb1-bcffe0d9dea1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2771 2025.01.09 01:56:57.376430 [ 286 ] {45115ef4-f99e-40ed-bbb1-bcffe0d9dea1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2772 2025.01.09 01:56:57.377250 [ 286 ] {45115ef4-f99e-40ed-bbb1-bcffe0d9dea1} <Trace> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2773 2025.01.09 01:56:57.377308 [ 286 ] {45115ef4-f99e-40ed-bbb1-bcffe0d9dea1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2774 2025.01.09 01:56:57.377796 [ 286 ] {45115ef4-f99e-40ed-bbb1-bcffe0d9dea1} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
2775 2025.01.09 01:56:57.378073 [ 286 ] {45115ef4-f99e-40ed-bbb1-bcffe0d9dea1} <Trace> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2776 2025.01.09 01:56:57.378282 [ 28 ] {} <Debug> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
2777 2025.01.09 01:56:57.378355 [ 286 ] {45115ef4-f99e-40ed-bbb1-bcffe0d9dea1} <Debug> executeQuery: Read 78 rows, 6.85 KiB in 0.002058 sec., 37900.874635568514 rows/sec., 3.25 MiB/sec.
2778 2025.01.09 01:56:57.378371 [ 28 ] {} <Trace> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2779 2025.01.09 01:56:57.378444 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2780 2025.01.09 01:56:57.378503 [ 286 ] {45115ef4-f99e-40ed-bbb1-bcffe0d9dea1} <Debug> TCPHandler: Processed in 0.002496968 sec.
2781 2025.01.09 01:56:57.378639 [ 197 ] {f5ed56e7-dfed-47b2-b04a-d980cf44b4ae::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
2782 2025.01.09 01:56:57.378756 [ 197 ] {f5ed56e7-dfed-47b2-b04a-d980cf44b4ae::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2783 2025.01.09 01:56:57.378813 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2784 2025.01.09 01:56:57.378824 [ 197 ] {f5ed56e7-dfed-47b2-b04a-d980cf44b4ae::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1381 rows starting from the beginning of the part
2785 2025.01.09 01:56:57.379170 [ 197 ] {f5ed56e7-dfed-47b2-b04a-d980cf44b4ae::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 189 rows starting from the beginning of the part
2786 2025.01.09 01:56:57.379244 [ 283 ] {9583c6f7-bba8-4b79-a196-f7b4430125ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2787 2025.01.09 01:56:57.379503 [ 197 ] {f5ed56e7-dfed-47b2-b04a-d980cf44b4ae::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 78 rows starting from the beginning of the part
2788 2025.01.09 01:56:57.379513 [ 283 ] {9583c6f7-bba8-4b79-a196-f7b4430125ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2789 2025.01.09 01:56:57.379884 [ 197 ] {f5ed56e7-dfed-47b2-b04a-d980cf44b4ae::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1333 rows starting from the beginning of the part
2790 2025.01.09 01:56:57.380224 [ 197 ] {f5ed56e7-dfed-47b2-b04a-d980cf44b4ae::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 26 rows starting from the beginning of the part
2791 2025.01.09 01:56:57.380546 [ 197 ] {f5ed56e7-dfed-47b2-b04a-d980cf44b4ae::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 78 rows starting from the beginning of the part
2792 2025.01.09 01:56:57.382400 [ 283 ] {9583c6f7-bba8-4b79-a196-f7b4430125ae} <Trace> oximeter.fields_u16 (b7e624c8-f545-4bc0-b9ea-87ccb0a68066): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2793 2025.01.09 01:56:57.382491 [ 283 ] {9583c6f7-bba8-4b79-a196-f7b4430125ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2794 2025.01.09 01:56:57.383541 [ 283 ] {9583c6f7-bba8-4b79-a196-f7b4430125ae} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2795 2025.01.09 01:56:57.384077 [ 283 ] {9583c6f7-bba8-4b79-a196-f7b4430125ae} <Trace> oximeter.fields_u16 (b7e624c8-f545-4bc0-b9ea-87ccb0a68066): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2796 2025.01.09 01:56:57.384380 [ 199 ] {f5ed56e7-dfed-47b2-b04a-d980cf44b4ae::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3085 rows, containing 5 columns (5 merged, 0 gathered) in 0.005798308 sec., 532051.7640663448 rows/sec., 46.57 MiB/sec.
2797 2025.01.09 01:56:57.384482 [ 28 ] {} <Debug> oximeter.fields_u16 (b7e624c8-f545-4bc0-b9ea-87ccb0a68066) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2798 2025.01.09 01:56:57.384574 [ 28 ] {} <Trace> oximeter.fields_u16 (b7e624c8-f545-4bc0-b9ea-87ccb0a68066): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2799 2025.01.09 01:56:57.384610 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2800 2025.01.09 01:56:57.384630 [ 283 ] {9583c6f7-bba8-4b79-a196-f7b4430125ae} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.005556 sec., 4679.6256299496035 rows/sec., 351.89 KiB/sec.
2801 2025.01.09 01:56:57.384922 [ 283 ] {9583c6f7-bba8-4b79-a196-f7b4430125ae} <Debug> TCPHandler: Processed in 0.006270396 sec.
2802 2025.01.09 01:56:57.384968 [ 199 ] {b7e624c8-f545-4bc0-b9ea-87ccb0a68066::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
2803 2025.01.09 01:56:57.385077 [ 196 ] {f5ed56e7-dfed-47b2-b04a-d980cf44b4ae::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
2804 2025.01.09 01:56:57.385208 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2805 2025.01.09 01:56:57.385385 [ 199 ] {b7e624c8-f545-4bc0-b9ea-87ccb0a68066::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2806 2025.01.09 01:56:57.385488 [ 199 ] {b7e624c8-f545-4bc0-b9ea-87ccb0a68066::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 41 rows starting from the beginning of the part
2807 2025.01.09 01:56:57.385565 [ 286 ] {f2d3eeda-2697-46ba-b3c9-777693169b84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2808 2025.01.09 01:56:57.385812 [ 199 ] {b7e624c8-f545-4bc0-b9ea-87ccb0a68066::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 26 rows starting from the beginning of the part
2809 2025.01.09 01:56:57.385942 [ 286 ] {f2d3eeda-2697-46ba-b3c9-777693169b84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2810 2025.01.09 01:56:57.386105 [ 199 ] {b7e624c8-f545-4bc0-b9ea-87ccb0a68066::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 15 rows starting from the beginning of the part
2811 2025.01.09 01:56:57.386520 [ 199 ] {b7e624c8-f545-4bc0-b9ea-87ccb0a68066::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 26 rows starting from the beginning of the part
2812 2025.01.09 01:56:57.386799 [ 196 ] {f5ed56e7-dfed-47b2-b04a-d980cf44b4ae::all_1_16_3} <Trace> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2813 2025.01.09 01:56:57.386859 [ 199 ] {b7e624c8-f545-4bc0-b9ea-87ccb0a68066::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 23 rows starting from the beginning of the part
2814 2025.01.09 01:56:57.387238 [ 199 ] {b7e624c8-f545-4bc0-b9ea-87ccb0a68066::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 26 rows starting from the beginning of the part
2815 2025.01.09 01:56:57.387353 [ 196 ] {f5ed56e7-dfed-47b2-b04a-d980cf44b4ae::all_1_16_3} <Trace> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
2816 2025.01.09 01:56:57.387928 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB.
2817 2025.01.09 01:56:57.389249 [ 286 ] {f2d3eeda-2697-46ba-b3c9-777693169b84} <Trace> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2818 2025.01.09 01:56:57.389325 [ 286 ] {f2d3eeda-2697-46ba-b3c9-777693169b84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2819 2025.01.09 01:56:57.390414 [ 286 ] {f2d3eeda-2697-46ba-b3c9-777693169b84} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
2820 2025.01.09 01:56:57.390482 [ 199 ] {b7e624c8-f545-4bc0-b9ea-87ccb0a68066::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 157 rows, containing 5 columns (5 merged, 0 gathered) in 0.005786358 sec., 27132.783695720173 rows/sec., 2.05 MiB/sec.
2821 2025.01.09 01:56:57.390716 [ 196 ] {b7e624c8-f545-4bc0-b9ea-87ccb0a68066::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2822 2025.01.09 01:56:57.390904 [ 286 ] {f2d3eeda-2697-46ba-b3c9-777693169b84} <Trace> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2823 2025.01.09 01:56:57.391135 [ 28 ] {} <Debug> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
2824 2025.01.09 01:56:57.391239 [ 28 ] {} <Trace> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2825 2025.01.09 01:56:57.391306 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2826 2025.01.09 01:56:57.391493 [ 286 ] {f2d3eeda-2697-46ba-b3c9-777693169b84} <Debug> executeQuery: Read 54 rows, 4.32 KiB in 0.006037 sec., 8944.840152393574 rows/sec., 715.32 KiB/sec.
2827 2025.01.09 01:56:57.391687 [ 196 ] {b7e624c8-f545-4bc0-b9ea-87ccb0a68066::all_1_11_2} <Trace> oximeter.fields_u16 (b7e624c8-f545-4bc0-b9ea-87ccb0a68066): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2828 2025.01.09 01:56:57.391979 [ 189 ] {2eb6d585-f9d5-43d7-bd92-6011d08c7ad8::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
2829 2025.01.09 01:56:57.392171 [ 286 ] {f2d3eeda-2697-46ba-b3c9-777693169b84} <Debug> TCPHandler: Processed in 0.007104718 sec.
2830 2025.01.09 01:56:57.392254 [ 196 ] {b7e624c8-f545-4bc0-b9ea-87ccb0a68066::all_1_11_2} <Trace> oximeter.fields_u16 (b7e624c8-f545-4bc0-b9ea-87ccb0a68066) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2831 2025.01.09 01:56:57.392603 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2832 2025.01.09 01:56:57.392689 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
2833 2025.01.09 01:56:57.392773 [ 189 ] {2eb6d585-f9d5-43d7-bd92-6011d08c7ad8::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2834 2025.01.09 01:56:57.392849 [ 189 ] {2eb6d585-f9d5-43d7-bd92-6011d08c7ad8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 854 rows starting from the beginning of the part
2835 2025.01.09 01:56:57.392880 [ 283 ] {c24e63d6-1235-4b03-a57f-5a3e1b3801b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2836 2025.01.09 01:56:57.393105 [ 189 ] {2eb6d585-f9d5-43d7-bd92-6011d08c7ad8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 354 rows starting from the beginning of the part
2837 2025.01.09 01:56:57.393123 [ 283 ] {c24e63d6-1235-4b03-a57f-5a3e1b3801b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2838 2025.01.09 01:56:57.393471 [ 189 ] {2eb6d585-f9d5-43d7-bd92-6011d08c7ad8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 54 rows starting from the beginning of the part
2839 2025.01.09 01:56:57.393866 [ 189 ] {2eb6d585-f9d5-43d7-bd92-6011d08c7ad8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 818 rows starting from the beginning of the part
2840 2025.01.09 01:56:57.394209 [ 189 ] {2eb6d585-f9d5-43d7-bd92-6011d08c7ad8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 28 rows starting from the beginning of the part
2841 2025.01.09 01:56:57.394566 [ 189 ] {2eb6d585-f9d5-43d7-bd92-6011d08c7ad8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 54 rows starting from the beginning of the part
2842 2025.01.09 01:56:57.396043 [ 283 ] {c24e63d6-1235-4b03-a57f-5a3e1b3801b4} <Trace> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2843 2025.01.09 01:56:57.396121 [ 283 ] {c24e63d6-1235-4b03-a57f-5a3e1b3801b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2844 2025.01.09 01:56:57.397493 [ 283 ] {c24e63d6-1235-4b03-a57f-5a3e1b3801b4} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
2845 2025.01.09 01:56:57.397952 [ 197 ] {2eb6d585-f9d5-43d7-bd92-6011d08c7ad8::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2162 rows, containing 5 columns (5 merged, 0 gathered) in 0.00652003 sec., 331593.5662872717 rows/sec., 25.22 MiB/sec.
2846 2025.01.09 01:56:57.397985 [ 283 ] {c24e63d6-1235-4b03-a57f-5a3e1b3801b4} <Trace> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2847 2025.01.09 01:56:57.398216 [ 30 ] {} <Debug> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
2848 2025.01.09 01:56:57.398276 [ 197 ] {2eb6d585-f9d5-43d7-bd92-6011d08c7ad8::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
2849 2025.01.09 01:56:57.398302 [ 30 ] {} <Trace> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2850 2025.01.09 01:56:57.398359 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2851 2025.01.09 01:56:57.398435 [ 283 ] {c24e63d6-1235-4b03-a57f-5a3e1b3801b4} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.005601 sec., 17853.954650955187 rows/sec., 1.24 MiB/sec.
2852 2025.01.09 01:56:57.398764 [ 283 ] {c24e63d6-1235-4b03-a57f-5a3e1b3801b4} <Debug> TCPHandler: Processed in 0.006447478 sec.
2853 2025.01.09 01:56:57.398827 [ 194 ] {ffbfddf0-ce9e-4b86-ba97-130a92b6daeb::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
2854 2025.01.09 01:56:57.399023 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2855 2025.01.09 01:56:57.399256 [ 194 ] {ffbfddf0-ce9e-4b86-ba97-130a92b6daeb::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2856 2025.01.09 01:56:57.399241 [ 192 ] {2eb6d585-f9d5-43d7-bd92-6011d08c7ad8::all_1_16_3} <Trace> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2857 2025.01.09 01:56:57.399363 [ 194 ] {ffbfddf0-ce9e-4b86-ba97-130a92b6daeb::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 3226 rows starting from the beginning of the part
2858 2025.01.09 01:56:57.399402 [ 286 ] {eb495add-5193-4c7c-91c0-7a4362f1beb0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2859 2025.01.09 01:56:57.399649 [ 192 ] {2eb6d585-f9d5-43d7-bd92-6011d08c7ad8::all_1_16_3} <Trace> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
2860 2025.01.09 01:56:57.399788 [ 194 ] {ffbfddf0-ce9e-4b86-ba97-130a92b6daeb::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 177 rows starting from the beginning of the part
2861 2025.01.09 01:56:57.399980 [ 286 ] {eb495add-5193-4c7c-91c0-7a4362f1beb0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
2862 2025.01.09 01:56:57.400213 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB.
2863 2025.01.09 01:56:57.400235 [ 194 ] {ffbfddf0-ce9e-4b86-ba97-130a92b6daeb::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 100 rows starting from the beginning of the part
2864 2025.01.09 01:56:57.400738 [ 194 ] {ffbfddf0-ce9e-4b86-ba97-130a92b6daeb::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 967 rows starting from the beginning of the part
2865 2025.01.09 01:56:57.401067 [ 194 ] {ffbfddf0-ce9e-4b86-ba97-130a92b6daeb::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 60 rows starting from the beginning of the part
2866 2025.01.09 01:56:57.401499 [ 194 ] {ffbfddf0-ce9e-4b86-ba97-130a92b6daeb::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 100 rows starting from the beginning of the part
2867 2025.01.09 01:56:57.405435 [ 286 ] {eb495add-5193-4c7c-91c0-7a4362f1beb0} <Trace> oximeter.measurements_histogramu64 (17c94cc7-cbcb-4131-b32c-df27c461cf7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2868 2025.01.09 01:56:57.405483 [ 286 ] {eb495add-5193-4c7c-91c0-7a4362f1beb0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2869 2025.01.09 01:56:57.406762 [ 194 ] {ffbfddf0-ce9e-4b86-ba97-130a92b6daeb::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4630 rows, containing 5 columns (5 merged, 0 gathered) in 0.008252796 sec., 561021.985760947 rows/sec., 37.59 MiB/sec.
2870 2025.01.09 01:56:57.406943 [ 286 ] {eb495add-5193-4c7c-91c0-7a4362f1beb0} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2871 2025.01.09 01:56:57.407255 [ 194 ] {ffbfddf0-ce9e-4b86-ba97-130a92b6daeb::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
2872 2025.01.09 01:56:57.407342 [ 286 ] {eb495add-5193-4c7c-91c0-7a4362f1beb0} <Trace> oximeter.measurements_histogramu64 (17c94cc7-cbcb-4131-b32c-df27c461cf7e): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2873 2025.01.09 01:56:57.407623 [ 30 ] {} <Debug> oximeter.measurements_histogramu64 (17c94cc7-cbcb-4131-b32c-df27c461cf7e) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2874 2025.01.09 01:56:57.407707 [ 30 ] {} <Trace> oximeter.measurements_histogramu64 (17c94cc7-cbcb-4131-b32c-df27c461cf7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2875 2025.01.09 01:56:57.407800 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2876 2025.01.09 01:56:57.408033 [ 286 ] {eb495add-5193-4c7c-91c0-7a4362f1beb0} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.008711 sec., 2984.7319481115833 rows/sec., 5.35 MiB/sec.
2877 2025.01.09 01:56:57.408109 [ 194 ] {ffbfddf0-ce9e-4b86-ba97-130a92b6daeb::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2878 2025.01.09 01:56:57.408328 [ 201 ] {17c94cc7-cbcb-4131-b32c-df27c461cf7e::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
2879 2025.01.09 01:56:57.408504 [ 194 ] {ffbfddf0-ce9e-4b86-ba97-130a92b6daeb::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
2880 2025.01.09 01:56:57.408856 [ 286 ] {eb495add-5193-4c7c-91c0-7a4362f1beb0} <Debug> TCPHandler: Processed in 0.009949812 sec.
2881 2025.01.09 01:56:57.408873 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.96 MiB.
2882 2025.01.09 01:56:57.409139 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2883 2025.01.09 01:56:57.409422 [ 201 ] {17c94cc7-cbcb-4131-b32c-df27c461cf7e::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2884 2025.01.09 01:56:57.409427 [ 283 ] {5d3ef84a-f4e7-4094-b77f-ce34f669a290} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2885 2025.01.09 01:56:57.409568 [ 201 ] {17c94cc7-cbcb-4131-b32c-df27c461cf7e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 84 rows starting from the beginning of the part
2886 2025.01.09 01:56:57.409576 [ 283 ] {5d3ef84a-f4e7-4094-b77f-ce34f669a290} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2887 2025.01.09 01:56:57.410500 [ 201 ] {17c94cc7-cbcb-4131-b32c-df27c461cf7e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 26 rows starting from the beginning of the part
2888 2025.01.09 01:56:57.411170 [ 201 ] {17c94cc7-cbcb-4131-b32c-df27c461cf7e::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
2889 2025.01.09 01:56:57.411906 [ 201 ] {17c94cc7-cbcb-4131-b32c-df27c461cf7e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 26 rows starting from the beginning of the part
2890 2025.01.09 01:56:57.412105 [ 283 ] {5d3ef84a-f4e7-4094-b77f-ce34f669a290} <Trace> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2891 2025.01.09 01:56:57.412198 [ 283 ] {5d3ef84a-f4e7-4094-b77f-ce34f669a290} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2892 2025.01.09 01:56:57.412585 [ 201 ] {17c94cc7-cbcb-4131-b32c-df27c461cf7e::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
2893 2025.01.09 01:56:57.413195 [ 201 ] {17c94cc7-cbcb-4131-b32c-df27c461cf7e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 26 rows starting from the beginning of the part
2894 2025.01.09 01:56:57.414228 [ 283 ] {5d3ef84a-f4e7-4094-b77f-ce34f669a290} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
2895 2025.01.09 01:56:57.414939 [ 283 ] {5d3ef84a-f4e7-4094-b77f-ce34f669a290} <Trace> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2896 2025.01.09 01:56:57.415386 [ 30 ] {} <Debug> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
2897 2025.01.09 01:56:57.415525 [ 30 ] {} <Trace> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2898 2025.01.09 01:56:57.415614 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2899 2025.01.09 01:56:57.415879 [ 283 ] {5d3ef84a-f4e7-4094-b77f-ce34f669a290} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.00652 sec., 4601.226993865031 rows/sec., 322.77 KiB/sec.
2900 2025.01.09 01:56:57.416075 [ 200 ] {33d0f459-c18f-4582-9502-2d7c69533f97::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
2901 2025.01.09 01:56:57.416217 [ 283 ] {5d3ef84a-f4e7-4094-b77f-ce34f669a290} <Debug> TCPHandler: Processed in 0.00723178 sec.
2902 2025.01.09 01:56:57.416592 [ 200 ] {33d0f459-c18f-4582-9502-2d7c69533f97::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2903 2025.01.09 01:56:57.416685 [ 200 ] {33d0f459-c18f-4582-9502-2d7c69533f97::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 382 rows starting from the beginning of the part
2904 2025.01.09 01:56:57.417015 [ 200 ] {33d0f459-c18f-4582-9502-2d7c69533f97::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 52 rows starting from the beginning of the part
2905 2025.01.09 01:56:57.417366 [ 200 ] {33d0f459-c18f-4582-9502-2d7c69533f97::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 30 rows starting from the beginning of the part
2906 2025.01.09 01:56:57.417662 [ 200 ] {33d0f459-c18f-4582-9502-2d7c69533f97::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
2907 2025.01.09 01:56:57.417925 [ 200 ] {33d0f459-c18f-4582-9502-2d7c69533f97::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 18 rows starting from the beginning of the part
2908 2025.01.09 01:56:57.418281 [ 200 ] {33d0f459-c18f-4582-9502-2d7c69533f97::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 30 rows starting from the beginning of the part
2909 2025.01.09 01:56:57.421684 [ 200 ] {33d0f459-c18f-4582-9502-2d7c69533f97::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 546 rows, containing 4 columns (4 merged, 0 gathered) in 0.005907261 sec., 92428.62301157847 rows/sec., 5.98 MiB/sec.
2910 2025.01.09 01:56:57.421902 [ 188 ] {33d0f459-c18f-4582-9502-2d7c69533f97::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
2911 2025.01.09 01:56:57.422255 [ 188 ] {33d0f459-c18f-4582-9502-2d7c69533f97::all_1_16_3} <Trace> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2912 2025.01.09 01:56:57.422335 [ 188 ] {33d0f459-c18f-4582-9502-2d7c69533f97::all_1_16_3} <Trace> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
2913 2025.01.09 01:56:57.422408 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB.
2914 2025.01.09 01:56:57.422939 [ 198 ] {17c94cc7-cbcb-4131-b32c-df27c461cf7e::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 178 rows, containing 19 columns (19 merged, 0 gathered) in 0.014975739 sec., 11885.890906619032 rows/sec., 21.30 MiB/sec.
2915 2025.01.09 01:56:57.423429 [ 188 ] {17c94cc7-cbcb-4131-b32c-df27c461cf7e::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2916 2025.01.09 01:56:57.423842 [ 188 ] {17c94cc7-cbcb-4131-b32c-df27c461cf7e::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (17c94cc7-cbcb-4131-b32c-df27c461cf7e): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2917 2025.01.09 01:56:57.423927 [ 188 ] {17c94cc7-cbcb-4131-b32c-df27c461cf7e::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (17c94cc7-cbcb-4131-b32c-df27c461cf7e) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2918 2025.01.09 01:56:57.424077 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.16 MiB.
2919 2025.01.09 01:56:59.483902 [ 44 ] {} <Debug> oximeter.timeseries_schema (0cf912c6-50be-42a8-b344-8e48cdd5b0db) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
2920 2025.01.09 01:56:59.484025 [ 44 ] {} <Trace> oximeter.timeseries_schema (0cf912c6-50be-42a8-b344-8e48cdd5b0db): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2921 2025.01.09 01:56:59.484067 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2922 2025.01.09 01:56:59.484497 [ 195 ] {0cf912c6-50be-42a8-b344-8e48cdd5b0db::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
2923 2025.01.09 01:56:59.485104 [ 195 ] {0cf912c6-50be-42a8-b344-8e48cdd5b0db::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2924 2025.01.09 01:56:59.485185 [ 195 ] {0cf912c6-50be-42a8-b344-8e48cdd5b0db::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
2925 2025.01.09 01:56:59.485385 [ 195 ] {0cf912c6-50be-42a8-b344-8e48cdd5b0db::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
2926 2025.01.09 01:56:59.485500 [ 195 ] {0cf912c6-50be-42a8-b344-8e48cdd5b0db::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 3 rows starting from the beginning of the part
2927 2025.01.09 01:56:59.485609 [ 195 ] {0cf912c6-50be-42a8-b344-8e48cdd5b0db::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 6 rows starting from the beginning of the part
2928 2025.01.09 01:56:59.485710 [ 195 ] {0cf912c6-50be-42a8-b344-8e48cdd5b0db::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
2929 2025.01.09 01:56:59.487998 [ 188 ] {0cf912c6-50be-42a8-b344-8e48cdd5b0db::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 37 rows, containing 6 columns (6 merged, 0 gathered) in 0.003808739 sec., 9714.50130870086 rows/sec., 1.66 MiB/sec.
2930 2025.01.09 01:56:59.488238 [ 186 ] {0cf912c6-50be-42a8-b344-8e48cdd5b0db::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
2931 2025.01.09 01:56:59.488751 [ 186 ] {0cf912c6-50be-42a8-b344-8e48cdd5b0db::all_1_5_1} <Trace> oximeter.timeseries_schema (0cf912c6-50be-42a8-b344-8e48cdd5b0db): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2932 2025.01.09 01:56:59.488844 [ 186 ] {0cf912c6-50be-42a8-b344-8e48cdd5b0db::all_1_5_1} <Trace> oximeter.timeseries_schema (0cf912c6-50be-42a8-b344-8e48cdd5b0db) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
2933 2025.01.09 01:56:59.488949 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB.
2934 2025.01.09 01:57:01.094034 [ 58 ] {} <Debug> DNSResolver: Updating DNS cache
2935 2025.01.09 01:57:01.094084 [ 58 ] {} <Debug> DNSResolver: Updated DNS cache
2936 2025.01.09 01:57:01.168827 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 5551
2937 2025.01.09 01:57:01.169896 [ 244 ] {} <Trace> system.asynchronous_metric_log (9698bf86-621f-4c13-9bc9-6db4396b8d09): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2938 2025.01.09 01:57:01.169943 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2939 2025.01.09 01:57:01.170539 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2940 2025.01.09 01:57:01.170824 [ 244 ] {} <Trace> system.asynchronous_metric_log (9698bf86-621f-4c13-9bc9-6db4396b8d09): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2941 2025.01.09 01:57:01.171073 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5551
2942 2025.01.09 01:57:01.180915 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 410
2943 2025.01.09 01:57:01.183779 [ 242 ] {} <Trace> system.query_log (e9d8cce9-7d6e-43dd-804a-3eff920f58fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2944 2025.01.09 01:57:01.183830 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2945 2025.01.09 01:57:01.185300 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2946 2025.01.09 01:57:01.185621 [ 242 ] {} <Trace> system.query_log (e9d8cce9-7d6e-43dd-804a-3eff920f58fa): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2947 2025.01.09 01:57:01.186199 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 410
2948 2025.01.09 01:57:01.511195 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91
2949 2025.01.09 01:57:01.531123 [ 243 ] {} <Trace> system.metric_log (c31dfbef-714c-4223-9d5c-473a3e49bbb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2950 2025.01.09 01:57:01.531196 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2951 2025.01.09 01:57:01.538525 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2952 2025.01.09 01:57:01.539440 [ 243 ] {} <Trace> system.metric_log (c31dfbef-714c-4223-9d5c-473a3e49bbb4): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2953 2025.01.09 01:57:01.543206 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 91
2954 2025.01.09 01:57:02.370323 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2955 2025.01.09 01:57:02.370629 [ 286 ] {553d4f94-7650-4379-88ee-78cd965df45e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
2956 2025.01.09 01:57:02.371136 [ 286 ] {553d4f94-7650-4379-88ee-78cd965df45e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2957 2025.01.09 01:57:02.371200 [ 286 ] {553d4f94-7650-4379-88ee-78cd965df45e} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
2958 2025.01.09 01:57:02.371602 [ 286 ] {553d4f94-7650-4379-88ee-78cd965df45e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2959 2025.01.09 01:57:02.371683 [ 286 ] {553d4f94-7650-4379-88ee-78cd965df45e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2960 2025.01.09 01:57:02.371865 [ 286 ] {553d4f94-7650-4379-88ee-78cd965df45e} <Debug> oximeter.timeseries_schema (0cf912c6-50be-42a8-b344-8e48cdd5b0db) (SelectExecutor): Key condition: (column 0 notIn 37-element set)
2961 2025.01.09 01:57:02.371905 [ 286 ] {553d4f94-7650-4379-88ee-78cd965df45e} <Trace> oximeter.timeseries_schema (0cf912c6-50be-42a8-b344-8e48cdd5b0db) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps
2962 2025.01.09 01:57:02.371931 [ 286 ] {553d4f94-7650-4379-88ee-78cd965df45e} <Debug> oximeter.timeseries_schema (0cf912c6-50be-42a8-b344-8e48cdd5b0db) (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
2963 2025.01.09 01:57:02.371948 [ 286 ] {553d4f94-7650-4379-88ee-78cd965df45e} <Trace> oximeter.timeseries_schema (0cf912c6-50be-42a8-b344-8e48cdd5b0db) (SelectExecutor): Spreading mark ranges among streams (default reading)
2964 2025.01.09 01:57:02.371999 [ 286 ] {553d4f94-7650-4379-88ee-78cd965df45e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2965 2025.01.09 01:57:02.372025 [ 286 ] {553d4f94-7650-4379-88ee-78cd965df45e} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 37 rows starting from 0
2966 2025.01.09 01:57:02.373156 [ 286 ] {553d4f94-7650-4379-88ee-78cd965df45e} <Debug> executeQuery: Read 37 rows, 1.40 KiB in 0.002679 sec., 13811.123553564763 rows/sec., 522.00 KiB/sec.
2967 2025.01.09 01:57:02.373294 [ 286 ] {553d4f94-7650-4379-88ee-78cd965df45e} <Debug> TCPHandler: Processed in 0.003127388 sec.
2968 2025.01.09 01:57:02.382891 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2969 2025.01.09 01:57:02.383032 [ 286 ] {5ed72243-1f0f-4998-a610-42a6ed9124cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
2970 2025.01.09 01:57:02.383090 [ 286 ] {5ed72243-1f0f-4998-a610-42a6ed9124cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2971 2025.01.09 01:57:02.383819 [ 286 ] {5ed72243-1f0f-4998-a610-42a6ed9124cb} <Trace> oximeter.timeseries_schema (0cf912c6-50be-42a8-b344-8e48cdd5b0db): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2972 2025.01.09 01:57:02.383867 [ 286 ] {5ed72243-1f0f-4998-a610-42a6ed9124cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2973 2025.01.09 01:57:02.384389 [ 286 ] {5ed72243-1f0f-4998-a610-42a6ed9124cb} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2974 2025.01.09 01:57:02.384616 [ 286 ] {5ed72243-1f0f-4998-a610-42a6ed9124cb} <Trace> oximeter.timeseries_schema (0cf912c6-50be-42a8-b344-8e48cdd5b0db): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2975 2025.01.09 01:57:02.384898 [ 286 ] {5ed72243-1f0f-4998-a610-42a6ed9124cb} <Debug> executeQuery: Read 1 rows, 106.00 B in 0.001896 sec., 527.4261603375528 rows/sec., 54.60 KiB/sec.
2976 2025.01.09 01:57:02.385030 [ 286 ] {5ed72243-1f0f-4998-a610-42a6ed9124cb} <Debug> TCPHandler: Processed in 0.002201393 sec.
2977 2025.01.09 01:57:02.385256 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2978 2025.01.09 01:57:02.385441 [ 283 ] {8e5e0074-5a98-4f71-a508-9a5de34e871e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
2979 2025.01.09 01:57:02.385512 [ 283 ] {8e5e0074-5a98-4f71-a508-9a5de34e871e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
2980 2025.01.09 01:57:02.386244 [ 283 ] {8e5e0074-5a98-4f71-a508-9a5de34e871e} <Trace> oximeter.fields_i16 (768e6654-4d7d-4320-b224-a6516c636040): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2981 2025.01.09 01:57:02.386287 [ 283 ] {8e5e0074-5a98-4f71-a508-9a5de34e871e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2982 2025.01.09 01:57:02.386706 [ 283 ] {8e5e0074-5a98-4f71-a508-9a5de34e871e} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2983 2025.01.09 01:57:02.386962 [ 283 ] {8e5e0074-5a98-4f71-a508-9a5de34e871e} <Trace> oximeter.fields_i16 (768e6654-4d7d-4320-b224-a6516c636040): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2984 2025.01.09 01:57:02.387216 [ 283 ] {8e5e0074-5a98-4f71-a508-9a5de34e871e} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.0018 sec., 7777.777777777778 rows/sec., 559.90 KiB/sec.
2985 2025.01.09 01:57:02.387346 [ 283 ] {8e5e0074-5a98-4f71-a508-9a5de34e871e} <Debug> TCPHandler: Processed in 0.002217354 sec.
2986 2025.01.09 01:57:02.387514 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2987 2025.01.09 01:57:02.387654 [ 286 ] {dd176f2e-c1dd-4339-821d-bf489e8a59e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2988 2025.01.09 01:57:02.387711 [ 286 ] {dd176f2e-c1dd-4339-821d-bf489e8a59e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2989 2025.01.09 01:57:02.388482 [ 286 ] {dd176f2e-c1dd-4339-821d-bf489e8a59e8} <Trace> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2990 2025.01.09 01:57:02.388521 [ 286 ] {dd176f2e-c1dd-4339-821d-bf489e8a59e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2991 2025.01.09 01:57:02.388908 [ 286 ] {dd176f2e-c1dd-4339-821d-bf489e8a59e8} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
2992 2025.01.09 01:57:02.389150 [ 286 ] {dd176f2e-c1dd-4339-821d-bf489e8a59e8} <Trace> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2993 2025.01.09 01:57:02.389419 [ 286 ] {dd176f2e-c1dd-4339-821d-bf489e8a59e8} <Debug> executeQuery: Read 200 rows, 18.20 KiB in 0.001789 sec., 111794.29849077697 rows/sec., 9.93 MiB/sec.
2994 2025.01.09 01:57:02.389623 [ 286 ] {dd176f2e-c1dd-4339-821d-bf489e8a59e8} <Debug> TCPHandler: Processed in 0.002172323 sec.
2995 2025.01.09 01:57:02.389778 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2996 2025.01.09 01:57:02.389902 [ 283 ] {f87b1a70-952e-45b9-98a4-63bf7dc38afb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2997 2025.01.09 01:57:02.389956 [ 283 ] {f87b1a70-952e-45b9-98a4-63bf7dc38afb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2998 2025.01.09 01:57:02.390552 [ 283 ] {f87b1a70-952e-45b9-98a4-63bf7dc38afb} <Trace> oximeter.fields_u16 (b7e624c8-f545-4bc0-b9ea-87ccb0a68066): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2999 2025.01.09 01:57:02.390592 [ 283 ] {f87b1a70-952e-45b9-98a4-63bf7dc38afb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
3000 2025.01.09 01:57:02.390955 [ 283 ] {f87b1a70-952e-45b9-98a4-63bf7dc38afb} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
3001 2025.01.09 01:57:02.391191 [ 283 ] {f87b1a70-952e-45b9-98a4-63bf7dc38afb} <Trace> oximeter.fields_u16 (b7e624c8-f545-4bc0-b9ea-87ccb0a68066): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3002 2025.01.09 01:57:02.391369 [ 283 ] {f87b1a70-952e-45b9-98a4-63bf7dc38afb} <Debug> executeQuery: Read 20 rows, 1.43 KiB in 0.001497 sec., 13360.05344021376 rows/sec., 957.64 KiB/sec.
3003 2025.01.09 01:57:02.391423 [ 283 ] {f87b1a70-952e-45b9-98a4-63bf7dc38afb} <Debug> TCPHandler: Processed in 0.001701366 sec.
3004 2025.01.09 01:57:02.391580 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3005 2025.01.09 01:57:02.391715 [ 286 ] {0acfed6d-a03b-4931-9a06-74ce9575330e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
3006 2025.01.09 01:57:02.391771 [ 286 ] {0acfed6d-a03b-4931-9a06-74ce9575330e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
3007 2025.01.09 01:57:02.392442 [ 286 ] {0acfed6d-a03b-4931-9a06-74ce9575330e} <Trace> oximeter.fields_u32 (03dfd943-ea50-4047-86b9-6222d9e39c11): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3008 2025.01.09 01:57:02.392481 [ 286 ] {0acfed6d-a03b-4931-9a06-74ce9575330e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
3009 2025.01.09 01:57:02.392836 [ 286 ] {0acfed6d-a03b-4931-9a06-74ce9575330e} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
3010 2025.01.09 01:57:02.393071 [ 286 ] {0acfed6d-a03b-4931-9a06-74ce9575330e} <Trace> oximeter.fields_u32 (03dfd943-ea50-4047-86b9-6222d9e39c11): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3011 2025.01.09 01:57:02.393363 [ 286 ] {0acfed6d-a03b-4931-9a06-74ce9575330e} <Debug> executeQuery: Read 15 rows, 1.05 KiB in 0.001662 sec., 9025.270758122744 rows/sec., 629.89 KiB/sec.
3012 2025.01.09 01:57:02.393445 [ 286 ] {0acfed6d-a03b-4931-9a06-74ce9575330e} <Debug> TCPHandler: Processed in 0.00193599 sec.
3013 2025.01.09 01:57:02.393583 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3014 2025.01.09 01:57:02.393700 [ 283 ] {1ea48181-30ae-44f8-be77-b789e901339d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
3015 2025.01.09 01:57:02.393750 [ 283 ] {1ea48181-30ae-44f8-be77-b789e901339d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
3016 2025.01.09 01:57:02.394325 [ 283 ] {1ea48181-30ae-44f8-be77-b789e901339d} <Trace> oximeter.fields_u8 (f59c63b9-7e00-4cbb-80d5-4667ebd1997c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3017 2025.01.09 01:57:02.394363 [ 283 ] {1ea48181-30ae-44f8-be77-b789e901339d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
3018 2025.01.09 01:57:02.394713 [ 283 ] {1ea48181-30ae-44f8-be77-b789e901339d} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
3019 2025.01.09 01:57:02.394971 [ 283 ] {1ea48181-30ae-44f8-be77-b789e901339d} <Trace> oximeter.fields_u8 (f59c63b9-7e00-4cbb-80d5-4667ebd1997c): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3020 2025.01.09 01:57:02.395209 [ 283 ] {1ea48181-30ae-44f8-be77-b789e901339d} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001514 sec., 8586.525759577278 rows/sec., 535.37 KiB/sec.
3021 2025.01.09 01:57:02.395350 [ 283 ] {1ea48181-30ae-44f8-be77-b789e901339d} <Debug> TCPHandler: Processed in 0.001822288 sec.
3022 2025.01.09 01:57:02.395501 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3023 2025.01.09 01:57:02.395637 [ 286 ] {76baeb49-d01b-496b-99fb-daecc4cd3ee0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3024 2025.01.09 01:57:02.395692 [ 286 ] {76baeb49-d01b-496b-99fb-daecc4cd3ee0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3025 2025.01.09 01:57:02.396486 [ 286 ] {76baeb49-d01b-496b-99fb-daecc4cd3ee0} <Trace> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3026 2025.01.09 01:57:02.396613 [ 286 ] {76baeb49-d01b-496b-99fb-daecc4cd3ee0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
3027 2025.01.09 01:57:02.396989 [ 286 ] {76baeb49-d01b-496b-99fb-daecc4cd3ee0} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3028 2025.01.09 01:57:02.397239 [ 286 ] {76baeb49-d01b-496b-99fb-daecc4cd3ee0} <Trace> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3029 2025.01.09 01:57:02.397443 [ 286 ] {76baeb49-d01b-496b-99fb-daecc4cd3ee0} <Debug> executeQuery: Read 359 rows, 25.84 KiB in 0.001837 sec., 195427.3271638541 rows/sec., 13.74 MiB/sec.
3030 2025.01.09 01:57:02.397493 [ 286 ] {76baeb49-d01b-496b-99fb-daecc4cd3ee0} <Debug> TCPHandler: Processed in 0.002060611 sec.
3031 2025.01.09 01:57:02.397629 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3032 2025.01.09 01:57:02.397745 [ 283 ] {084120ce-0479-45f5-acaf-c908bc9d6ee2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
3033 2025.01.09 01:57:02.397796 [ 283 ] {084120ce-0479-45f5-acaf-c908bc9d6ee2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
3034 2025.01.09 01:57:02.398360 [ 283 ] {084120ce-0479-45f5-acaf-c908bc9d6ee2} <Trace> oximeter.measurements_bool (e95e83a2-bc6b-4f55-83f2-ee90a75b0302): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3035 2025.01.09 01:57:02.398396 [ 283 ] {084120ce-0479-45f5-acaf-c908bc9d6ee2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
3036 2025.01.09 01:57:02.398753 [ 283 ] {084120ce-0479-45f5-acaf-c908bc9d6ee2} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
3037 2025.01.09 01:57:02.398985 [ 283 ] {084120ce-0479-45f5-acaf-c908bc9d6ee2} <Trace> oximeter.measurements_bool (e95e83a2-bc6b-4f55-83f2-ee90a75b0302): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3038 2025.01.09 01:57:02.399241 [ 283 ] {084120ce-0479-45f5-acaf-c908bc9d6ee2} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001495 sec., 4013.3779264214045 rows/sec., 209.68 KiB/sec.
3039 2025.01.09 01:57:02.399344 [ 283 ] {084120ce-0479-45f5-acaf-c908bc9d6ee2} <Debug> TCPHandler: Processed in 0.001769597 sec.
3040 2025.01.09 01:57:02.399494 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3041 2025.01.09 01:57:02.399632 [ 286 ] {0d1f62db-b13d-4abe-b683-f4490542df8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3042 2025.01.09 01:57:02.399693 [ 286 ] {0d1f62db-b13d-4abe-b683-f4490542df8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3043 2025.01.09 01:57:02.400356 [ 286 ] {0d1f62db-b13d-4abe-b683-f4490542df8d} <Trace> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3044 2025.01.09 01:57:02.400401 [ 286 ] {0d1f62db-b13d-4abe-b683-f4490542df8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
3045 2025.01.09 01:57:02.400791 [ 286 ] {0d1f62db-b13d-4abe-b683-f4490542df8d} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3046 2025.01.09 01:57:02.401024 [ 286 ] {0d1f62db-b13d-4abe-b683-f4490542df8d} <Trace> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3047 2025.01.09 01:57:02.401230 [ 286 ] {0d1f62db-b13d-4abe-b683-f4490542df8d} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.001628 sec., 108722.35872235871 rows/sec., 7.17 MiB/sec.
3048 2025.01.09 01:57:02.401280 [ 286 ] {0d1f62db-b13d-4abe-b683-f4490542df8d} <Debug> TCPHandler: Processed in 0.001853198 sec.
3049 2025.01.09 01:57:02.401408 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3050 2025.01.09 01:57:02.401524 [ 283 ] {69ac4cc8-ae6b-476b-b6a8-d2ce0cd724c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
3051 2025.01.09 01:57:02.401575 [ 283 ] {69ac4cc8-ae6b-476b-b6a8-d2ce0cd724c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
3052 2025.01.09 01:57:02.402028 [ 283 ] {69ac4cc8-ae6b-476b-b6a8-d2ce0cd724c0} <Trace> oximeter.measurements_f64 (934b838e-c5f5-431f-8772-7fa1e914138c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3053 2025.01.09 01:57:02.402065 [ 283 ] {69ac4cc8-ae6b-476b-b6a8-d2ce0cd724c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
3054 2025.01.09 01:57:02.402422 [ 283 ] {69ac4cc8-ae6b-476b-b6a8-d2ce0cd724c0} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
3055 2025.01.09 01:57:02.402657 [ 283 ] {69ac4cc8-ae6b-476b-b6a8-d2ce0cd724c0} <Trace> oximeter.measurements_f64 (934b838e-c5f5-431f-8772-7fa1e914138c): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3056 2025.01.09 01:57:02.402918 [ 283 ] {69ac4cc8-ae6b-476b-b6a8-d2ce0cd724c0} <Debug> executeQuery: Read 2 rows, 134.00 B in 0.001396 sec., 1432.6647564469913 rows/sec., 93.74 KiB/sec.
3057 2025.01.09 01:57:02.403037 [ 283 ] {69ac4cc8-ae6b-476b-b6a8-d2ce0cd724c0} <Debug> TCPHandler: Processed in 0.001682555 sec.
3058 2025.01.09 01:57:02.403166 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3059 2025.01.09 01:57:02.403287 [ 286 ] {cc9e30b6-3779-438c-9c21-8d8b695e0136} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3060 2025.01.09 01:57:02.403368 [ 286 ] {cc9e30b6-3779-438c-9c21-8d8b695e0136} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
3061 2025.01.09 01:57:02.404605 [ 286 ] {cc9e30b6-3779-438c-9c21-8d8b695e0136} <Trace> oximeter.measurements_histogramu64 (17c94cc7-cbcb-4131-b32c-df27c461cf7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3062 2025.01.09 01:57:02.404643 [ 286 ] {cc9e30b6-3779-438c-9c21-8d8b695e0136} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
3063 2025.01.09 01:57:02.405271 [ 286 ] {cc9e30b6-3779-438c-9c21-8d8b695e0136} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
3064 2025.01.09 01:57:02.405519 [ 286 ] {cc9e30b6-3779-438c-9c21-8d8b695e0136} <Trace> oximeter.measurements_histogramu64 (17c94cc7-cbcb-4131-b32c-df27c461cf7e): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3065 2025.01.09 01:57:02.405752 [ 286 ] {cc9e30b6-3779-438c-9c21-8d8b695e0136} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002487 sec., 5227.181342983514 rows/sec., 9.37 MiB/sec.
3066 2025.01.09 01:57:02.406036 [ 286 ] {cc9e30b6-3779-438c-9c21-8d8b695e0136} <Debug> TCPHandler: Processed in 0.002924085 sec.
3067 2025.01.09 01:57:02.406171 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3068 2025.01.09 01:57:02.406291 [ 283 ] {9ab78b51-e3f9-4815-833e-9eea06a45369} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3069 2025.01.09 01:57:02.406343 [ 283 ] {9ab78b51-e3f9-4815-833e-9eea06a45369} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3070 2025.01.09 01:57:02.406810 [ 283 ] {9ab78b51-e3f9-4815-833e-9eea06a45369} <Trace> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3071 2025.01.09 01:57:02.406847 [ 283 ] {9ab78b51-e3f9-4815-833e-9eea06a45369} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
3072 2025.01.09 01:57:02.407224 [ 283 ] {9ab78b51-e3f9-4815-833e-9eea06a45369} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3073 2025.01.09 01:57:02.407480 [ 283 ] {9ab78b51-e3f9-4815-833e-9eea06a45369} <Trace> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3074 2025.01.09 01:57:02.407767 [ 283 ] {9ab78b51-e3f9-4815-833e-9eea06a45369} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.001474 sec., 35278.15468113976 rows/sec., 2.18 MiB/sec.
3075 2025.01.09 01:57:02.407936 [ 283 ] {9ab78b51-e3f9-4815-833e-9eea06a45369} <Debug> TCPHandler: Processed in 0.001816578 sec.
3076 2025.01.09 01:57:07.376307 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3077 2025.01.09 01:57:07.376534 [ 286 ] {9b8d7ce8-3637-4642-86d1-1bdbe4a83b2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
3078 2025.01.09 01:57:07.376613 [ 286 ] {9b8d7ce8-3637-4642-86d1-1bdbe4a83b2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
3079 2025.01.09 01:57:07.377366 [ 286 ] {9b8d7ce8-3637-4642-86d1-1bdbe4a83b2a} <Trace> oximeter.fields_ipaddr (99e36f6e-d6b3-41b0-9488-2664f52c89c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3080 2025.01.09 01:57:07.377417 [ 286 ] {9b8d7ce8-3637-4642-86d1-1bdbe4a83b2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3081 2025.01.09 01:57:07.377840 [ 286 ] {9b8d7ce8-3637-4642-86d1-1bdbe4a83b2a} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
3082 2025.01.09 01:57:07.378105 [ 286 ] {9b8d7ce8-3637-4642-86d1-1bdbe4a83b2a} <Trace> oximeter.fields_ipaddr (99e36f6e-d6b3-41b0-9488-2664f52c89c7): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3083 2025.01.09 01:57:07.378365 [ 286 ] {9b8d7ce8-3637-4642-86d1-1bdbe4a83b2a} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001885 sec., 1061.0079575596817 rows/sec., 86.52 KiB/sec.
3084 2025.01.09 01:57:07.378532 [ 286 ] {9b8d7ce8-3637-4642-86d1-1bdbe4a83b2a} <Debug> TCPHandler: Processed in 0.002363127 sec.
3085 2025.01.09 01:57:07.378790 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3086 2025.01.09 01:57:07.378980 [ 283 ] {d08e385c-2719-42a3-96c6-98d4aa890120} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3087 2025.01.09 01:57:07.379053 [ 283 ] {d08e385c-2719-42a3-96c6-98d4aa890120} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3088 2025.01.09 01:57:07.379851 [ 283 ] {d08e385c-2719-42a3-96c6-98d4aa890120} <Trace> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3089 2025.01.09 01:57:07.379904 [ 283 ] {d08e385c-2719-42a3-96c6-98d4aa890120} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3090 2025.01.09 01:57:07.380348 [ 283 ] {d08e385c-2719-42a3-96c6-98d4aa890120} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3091 2025.01.09 01:57:07.380596 [ 283 ] {d08e385c-2719-42a3-96c6-98d4aa890120} <Trace> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3092 2025.01.09 01:57:07.380889 [ 283 ] {d08e385c-2719-42a3-96c6-98d4aa890120} <Debug> executeQuery: Read 79 rows, 6.92 KiB in 0.001953 sec., 40450.58883768561 rows/sec., 3.46 MiB/sec.
3093 2025.01.09 01:57:07.381096 [ 283 ] {d08e385c-2719-42a3-96c6-98d4aa890120} <Debug> TCPHandler: Processed in 0.002425827 sec.
3094 2025.01.09 01:57:07.381274 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3095 2025.01.09 01:57:07.381423 [ 286 ] {61efbc13-3877-4e42-8e98-1b04cdbf9aff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3096 2025.01.09 01:57:07.381487 [ 286 ] {61efbc13-3877-4e42-8e98-1b04cdbf9aff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3097 2025.01.09 01:57:07.382086 [ 286 ] {61efbc13-3877-4e42-8e98-1b04cdbf9aff} <Trace> oximeter.fields_u16 (b7e624c8-f545-4bc0-b9ea-87ccb0a68066): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3098 2025.01.09 01:57:07.382127 [ 286 ] {61efbc13-3877-4e42-8e98-1b04cdbf9aff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3099 2025.01.09 01:57:07.382493 [ 286 ] {61efbc13-3877-4e42-8e98-1b04cdbf9aff} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
3100 2025.01.09 01:57:07.382732 [ 286 ] {61efbc13-3877-4e42-8e98-1b04cdbf9aff} <Trace> oximeter.fields_u16 (b7e624c8-f545-4bc0-b9ea-87ccb0a68066): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3101 2025.01.09 01:57:07.383004 [ 286 ] {61efbc13-3877-4e42-8e98-1b04cdbf9aff} <Debug> executeQuery: Read 28 rows, 2.09 KiB in 0.001609 sec., 17402.11311373524 rows/sec., 1.27 MiB/sec.
3102 2025.01.09 01:57:07.383177 [ 286 ] {61efbc13-3877-4e42-8e98-1b04cdbf9aff} <Debug> TCPHandler: Processed in 0.00197046 sec.
3103 2025.01.09 01:57:07.383337 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3104 2025.01.09 01:57:07.383463 [ 283 ] {b84ae2e8-b745-4f01-9153-a15cd78523f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3105 2025.01.09 01:57:07.383516 [ 283 ] {b84ae2e8-b745-4f01-9153-a15cd78523f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3106 2025.01.09 01:57:07.384143 [ 283 ] {b84ae2e8-b745-4f01-9153-a15cd78523f1} <Trace> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3107 2025.01.09 01:57:07.384185 [ 283 ] {b84ae2e8-b745-4f01-9153-a15cd78523f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3108 2025.01.09 01:57:07.384554 [ 283 ] {b84ae2e8-b745-4f01-9153-a15cd78523f1} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3109 2025.01.09 01:57:07.384798 [ 283 ] {b84ae2e8-b745-4f01-9153-a15cd78523f1} <Trace> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3110 2025.01.09 01:57:07.385021 [ 283 ] {b84ae2e8-b745-4f01-9153-a15cd78523f1} <Debug> executeQuery: Read 56 rows, 4.48 KiB in 0.001586 sec., 35308.95334174023 rows/sec., 2.76 MiB/sec.
3111 2025.01.09 01:57:07.385082 [ 283 ] {b84ae2e8-b745-4f01-9153-a15cd78523f1} <Debug> TCPHandler: Processed in 0.001802758 sec.
3112 2025.01.09 01:57:07.385231 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3113 2025.01.09 01:57:07.385352 [ 286 ] {4b0e4746-469d-4509-a50b-cb84684ffc6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3114 2025.01.09 01:57:07.385407 [ 286 ] {4b0e4746-469d-4509-a50b-cb84684ffc6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3115 2025.01.09 01:57:07.385963 [ 286 ] {4b0e4746-469d-4509-a50b-cb84684ffc6b} <Trace> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3116 2025.01.09 01:57:07.386000 [ 286 ] {4b0e4746-469d-4509-a50b-cb84684ffc6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3117 2025.01.09 01:57:07.386404 [ 286 ] {4b0e4746-469d-4509-a50b-cb84684ffc6b} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3118 2025.01.09 01:57:07.386648 [ 286 ] {4b0e4746-469d-4509-a50b-cb84684ffc6b} <Trace> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3119 2025.01.09 01:57:07.386860 [ 286 ] {4b0e4746-469d-4509-a50b-cb84684ffc6b} <Debug> executeQuery: Read 101 rows, 7.17 KiB in 0.00153 sec., 66013.07189542484 rows/sec., 4.58 MiB/sec.
3120 2025.01.09 01:57:07.386969 [ 286 ] {4b0e4746-469d-4509-a50b-cb84684ffc6b} <Debug> TCPHandler: Processed in 0.001798568 sec.
3121 2025.01.09 01:57:07.387099 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3122 2025.01.09 01:57:07.387220 [ 283 ] {c193c9de-27e5-4ca6-bee4-877b7a259d01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3123 2025.01.09 01:57:07.387306 [ 283 ] {c193c9de-27e5-4ca6-bee4-877b7a259d01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
3124 2025.01.09 01:57:07.388498 [ 283 ] {c193c9de-27e5-4ca6-bee4-877b7a259d01} <Trace> oximeter.measurements_histogramu64 (17c94cc7-cbcb-4131-b32c-df27c461cf7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3125 2025.01.09 01:57:07.388538 [ 283 ] {c193c9de-27e5-4ca6-bee4-877b7a259d01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3126 2025.01.09 01:57:07.389192 [ 283 ] {c193c9de-27e5-4ca6-bee4-877b7a259d01} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
3127 2025.01.09 01:57:07.389482 [ 283 ] {c193c9de-27e5-4ca6-bee4-877b7a259d01} <Trace> oximeter.measurements_histogramu64 (17c94cc7-cbcb-4131-b32c-df27c461cf7e): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3128 2025.01.09 01:57:07.389722 [ 283 ] {c193c9de-27e5-4ca6-bee4-877b7a259d01} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002529 sec., 10280.743376828786 rows/sec., 18.42 MiB/sec.
3129 2025.01.09 01:57:07.389830 [ 283 ] {c193c9de-27e5-4ca6-bee4-877b7a259d01} <Debug> TCPHandler: Processed in 0.002786442 sec.
3130 2025.01.09 01:57:07.389996 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3131 2025.01.09 01:57:07.390133 [ 286 ] {3a301cc5-ced8-436d-a98e-3b2ae3a3ad16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3132 2025.01.09 01:57:07.390195 [ 286 ] {3a301cc5-ced8-436d-a98e-3b2ae3a3ad16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3133 2025.01.09 01:57:07.390733 [ 286 ] {3a301cc5-ced8-436d-a98e-3b2ae3a3ad16} <Trace> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3134 2025.01.09 01:57:07.390770 [ 286 ] {3a301cc5-ced8-436d-a98e-3b2ae3a3ad16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3135 2025.01.09 01:57:07.391144 [ 286 ] {3a301cc5-ced8-436d-a98e-3b2ae3a3ad16} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3136 2025.01.09 01:57:07.391403 [ 286 ] {3a301cc5-ced8-436d-a98e-3b2ae3a3ad16} <Trace> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3137 2025.01.09 01:57:07.391627 [ 286 ] {3a301cc5-ced8-436d-a98e-3b2ae3a3ad16} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001519 sec., 19749.835418038183 rows/sec., 1.35 MiB/sec.
3138 2025.01.09 01:57:07.391830 [ 286 ] {3a301cc5-ced8-436d-a98e-3b2ae3a3ad16} <Debug> TCPHandler: Processed in 0.001900239 sec.
3139 2025.01.09 01:57:08.671218 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5978
3140 2025.01.09 01:57:08.671941 [ 244 ] {} <Trace> system.asynchronous_metric_log (9698bf86-621f-4c13-9bc9-6db4396b8d09): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3141 2025.01.09 01:57:08.671985 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3142 2025.01.09 01:57:08.672585 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
3143 2025.01.09 01:57:08.672853 [ 244 ] {} <Trace> system.asynchronous_metric_log (9698bf86-621f-4c13-9bc9-6db4396b8d09): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3144 2025.01.09 01:57:08.673059 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5978
3145 2025.01.09 01:57:09.043310 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98
3146 2025.01.09 01:57:09.062728 [ 243 ] {} <Trace> system.metric_log (c31dfbef-714c-4223-9d5c-473a3e49bbb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3147 2025.01.09 01:57:09.062791 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3148 2025.01.09 01:57:09.070299 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
3149 2025.01.09 01:57:09.071057 [ 243 ] {} <Trace> system.metric_log (c31dfbef-714c-4223-9d5c-473a3e49bbb4): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3150 2025.01.09 01:57:09.073858 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 98
3151 2025.01.09 01:57:11.186372 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 450
3152 2025.01.09 01:57:11.189623 [ 242 ] {} <Trace> system.query_log (e9d8cce9-7d6e-43dd-804a-3eff920f58fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3153 2025.01.09 01:57:11.189688 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3154 2025.01.09 01:57:11.191204 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
3155 2025.01.09 01:57:11.191523 [ 242 ] {} <Trace> system.query_log (e9d8cce9-7d6e-43dd-804a-3eff920f58fa): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3156 2025.01.09 01:57:11.192166 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 450
3157 2025.01.09 01:57:12.379534 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3158 2025.01.09 01:57:12.379758 [ 286 ] {f5c7eaf2-c0b0-442c-b9ee-6c6621fa09fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
3159 2025.01.09 01:57:12.379839 [ 286 ] {f5c7eaf2-c0b0-442c-b9ee-6c6621fa09fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
3160 2025.01.09 01:57:12.380632 [ 286 ] {f5c7eaf2-c0b0-442c-b9ee-6c6621fa09fd} <Trace> oximeter.fields_i16 (768e6654-4d7d-4320-b224-a6516c636040): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3161 2025.01.09 01:57:12.380691 [ 286 ] {f5c7eaf2-c0b0-442c-b9ee-6c6621fa09fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3162 2025.01.09 01:57:12.381142 [ 286 ] {f5c7eaf2-c0b0-442c-b9ee-6c6621fa09fd} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
3163 2025.01.09 01:57:12.381418 [ 286 ] {f5c7eaf2-c0b0-442c-b9ee-6c6621fa09fd} <Trace> oximeter.fields_i16 (768e6654-4d7d-4320-b224-a6516c636040): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3164 2025.01.09 01:57:12.381692 [ 286 ] {f5c7eaf2-c0b0-442c-b9ee-6c6621fa09fd} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001995 sec., 7017.543859649123 rows/sec., 505.17 KiB/sec.
3165 2025.01.09 01:57:12.381795 [ 286 ] {f5c7eaf2-c0b0-442c-b9ee-6c6621fa09fd} <Debug> TCPHandler: Processed in 0.002414057 sec.
3166 2025.01.09 01:57:12.382058 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3167 2025.01.09 01:57:12.382248 [ 283 ] {b5e04761-32a1-4dc8-9121-67267dbdc9f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3168 2025.01.09 01:57:12.382320 [ 283 ] {b5e04761-32a1-4dc8-9121-67267dbdc9f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3169 2025.01.09 01:57:12.383158 [ 283 ] {b5e04761-32a1-4dc8-9121-67267dbdc9f7} <Trace> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3170 2025.01.09 01:57:12.383204 [ 283 ] {b5e04761-32a1-4dc8-9121-67267dbdc9f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3171 2025.01.09 01:57:12.383657 [ 283 ] {b5e04761-32a1-4dc8-9121-67267dbdc9f7} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
3172 2025.01.09 01:57:12.383913 [ 283 ] {b5e04761-32a1-4dc8-9121-67267dbdc9f7} <Trace> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3173 2025.01.09 01:57:12.384113 [ 283 ] {b5e04761-32a1-4dc8-9121-67267dbdc9f7} <Debug> executeQuery: Read 199 rows, 18.11 KiB in 0.001921 sec., 103591.87922956793 rows/sec., 9.21 MiB/sec.
3174 2025.01.09 01:57:12.384180 [ 283 ] {b5e04761-32a1-4dc8-9121-67267dbdc9f7} <Debug> TCPHandler: Processed in 0.002247795 sec.
3175 2025.01.09 01:57:12.384342 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3176 2025.01.09 01:57:12.384476 [ 286 ] {b9eae525-483d-4cd7-8c14-9751f335000b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3177 2025.01.09 01:57:12.384531 [ 286 ] {b9eae525-483d-4cd7-8c14-9751f335000b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3178 2025.01.09 01:57:12.385148 [ 286 ] {b9eae525-483d-4cd7-8c14-9751f335000b} <Trace> oximeter.fields_u16 (b7e624c8-f545-4bc0-b9ea-87ccb0a68066): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3179 2025.01.09 01:57:12.385193 [ 286 ] {b9eae525-483d-4cd7-8c14-9751f335000b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3180 2025.01.09 01:57:12.385578 [ 286 ] {b9eae525-483d-4cd7-8c14-9751f335000b} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
3181 2025.01.09 01:57:12.385843 [ 286 ] {b9eae525-483d-4cd7-8c14-9751f335000b} <Trace> oximeter.fields_u16 (b7e624c8-f545-4bc0-b9ea-87ccb0a68066): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3182 2025.01.09 01:57:12.386113 [ 286 ] {b9eae525-483d-4cd7-8c14-9751f335000b} <Debug> executeQuery: Read 20 rows, 1.43 KiB in 0.00166 sec., 12048.192771084337 rows/sec., 863.61 KiB/sec.
3183 2025.01.09 01:57:12.386272 [ 286 ] {b9eae525-483d-4cd7-8c14-9751f335000b} <Debug> TCPHandler: Processed in 0.001989 sec.
3184 2025.01.09 01:57:12.386509 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3185 2025.01.09 01:57:12.386637 [ 283 ] {e080f474-987d-4ee7-9ed7-ec43814e97b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
3186 2025.01.09 01:57:12.386689 [ 283 ] {e080f474-987d-4ee7-9ed7-ec43814e97b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
3187 2025.01.09 01:57:12.387289 [ 283 ] {e080f474-987d-4ee7-9ed7-ec43814e97b3} <Trace> oximeter.fields_u32 (03dfd943-ea50-4047-86b9-6222d9e39c11): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3188 2025.01.09 01:57:12.387328 [ 283 ] {e080f474-987d-4ee7-9ed7-ec43814e97b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3189 2025.01.09 01:57:12.387701 [ 283 ] {e080f474-987d-4ee7-9ed7-ec43814e97b3} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
3190 2025.01.09 01:57:12.387943 [ 283 ] {e080f474-987d-4ee7-9ed7-ec43814e97b3} <Trace> oximeter.fields_u32 (03dfd943-ea50-4047-86b9-6222d9e39c11): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3191 2025.01.09 01:57:12.388139 [ 283 ] {e080f474-987d-4ee7-9ed7-ec43814e97b3} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001531 sec., 9144.350097975179 rows/sec., 640.41 KiB/sec.
3192 2025.01.09 01:57:12.388195 [ 283 ] {e080f474-987d-4ee7-9ed7-ec43814e97b3} <Debug> TCPHandler: Processed in 0.001796217 sec.
3193 2025.01.09 01:57:12.388362 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3194 2025.01.09 01:57:12.388481 [ 286 ] {d3369b9d-1981-430e-8dd2-a64e34071498} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
3195 2025.01.09 01:57:12.388531 [ 286 ] {d3369b9d-1981-430e-8dd2-a64e34071498} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
3196 2025.01.09 01:57:12.389111 [ 286 ] {d3369b9d-1981-430e-8dd2-a64e34071498} <Trace> oximeter.fields_u8 (f59c63b9-7e00-4cbb-80d5-4667ebd1997c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3197 2025.01.09 01:57:12.389153 [ 286 ] {d3369b9d-1981-430e-8dd2-a64e34071498} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3198 2025.01.09 01:57:12.389526 [ 286 ] {d3369b9d-1981-430e-8dd2-a64e34071498} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
3199 2025.01.09 01:57:12.389794 [ 286 ] {d3369b9d-1981-430e-8dd2-a64e34071498} <Trace> oximeter.fields_u8 (f59c63b9-7e00-4cbb-80d5-4667ebd1997c): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3200 2025.01.09 01:57:12.390033 [ 286 ] {d3369b9d-1981-430e-8dd2-a64e34071498} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001576 sec., 8248.730964467006 rows/sec., 514.31 KiB/sec.
3201 2025.01.09 01:57:12.390089 [ 286 ] {d3369b9d-1981-430e-8dd2-a64e34071498} <Debug> TCPHandler: Processed in 0.001787158 sec.
3202 2025.01.09 01:57:12.390258 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3203 2025.01.09 01:57:12.390408 [ 283 ] {de1d7938-7434-4a01-b529-caf0197361a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3204 2025.01.09 01:57:12.390469 [ 283 ] {de1d7938-7434-4a01-b529-caf0197361a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3205 2025.01.09 01:57:12.391248 [ 283 ] {de1d7938-7434-4a01-b529-caf0197361a2} <Trace> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3206 2025.01.09 01:57:12.391291 [ 283 ] {de1d7938-7434-4a01-b529-caf0197361a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3207 2025.01.09 01:57:12.391699 [ 283 ] {de1d7938-7434-4a01-b529-caf0197361a2} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
3208 2025.01.09 01:57:12.391950 [ 283 ] {de1d7938-7434-4a01-b529-caf0197361a2} <Trace> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3209 2025.01.09 01:57:12.392198 [ 283 ] {de1d7938-7434-4a01-b529-caf0197361a2} <Debug> executeQuery: Read 359 rows, 25.84 KiB in 0.001814 sec., 197905.18191841233 rows/sec., 13.91 MiB/sec.
3210 2025.01.09 01:57:12.392402 [ 283 ] {de1d7938-7434-4a01-b529-caf0197361a2} <Debug> TCPHandler: Processed in 0.002209234 sec.
3211 2025.01.09 01:57:12.392595 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3212 2025.01.09 01:57:12.392734 [ 286 ] {2b241537-bb15-4e6a-9c55-717a492edaae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
3213 2025.01.09 01:57:12.392794 [ 286 ] {2b241537-bb15-4e6a-9c55-717a492edaae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
3214 2025.01.09 01:57:12.393368 [ 286 ] {2b241537-bb15-4e6a-9c55-717a492edaae} <Trace> oximeter.measurements_bool (e95e83a2-bc6b-4f55-83f2-ee90a75b0302): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3215 2025.01.09 01:57:12.393416 [ 286 ] {2b241537-bb15-4e6a-9c55-717a492edaae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3216 2025.01.09 01:57:12.393839 [ 286 ] {2b241537-bb15-4e6a-9c55-717a492edaae} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
3217 2025.01.09 01:57:12.394088 [ 286 ] {2b241537-bb15-4e6a-9c55-717a492edaae} <Trace> oximeter.measurements_bool (e95e83a2-bc6b-4f55-83f2-ee90a75b0302): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3218 2025.01.09 01:57:12.394303 [ 286 ] {2b241537-bb15-4e6a-9c55-717a492edaae} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.0016 sec., 3750 rows/sec., 195.92 KiB/sec.
3219 2025.01.09 01:57:12.394354 [ 286 ] {2b241537-bb15-4e6a-9c55-717a492edaae} <Debug> TCPHandler: Processed in 0.001855928 sec.
3220 2025.01.09 01:57:12.394499 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3221 2025.01.09 01:57:12.394618 [ 283 ] {1881fa6e-de3e-4f8f-8875-ff90127d46b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3222 2025.01.09 01:57:12.394674 [ 283 ] {1881fa6e-de3e-4f8f-8875-ff90127d46b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3223 2025.01.09 01:57:12.395368 [ 283 ] {1881fa6e-de3e-4f8f-8875-ff90127d46b6} <Trace> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3224 2025.01.09 01:57:12.395418 [ 283 ] {1881fa6e-de3e-4f8f-8875-ff90127d46b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3225 2025.01.09 01:57:12.395862 [ 283 ] {1881fa6e-de3e-4f8f-8875-ff90127d46b6} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
3226 2025.01.09 01:57:12.396094 [ 283 ] {1881fa6e-de3e-4f8f-8875-ff90127d46b6} <Trace> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3227 2025.01.09 01:57:12.396369 [ 283 ] {1881fa6e-de3e-4f8f-8875-ff90127d46b6} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.001776 sec., 99662.16216216216 rows/sec., 6.57 MiB/sec.
3228 2025.01.09 01:57:12.396591 [ 283 ] {1881fa6e-de3e-4f8f-8875-ff90127d46b6} <Debug> TCPHandler: Processed in 0.002145803 sec.
3229 2025.01.09 01:57:12.396752 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3230 2025.01.09 01:57:12.396891 [ 286 ] {a9d217f0-1ceb-4a07-ad76-831f2253eca3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
3231 2025.01.09 01:57:12.396952 [ 286 ] {a9d217f0-1ceb-4a07-ad76-831f2253eca3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
3232 2025.01.09 01:57:12.397494 [ 286 ] {a9d217f0-1ceb-4a07-ad76-831f2253eca3} <Trace> oximeter.measurements_f64 (934b838e-c5f5-431f-8772-7fa1e914138c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3233 2025.01.09 01:57:12.397541 [ 286 ] {a9d217f0-1ceb-4a07-ad76-831f2253eca3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3234 2025.01.09 01:57:12.397930 [ 286 ] {a9d217f0-1ceb-4a07-ad76-831f2253eca3} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
3235 2025.01.09 01:57:12.398174 [ 286 ] {a9d217f0-1ceb-4a07-ad76-831f2253eca3} <Trace> oximeter.measurements_f64 (934b838e-c5f5-431f-8772-7fa1e914138c): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3236 2025.01.09 01:57:12.398459 [ 286 ] {a9d217f0-1ceb-4a07-ad76-831f2253eca3} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001574 sec., 635.3240152477763 rows/sec., 42.81 KiB/sec.
3237 2025.01.09 01:57:12.398582 [ 286 ] {a9d217f0-1ceb-4a07-ad76-831f2253eca3} <Debug> TCPHandler: Processed in 0.001898549 sec.
3238 2025.01.09 01:57:12.398747 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3239 2025.01.09 01:57:12.398888 [ 283 ] {addff7ba-3610-4f3c-979a-244355886deb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3240 2025.01.09 01:57:12.398981 [ 283 ] {addff7ba-3610-4f3c-979a-244355886deb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
3241 2025.01.09 01:57:12.400216 [ 283 ] {addff7ba-3610-4f3c-979a-244355886deb} <Trace> oximeter.measurements_histogramu64 (17c94cc7-cbcb-4131-b32c-df27c461cf7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3242 2025.01.09 01:57:12.400255 [ 283 ] {addff7ba-3610-4f3c-979a-244355886deb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3243 2025.01.09 01:57:12.400882 [ 283 ] {addff7ba-3610-4f3c-979a-244355886deb} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
3244 2025.01.09 01:57:12.401149 [ 283 ] {addff7ba-3610-4f3c-979a-244355886deb} <Trace> oximeter.measurements_histogramu64 (17c94cc7-cbcb-4131-b32c-df27c461cf7e): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3245 2025.01.09 01:57:12.401396 [ 283 ] {addff7ba-3610-4f3c-979a-244355886deb} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002539 sec., 5120.126033871603 rows/sec., 9.18 MiB/sec.
3246 2025.01.09 01:57:12.401505 [ 283 ] {addff7ba-3610-4f3c-979a-244355886deb} <Debug> TCPHandler: Processed in 0.002823453 sec.
3247 2025.01.09 01:57:12.401657 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3248 2025.01.09 01:57:12.401799 [ 286 ] {816b4d96-c080-4db4-8f52-a770f5c3657a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3249 2025.01.09 01:57:12.401859 [ 286 ] {816b4d96-c080-4db4-8f52-a770f5c3657a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3250 2025.01.09 01:57:12.402439 [ 286 ] {816b4d96-c080-4db4-8f52-a770f5c3657a} <Trace> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3251 2025.01.09 01:57:12.402487 [ 286 ] {816b4d96-c080-4db4-8f52-a770f5c3657a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3252 2025.01.09 01:57:12.402899 [ 286 ] {816b4d96-c080-4db4-8f52-a770f5c3657a} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
3253 2025.01.09 01:57:12.403144 [ 286 ] {816b4d96-c080-4db4-8f52-a770f5c3657a} <Trace> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3254 2025.01.09 01:57:12.403356 [ 286 ] {816b4d96-c080-4db4-8f52-a770f5c3657a} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.001589 sec., 32724.98426683449 rows/sec., 2.03 MiB/sec.
3255 2025.01.09 01:57:12.403407 [ 286 ] {816b4d96-c080-4db4-8f52-a770f5c3657a} <Debug> TCPHandler: Processed in 0.001820198 sec.
3256 2025.01.09 01:57:16.094129 [ 84 ] {} <Debug> DNSResolver: Updating DNS cache
3257 2025.01.09 01:57:16.094203 [ 84 ] {} <Debug> DNSResolver: Updated DNS cache
3258 2025.01.09 01:57:16.173221 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6466
3259 2025.01.09 01:57:16.174513 [ 244 ] {} <Trace> system.asynchronous_metric_log (9698bf86-621f-4c13-9bc9-6db4396b8d09): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3260 2025.01.09 01:57:16.174561 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3261 2025.01.09 01:57:16.175242 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
3262 2025.01.09 01:57:16.175577 [ 244 ] {} <Trace> system.asynchronous_metric_log (9698bf86-621f-4c13-9bc9-6db4396b8d09): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3263 2025.01.09 01:57:16.175789 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6466
3264 2025.01.09 01:57:16.573941 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106
3265 2025.01.09 01:57:16.594511 [ 243 ] {} <Trace> system.metric_log (c31dfbef-714c-4223-9d5c-473a3e49bbb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3266 2025.01.09 01:57:16.594575 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3267 2025.01.09 01:57:16.602072 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
3268 2025.01.09 01:57:16.602835 [ 243 ] {} <Trace> system.metric_log (c31dfbef-714c-4223-9d5c-473a3e49bbb4): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3269 2025.01.09 01:57:16.605655 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 106
3270 2025.01.09 01:57:17.375370 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3271 2025.01.09 01:57:17.375587 [ 286 ] {74db20db-8bff-42b0-a8c5-cdbb0395dc45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3272 2025.01.09 01:57:17.375674 [ 286 ] {74db20db-8bff-42b0-a8c5-cdbb0395dc45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3273 2025.01.09 01:57:17.376519 [ 286 ] {74db20db-8bff-42b0-a8c5-cdbb0395dc45} <Trace> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3274 2025.01.09 01:57:17.376576 [ 286 ] {74db20db-8bff-42b0-a8c5-cdbb0395dc45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3275 2025.01.09 01:57:17.377024 [ 286 ] {74db20db-8bff-42b0-a8c5-cdbb0395dc45} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
3276 2025.01.09 01:57:17.377289 [ 286 ] {74db20db-8bff-42b0-a8c5-cdbb0395dc45} <Trace> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3277 2025.01.09 01:57:17.377547 [ 286 ] {74db20db-8bff-42b0-a8c5-cdbb0395dc45} <Debug> executeQuery: Read 78 rows, 6.85 KiB in 0.002026 sec., 38499.5064165844 rows/sec., 3.30 MiB/sec.
3278 2025.01.09 01:57:17.377617 [ 286 ] {74db20db-8bff-42b0-a8c5-cdbb0395dc45} <Debug> TCPHandler: Processed in 0.002397237 sec.
3279 2025.01.09 01:57:17.377881 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3280 2025.01.09 01:57:17.378088 [ 283 ] {050d0e55-93d5-4ce8-8d92-a61203f26941} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3281 2025.01.09 01:57:17.378168 [ 283 ] {050d0e55-93d5-4ce8-8d92-a61203f26941} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3282 2025.01.09 01:57:17.379002 [ 283 ] {050d0e55-93d5-4ce8-8d92-a61203f26941} <Trace> oximeter.fields_u16 (b7e624c8-f545-4bc0-b9ea-87ccb0a68066): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3283 2025.01.09 01:57:17.379050 [ 283 ] {050d0e55-93d5-4ce8-8d92-a61203f26941} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3284 2025.01.09 01:57:17.379478 [ 283 ] {050d0e55-93d5-4ce8-8d92-a61203f26941} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
3285 2025.01.09 01:57:17.379731 [ 283 ] {050d0e55-93d5-4ce8-8d92-a61203f26941} <Trace> oximeter.fields_u16 (b7e624c8-f545-4bc0-b9ea-87ccb0a68066): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3286 2025.01.09 01:57:17.379987 [ 283 ] {050d0e55-93d5-4ce8-8d92-a61203f26941} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.001957 sec., 13285.641287685232 rows/sec., 999.02 KiB/sec.
3287 2025.01.09 01:57:17.380120 [ 283 ] {050d0e55-93d5-4ce8-8d92-a61203f26941} <Debug> TCPHandler: Processed in 0.002373836 sec.
3288 2025.01.09 01:57:17.380296 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3289 2025.01.09 01:57:17.380445 [ 286 ] {15a674cd-e573-417d-9283-325176b5f330} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3290 2025.01.09 01:57:17.380507 [ 286 ] {15a674cd-e573-417d-9283-325176b5f330} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3291 2025.01.09 01:57:17.381190 [ 286 ] {15a674cd-e573-417d-9283-325176b5f330} <Trace> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3292 2025.01.09 01:57:17.381232 [ 286 ] {15a674cd-e573-417d-9283-325176b5f330} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3293 2025.01.09 01:57:17.381606 [ 286 ] {15a674cd-e573-417d-9283-325176b5f330} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
3294 2025.01.09 01:57:17.381850 [ 286 ] {15a674cd-e573-417d-9283-325176b5f330} <Trace> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3295 2025.01.09 01:57:17.382089 [ 286 ] {15a674cd-e573-417d-9283-325176b5f330} <Debug> executeQuery: Read 54 rows, 4.32 KiB in 0.001681 sec., 32123.735871505058 rows/sec., 2.51 MiB/sec.
3296 2025.01.09 01:57:17.382142 [ 286 ] {15a674cd-e573-417d-9283-325176b5f330} <Debug> TCPHandler: Processed in 0.001917119 sec.
3297 2025.01.09 01:57:17.382301 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3298 2025.01.09 01:57:17.382442 [ 283 ] {09aa0043-b467-4ddc-867e-57cbfb919a64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3299 2025.01.09 01:57:17.382505 [ 283 ] {09aa0043-b467-4ddc-867e-57cbfb919a64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3300 2025.01.09 01:57:17.383120 [ 283 ] {09aa0043-b467-4ddc-867e-57cbfb919a64} <Trace> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3301 2025.01.09 01:57:17.383160 [ 283 ] {09aa0043-b467-4ddc-867e-57cbfb919a64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3302 2025.01.09 01:57:17.383557 [ 283 ] {09aa0043-b467-4ddc-867e-57cbfb919a64} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
3303 2025.01.09 01:57:17.383795 [ 283 ] {09aa0043-b467-4ddc-867e-57cbfb919a64} <Trace> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3304 2025.01.09 01:57:17.384009 [ 283 ] {09aa0043-b467-4ddc-867e-57cbfb919a64} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001598 sec., 62578.22277847309 rows/sec., 4.34 MiB/sec.
3305 2025.01.09 01:57:17.384062 [ 283 ] {09aa0043-b467-4ddc-867e-57cbfb919a64} <Debug> TCPHandler: Processed in 0.001829798 sec.
3306 2025.01.09 01:57:17.384223 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3307 2025.01.09 01:57:17.384358 [ 286 ] {523b435c-491f-40f3-b4a9-33d7cdfc5dc9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3308 2025.01.09 01:57:17.384441 [ 286 ] {523b435c-491f-40f3-b4a9-33d7cdfc5dc9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
3309 2025.01.09 01:57:17.385623 [ 286 ] {523b435c-491f-40f3-b4a9-33d7cdfc5dc9} <Trace> oximeter.measurements_histogramu64 (17c94cc7-cbcb-4131-b32c-df27c461cf7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3310 2025.01.09 01:57:17.385663 [ 286 ] {523b435c-491f-40f3-b4a9-33d7cdfc5dc9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3311 2025.01.09 01:57:17.386322 [ 286 ] {523b435c-491f-40f3-b4a9-33d7cdfc5dc9} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
3312 2025.01.09 01:57:17.386586 [ 286 ] {523b435c-491f-40f3-b4a9-33d7cdfc5dc9} <Trace> oximeter.measurements_histogramu64 (17c94cc7-cbcb-4131-b32c-df27c461cf7e): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3313 2025.01.09 01:57:17.386783 [ 286 ] {523b435c-491f-40f3-b4a9-33d7cdfc5dc9} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002454 sec., 10594.947025264873 rows/sec., 18.99 MiB/sec.
3314 2025.01.09 01:57:17.386889 [ 286 ] {523b435c-491f-40f3-b4a9-33d7cdfc5dc9} <Debug> TCPHandler: Processed in 0.002727981 sec.
3315 2025.01.09 01:57:17.387057 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3316 2025.01.09 01:57:17.387198 [ 283 ] {d211429f-9729-4796-a25e-7c6d33efc5dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3317 2025.01.09 01:57:17.387260 [ 283 ] {d211429f-9729-4796-a25e-7c6d33efc5dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3318 2025.01.09 01:57:17.387829 [ 283 ] {d211429f-9729-4796-a25e-7c6d33efc5dc} <Trace> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3319 2025.01.09 01:57:17.387870 [ 283 ] {d211429f-9729-4796-a25e-7c6d33efc5dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3320 2025.01.09 01:57:17.388241 [ 283 ] {d211429f-9729-4796-a25e-7c6d33efc5dc} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
3321 2025.01.09 01:57:17.388483 [ 283 ] {d211429f-9729-4796-a25e-7c6d33efc5dc} <Trace> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3322 2025.01.09 01:57:17.388748 [ 283 ] {d211429f-9729-4796-a25e-7c6d33efc5dc} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.00158 sec., 18987.3417721519 rows/sec., 1.30 MiB/sec.
3323 2025.01.09 01:57:17.388959 [ 283 ] {d211429f-9729-4796-a25e-7c6d33efc5dc} <Debug> TCPHandler: Processed in 0.00197003 sec.
3324 2025.01.09 01:57:18.718175 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3325 2025.01.09 01:57:18.718391 [ 286 ] {60d8e718-add2-41f6-ad97-edd29a131ee5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
3326 2025.01.09 01:57:18.718474 [ 286 ] {60d8e718-add2-41f6-ad97-edd29a131ee5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
3327 2025.01.09 01:57:18.719238 [ 286 ] {60d8e718-add2-41f6-ad97-edd29a131ee5} <Trace> oximeter.fields_i16 (768e6654-4d7d-4320-b224-a6516c636040): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3328 2025.01.09 01:57:18.719295 [ 286 ] {60d8e718-add2-41f6-ad97-edd29a131ee5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3329 2025.01.09 01:57:18.719757 [ 286 ] {60d8e718-add2-41f6-ad97-edd29a131ee5} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
3330 2025.01.09 01:57:18.720025 [ 286 ] {60d8e718-add2-41f6-ad97-edd29a131ee5} <Trace> oximeter.fields_i16 (768e6654-4d7d-4320-b224-a6516c636040): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3331 2025.01.09 01:57:18.720230 [ 80 ] {} <Debug> oximeter.fields_i16 (768e6654-4d7d-4320-b224-a6516c636040) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0
3332 2025.01.09 01:57:18.720293 [ 286 ] {60d8e718-add2-41f6-ad97-edd29a131ee5} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001954 sec., 7164.790174002047 rows/sec., 515.77 KiB/sec.
3333 2025.01.09 01:57:18.720304 [ 80 ] {} <Trace> oximeter.fields_i16 (768e6654-4d7d-4320-b224-a6516c636040): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3334 2025.01.09 01:57:18.720388 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3335 2025.01.09 01:57:18.720443 [ 286 ] {60d8e718-add2-41f6-ad97-edd29a131ee5} <Debug> TCPHandler: Processed in 0.002411717 sec.
3336 2025.01.09 01:57:18.720805 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3337 2025.01.09 01:57:18.720873 [ 195 ] {768e6654-4d7d-4320-b224-a6516c636040::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
3338 2025.01.09 01:57:18.721129 [ 283 ] {d63fe342-a8a0-4457-997f-9b3e65a8ae12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3339 2025.01.09 01:57:18.721145 [ 195 ] {768e6654-4d7d-4320-b224-a6516c636040::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3340 2025.01.09 01:57:18.721213 [ 195 ] {768e6654-4d7d-4320-b224-a6516c636040::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
3341 2025.01.09 01:57:18.721258 [ 283 ] {d63fe342-a8a0-4457-997f-9b3e65a8ae12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3342 2025.01.09 01:57:18.721482 [ 195 ] {768e6654-4d7d-4320-b224-a6516c636040::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
3343 2025.01.09 01:57:18.721913 [ 195 ] {768e6654-4d7d-4320-b224-a6516c636040::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
3344 2025.01.09 01:57:18.722163 [ 195 ] {768e6654-4d7d-4320-b224-a6516c636040::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
3345 2025.01.09 01:57:18.722565 [ 195 ] {768e6654-4d7d-4320-b224-a6516c636040::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
3346 2025.01.09 01:57:18.724737 [ 190 ] {768e6654-4d7d-4320-b224-a6516c636040::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004216914 sec., 16599.81683287826 rows/sec., 1.23 MiB/sec.
3347 2025.01.09 01:57:18.724907 [ 190 ] {768e6654-4d7d-4320-b224-a6516c636040::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary)
3348 2025.01.09 01:57:18.724973 [ 283 ] {d63fe342-a8a0-4457-997f-9b3e65a8ae12} <Trace> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3349 2025.01.09 01:57:18.725019 [ 283 ] {d63fe342-a8a0-4457-997f-9b3e65a8ae12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3350 2025.01.09 01:57:18.725271 [ 190 ] {768e6654-4d7d-4320-b224-a6516c636040::all_1_9_2} <Trace> oximeter.fields_i16 (768e6654-4d7d-4320-b224-a6516c636040): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3351 2025.01.09 01:57:18.725384 [ 190 ] {768e6654-4d7d-4320-b224-a6516c636040::all_1_9_2} <Trace> oximeter.fields_i16 (768e6654-4d7d-4320-b224-a6516c636040) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2
3352 2025.01.09 01:57:18.725572 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
3353 2025.01.09 01:57:18.725765 [ 283 ] {d63fe342-a8a0-4457-997f-9b3e65a8ae12} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
3354 2025.01.09 01:57:18.726023 [ 283 ] {d63fe342-a8a0-4457-997f-9b3e65a8ae12} <Trace> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3355 2025.01.09 01:57:18.726195 [ 80 ] {} <Debug> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
3356 2025.01.09 01:57:18.726268 [ 80 ] {} <Trace> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3357 2025.01.09 01:57:18.726297 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3358 2025.01.09 01:57:18.726328 [ 283 ] {d63fe342-a8a0-4457-997f-9b3e65a8ae12} <Debug> executeQuery: Read 1339 rows, 114.23 KiB in 0.005302 sec., 252546.20897774425 rows/sec., 21.04 MiB/sec.
3359 2025.01.09 01:57:18.726650 [ 283 ] {d63fe342-a8a0-4457-997f-9b3e65a8ae12} <Debug> TCPHandler: Processed in 0.006078152 sec.
3360 2025.01.09 01:57:18.726683 [ 190 ] {f5ed56e7-dfed-47b2-b04a-d980cf44b4ae::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
3361 2025.01.09 01:57:18.727121 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3362 2025.01.09 01:57:18.727195 [ 190 ] {f5ed56e7-dfed-47b2-b04a-d980cf44b4ae::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3363 2025.01.09 01:57:18.727250 [ 190 ] {f5ed56e7-dfed-47b2-b04a-d980cf44b4ae::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1385 rows starting from the beginning of the part
3364 2025.01.09 01:57:18.727427 [ 286 ] {0c71f6d7-0137-4941-aaa3-d54caf9af177} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3365 2025.01.09 01:57:18.727488 [ 190 ] {f5ed56e7-dfed-47b2-b04a-d980cf44b4ae::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 200 rows starting from the beginning of the part
3366 2025.01.09 01:57:18.727585 [ 286 ] {0c71f6d7-0137-4941-aaa3-d54caf9af177} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3367 2025.01.09 01:57:18.727878 [ 190 ] {f5ed56e7-dfed-47b2-b04a-d980cf44b4ae::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 79 rows starting from the beginning of the part
3368 2025.01.09 01:57:18.728153 [ 190 ] {f5ed56e7-dfed-47b2-b04a-d980cf44b4ae::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 199 rows starting from the beginning of the part
3369 2025.01.09 01:57:18.728552 [ 190 ] {f5ed56e7-dfed-47b2-b04a-d980cf44b4ae::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 78 rows starting from the beginning of the part
3370 2025.01.09 01:57:18.728960 [ 190 ] {f5ed56e7-dfed-47b2-b04a-d980cf44b4ae::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1339 rows starting from the beginning of the part
3371 2025.01.09 01:57:18.730342 [ 286 ] {0c71f6d7-0137-4941-aaa3-d54caf9af177} <Trace> oximeter.fields_u16 (b7e624c8-f545-4bc0-b9ea-87ccb0a68066): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3372 2025.01.09 01:57:18.730412 [ 286 ] {0c71f6d7-0137-4941-aaa3-d54caf9af177} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3373 2025.01.09 01:57:18.731434 [ 286 ] {0c71f6d7-0137-4941-aaa3-d54caf9af177} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
3374 2025.01.09 01:57:18.731818 [ 286 ] {0c71f6d7-0137-4941-aaa3-d54caf9af177} <Trace> oximeter.fields_u16 (b7e624c8-f545-4bc0-b9ea-87ccb0a68066): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3375 2025.01.09 01:57:18.732051 [ 80 ] {} <Debug> oximeter.fields_u16 (b7e624c8-f545-4bc0-b9ea-87ccb0a68066) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
3376 2025.01.09 01:57:18.732178 [ 80 ] {} <Trace> oximeter.fields_u16 (b7e624c8-f545-4bc0-b9ea-87ccb0a68066): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3377 2025.01.09 01:57:18.732263 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3378 2025.01.09 01:57:18.732485 [ 286 ] {0c71f6d7-0137-4941-aaa3-d54caf9af177} <Debug> executeQuery: Read 20 rows, 1.43 KiB in 0.005018 sec., 3985.6516540454363 rows/sec., 285.69 KiB/sec.
3379 2025.01.09 01:57:18.732836 [ 191 ] {b7e624c8-f545-4bc0-b9ea-87ccb0a68066::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
3380 2025.01.09 01:57:18.732917 [ 190 ] {f5ed56e7-dfed-47b2-b04a-d980cf44b4ae::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3280 rows, containing 5 columns (5 merged, 0 gathered) in 0.00653403 sec., 501987.2880901986 rows/sec., 44.17 MiB/sec.
3381 2025.01.09 01:57:18.732983 [ 286 ] {0c71f6d7-0137-4941-aaa3-d54caf9af177} <Debug> TCPHandler: Processed in 0.006178414 sec.
3382 2025.01.09 01:57:18.733268 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3383 2025.01.09 01:57:18.733306 [ 191 ] {b7e624c8-f545-4bc0-b9ea-87ccb0a68066::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3384 2025.01.09 01:57:18.733285 [ 190 ] {f5ed56e7-dfed-47b2-b04a-d980cf44b4ae::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
3385 2025.01.09 01:57:18.733381 [ 191 ] {b7e624c8-f545-4bc0-b9ea-87ccb0a68066::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 49 rows starting from the beginning of the part
3386 2025.01.09 01:57:18.733609 [ 283 ] {221d0b2a-112d-4a6f-9e17-187802a1a6d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
3387 2025.01.09 01:57:18.733812 [ 191 ] {b7e624c8-f545-4bc0-b9ea-87ccb0a68066::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 20 rows starting from the beginning of the part
3388 2025.01.09 01:57:18.733839 [ 283 ] {221d0b2a-112d-4a6f-9e17-187802a1a6d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
3389 2025.01.09 01:57:18.734309 [ 190 ] {f5ed56e7-dfed-47b2-b04a-d980cf44b4ae::all_1_21_4} <Trace> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3390 2025.01.09 01:57:18.734407 [ 191 ] {b7e624c8-f545-4bc0-b9ea-87ccb0a68066::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 28 rows starting from the beginning of the part
3391 2025.01.09 01:57:18.734815 [ 190 ] {f5ed56e7-dfed-47b2-b04a-d980cf44b4ae::all_1_21_4} <Trace> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
3392 2025.01.09 01:57:18.735005 [ 191 ] {b7e624c8-f545-4bc0-b9ea-87ccb0a68066::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
3393 2025.01.09 01:57:18.735173 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB.
3394 2025.01.09 01:57:18.735459 [ 191 ] {b7e624c8-f545-4bc0-b9ea-87ccb0a68066::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 26 rows starting from the beginning of the part
3395 2025.01.09 01:57:18.735849 [ 191 ] {b7e624c8-f545-4bc0-b9ea-87ccb0a68066::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 20 rows starting from the beginning of the part
3396 2025.01.09 01:57:18.737404 [ 283 ] {221d0b2a-112d-4a6f-9e17-187802a1a6d8} <Trace> oximeter.fields_u32 (03dfd943-ea50-4047-86b9-6222d9e39c11): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3397 2025.01.09 01:57:18.737478 [ 283 ] {221d0b2a-112d-4a6f-9e17-187802a1a6d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3398 2025.01.09 01:57:18.738540 [ 283 ] {221d0b2a-112d-4a6f-9e17-187802a1a6d8} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
3399 2025.01.09 01:57:18.738577 [ 190 ] {b7e624c8-f545-4bc0-b9ea-87ccb0a68066::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 163 rows, containing 5 columns (5 merged, 0 gathered) in 0.006142794 sec., 26535.156477654957 rows/sec., 2.00 MiB/sec.
3400 2025.01.09 01:57:18.738738 [ 190 ] {b7e624c8-f545-4bc0-b9ea-87ccb0a68066::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
3401 2025.01.09 01:57:18.738844 [ 283 ] {221d0b2a-112d-4a6f-9e17-187802a1a6d8} <Trace> oximeter.fields_u32 (03dfd943-ea50-4047-86b9-6222d9e39c11): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3402 2025.01.09 01:57:18.739236 [ 283 ] {221d0b2a-112d-4a6f-9e17-187802a1a6d8} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.005741 sec., 42152.93502874064 rows/sec., 2.86 MiB/sec.
3403 2025.01.09 01:57:18.739425 [ 190 ] {b7e624c8-f545-4bc0-b9ea-87ccb0a68066::all_1_16_3} <Trace> oximeter.fields_u16 (b7e624c8-f545-4bc0-b9ea-87ccb0a68066): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3404 2025.01.09 01:57:18.739614 [ 283 ] {221d0b2a-112d-4a6f-9e17-187802a1a6d8} <Debug> TCPHandler: Processed in 0.006494879 sec.
3405 2025.01.09 01:57:18.739684 [ 190 ] {b7e624c8-f545-4bc0-b9ea-87ccb0a68066::all_1_16_3} <Trace> oximeter.fields_u16 (b7e624c8-f545-4bc0-b9ea-87ccb0a68066) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
3406 2025.01.09 01:57:18.739818 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
3407 2025.01.09 01:57:18.739831 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3408 2025.01.09 01:57:18.739989 [ 286 ] {5f1d55c9-8f96-4eda-988a-1f52521a8332} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
3409 2025.01.09 01:57:18.740041 [ 286 ] {5f1d55c9-8f96-4eda-988a-1f52521a8332} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
3410 2025.01.09 01:57:18.740647 [ 286 ] {5f1d55c9-8f96-4eda-988a-1f52521a8332} <Trace> oximeter.fields_u8 (f59c63b9-7e00-4cbb-80d5-4667ebd1997c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3411 2025.01.09 01:57:18.740689 [ 286 ] {5f1d55c9-8f96-4eda-988a-1f52521a8332} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3412 2025.01.09 01:57:18.741079 [ 286 ] {5f1d55c9-8f96-4eda-988a-1f52521a8332} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
3413 2025.01.09 01:57:18.741339 [ 286 ] {5f1d55c9-8f96-4eda-988a-1f52521a8332} <Trace> oximeter.fields_u8 (f59c63b9-7e00-4cbb-80d5-4667ebd1997c): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3414 2025.01.09 01:57:18.741503 [ 79 ] {} <Debug> oximeter.fields_u8 (f59c63b9-7e00-4cbb-80d5-4667ebd1997c) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0
3415 2025.01.09 01:57:18.741583 [ 79 ] {} <Trace> oximeter.fields_u8 (f59c63b9-7e00-4cbb-80d5-4667ebd1997c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3416 2025.01.09 01:57:18.741603 [ 286 ] {5f1d55c9-8f96-4eda-988a-1f52521a8332} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001634 sec., 7955.936352509179 rows/sec., 496.05 KiB/sec.
3417 2025.01.09 01:57:18.741624 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3418 2025.01.09 01:57:18.741775 [ 286 ] {5f1d55c9-8f96-4eda-988a-1f52521a8332} <Debug> TCPHandler: Processed in 0.002051821 sec.
3419 2025.01.09 01:57:18.741822 [ 197 ] {f59c63b9-7e00-4cbb-80d5-4667ebd1997c::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
3420 2025.01.09 01:57:18.741945 [ 197 ] {f59c63b9-7e00-4cbb-80d5-4667ebd1997c::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3421 2025.01.09 01:57:18.741956 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3422 2025.01.09 01:57:18.741988 [ 197 ] {f59c63b9-7e00-4cbb-80d5-4667ebd1997c::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
3423 2025.01.09 01:57:18.742253 [ 197 ] {f59c63b9-7e00-4cbb-80d5-4667ebd1997c::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
3424 2025.01.09 01:57:18.742313 [ 283 ] {c8b2e630-69bd-4fe5-9997-83dcfac99945} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3425 2025.01.09 01:57:18.742548 [ 197 ] {f59c63b9-7e00-4cbb-80d5-4667ebd1997c::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
3426 2025.01.09 01:57:18.742547 [ 283 ] {c8b2e630-69bd-4fe5-9997-83dcfac99945} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3427 2025.01.09 01:57:18.742832 [ 197 ] {f59c63b9-7e00-4cbb-80d5-4667ebd1997c::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
3428 2025.01.09 01:57:18.743194 [ 197 ] {f59c63b9-7e00-4cbb-80d5-4667ebd1997c::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
3429 2025.01.09 01:57:18.745515 [ 283 ] {c8b2e630-69bd-4fe5-9997-83dcfac99945} <Trace> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3430 2025.01.09 01:57:18.745574 [ 191 ] {f59c63b9-7e00-4cbb-80d5-4667ebd1997c::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.003835128 sec., 16948.586852902954 rows/sec., 1.10 MiB/sec.
3431 2025.01.09 01:57:18.745578 [ 283 ] {c8b2e630-69bd-4fe5-9997-83dcfac99945} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3432 2025.01.09 01:57:18.745791 [ 191 ] {f59c63b9-7e00-4cbb-80d5-4667ebd1997c::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary)
3433 2025.01.09 01:57:18.746295 [ 283 ] {c8b2e630-69bd-4fe5-9997-83dcfac99945} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
3434 2025.01.09 01:57:18.746489 [ 191 ] {f59c63b9-7e00-4cbb-80d5-4667ebd1997c::all_1_9_2} <Trace> oximeter.fields_u8 (f59c63b9-7e00-4cbb-80d5-4667ebd1997c): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3435 2025.01.09 01:57:18.746638 [ 191 ] {f59c63b9-7e00-4cbb-80d5-4667ebd1997c::all_1_9_2} <Trace> oximeter.fields_u8 (f59c63b9-7e00-4cbb-80d5-4667ebd1997c) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2
3436 2025.01.09 01:57:18.746750 [ 283 ] {c8b2e630-69bd-4fe5-9997-83dcfac99945} <Trace> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3437 2025.01.09 01:57:18.746811 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
3438 2025.01.09 01:57:18.747012 [ 79 ] {} <Debug> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
3439 2025.01.09 01:57:18.747066 [ 79 ] {} <Trace> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3440 2025.01.09 01:57:18.747087 [ 283 ] {c8b2e630-69bd-4fe5-9997-83dcfac99945} <Debug> executeQuery: Read 815 rows, 60.13 KiB in 0.004898 sec., 166394.44671294407 rows/sec., 11.99 MiB/sec.
3441 2025.01.09 01:57:18.747121 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3442 2025.01.09 01:57:18.747206 [ 283 ] {c8b2e630-69bd-4fe5-9997-83dcfac99945} <Debug> TCPHandler: Processed in 0.005334821 sec.
3443 2025.01.09 01:57:18.747331 [ 190 ] {2eb6d585-f9d5-43d7-bd92-6011d08c7ad8::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
3444 2025.01.09 01:57:18.747444 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3445 2025.01.09 01:57:18.747473 [ 190 ] {2eb6d585-f9d5-43d7-bd92-6011d08c7ad8::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3446 2025.01.09 01:57:18.747519 [ 190 ] {2eb6d585-f9d5-43d7-bd92-6011d08c7ad8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 862 rows starting from the beginning of the part
3447 2025.01.09 01:57:18.747800 [ 190 ] {2eb6d585-f9d5-43d7-bd92-6011d08c7ad8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 359 rows starting from the beginning of the part
3448 2025.01.09 01:57:18.747818 [ 286 ] {9ac4b87e-dcda-42f4-8e13-d92fedd61da6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
3449 2025.01.09 01:57:18.748049 [ 286 ] {9ac4b87e-dcda-42f4-8e13-d92fedd61da6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
3450 2025.01.09 01:57:18.748075 [ 190 ] {2eb6d585-f9d5-43d7-bd92-6011d08c7ad8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 56 rows starting from the beginning of the part
3451 2025.01.09 01:57:18.748429 [ 190 ] {2eb6d585-f9d5-43d7-bd92-6011d08c7ad8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 359 rows starting from the beginning of the part
3452 2025.01.09 01:57:18.748829 [ 190 ] {2eb6d585-f9d5-43d7-bd92-6011d08c7ad8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 54 rows starting from the beginning of the part
3453 2025.01.09 01:57:18.749162 [ 190 ] {2eb6d585-f9d5-43d7-bd92-6011d08c7ad8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 815 rows starting from the beginning of the part
3454 2025.01.09 01:57:18.750210 [ 286 ] {9ac4b87e-dcda-42f4-8e13-d92fedd61da6} <Trace> oximeter.measurements_bool (e95e83a2-bc6b-4f55-83f2-ee90a75b0302): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3455 2025.01.09 01:57:18.750277 [ 286 ] {9ac4b87e-dcda-42f4-8e13-d92fedd61da6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3456 2025.01.09 01:57:18.751324 [ 286 ] {9ac4b87e-dcda-42f4-8e13-d92fedd61da6} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
3457 2025.01.09 01:57:18.751668 [ 286 ] {9ac4b87e-dcda-42f4-8e13-d92fedd61da6} <Trace> oximeter.measurements_bool (e95e83a2-bc6b-4f55-83f2-ee90a75b0302): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3458 2025.01.09 01:57:18.752251 [ 286 ] {9ac4b87e-dcda-42f4-8e13-d92fedd61da6} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004631 sec., 1295.616497516735 rows/sec., 67.69 KiB/sec.
3459 2025.01.09 01:57:18.752263 [ 191 ] {2eb6d585-f9d5-43d7-bd92-6011d08c7ad8::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2505 rows, containing 5 columns (5 merged, 0 gathered) in 0.005009817 sec., 500018.2641401872 rows/sec., 37.88 MiB/sec.
3460 2025.01.09 01:57:18.752393 [ 286 ] {9ac4b87e-dcda-42f4-8e13-d92fedd61da6} <Debug> TCPHandler: Processed in 0.005044317 sec.
3461 2025.01.09 01:57:18.752563 [ 191 ] {2eb6d585-f9d5-43d7-bd92-6011d08c7ad8::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
3462 2025.01.09 01:57:18.752593 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3463 2025.01.09 01:57:18.752800 [ 283 ] {efa9d705-d970-4c5a-bcc4-ef40d05737fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3464 2025.01.09 01:57:18.752890 [ 283 ] {efa9d705-d970-4c5a-bcc4-ef40d05737fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3465 2025.01.09 01:57:18.753069 [ 191 ] {2eb6d585-f9d5-43d7-bd92-6011d08c7ad8::all_1_21_4} <Trace> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3466 2025.01.09 01:57:18.753302 [ 191 ] {2eb6d585-f9d5-43d7-bd92-6011d08c7ad8::all_1_21_4} <Trace> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
3467 2025.01.09 01:57:18.753474 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB.
3468 2025.01.09 01:57:18.754077 [ 283 ] {efa9d705-d970-4c5a-bcc4-ef40d05737fe} <Trace> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3469 2025.01.09 01:57:18.754123 [ 283 ] {efa9d705-d970-4c5a-bcc4-ef40d05737fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3470 2025.01.09 01:57:18.754600 [ 283 ] {efa9d705-d970-4c5a-bcc4-ef40d05737fe} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
3471 2025.01.09 01:57:18.754845 [ 283 ] {efa9d705-d970-4c5a-bcc4-ef40d05737fe} <Trace> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3472 2025.01.09 01:57:18.755004 [ 79 ] {} <Debug> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
3473 2025.01.09 01:57:18.755058 [ 79 ] {} <Trace> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3474 2025.01.09 01:57:18.755080 [ 283 ] {efa9d705-d970-4c5a-bcc4-ef40d05737fe} <Debug> executeQuery: Read 963 rows, 65.53 KiB in 0.002334 sec., 412596.4010282776 rows/sec., 27.42 MiB/sec.
3475 2025.01.09 01:57:18.755093 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3476 2025.01.09 01:57:18.755250 [ 283 ] {efa9d705-d970-4c5a-bcc4-ef40d05737fe} <Debug> TCPHandler: Processed in 0.002748482 sec.
3477 2025.01.09 01:57:18.755331 [ 191 ] {ffbfddf0-ce9e-4b86-ba97-130a92b6daeb::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
3478 2025.01.09 01:57:18.755469 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3479 2025.01.09 01:57:18.755540 [ 191 ] {ffbfddf0-ce9e-4b86-ba97-130a92b6daeb::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3480 2025.01.09 01:57:18.755601 [ 191 ] {ffbfddf0-ce9e-4b86-ba97-130a92b6daeb::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 4630 rows starting from the beginning of the part
3481 2025.01.09 01:57:18.755720 [ 286 ] {83ae97ca-b4ee-479c-bb74-252e58882d60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
3482 2025.01.09 01:57:18.755873 [ 191 ] {ffbfddf0-ce9e-4b86-ba97-130a92b6daeb::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 177 rows starting from the beginning of the part
3483 2025.01.09 01:57:18.755978 [ 286 ] {83ae97ca-b4ee-479c-bb74-252e58882d60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
3484 2025.01.09 01:57:18.756083 [ 191 ] {ffbfddf0-ce9e-4b86-ba97-130a92b6daeb::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 101 rows starting from the beginning of the part
3485 2025.01.09 01:57:18.756471 [ 191 ] {ffbfddf0-ce9e-4b86-ba97-130a92b6daeb::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 177 rows starting from the beginning of the part
3486 2025.01.09 01:57:18.756825 [ 191 ] {ffbfddf0-ce9e-4b86-ba97-130a92b6daeb::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 100 rows starting from the beginning of the part
3487 2025.01.09 01:57:18.757137 [ 191 ] {ffbfddf0-ce9e-4b86-ba97-130a92b6daeb::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 963 rows starting from the beginning of the part
3488 2025.01.09 01:57:18.758446 [ 286 ] {83ae97ca-b4ee-479c-bb74-252e58882d60} <Trace> oximeter.measurements_f64 (934b838e-c5f5-431f-8772-7fa1e914138c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3489 2025.01.09 01:57:18.758497 [ 286 ] {83ae97ca-b4ee-479c-bb74-252e58882d60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3490 2025.01.09 01:57:18.759301 [ 286 ] {83ae97ca-b4ee-479c-bb74-252e58882d60} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
3491 2025.01.09 01:57:18.759852 [ 286 ] {83ae97ca-b4ee-479c-bb74-252e58882d60} <Trace> oximeter.measurements_f64 (934b838e-c5f5-431f-8772-7fa1e914138c): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3492 2025.01.09 01:57:18.760188 [ 286 ] {83ae97ca-b4ee-479c-bb74-252e58882d60} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004542 sec., 220.16732716864817 rows/sec., 14.84 KiB/sec.
3493 2025.01.09 01:57:18.760268 [ 286 ] {83ae97ca-b4ee-479c-bb74-252e58882d60} <Debug> TCPHandler: Processed in 0.004904525 sec.
3494 2025.01.09 01:57:18.760455 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3495 2025.01.09 01:57:18.760675 [ 283 ] {6084a9ed-fe86-4593-a63d-24df0212afc4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3496 2025.01.09 01:57:18.760794 [ 283 ] {6084a9ed-fe86-4593-a63d-24df0212afc4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
3497 2025.01.09 01:57:18.761476 [ 191 ] {ffbfddf0-ce9e-4b86-ba97-130a92b6daeb::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6148 rows, containing 5 columns (5 merged, 0 gathered) in 0.006268675 sec., 980749.5204329464 rows/sec., 65.65 MiB/sec.
3498 2025.01.09 01:57:18.761938 [ 191 ] {ffbfddf0-ce9e-4b86-ba97-130a92b6daeb::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
3499 2025.01.09 01:57:18.762456 [ 191 ] {ffbfddf0-ce9e-4b86-ba97-130a92b6daeb::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3500 2025.01.09 01:57:18.762661 [ 191 ] {ffbfddf0-ce9e-4b86-ba97-130a92b6daeb::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
3501 2025.01.09 01:57:18.762823 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.34 MiB.
3502 2025.01.09 01:57:18.763054 [ 283 ] {6084a9ed-fe86-4593-a63d-24df0212afc4} <Trace> oximeter.measurements_histogramu64 (17c94cc7-cbcb-4131-b32c-df27c461cf7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3503 2025.01.09 01:57:18.763098 [ 283 ] {6084a9ed-fe86-4593-a63d-24df0212afc4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3504 2025.01.09 01:57:18.763735 [ 283 ] {6084a9ed-fe86-4593-a63d-24df0212afc4} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
3505 2025.01.09 01:57:18.763997 [ 283 ] {6084a9ed-fe86-4593-a63d-24df0212afc4} <Trace> oximeter.measurements_histogramu64 (17c94cc7-cbcb-4131-b32c-df27c461cf7e): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3506 2025.01.09 01:57:18.764186 [ 77 ] {} <Debug> oximeter.measurements_histogramu64 (17c94cc7-cbcb-4131-b32c-df27c461cf7e) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
3507 2025.01.09 01:57:18.764252 [ 77 ] {} <Trace> oximeter.measurements_histogramu64 (17c94cc7-cbcb-4131-b32c-df27c461cf7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3508 2025.01.09 01:57:18.764301 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3509 2025.01.09 01:57:18.764303 [ 283 ] {6084a9ed-fe86-4593-a63d-24df0212afc4} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.003721 sec., 3493.6844934157484 rows/sec., 6.26 MiB/sec.
3510 2025.01.09 01:57:18.764514 [ 190 ] {17c94cc7-cbcb-4131-b32c-df27c461cf7e::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
3511 2025.01.09 01:57:18.764562 [ 283 ] {6084a9ed-fe86-4593-a63d-24df0212afc4} <Debug> TCPHandler: Processed in 0.004203944 sec.
3512 2025.01.09 01:57:18.764757 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3513 2025.01.09 01:57:18.764945 [ 190 ] {17c94cc7-cbcb-4131-b32c-df27c461cf7e::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3514 2025.01.09 01:57:18.764984 [ 286 ] {5cecd7b0-1f00-4898-b0ef-19d79df968e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3515 2025.01.09 01:57:18.765060 [ 190 ] {17c94cc7-cbcb-4131-b32c-df27c461cf7e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 178 rows starting from the beginning of the part
3516 2025.01.09 01:57:18.765088 [ 286 ] {5cecd7b0-1f00-4898-b0ef-19d79df968e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3517 2025.01.09 01:57:18.766051 [ 190 ] {17c94cc7-cbcb-4131-b32c-df27c461cf7e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 13 rows starting from the beginning of the part
3518 2025.01.09 01:57:18.766676 [ 190 ] {17c94cc7-cbcb-4131-b32c-df27c461cf7e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 26 rows starting from the beginning of the part
3519 2025.01.09 01:57:18.767460 [ 190 ] {17c94cc7-cbcb-4131-b32c-df27c461cf7e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 13 rows starting from the beginning of the part
3520 2025.01.09 01:57:18.767479 [ 286 ] {5cecd7b0-1f00-4898-b0ef-19d79df968e0} <Trace> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3521 2025.01.09 01:57:18.767549 [ 286 ] {5cecd7b0-1f00-4898-b0ef-19d79df968e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3522 2025.01.09 01:57:18.768056 [ 190 ] {17c94cc7-cbcb-4131-b32c-df27c461cf7e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 26 rows starting from the beginning of the part
3523 2025.01.09 01:57:18.768737 [ 190 ] {17c94cc7-cbcb-4131-b32c-df27c461cf7e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 13 rows starting from the beginning of the part
3524 2025.01.09 01:57:18.769081 [ 286 ] {5cecd7b0-1f00-4898-b0ef-19d79df968e0} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
3525 2025.01.09 01:57:18.769704 [ 286 ] {5cecd7b0-1f00-4898-b0ef-19d79df968e0} <Trace> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3526 2025.01.09 01:57:18.769952 [ 77 ] {} <Debug> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
3527 2025.01.09 01:57:18.770074 [ 77 ] {} <Trace> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3528 2025.01.09 01:57:18.770166 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3529 2025.01.09 01:57:18.770260 [ 286 ] {5cecd7b0-1f00-4898-b0ef-19d79df968e0} <Debug> executeQuery: Read 34 rows, 2.03 KiB in 0.005295 sec., 6421.152030217186 rows/sec., 384.17 KiB/sec.
3530 2025.01.09 01:57:18.771039 [ 194 ] {33d0f459-c18f-4582-9502-2d7c69533f97::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
3531 2025.01.09 01:57:18.771393 [ 286 ] {5cecd7b0-1f00-4898-b0ef-19d79df968e0} <Debug> TCPHandler: Processed in 0.006727823 sec.
3532 2025.01.09 01:57:18.771516 [ 194 ] {33d0f459-c18f-4582-9502-2d7c69533f97::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3533 2025.01.09 01:57:18.771628 [ 194 ] {33d0f459-c18f-4582-9502-2d7c69533f97::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 546 rows starting from the beginning of the part
3534 2025.01.09 01:57:18.771714 [ 194 ] {33d0f459-c18f-4582-9502-2d7c69533f97::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 52 rows starting from the beginning of the part
3535 2025.01.09 01:57:18.771933 [ 194 ] {33d0f459-c18f-4582-9502-2d7c69533f97::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 30 rows starting from the beginning of the part
3536 2025.01.09 01:57:18.772228 [ 194 ] {33d0f459-c18f-4582-9502-2d7c69533f97::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 52 rows starting from the beginning of the part
3537 2025.01.09 01:57:18.772471 [ 194 ] {33d0f459-c18f-4582-9502-2d7c69533f97::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 30 rows starting from the beginning of the part
3538 2025.01.09 01:57:18.772661 [ 194 ] {33d0f459-c18f-4582-9502-2d7c69533f97::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
3539 2025.01.09 01:57:18.774524 [ 192 ] {33d0f459-c18f-4582-9502-2d7c69533f97::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 744 rows, containing 4 columns (4 merged, 0 gathered) in 0.004231185 sec., 175837.2654469138 rows/sec., 11.32 MiB/sec.
3540 2025.01.09 01:57:18.774898 [ 192 ] {33d0f459-c18f-4582-9502-2d7c69533f97::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
3541 2025.01.09 01:57:18.775721 [ 192 ] {33d0f459-c18f-4582-9502-2d7c69533f97::all_1_21_4} <Trace> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3542 2025.01.09 01:57:18.775900 [ 192 ] {33d0f459-c18f-4582-9502-2d7c69533f97::all_1_21_4} <Trace> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
3543 2025.01.09 01:57:18.776009 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB.
3544 2025.01.09 01:57:18.776395 [ 189 ] {17c94cc7-cbcb-4131-b32c-df27c461cf7e::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 269 rows, containing 19 columns (19 merged, 0 gathered) in 0.012009493 sec., 22398.947232826566 rows/sec., 40.14 MiB/sec.
3545 2025.01.09 01:57:18.776912 [ 189 ] {17c94cc7-cbcb-4131-b32c-df27c461cf7e::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
3546 2025.01.09 01:57:18.777365 [ 189 ] {17c94cc7-cbcb-4131-b32c-df27c461cf7e::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (17c94cc7-cbcb-4131-b32c-df27c461cf7e): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3547 2025.01.09 01:57:18.777453 [ 189 ] {17c94cc7-cbcb-4131-b32c-df27c461cf7e::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (17c94cc7-cbcb-4131-b32c-df27c461cf7e) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
3548 2025.01.09 01:57:18.777615 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.53 MiB.
3549 2025.01.09 01:57:21.192418 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 56 entries to flush up to offset 506
3550 2025.01.09 01:57:21.196000 [ 242 ] {} <Trace> system.query_log (e9d8cce9-7d6e-43dd-804a-3eff920f58fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3551 2025.01.09 01:57:21.196062 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3552 2025.01.09 01:57:21.197574 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3553 2025.01.09 01:57:21.197890 [ 242 ] {} <Trace> system.query_log (e9d8cce9-7d6e-43dd-804a-3eff920f58fa): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3554 2025.01.09 01:57:21.198897 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 506
3555 2025.01.09 01:57:22.373539 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3556 2025.01.09 01:57:22.373749 [ 286 ] {e993007d-0289-41d9-bd91-85ef2c575e98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3557 2025.01.09 01:57:22.373830 [ 286 ] {e993007d-0289-41d9-bd91-85ef2c575e98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3558 2025.01.09 01:57:22.374614 [ 286 ] {e993007d-0289-41d9-bd91-85ef2c575e98} <Trace> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3559 2025.01.09 01:57:22.374663 [ 286 ] {e993007d-0289-41d9-bd91-85ef2c575e98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3560 2025.01.09 01:57:22.375090 [ 286 ] {e993007d-0289-41d9-bd91-85ef2c575e98} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
3561 2025.01.09 01:57:22.375346 [ 286 ] {e993007d-0289-41d9-bd91-85ef2c575e98} <Trace> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3562 2025.01.09 01:57:22.375567 [ 286 ] {e993007d-0289-41d9-bd91-85ef2c575e98} <Debug> executeQuery: Read 26 rows, 1.98 KiB in 0.00188 sec., 13829.787234042553 rows/sec., 1.03 MiB/sec.
3563 2025.01.09 01:57:22.375625 [ 286 ] {e993007d-0289-41d9-bd91-85ef2c575e98} <Debug> TCPHandler: Processed in 0.002231054 sec.
3564 2025.01.09 01:57:22.375902 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3565 2025.01.09 01:57:22.376101 [ 283 ] {973b1f08-c301-4249-b67c-11c253d36db6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3566 2025.01.09 01:57:22.376176 [ 283 ] {973b1f08-c301-4249-b67c-11c253d36db6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3567 2025.01.09 01:57:22.376936 [ 283 ] {973b1f08-c301-4249-b67c-11c253d36db6} <Trace> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3568 2025.01.09 01:57:22.376987 [ 283 ] {973b1f08-c301-4249-b67c-11c253d36db6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3569 2025.01.09 01:57:22.377420 [ 283 ] {973b1f08-c301-4249-b67c-11c253d36db6} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
3570 2025.01.09 01:57:22.377671 [ 283 ] {973b1f08-c301-4249-b67c-11c253d36db6} <Trace> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3571 2025.01.09 01:57:22.377890 [ 283 ] {973b1f08-c301-4249-b67c-11c253d36db6} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.00184 sec., 15217.391304347826 rows/sec., 1.19 MiB/sec.
3572 2025.01.09 01:57:22.377947 [ 283 ] {973b1f08-c301-4249-b67c-11c253d36db6} <Debug> TCPHandler: Processed in 0.002192414 sec.
3573 2025.01.09 01:57:22.378157 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3574 2025.01.09 01:57:22.378358 [ 286 ] {1f012605-5b5a-4448-ad5f-ebcda9b89565} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3575 2025.01.09 01:57:22.378447 [ 286 ] {1f012605-5b5a-4448-ad5f-ebcda9b89565} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3576 2025.01.09 01:57:22.379225 [ 286 ] {1f012605-5b5a-4448-ad5f-ebcda9b89565} <Trace> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3577 2025.01.09 01:57:22.379264 [ 286 ] {1f012605-5b5a-4448-ad5f-ebcda9b89565} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3578 2025.01.09 01:57:22.379652 [ 286 ] {1f012605-5b5a-4448-ad5f-ebcda9b89565} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
3579 2025.01.09 01:57:22.379895 [ 286 ] {1f012605-5b5a-4448-ad5f-ebcda9b89565} <Trace> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3580 2025.01.09 01:57:22.380108 [ 286 ] {1f012605-5b5a-4448-ad5f-ebcda9b89565} <Debug> executeQuery: Read 60 rows, 4.26 KiB in 0.0018 sec., 33333.333333333336 rows/sec., 2.31 MiB/sec.
3581 2025.01.09 01:57:22.380161 [ 286 ] {1f012605-5b5a-4448-ad5f-ebcda9b89565} <Debug> TCPHandler: Processed in 0.002107443 sec.
3582 2025.01.09 01:57:22.380313 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3583 2025.01.09 01:57:22.380454 [ 283 ] {7a9e412b-b377-4e0c-9b03-6ac636a81268} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3584 2025.01.09 01:57:22.380516 [ 283 ] {7a9e412b-b377-4e0c-9b03-6ac636a81268} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3585 2025.01.09 01:57:22.381079 [ 283 ] {7a9e412b-b377-4e0c-9b03-6ac636a81268} <Trace> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3586 2025.01.09 01:57:22.381119 [ 283 ] {7a9e412b-b377-4e0c-9b03-6ac636a81268} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3587 2025.01.09 01:57:22.381499 [ 283 ] {7a9e412b-b377-4e0c-9b03-6ac636a81268} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
3588 2025.01.09 01:57:22.381747 [ 283 ] {7a9e412b-b377-4e0c-9b03-6ac636a81268} <Trace> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3589 2025.01.09 01:57:22.381989 [ 283 ] {7a9e412b-b377-4e0c-9b03-6ac636a81268} <Debug> executeQuery: Read 18 rows, 1.26 KiB in 0.00156 sec., 11538.461538461539 rows/sec., 809.42 KiB/sec.
3590 2025.01.09 01:57:22.382214 [ 283 ] {7a9e412b-b377-4e0c-9b03-6ac636a81268} <Debug> TCPHandler: Processed in 0.00196486 sec.
3591 2025.01.09 01:57:23.675950 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 6893
3592 2025.01.09 01:57:23.676710 [ 244 ] {} <Trace> system.asynchronous_metric_log (9698bf86-621f-4c13-9bc9-6db4396b8d09): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3593 2025.01.09 01:57:23.676770 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3594 2025.01.09 01:57:23.677358 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
3595 2025.01.09 01:57:23.677628 [ 244 ] {} <Trace> system.asynchronous_metric_log (9698bf86-621f-4c13-9bc9-6db4396b8d09): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3596 2025.01.09 01:57:23.677952 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6893
3597 2025.01.09 01:57:24.105750 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 113
3598 2025.01.09 01:57:24.126070 [ 243 ] {} <Trace> system.metric_log (c31dfbef-714c-4223-9d5c-473a3e49bbb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3599 2025.01.09 01:57:24.126124 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3600 2025.01.09 01:57:24.133561 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
3601 2025.01.09 01:57:24.134322 [ 243 ] {} <Trace> system.metric_log (c31dfbef-714c-4223-9d5c-473a3e49bbb4): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3602 2025.01.09 01:57:24.137397 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 113
3603 2025.01.09 01:57:27.376189 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3604 2025.01.09 01:57:27.376406 [ 286 ] {5b45dd58-eef4-4c6c-8965-ac7c31cb680c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3605 2025.01.09 01:57:27.376495 [ 286 ] {5b45dd58-eef4-4c6c-8965-ac7c31cb680c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3606 2025.01.09 01:57:27.377357 [ 286 ] {5b45dd58-eef4-4c6c-8965-ac7c31cb680c} <Trace> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3607 2025.01.09 01:57:27.377412 [ 286 ] {5b45dd58-eef4-4c6c-8965-ac7c31cb680c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3608 2025.01.09 01:57:27.377863 [ 286 ] {5b45dd58-eef4-4c6c-8965-ac7c31cb680c} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
3609 2025.01.09 01:57:27.378126 [ 286 ] {5b45dd58-eef4-4c6c-8965-ac7c31cb680c} <Trace> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3610 2025.01.09 01:57:27.378395 [ 286 ] {5b45dd58-eef4-4c6c-8965-ac7c31cb680c} <Debug> executeQuery: Read 78 rows, 6.85 KiB in 0.002051 sec., 38030.22915650902 rows/sec., 3.26 MiB/sec.
3611 2025.01.09 01:57:27.378535 [ 286 ] {5b45dd58-eef4-4c6c-8965-ac7c31cb680c} <Debug> TCPHandler: Processed in 0.002493849 sec.
3612 2025.01.09 01:57:27.378802 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3613 2025.01.09 01:57:27.379014 [ 283 ] {f3269ae7-e0e1-495c-b029-7a9c7998dd02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3614 2025.01.09 01:57:27.379094 [ 283 ] {f3269ae7-e0e1-495c-b029-7a9c7998dd02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3615 2025.01.09 01:57:27.379843 [ 283 ] {f3269ae7-e0e1-495c-b029-7a9c7998dd02} <Trace> oximeter.fields_u16 (b7e624c8-f545-4bc0-b9ea-87ccb0a68066): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3616 2025.01.09 01:57:27.379896 [ 283 ] {f3269ae7-e0e1-495c-b029-7a9c7998dd02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3617 2025.01.09 01:57:27.380326 [ 283 ] {f3269ae7-e0e1-495c-b029-7a9c7998dd02} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3618 2025.01.09 01:57:27.380570 [ 283 ] {f3269ae7-e0e1-495c-b029-7a9c7998dd02} <Trace> oximeter.fields_u16 (b7e624c8-f545-4bc0-b9ea-87ccb0a68066): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3619 2025.01.09 01:57:27.380794 [ 283 ] {f3269ae7-e0e1-495c-b029-7a9c7998dd02} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.001839 sec., 14138.118542686243 rows/sec., 1.04 MiB/sec.
3620 2025.01.09 01:57:27.380854 [ 283 ] {f3269ae7-e0e1-495c-b029-7a9c7998dd02} <Debug> TCPHandler: Processed in 0.002190753 sec.
3621 2025.01.09 01:57:27.381004 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3622 2025.01.09 01:57:27.381154 [ 286 ] {4255e6fa-8335-4317-b28b-08990ff0abed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3623 2025.01.09 01:57:27.381217 [ 286 ] {4255e6fa-8335-4317-b28b-08990ff0abed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3624 2025.01.09 01:57:27.382019 [ 286 ] {4255e6fa-8335-4317-b28b-08990ff0abed} <Trace> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3625 2025.01.09 01:57:27.382070 [ 286 ] {4255e6fa-8335-4317-b28b-08990ff0abed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3626 2025.01.09 01:57:27.382471 [ 286 ] {4255e6fa-8335-4317-b28b-08990ff0abed} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
3627 2025.01.09 01:57:27.382724 [ 286 ] {4255e6fa-8335-4317-b28b-08990ff0abed} <Trace> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3628 2025.01.09 01:57:27.382938 [ 286 ] {4255e6fa-8335-4317-b28b-08990ff0abed} <Debug> executeQuery: Read 54 rows, 4.32 KiB in 0.00182 sec., 29670.32967032967 rows/sec., 2.32 MiB/sec.
3629 2025.01.09 01:57:27.382994 [ 286 ] {4255e6fa-8335-4317-b28b-08990ff0abed} <Debug> TCPHandler: Processed in 0.002062042 sec.
3630 2025.01.09 01:57:27.383170 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3631 2025.01.09 01:57:27.383312 [ 283 ] {72d922fd-5cdd-4c35-b18e-30993fe73e62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3632 2025.01.09 01:57:27.383375 [ 283 ] {72d922fd-5cdd-4c35-b18e-30993fe73e62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3633 2025.01.09 01:57:27.384036 [ 283 ] {72d922fd-5cdd-4c35-b18e-30993fe73e62} <Trace> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3634 2025.01.09 01:57:27.384085 [ 283 ] {72d922fd-5cdd-4c35-b18e-30993fe73e62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3635 2025.01.09 01:57:27.384486 [ 283 ] {72d922fd-5cdd-4c35-b18e-30993fe73e62} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
3636 2025.01.09 01:57:27.384741 [ 283 ] {72d922fd-5cdd-4c35-b18e-30993fe73e62} <Trace> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3637 2025.01.09 01:57:27.384940 [ 283 ] {72d922fd-5cdd-4c35-b18e-30993fe73e62} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001661 sec., 60204.69596628537 rows/sec., 4.17 MiB/sec.
3638 2025.01.09 01:57:27.384993 [ 283 ] {72d922fd-5cdd-4c35-b18e-30993fe73e62} <Debug> TCPHandler: Processed in 0.001887169 sec.
3639 2025.01.09 01:57:27.385154 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3640 2025.01.09 01:57:27.385302 [ 286 ] {a18f91f9-9727-4baa-adfe-ae77d93d7f66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3641 2025.01.09 01:57:27.385402 [ 286 ] {a18f91f9-9727-4baa-adfe-ae77d93d7f66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
3642 2025.01.09 01:57:27.386642 [ 286 ] {a18f91f9-9727-4baa-adfe-ae77d93d7f66} <Trace> oximeter.measurements_histogramu64 (17c94cc7-cbcb-4131-b32c-df27c461cf7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3643 2025.01.09 01:57:27.386685 [ 286 ] {a18f91f9-9727-4baa-adfe-ae77d93d7f66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3644 2025.01.09 01:57:27.387696 [ 286 ] {a18f91f9-9727-4baa-adfe-ae77d93d7f66} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3645 2025.01.09 01:57:27.387971 [ 286 ] {a18f91f9-9727-4baa-adfe-ae77d93d7f66} <Trace> oximeter.measurements_histogramu64 (17c94cc7-cbcb-4131-b32c-df27c461cf7e): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3646 2025.01.09 01:57:27.388220 [ 286 ] {a18f91f9-9727-4baa-adfe-ae77d93d7f66} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002955 sec., 8798.646362098138 rows/sec., 15.77 MiB/sec.
3647 2025.01.09 01:57:27.388320 [ 286 ] {a18f91f9-9727-4baa-adfe-ae77d93d7f66} <Debug> TCPHandler: Processed in 0.003229409 sec.
3648 2025.01.09 01:57:27.388485 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3649 2025.01.09 01:57:27.388624 [ 283 ] {a2491914-1aca-44fb-a827-17d1e16c0e52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3650 2025.01.09 01:57:27.388687 [ 283 ] {a2491914-1aca-44fb-a827-17d1e16c0e52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3651 2025.01.09 01:57:27.389243 [ 283 ] {a2491914-1aca-44fb-a827-17d1e16c0e52} <Trace> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3652 2025.01.09 01:57:27.389283 [ 283 ] {a2491914-1aca-44fb-a827-17d1e16c0e52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3653 2025.01.09 01:57:27.389657 [ 283 ] {a2491914-1aca-44fb-a827-17d1e16c0e52} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
3654 2025.01.09 01:57:27.389905 [ 283 ] {a2491914-1aca-44fb-a827-17d1e16c0e52} <Trace> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3655 2025.01.09 01:57:27.390112 [ 283 ] {a2491914-1aca-44fb-a827-17d1e16c0e52} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001518 sec., 19762.845849802372 rows/sec., 1.35 MiB/sec.
3656 2025.01.09 01:57:27.390164 [ 283 ] {a2491914-1aca-44fb-a827-17d1e16c0e52} <Debug> TCPHandler: Processed in 0.001749866 sec.
3657 2025.01.09 01:57:30.222753 [ 59 ] {} <Debug> oximeter.measurements_f64 (934b838e-c5f5-431f-8772-7fa1e914138c) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0
3658 2025.01.09 01:57:30.222835 [ 59 ] {} <Trace> oximeter.measurements_f64 (934b838e-c5f5-431f-8772-7fa1e914138c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3659 2025.01.09 01:57:30.222861 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3660 2025.01.09 01:57:30.223087 [ 194 ] {934b838e-c5f5-431f-8772-7fa1e914138c::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
3661 2025.01.09 01:57:30.223289 [ 194 ] {934b838e-c5f5-431f-8772-7fa1e914138c::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3662 2025.01.09 01:57:30.223340 [ 194 ] {934b838e-c5f5-431f-8772-7fa1e914138c::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
3663 2025.01.09 01:57:30.223430 [ 194 ] {934b838e-c5f5-431f-8772-7fa1e914138c::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
3664 2025.01.09 01:57:30.223551 [ 194 ] {934b838e-c5f5-431f-8772-7fa1e914138c::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2 rows starting from the beginning of the part
3665 2025.01.09 01:57:30.223667 [ 194 ] {934b838e-c5f5-431f-8772-7fa1e914138c::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
3666 2025.01.09 01:57:30.223765 [ 194 ] {934b838e-c5f5-431f-8772-7fa1e914138c::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
3667 2025.01.09 01:57:30.224790 [ 189 ] {934b838e-c5f5-431f-8772-7fa1e914138c::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10 rows, containing 4 columns (4 merged, 0 gathered) in 0.001842809 sec., 5426.498351158476 rows/sec., 363.53 KiB/sec.
3668 2025.01.09 01:57:30.225025 [ 196 ] {934b838e-c5f5-431f-8772-7fa1e914138c::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary)
3669 2025.01.09 01:57:30.225405 [ 196 ] {934b838e-c5f5-431f-8772-7fa1e914138c::all_1_9_2} <Trace> oximeter.measurements_f64 (934b838e-c5f5-431f-8772-7fa1e914138c): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3670 2025.01.09 01:57:30.225497 [ 196 ] {934b838e-c5f5-431f-8772-7fa1e914138c::all_1_9_2} <Trace> oximeter.measurements_f64 (934b838e-c5f5-431f-8772-7fa1e914138c) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2
3671 2025.01.09 01:57:30.225602 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
3672 2025.01.09 01:57:31.094250 [ 56 ] {} <Debug> DNSResolver: Updating DNS cache
3673 2025.01.09 01:57:31.094340 [ 56 ] {} <Debug> DNSResolver: Updated DNS cache
3674 2025.01.09 01:57:31.178117 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 7381
3675 2025.01.09 01:57:31.179216 [ 244 ] {} <Trace> system.asynchronous_metric_log (9698bf86-621f-4c13-9bc9-6db4396b8d09): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3676 2025.01.09 01:57:31.179291 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3677 2025.01.09 01:57:31.179937 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
3678 2025.01.09 01:57:31.180212 [ 244 ] {} <Trace> system.asynchronous_metric_log (9698bf86-621f-4c13-9bc9-6db4396b8d09): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3679 2025.01.09 01:57:31.180367 [ 56 ] {} <Debug> system.asynchronous_metric_log (9698bf86-621f-4c13-9bc9-6db4396b8d09) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
3680 2025.01.09 01:57:31.180419 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7381
3681 2025.01.09 01:57:31.180423 [ 56 ] {} <Trace> system.asynchronous_metric_log (9698bf86-621f-4c13-9bc9-6db4396b8d09): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3682 2025.01.09 01:57:31.180455 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3683 2025.01.09 01:57:31.180599 [ 199 ] {9698bf86-621f-4c13-9bc9-6db4396b8d09::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
3684 2025.01.09 01:57:31.180774 [ 199 ] {9698bf86-621f-4c13-9bc9-6db4396b8d09::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3685 2025.01.09 01:57:31.180825 [ 199 ] {9698bf86-621f-4c13-9bc9-6db4396b8d09::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 5063 rows starting from the beginning of the part
3686 2025.01.09 01:57:31.180915 [ 199 ] {9698bf86-621f-4c13-9bc9-6db4396b8d09::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 488 rows starting from the beginning of the part
3687 2025.01.09 01:57:31.181124 [ 199 ] {9698bf86-621f-4c13-9bc9-6db4396b8d09::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 427 rows starting from the beginning of the part
3688 2025.01.09 01:57:31.181381 [ 199 ] {9698bf86-621f-4c13-9bc9-6db4396b8d09::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 488 rows starting from the beginning of the part
3689 2025.01.09 01:57:31.181519 [ 199 ] {9698bf86-621f-4c13-9bc9-6db4396b8d09::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 427 rows starting from the beginning of the part
3690 2025.01.09 01:57:31.181661 [ 199 ] {9698bf86-621f-4c13-9bc9-6db4396b8d09::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 488 rows starting from the beginning of the part
3691 2025.01.09 01:57:31.183467 [ 196 ] {9698bf86-621f-4c13-9bc9-6db4396b8d09::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7381 rows, containing 4 columns (4 merged, 0 gathered) in 0.002943395 sec., 2507648.4807509696 rows/sec., 35.87 MiB/sec.
3692 2025.01.09 01:57:31.183901 [ 196 ] {9698bf86-621f-4c13-9bc9-6db4396b8d09::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
3693 2025.01.09 01:57:31.184207 [ 196 ] {9698bf86-621f-4c13-9bc9-6db4396b8d09::all_1_16_3} <Trace> system.asynchronous_metric_log (9698bf86-621f-4c13-9bc9-6db4396b8d09): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3694 2025.01.09 01:57:31.184285 [ 196 ] {9698bf86-621f-4c13-9bc9-6db4396b8d09::all_1_16_3} <Trace> system.asynchronous_metric_log (9698bf86-621f-4c13-9bc9-6db4396b8d09) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
3695 2025.01.09 01:57:31.184387 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB.
3696 2025.01.09 01:57:31.199221 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 526
3697 2025.01.09 01:57:31.202093 [ 242 ] {} <Trace> system.query_log (e9d8cce9-7d6e-43dd-804a-3eff920f58fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3698 2025.01.09 01:57:31.202149 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3699 2025.01.09 01:57:31.203630 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
3700 2025.01.09 01:57:31.203940 [ 242 ] {} <Trace> system.query_log (e9d8cce9-7d6e-43dd-804a-3eff920f58fa): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3701 2025.01.09 01:57:31.204165 [ 56 ] {} <Debug> system.query_log (e9d8cce9-7d6e-43dd-804a-3eff920f58fa) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
3702 2025.01.09 01:57:31.204298 [ 56 ] {} <Trace> system.query_log (e9d8cce9-7d6e-43dd-804a-3eff920f58fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3703 2025.01.09 01:57:31.204355 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3704 2025.01.09 01:57:31.204626 [ 186 ] {e9d8cce9-7d6e-43dd-804a-3eff920f58fa::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
3705 2025.01.09 01:57:31.205220 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 526
3706 2025.01.09 01:57:31.205535 [ 186 ] {e9d8cce9-7d6e-43dd-804a-3eff920f58fa::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3707 2025.01.09 01:57:31.205690 [ 186 ] {e9d8cce9-7d6e-43dd-804a-3eff920f58fa::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 328 rows starting from the beginning of the part
3708 2025.01.09 01:57:31.206121 [ 186 ] {e9d8cce9-7d6e-43dd-804a-3eff920f58fa::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 62 rows starting from the beginning of the part
3709 2025.01.09 01:57:31.206548 [ 186 ] {e9d8cce9-7d6e-43dd-804a-3eff920f58fa::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
3710 2025.01.09 01:57:31.206983 [ 186 ] {e9d8cce9-7d6e-43dd-804a-3eff920f58fa::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 40 rows starting from the beginning of the part
3711 2025.01.09 01:57:31.207406 [ 186 ] {e9d8cce9-7d6e-43dd-804a-3eff920f58fa::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
3712 2025.01.09 01:57:31.207854 [ 186 ] {e9d8cce9-7d6e-43dd-804a-3eff920f58fa::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
3713 2025.01.09 01:57:31.215797 [ 188 ] {e9d8cce9-7d6e-43dd-804a-3eff920f58fa::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 526 rows, containing 72 columns (72 merged, 0 gathered) in 0.011336633 sec., 46398.25599011629 rows/sec., 40.97 MiB/sec.
3714 2025.01.09 01:57:31.217016 [ 188 ] {e9d8cce9-7d6e-43dd-804a-3eff920f58fa::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
3715 2025.01.09 01:57:31.217817 [ 188 ] {e9d8cce9-7d6e-43dd-804a-3eff920f58fa::all_1_11_2} <Trace> system.query_log (e9d8cce9-7d6e-43dd-804a-3eff920f58fa): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3716 2025.01.09 01:57:31.217913 [ 188 ] {e9d8cce9-7d6e-43dd-804a-3eff920f58fa::all_1_11_2} <Trace> system.query_log (e9d8cce9-7d6e-43dd-804a-3eff920f58fa) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
3717 2025.01.09 01:57:31.218239 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.82 MiB.
3718 2025.01.09 01:57:31.637499 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 121
3719 2025.01.09 01:57:31.659283 [ 243 ] {} <Trace> system.metric_log (c31dfbef-714c-4223-9d5c-473a3e49bbb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3720 2025.01.09 01:57:31.659345 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3721 2025.01.09 01:57:31.667165 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
3722 2025.01.09 01:57:31.667961 [ 243 ] {} <Trace> system.metric_log (c31dfbef-714c-4223-9d5c-473a3e49bbb4): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3723 2025.01.09 01:57:31.668253 [ 55 ] {} <Debug> system.metric_log (c31dfbef-714c-4223-9d5c-473a3e49bbb4) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
3724 2025.01.09 01:57:31.668325 [ 55 ] {} <Trace> system.metric_log (c31dfbef-714c-4223-9d5c-473a3e49bbb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3725 2025.01.09 01:57:31.668378 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3726 2025.01.09 01:57:31.668903 [ 196 ] {c31dfbef-714c-4223-9d5c-473a3e49bbb4::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
3727 2025.01.09 01:57:31.685523 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 121
3728 2025.01.09 01:57:31.686839 [ 196 ] {c31dfbef-714c-4223-9d5c-473a3e49bbb4::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3729 2025.01.09 01:57:31.688155 [ 196 ] {c31dfbef-714c-4223-9d5c-473a3e49bbb4::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
3730 2025.01.09 01:57:31.693446 [ 196 ] {c31dfbef-714c-4223-9d5c-473a3e49bbb4::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
3731 2025.01.09 01:57:31.698987 [ 196 ] {c31dfbef-714c-4223-9d5c-473a3e49bbb4::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
3732 2025.01.09 01:57:31.704652 [ 196 ] {c31dfbef-714c-4223-9d5c-473a3e49bbb4::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
3733 2025.01.09 01:57:31.710441 [ 196 ] {c31dfbef-714c-4223-9d5c-473a3e49bbb4::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
3734 2025.01.09 01:57:31.715293 [ 196 ] {c31dfbef-714c-4223-9d5c-473a3e49bbb4::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
3735 2025.01.09 01:57:31.773214 [ 195 ] {c31dfbef-714c-4223-9d5c-473a3e49bbb4::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.104678279 sec., 1155.9227105749417 rows/sec., 5.98 MiB/sec.
3736 2025.01.09 01:57:31.776046 [ 195 ] {c31dfbef-714c-4223-9d5c-473a3e49bbb4::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
3737 2025.01.09 01:57:31.779181 [ 195 ] {c31dfbef-714c-4223-9d5c-473a3e49bbb4::all_1_16_3} <Trace> system.metric_log (c31dfbef-714c-4223-9d5c-473a3e49bbb4): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3738 2025.01.09 01:57:31.779282 [ 195 ] {c31dfbef-714c-4223-9d5c-473a3e49bbb4::all_1_16_3} <Trace> system.metric_log (c31dfbef-714c-4223-9d5c-473a3e49bbb4) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
3739 2025.01.09 01:57:31.781969 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.52 MiB.
3740 2025.01.09 01:57:32.000225 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 177.93 MiB, peak 187.86 MiB, free memory in arenas 0.00 B, will set to 179.41 MiB (RSS), difference: 1.48 MiB
3741 2025.01.09 01:57:32.001473 [ 248 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000948095 sec.
3742 2025.01.09 01:57:32.380608 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3743 2025.01.09 01:57:32.380829 [ 286 ] {98ded5a1-53b5-41ca-b5d0-acb75c4a7f98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
3744 2025.01.09 01:57:32.380915 [ 286 ] {98ded5a1-53b5-41ca-b5d0-acb75c4a7f98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
3745 2025.01.09 01:57:32.381742 [ 286 ] {98ded5a1-53b5-41ca-b5d0-acb75c4a7f98} <Trace> oximeter.fields_i16 (768e6654-4d7d-4320-b224-a6516c636040): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3746 2025.01.09 01:57:32.381796 [ 286 ] {98ded5a1-53b5-41ca-b5d0-acb75c4a7f98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3747 2025.01.09 01:57:32.382254 [ 286 ] {98ded5a1-53b5-41ca-b5d0-acb75c4a7f98} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3748 2025.01.09 01:57:32.382522 [ 286 ] {98ded5a1-53b5-41ca-b5d0-acb75c4a7f98} <Trace> oximeter.fields_i16 (768e6654-4d7d-4320-b224-a6516c636040): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3749 2025.01.09 01:57:32.382853 [ 286 ] {98ded5a1-53b5-41ca-b5d0-acb75c4a7f98} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002071 sec., 6760.019314340899 rows/sec., 486.63 KiB/sec.
3750 2025.01.09 01:57:32.383120 [ 286 ] {98ded5a1-53b5-41ca-b5d0-acb75c4a7f98} <Debug> TCPHandler: Processed in 0.002656051 sec.
3751 2025.01.09 01:57:32.383410 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3752 2025.01.09 01:57:32.383631 [ 283 ] {897b3d8a-d33f-49fb-be5e-bda6df2cd8bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3753 2025.01.09 01:57:32.383716 [ 283 ] {897b3d8a-d33f-49fb-be5e-bda6df2cd8bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3754 2025.01.09 01:57:32.384636 [ 283 ] {897b3d8a-d33f-49fb-be5e-bda6df2cd8bc} <Trace> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3755 2025.01.09 01:57:32.384691 [ 283 ] {897b3d8a-d33f-49fb-be5e-bda6df2cd8bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3756 2025.01.09 01:57:32.385150 [ 283 ] {897b3d8a-d33f-49fb-be5e-bda6df2cd8bc} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
3757 2025.01.09 01:57:32.385410 [ 283 ] {897b3d8a-d33f-49fb-be5e-bda6df2cd8bc} <Trace> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3758 2025.01.09 01:57:32.385685 [ 283 ] {897b3d8a-d33f-49fb-be5e-bda6df2cd8bc} <Debug> executeQuery: Read 199 rows, 18.11 KiB in 0.002113 sec., 94178.89256980598 rows/sec., 8.37 MiB/sec.
3759 2025.01.09 01:57:32.385939 [ 283 ] {897b3d8a-d33f-49fb-be5e-bda6df2cd8bc} <Debug> TCPHandler: Processed in 0.002675621 sec.
3760 2025.01.09 01:57:32.386130 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3761 2025.01.09 01:57:32.386279 [ 286 ] {feffbcc4-dae1-40b9-8c82-bc7a626d8f03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3762 2025.01.09 01:57:32.386344 [ 286 ] {feffbcc4-dae1-40b9-8c82-bc7a626d8f03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3763 2025.01.09 01:57:32.387031 [ 286 ] {feffbcc4-dae1-40b9-8c82-bc7a626d8f03} <Trace> oximeter.fields_u16 (b7e624c8-f545-4bc0-b9ea-87ccb0a68066): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3764 2025.01.09 01:57:32.387079 [ 286 ] {feffbcc4-dae1-40b9-8c82-bc7a626d8f03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3765 2025.01.09 01:57:32.387495 [ 286 ] {feffbcc4-dae1-40b9-8c82-bc7a626d8f03} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3766 2025.01.09 01:57:32.387745 [ 286 ] {feffbcc4-dae1-40b9-8c82-bc7a626d8f03} <Trace> oximeter.fields_u16 (b7e624c8-f545-4bc0-b9ea-87ccb0a68066): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3767 2025.01.09 01:57:32.388037 [ 286 ] {feffbcc4-dae1-40b9-8c82-bc7a626d8f03} <Debug> executeQuery: Read 20 rows, 1.43 KiB in 0.001774 sec., 11273.957158962796 rows/sec., 808.11 KiB/sec.
3768 2025.01.09 01:57:32.388200 [ 286 ] {feffbcc4-dae1-40b9-8c82-bc7a626d8f03} <Debug> TCPHandler: Processed in 0.002134973 sec.
3769 2025.01.09 01:57:32.388378 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3770 2025.01.09 01:57:32.388529 [ 283 ] {0337f3a8-b7dd-44e2-8625-b2dc6d2a92fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
3771 2025.01.09 01:57:32.388592 [ 283 ] {0337f3a8-b7dd-44e2-8625-b2dc6d2a92fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
3772 2025.01.09 01:57:32.389309 [ 283 ] {0337f3a8-b7dd-44e2-8625-b2dc6d2a92fe} <Trace> oximeter.fields_u32 (03dfd943-ea50-4047-86b9-6222d9e39c11): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3773 2025.01.09 01:57:32.389351 [ 283 ] {0337f3a8-b7dd-44e2-8625-b2dc6d2a92fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3774 2025.01.09 01:57:32.389728 [ 283 ] {0337f3a8-b7dd-44e2-8625-b2dc6d2a92fe} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3775 2025.01.09 01:57:32.389980 [ 283 ] {0337f3a8-b7dd-44e2-8625-b2dc6d2a92fe} <Trace> oximeter.fields_u32 (03dfd943-ea50-4047-86b9-6222d9e39c11): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3776 2025.01.09 01:57:32.390299 [ 283 ] {0337f3a8-b7dd-44e2-8625-b2dc6d2a92fe} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001783 sec., 7851.934941110488 rows/sec., 549.90 KiB/sec.
3777 2025.01.09 01:57:32.390428 [ 283 ] {0337f3a8-b7dd-44e2-8625-b2dc6d2a92fe} <Debug> TCPHandler: Processed in 0.002123223 sec.
3778 2025.01.09 01:57:32.390605 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3779 2025.01.09 01:57:32.390747 [ 286 ] {b1368d3b-3021-4053-8b2a-d83d9bbeab21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
3780 2025.01.09 01:57:32.390807 [ 286 ] {b1368d3b-3021-4053-8b2a-d83d9bbeab21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
3781 2025.01.09 01:57:32.391470 [ 286 ] {b1368d3b-3021-4053-8b2a-d83d9bbeab21} <Trace> oximeter.fields_u8 (f59c63b9-7e00-4cbb-80d5-4667ebd1997c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3782 2025.01.09 01:57:32.391510 [ 286 ] {b1368d3b-3021-4053-8b2a-d83d9bbeab21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3783 2025.01.09 01:57:32.391877 [ 286 ] {b1368d3b-3021-4053-8b2a-d83d9bbeab21} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3784 2025.01.09 01:57:32.392122 [ 286 ] {b1368d3b-3021-4053-8b2a-d83d9bbeab21} <Trace> oximeter.fields_u8 (f59c63b9-7e00-4cbb-80d5-4667ebd1997c): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3785 2025.01.09 01:57:32.392424 [ 286 ] {b1368d3b-3021-4053-8b2a-d83d9bbeab21} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001697 sec., 7660.577489687685 rows/sec., 477.64 KiB/sec.
3786 2025.01.09 01:57:32.392861 [ 286 ] {b1368d3b-3021-4053-8b2a-d83d9bbeab21} <Debug> TCPHandler: Processed in 0.002319935 sec.
3787 2025.01.09 01:57:32.393086 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3788 2025.01.09 01:57:32.393229 [ 283 ] {1afa27eb-5a6c-4990-b230-953441a02abd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3789 2025.01.09 01:57:32.393289 [ 283 ] {1afa27eb-5a6c-4990-b230-953441a02abd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3790 2025.01.09 01:57:32.394138 [ 283 ] {1afa27eb-5a6c-4990-b230-953441a02abd} <Trace> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3791 2025.01.09 01:57:32.394185 [ 283 ] {1afa27eb-5a6c-4990-b230-953441a02abd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3792 2025.01.09 01:57:32.394587 [ 283 ] {1afa27eb-5a6c-4990-b230-953441a02abd} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
3793 2025.01.09 01:57:32.394844 [ 283 ] {1afa27eb-5a6c-4990-b230-953441a02abd} <Trace> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3794 2025.01.09 01:57:32.395105 [ 283 ] {1afa27eb-5a6c-4990-b230-953441a02abd} <Debug> executeQuery: Read 359 rows, 25.84 KiB in 0.001891 sec., 189846.64198836594 rows/sec., 13.35 MiB/sec.
3795 2025.01.09 01:57:32.395451 [ 283 ] {1afa27eb-5a6c-4990-b230-953441a02abd} <Debug> TCPHandler: Processed in 0.002468538 sec.
3796 2025.01.09 01:57:32.395851 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3797 2025.01.09 01:57:32.395974 [ 286 ] {21729de3-4e5e-4c11-b49a-2c21940f97b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
3798 2025.01.09 01:57:32.396027 [ 286 ] {21729de3-4e5e-4c11-b49a-2c21940f97b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
3799 2025.01.09 01:57:32.396528 [ 286 ] {21729de3-4e5e-4c11-b49a-2c21940f97b0} <Trace> oximeter.measurements_bool (e95e83a2-bc6b-4f55-83f2-ee90a75b0302): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3800 2025.01.09 01:57:32.396567 [ 286 ] {21729de3-4e5e-4c11-b49a-2c21940f97b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3801 2025.01.09 01:57:32.396958 [ 286 ] {21729de3-4e5e-4c11-b49a-2c21940f97b0} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3802 2025.01.09 01:57:32.397211 [ 286 ] {21729de3-4e5e-4c11-b49a-2c21940f97b0} <Trace> oximeter.measurements_bool (e95e83a2-bc6b-4f55-83f2-ee90a75b0302): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3803 2025.01.09 01:57:32.397419 [ 286 ] {21729de3-4e5e-4c11-b49a-2c21940f97b0} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001466 sec., 4092.769440654843 rows/sec., 213.83 KiB/sec.
3804 2025.01.09 01:57:32.397482 [ 286 ] {21729de3-4e5e-4c11-b49a-2c21940f97b0} <Debug> TCPHandler: Processed in 0.001880539 sec.
3805 2025.01.09 01:57:32.397655 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3806 2025.01.09 01:57:32.397798 [ 283 ] {750e56e0-9ae0-4c4c-ba87-86e54039b123} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3807 2025.01.09 01:57:32.397862 [ 283 ] {750e56e0-9ae0-4c4c-ba87-86e54039b123} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3808 2025.01.09 01:57:32.398502 [ 283 ] {750e56e0-9ae0-4c4c-ba87-86e54039b123} <Trace> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3809 2025.01.09 01:57:32.398543 [ 283 ] {750e56e0-9ae0-4c4c-ba87-86e54039b123} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3810 2025.01.09 01:57:32.398937 [ 283 ] {750e56e0-9ae0-4c4c-ba87-86e54039b123} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
3811 2025.01.09 01:57:32.399179 [ 283 ] {750e56e0-9ae0-4c4c-ba87-86e54039b123} <Trace> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3812 2025.01.09 01:57:32.399413 [ 283 ] {750e56e0-9ae0-4c4c-ba87-86e54039b123} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.001643 sec., 107729.76262933659 rows/sec., 7.11 MiB/sec.
3813 2025.01.09 01:57:32.399524 [ 283 ] {750e56e0-9ae0-4c4c-ba87-86e54039b123} <Debug> TCPHandler: Processed in 0.00193776 sec.
3814 2025.01.09 01:57:32.399680 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3815 2025.01.09 01:57:32.399822 [ 286 ] {6964c0d3-ba4b-4c68-a75c-f27473316b83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
3816 2025.01.09 01:57:32.399888 [ 286 ] {6964c0d3-ba4b-4c68-a75c-f27473316b83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
3817 2025.01.09 01:57:32.400423 [ 286 ] {6964c0d3-ba4b-4c68-a75c-f27473316b83} <Trace> oximeter.measurements_f64 (934b838e-c5f5-431f-8772-7fa1e914138c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3818 2025.01.09 01:57:32.400464 [ 286 ] {6964c0d3-ba4b-4c68-a75c-f27473316b83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3819 2025.01.09 01:57:32.400828 [ 286 ] {6964c0d3-ba4b-4c68-a75c-f27473316b83} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3820 2025.01.09 01:57:32.401076 [ 286 ] {6964c0d3-ba4b-4c68-a75c-f27473316b83} <Trace> oximeter.measurements_f64 (934b838e-c5f5-431f-8772-7fa1e914138c): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3821 2025.01.09 01:57:32.401284 [ 286 ] {6964c0d3-ba4b-4c68-a75c-f27473316b83} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001491 sec., 670.690811535882 rows/sec., 45.19 KiB/sec.
3822 2025.01.09 01:57:32.401336 [ 286 ] {6964c0d3-ba4b-4c68-a75c-f27473316b83} <Debug> TCPHandler: Processed in 0.001724077 sec.
3823 2025.01.09 01:57:32.401499 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3824 2025.01.09 01:57:32.401643 [ 283 ] {677e0948-043a-4713-b67a-fd58bf18346d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3825 2025.01.09 01:57:32.401737 [ 283 ] {677e0948-043a-4713-b67a-fd58bf18346d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
3826 2025.01.09 01:57:32.402929 [ 283 ] {677e0948-043a-4713-b67a-fd58bf18346d} <Trace> oximeter.measurements_histogramu64 (17c94cc7-cbcb-4131-b32c-df27c461cf7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3827 2025.01.09 01:57:32.402970 [ 283 ] {677e0948-043a-4713-b67a-fd58bf18346d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3828 2025.01.09 01:57:32.403584 [ 283 ] {677e0948-043a-4713-b67a-fd58bf18346d} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3829 2025.01.09 01:57:32.403842 [ 283 ] {677e0948-043a-4713-b67a-fd58bf18346d} <Trace> oximeter.measurements_histogramu64 (17c94cc7-cbcb-4131-b32c-df27c461cf7e): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3830 2025.01.09 01:57:32.404312 [ 283 ] {677e0948-043a-4713-b67a-fd58bf18346d} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002664 sec., 4879.87987987988 rows/sec., 8.74 MiB/sec.
3831 2025.01.09 01:57:32.404847 [ 283 ] {677e0948-043a-4713-b67a-fd58bf18346d} <Debug> TCPHandler: Processed in 0.003416122 sec.
3832 2025.01.09 01:57:32.405009 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3833 2025.01.09 01:57:32.405148 [ 286 ] {90148905-b6fe-4fea-a65e-8f8ff3db92b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3834 2025.01.09 01:57:32.405209 [ 286 ] {90148905-b6fe-4fea-a65e-8f8ff3db92b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3835 2025.01.09 01:57:32.405710 [ 286 ] {90148905-b6fe-4fea-a65e-8f8ff3db92b9} <Trace> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3836 2025.01.09 01:57:32.405748 [ 286 ] {90148905-b6fe-4fea-a65e-8f8ff3db92b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3837 2025.01.09 01:57:32.406122 [ 286 ] {90148905-b6fe-4fea-a65e-8f8ff3db92b9} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
3838 2025.01.09 01:57:32.406370 [ 286 ] {90148905-b6fe-4fea-a65e-8f8ff3db92b9} <Trace> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3839 2025.01.09 01:57:32.406550 [ 286 ] {90148905-b6fe-4fea-a65e-8f8ff3db92b9} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.001433 sec., 36287.508722958824 rows/sec., 2.25 MiB/sec.
3840 2025.01.09 01:57:32.406599 [ 286 ] {90148905-b6fe-4fea-a65e-8f8ff3db92b9} <Debug> TCPHandler: Processed in 0.001660935 sec.
3841 2025.01.09 01:57:37.376489 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3842 2025.01.09 01:57:37.376699 [ 286 ] {08b8e15a-d01f-417d-9244-f554d6e14971} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3843 2025.01.09 01:57:37.376776 [ 286 ] {08b8e15a-d01f-417d-9244-f554d6e14971} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3844 2025.01.09 01:57:37.377596 [ 286 ] {08b8e15a-d01f-417d-9244-f554d6e14971} <Trace> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3845 2025.01.09 01:57:37.377644 [ 286 ] {08b8e15a-d01f-417d-9244-f554d6e14971} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3846 2025.01.09 01:57:37.378096 [ 286 ] {08b8e15a-d01f-417d-9244-f554d6e14971} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
3847 2025.01.09 01:57:37.378373 [ 286 ] {08b8e15a-d01f-417d-9244-f554d6e14971} <Trace> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3848 2025.01.09 01:57:37.378591 [ 286 ] {08b8e15a-d01f-417d-9244-f554d6e14971} <Debug> executeQuery: Read 78 rows, 6.85 KiB in 0.001949 sec., 40020.523345305286 rows/sec., 3.43 MiB/sec.
3849 2025.01.09 01:57:37.378659 [ 286 ] {08b8e15a-d01f-417d-9244-f554d6e14971} <Debug> TCPHandler: Processed in 0.002307646 sec.
3850 2025.01.09 01:57:37.378925 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3851 2025.01.09 01:57:37.379143 [ 283 ] {85bfeb31-d0e9-4c74-94e7-7cbd4f0eacd0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3852 2025.01.09 01:57:37.379227 [ 283 ] {85bfeb31-d0e9-4c74-94e7-7cbd4f0eacd0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3853 2025.01.09 01:57:37.380206 [ 283 ] {85bfeb31-d0e9-4c74-94e7-7cbd4f0eacd0} <Trace> oximeter.fields_u16 (b7e624c8-f545-4bc0-b9ea-87ccb0a68066): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3854 2025.01.09 01:57:37.380262 [ 283 ] {85bfeb31-d0e9-4c74-94e7-7cbd4f0eacd0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3855 2025.01.09 01:57:37.380699 [ 283 ] {85bfeb31-d0e9-4c74-94e7-7cbd4f0eacd0} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
3856 2025.01.09 01:57:37.380951 [ 283 ] {85bfeb31-d0e9-4c74-94e7-7cbd4f0eacd0} <Trace> oximeter.fields_u16 (b7e624c8-f545-4bc0-b9ea-87ccb0a68066): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3857 2025.01.09 01:57:37.381185 [ 283 ] {85bfeb31-d0e9-4c74-94e7-7cbd4f0eacd0} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.002099 sec., 12386.85088137208 rows/sec., 931.43 KiB/sec.
3858 2025.01.09 01:57:37.381257 [ 283 ] {85bfeb31-d0e9-4c74-94e7-7cbd4f0eacd0} <Debug> TCPHandler: Processed in 0.002471597 sec.
3859 2025.01.09 01:57:37.381410 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3860 2025.01.09 01:57:37.381539 [ 286 ] {cfbb8228-9a17-4d53-b95f-bf9f702c56a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3861 2025.01.09 01:57:37.381593 [ 286 ] {cfbb8228-9a17-4d53-b95f-bf9f702c56a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3862 2025.01.09 01:57:37.382224 [ 286 ] {cfbb8228-9a17-4d53-b95f-bf9f702c56a0} <Trace> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3863 2025.01.09 01:57:37.382266 [ 286 ] {cfbb8228-9a17-4d53-b95f-bf9f702c56a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3864 2025.01.09 01:57:37.382645 [ 286 ] {cfbb8228-9a17-4d53-b95f-bf9f702c56a0} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
3865 2025.01.09 01:57:37.382898 [ 286 ] {cfbb8228-9a17-4d53-b95f-bf9f702c56a0} <Trace> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3866 2025.01.09 01:57:37.383133 [ 286 ] {cfbb8228-9a17-4d53-b95f-bf9f702c56a0} <Debug> executeQuery: Read 54 rows, 4.32 KiB in 0.001623 sec., 33271.719038817006 rows/sec., 2.60 MiB/sec.
3867 2025.01.09 01:57:37.383353 [ 286 ] {cfbb8228-9a17-4d53-b95f-bf9f702c56a0} <Debug> TCPHandler: Processed in 0.00199836 sec.
3868 2025.01.09 01:57:37.383557 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3869 2025.01.09 01:57:37.383707 [ 283 ] {efe833b1-85f1-4752-a839-521ccf0d68d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3870 2025.01.09 01:57:37.383773 [ 283 ] {efe833b1-85f1-4752-a839-521ccf0d68d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3871 2025.01.09 01:57:37.384432 [ 283 ] {efe833b1-85f1-4752-a839-521ccf0d68d1} <Trace> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3872 2025.01.09 01:57:37.384474 [ 283 ] {efe833b1-85f1-4752-a839-521ccf0d68d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3873 2025.01.09 01:57:37.384880 [ 283 ] {efe833b1-85f1-4752-a839-521ccf0d68d1} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
3874 2025.01.09 01:57:37.385118 [ 283 ] {efe833b1-85f1-4752-a839-521ccf0d68d1} <Trace> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3875 2025.01.09 01:57:37.385342 [ 283 ] {efe833b1-85f1-4752-a839-521ccf0d68d1} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001672 sec., 59808.612440191384 rows/sec., 4.15 MiB/sec.
3876 2025.01.09 01:57:37.385397 [ 283 ] {efe833b1-85f1-4752-a839-521ccf0d68d1} <Debug> TCPHandler: Processed in 0.00191272 sec.
3877 2025.01.09 01:57:37.385560 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3878 2025.01.09 01:57:37.385705 [ 286 ] {d11cda66-b2ca-49c1-b733-1b8158543607} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3879 2025.01.09 01:57:37.385802 [ 286 ] {d11cda66-b2ca-49c1-b733-1b8158543607} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
3880 2025.01.09 01:57:37.387038 [ 286 ] {d11cda66-b2ca-49c1-b733-1b8158543607} <Trace> oximeter.measurements_histogramu64 (17c94cc7-cbcb-4131-b32c-df27c461cf7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3881 2025.01.09 01:57:37.387077 [ 286 ] {d11cda66-b2ca-49c1-b733-1b8158543607} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3882 2025.01.09 01:57:37.387722 [ 286 ] {d11cda66-b2ca-49c1-b733-1b8158543607} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
3883 2025.01.09 01:57:37.387989 [ 286 ] {d11cda66-b2ca-49c1-b733-1b8158543607} <Trace> oximeter.measurements_histogramu64 (17c94cc7-cbcb-4131-b32c-df27c461cf7e): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3884 2025.01.09 01:57:37.388233 [ 286 ] {d11cda66-b2ca-49c1-b733-1b8158543607} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002552 sec., 10188.08777429467 rows/sec., 18.26 MiB/sec.
3885 2025.01.09 01:57:37.388423 [ 286 ] {d11cda66-b2ca-49c1-b733-1b8158543607} <Debug> TCPHandler: Processed in 0.002934955 sec.
3886 2025.01.09 01:57:37.388591 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3887 2025.01.09 01:57:37.388732 [ 283 ] {6ea9a501-b7cb-4fa1-af9b-074c92776302} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3888 2025.01.09 01:57:37.388791 [ 283 ] {6ea9a501-b7cb-4fa1-af9b-074c92776302} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3889 2025.01.09 01:57:37.389367 [ 283 ] {6ea9a501-b7cb-4fa1-af9b-074c92776302} <Trace> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3890 2025.01.09 01:57:37.389413 [ 283 ] {6ea9a501-b7cb-4fa1-af9b-074c92776302} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3891 2025.01.09 01:57:37.389798 [ 283 ] {6ea9a501-b7cb-4fa1-af9b-074c92776302} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
3892 2025.01.09 01:57:37.390031 [ 283 ] {6ea9a501-b7cb-4fa1-af9b-074c92776302} <Trace> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3893 2025.01.09 01:57:37.390292 [ 283 ] {6ea9a501-b7cb-4fa1-af9b-074c92776302} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001592 sec., 18844.22110552764 rows/sec., 1.29 MiB/sec.
3894 2025.01.09 01:57:37.390486 [ 283 ] {6ea9a501-b7cb-4fa1-af9b-074c92776302} <Debug> TCPHandler: Processed in 0.00196165 sec.
3895 2025.01.09 01:57:38.680619 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 7808
3896 2025.01.09 01:57:38.681656 [ 244 ] {} <Trace> system.asynchronous_metric_log (9698bf86-621f-4c13-9bc9-6db4396b8d09): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3897 2025.01.09 01:57:38.681704 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3898 2025.01.09 01:57:38.682393 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3899 2025.01.09 01:57:38.682717 [ 244 ] {} <Trace> system.asynchronous_metric_log (9698bf86-621f-4c13-9bc9-6db4396b8d09): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3900 2025.01.09 01:57:38.683007 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7808
3901 2025.01.09 01:57:39.185641 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 129
3902 2025.01.09 01:57:39.205179 [ 243 ] {} <Trace> system.metric_log (c31dfbef-714c-4223-9d5c-473a3e49bbb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3903 2025.01.09 01:57:39.205244 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3904 2025.01.09 01:57:39.212393 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3905 2025.01.09 01:57:39.213137 [ 243 ] {} <Trace> system.metric_log (c31dfbef-714c-4223-9d5c-473a3e49bbb4): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3906 2025.01.09 01:57:39.216111 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 129
3907 2025.01.09 01:57:41.205401 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 560
3908 2025.01.09 01:57:41.208482 [ 242 ] {} <Trace> system.query_log (e9d8cce9-7d6e-43dd-804a-3eff920f58fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3909 2025.01.09 01:57:41.208543 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3910 2025.01.09 01:57:41.210009 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
3911 2025.01.09 01:57:41.210319 [ 242 ] {} <Trace> system.query_log (e9d8cce9-7d6e-43dd-804a-3eff920f58fa): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3912 2025.01.09 01:57:41.211350 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 560
3913 2025.01.09 01:57:42.380774 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3914 2025.01.09 01:57:42.381028 [ 286 ] {65dcd36e-e747-4525-9d86-5c7263fba445} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
3915 2025.01.09 01:57:42.381140 [ 286 ] {65dcd36e-e747-4525-9d86-5c7263fba445} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
3916 2025.01.09 01:57:42.382221 [ 286 ] {65dcd36e-e747-4525-9d86-5c7263fba445} <Trace> oximeter.fields_i16 (768e6654-4d7d-4320-b224-a6516c636040): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3917 2025.01.09 01:57:42.382285 [ 286 ] {65dcd36e-e747-4525-9d86-5c7263fba445} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3918 2025.01.09 01:57:42.382913 [ 286 ] {65dcd36e-e747-4525-9d86-5c7263fba445} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
3919 2025.01.09 01:57:42.383313 [ 286 ] {65dcd36e-e747-4525-9d86-5c7263fba445} <Trace> oximeter.fields_i16 (768e6654-4d7d-4320-b224-a6516c636040): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3920 2025.01.09 01:57:42.383603 [ 286 ] {65dcd36e-e747-4525-9d86-5c7263fba445} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002652 sec., 5279.034690799397 rows/sec., 380.02 KiB/sec.
3921 2025.01.09 01:57:42.383677 [ 286 ] {65dcd36e-e747-4525-9d86-5c7263fba445} <Debug> TCPHandler: Processed in 0.003063817 sec.
3922 2025.01.09 01:57:42.383951 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3923 2025.01.09 01:57:42.384164 [ 283 ] {c2a1e0b3-efd2-4c8e-a463-9337da98f06d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3924 2025.01.09 01:57:42.384247 [ 283 ] {c2a1e0b3-efd2-4c8e-a463-9337da98f06d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3925 2025.01.09 01:57:42.385169 [ 283 ] {c2a1e0b3-efd2-4c8e-a463-9337da98f06d} <Trace> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3926 2025.01.09 01:57:42.385219 [ 283 ] {c2a1e0b3-efd2-4c8e-a463-9337da98f06d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3927 2025.01.09 01:57:42.385672 [ 283 ] {c2a1e0b3-efd2-4c8e-a463-9337da98f06d} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
3928 2025.01.09 01:57:42.385930 [ 283 ] {c2a1e0b3-efd2-4c8e-a463-9337da98f06d} <Trace> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3929 2025.01.09 01:57:42.386107 [ 41 ] {} <Debug> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
3930 2025.01.09 01:57:42.386171 [ 41 ] {} <Trace> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3931 2025.01.09 01:57:42.386203 [ 283 ] {c2a1e0b3-efd2-4c8e-a463-9337da98f06d} <Debug> executeQuery: Read 199 rows, 18.11 KiB in 0.002088 sec., 95306.51340996168 rows/sec., 8.47 MiB/sec.
3932 2025.01.09 01:57:42.386211 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3933 2025.01.09 01:57:42.386361 [ 283 ] {c2a1e0b3-efd2-4c8e-a463-9337da98f06d} <Debug> TCPHandler: Processed in 0.002548229 sec.
3934 2025.01.09 01:57:42.386439 [ 198 ] {f5ed56e7-dfed-47b2-b04a-d980cf44b4ae::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
3935 2025.01.09 01:57:42.386569 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3936 2025.01.09 01:57:42.386618 [ 198 ] {f5ed56e7-dfed-47b2-b04a-d980cf44b4ae::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3937 2025.01.09 01:57:42.386659 [ 198 ] {f5ed56e7-dfed-47b2-b04a-d980cf44b4ae::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1397 rows starting from the beginning of the part
3938 2025.01.09 01:57:42.386854 [ 286 ] {9fc2b0cf-9e6e-49b9-aed0-ffecb13c8a33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3939 2025.01.09 01:57:42.386913 [ 198 ] {f5ed56e7-dfed-47b2-b04a-d980cf44b4ae::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 26 rows starting from the beginning of the part
3940 2025.01.09 01:57:42.387013 [ 286 ] {9fc2b0cf-9e6e-49b9-aed0-ffecb13c8a33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3941 2025.01.09 01:57:42.387284 [ 198 ] {f5ed56e7-dfed-47b2-b04a-d980cf44b4ae::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 78 rows starting from the beginning of the part
3942 2025.01.09 01:57:42.387611 [ 198 ] {f5ed56e7-dfed-47b2-b04a-d980cf44b4ae::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 199 rows starting from the beginning of the part
3943 2025.01.09 01:57:42.387949 [ 198 ] {f5ed56e7-dfed-47b2-b04a-d980cf44b4ae::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 78 rows starting from the beginning of the part
3944 2025.01.09 01:57:42.388296 [ 198 ] {f5ed56e7-dfed-47b2-b04a-d980cf44b4ae::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 199 rows starting from the beginning of the part
3945 2025.01.09 01:57:42.389747 [ 286 ] {9fc2b0cf-9e6e-49b9-aed0-ffecb13c8a33} <Trace> oximeter.fields_u16 (b7e624c8-f545-4bc0-b9ea-87ccb0a68066): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3946 2025.01.09 01:57:42.389820 [ 286 ] {9fc2b0cf-9e6e-49b9-aed0-ffecb13c8a33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3947 2025.01.09 01:57:42.390964 [ 286 ] {9fc2b0cf-9e6e-49b9-aed0-ffecb13c8a33} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
3948 2025.01.09 01:57:42.391386 [ 286 ] {9fc2b0cf-9e6e-49b9-aed0-ffecb13c8a33} <Trace> oximeter.fields_u16 (b7e624c8-f545-4bc0-b9ea-87ccb0a68066): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3949 2025.01.09 01:57:42.392069 [ 286 ] {9fc2b0cf-9e6e-49b9-aed0-ffecb13c8a33} <Debug> executeQuery: Read 20 rows, 1.43 KiB in 0.005305 sec., 3770.0282752120643 rows/sec., 270.23 KiB/sec.
3950 2025.01.09 01:57:42.392328 [ 192 ] {f5ed56e7-dfed-47b2-b04a-d980cf44b4ae::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1977 rows, containing 5 columns (5 merged, 0 gathered) in 0.005949331 sec., 332306.27107484854 rows/sec., 29.41 MiB/sec.
3951 2025.01.09 01:57:42.392385 [ 286 ] {9fc2b0cf-9e6e-49b9-aed0-ffecb13c8a33} <Debug> TCPHandler: Processed in 0.00590395 sec.
3952 2025.01.09 01:57:42.392584 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3953 2025.01.09 01:57:42.392718 [ 192 ] {f5ed56e7-dfed-47b2-b04a-d980cf44b4ae::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
3954 2025.01.09 01:57:42.392746 [ 283 ] {a94bde1b-2485-47ca-b083-e272bd1aee87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
3955 2025.01.09 01:57:42.392859 [ 283 ] {a94bde1b-2485-47ca-b083-e272bd1aee87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
3956 2025.01.09 01:57:42.393374 [ 192 ] {f5ed56e7-dfed-47b2-b04a-d980cf44b4ae::all_1_26_5} <Trace> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3957 2025.01.09 01:57:42.393613 [ 192 ] {f5ed56e7-dfed-47b2-b04a-d980cf44b4ae::all_1_26_5} <Trace> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
3958 2025.01.09 01:57:42.393766 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB.
3959 2025.01.09 01:57:42.393993 [ 283 ] {a94bde1b-2485-47ca-b083-e272bd1aee87} <Trace> oximeter.fields_u32 (03dfd943-ea50-4047-86b9-6222d9e39c11): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3960 2025.01.09 01:57:42.394038 [ 283 ] {a94bde1b-2485-47ca-b083-e272bd1aee87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3961 2025.01.09 01:57:42.394416 [ 283 ] {a94bde1b-2485-47ca-b083-e272bd1aee87} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
3962 2025.01.09 01:57:42.394657 [ 283 ] {a94bde1b-2485-47ca-b083-e272bd1aee87} <Trace> oximeter.fields_u32 (03dfd943-ea50-4047-86b9-6222d9e39c11): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3963 2025.01.09 01:57:42.394818 [ 41 ] {} <Debug> oximeter.fields_u32 (03dfd943-ea50-4047-86b9-6222d9e39c11) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
3964 2025.01.09 01:57:42.394874 [ 41 ] {} <Trace> oximeter.fields_u32 (03dfd943-ea50-4047-86b9-6222d9e39c11): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3965 2025.01.09 01:57:42.394908 [ 283 ] {a94bde1b-2485-47ca-b083-e272bd1aee87} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002172 sec., 6445.672191528545 rows/sec., 451.41 KiB/sec.
3966 2025.01.09 01:57:42.394910 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3967 2025.01.09 01:57:42.395075 [ 283 ] {a94bde1b-2485-47ca-b083-e272bd1aee87} <Debug> TCPHandler: Processed in 0.002542899 sec.
3968 2025.01.09 01:57:42.395192 [ 191 ] {03dfd943-ea50-4047-86b9-6222d9e39c11::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 2025.01.09 01:57:42.395286 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3970 2025.01.09 01:57:42.395458 [ 191 ] {03dfd943-ea50-4047-86b9-6222d9e39c11::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3971 2025.01.09 01:57:42.395536 [ 191 ] {03dfd943-ea50-4047-86b9-6222d9e39c11::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
3972 2025.01.09 01:57:42.395539 [ 286 ] {c0b389f4-9dc5-4520-a954-ce1bae2bf34a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
3973 2025.01.09 01:57:42.395711 [ 286 ] {c0b389f4-9dc5-4520-a954-ce1bae2bf34a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
3974 2025.01.09 01:57:42.395764 [ 191 ] {03dfd943-ea50-4047-86b9-6222d9e39c11::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 15 rows starting from the beginning of the part
3975 2025.01.09 01:57:42.396109 [ 191 ] {03dfd943-ea50-4047-86b9-6222d9e39c11::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
3976 2025.01.09 01:57:42.396421 [ 191 ] {03dfd943-ea50-4047-86b9-6222d9e39c11::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
3977 2025.01.09 01:57:42.396672 [ 191 ] {03dfd943-ea50-4047-86b9-6222d9e39c11::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
3978 2025.01.09 01:57:42.396956 [ 191 ] {03dfd943-ea50-4047-86b9-6222d9e39c11::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
3979 2025.01.09 01:57:42.398575 [ 286 ] {c0b389f4-9dc5-4520-a954-ce1bae2bf34a} <Trace> oximeter.fields_u8 (f59c63b9-7e00-4cbb-80d5-4667ebd1997c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3980 2025.01.09 01:57:42.398658 [ 286 ] {c0b389f4-9dc5-4520-a954-ce1bae2bf34a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3981 2025.01.09 01:57:42.399638 [ 286 ] {c0b389f4-9dc5-4520-a954-ce1bae2bf34a} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
3982 2025.01.09 01:57:42.400068 [ 192 ] {03dfd943-ea50-4047-86b9-6222d9e39c11::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 541 rows, containing 5 columns (5 merged, 0 gathered) in 0.004993626 sec., 108338.10942189103 rows/sec., 7.76 MiB/sec.
3983 2025.01.09 01:57:42.400166 [ 286 ] {c0b389f4-9dc5-4520-a954-ce1bae2bf34a} <Trace> oximeter.fields_u8 (f59c63b9-7e00-4cbb-80d5-4667ebd1997c): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3984 2025.01.09 01:57:42.400306 [ 192 ] {03dfd943-ea50-4047-86b9-6222d9e39c11::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
3985 2025.01.09 01:57:42.400634 [ 286 ] {c0b389f4-9dc5-4520-a954-ce1bae2bf34a} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005157 sec., 2520.8454527826257 rows/sec., 157.17 KiB/sec.
3986 2025.01.09 01:57:42.400795 [ 286 ] {c0b389f4-9dc5-4520-a954-ce1bae2bf34a} <Debug> TCPHandler: Processed in 0.005591985 sec.
3987 2025.01.09 01:57:42.401007 [ 192 ] {03dfd943-ea50-4047-86b9-6222d9e39c11::all_1_11_2} <Trace> oximeter.fields_u32 (03dfd943-ea50-4047-86b9-6222d9e39c11): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3988 2025.01.09 01:57:42.401022 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3989 2025.01.09 01:57:42.401140 [ 192 ] {03dfd943-ea50-4047-86b9-6222d9e39c11::all_1_11_2} <Trace> oximeter.fields_u32 (03dfd943-ea50-4047-86b9-6222d9e39c11) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
3990 2025.01.09 01:57:42.401254 [ 283 ] {b826d6fe-5ffc-43da-a8ab-c021efdb1c23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3991 2025.01.09 01:57:42.401311 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB.
3992 2025.01.09 01:57:42.401367 [ 283 ] {b826d6fe-5ffc-43da-a8ab-c021efdb1c23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3993 2025.01.09 01:57:42.402148 [ 283 ] {b826d6fe-5ffc-43da-a8ab-c021efdb1c23} <Trace> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3994 2025.01.09 01:57:42.402188 [ 283 ] {b826d6fe-5ffc-43da-a8ab-c021efdb1c23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3995 2025.01.09 01:57:42.402566 [ 283 ] {b826d6fe-5ffc-43da-a8ab-c021efdb1c23} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
3996 2025.01.09 01:57:42.402805 [ 283 ] {b826d6fe-5ffc-43da-a8ab-c021efdb1c23} <Trace> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3997 2025.01.09 01:57:42.402967 [ 41 ] {} <Debug> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
3998 2025.01.09 01:57:42.403030 [ 41 ] {} <Trace> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3999 2025.01.09 01:57:42.403055 [ 283 ] {b826d6fe-5ffc-43da-a8ab-c021efdb1c23} <Debug> executeQuery: Read 359 rows, 25.84 KiB in 0.001873 sec., 191671.11585691402 rows/sec., 13.47 MiB/sec.
4000 2025.01.09 01:57:42.403071 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
4001 2025.01.09 01:57:42.403218 [ 283 ] {b826d6fe-5ffc-43da-a8ab-c021efdb1c23} <Debug> TCPHandler: Processed in 0.002290824 sec.
4002 2025.01.09 01:57:42.403296 [ 197 ] {2eb6d585-f9d5-43d7-bd92-6011d08c7ad8::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
4003 2025.01.09 01:57:42.403409 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4004 2025.01.09 01:57:42.403433 [ 197 ] {2eb6d585-f9d5-43d7-bd92-6011d08c7ad8::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4005 2025.01.09 01:57:42.403470 [ 197 ] {2eb6d585-f9d5-43d7-bd92-6011d08c7ad8::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 869 rows starting from the beginning of the part
4006 2025.01.09 01:57:42.403649 [ 286 ] {30e4c885-2346-49eb-96c5-2d796df4c40c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
4007 2025.01.09 01:57:42.403670 [ 197 ] {2eb6d585-f9d5-43d7-bd92-6011d08c7ad8::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 28 rows starting from the beginning of the part
4008 2025.01.09 01:57:42.403820 [ 286 ] {30e4c885-2346-49eb-96c5-2d796df4c40c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
4009 2025.01.09 01:57:42.404015 [ 197 ] {2eb6d585-f9d5-43d7-bd92-6011d08c7ad8::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 54 rows starting from the beginning of the part
4010 2025.01.09 01:57:42.404421 [ 197 ] {2eb6d585-f9d5-43d7-bd92-6011d08c7ad8::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 359 rows starting from the beginning of the part
4011 2025.01.09 01:57:42.404735 [ 197 ] {2eb6d585-f9d5-43d7-bd92-6011d08c7ad8::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 54 rows starting from the beginning of the part
4012 2025.01.09 01:57:42.405128 [ 197 ] {2eb6d585-f9d5-43d7-bd92-6011d08c7ad8::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 359 rows starting from the beginning of the part
4013 2025.01.09 01:57:42.406011 [ 286 ] {30e4c885-2346-49eb-96c5-2d796df4c40c} <Trace> oximeter.measurements_bool (e95e83a2-bc6b-4f55-83f2-ee90a75b0302): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4014 2025.01.09 01:57:42.406054 [ 286 ] {30e4c885-2346-49eb-96c5-2d796df4c40c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
4015 2025.01.09 01:57:42.406599 [ 286 ] {30e4c885-2346-49eb-96c5-2d796df4c40c} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
4016 2025.01.09 01:57:42.406877 [ 286 ] {30e4c885-2346-49eb-96c5-2d796df4c40c} <Trace> oximeter.measurements_bool (e95e83a2-bc6b-4f55-83f2-ee90a75b0302): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4017 2025.01.09 01:57:42.407018 [ 41 ] {} <Debug> oximeter.measurements_bool (e95e83a2-bc6b-4f55-83f2-ee90a75b0302) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
4018 2025.01.09 01:57:42.407079 [ 41 ] {} <Trace> oximeter.measurements_bool (e95e83a2-bc6b-4f55-83f2-ee90a75b0302): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4019 2025.01.09 01:57:42.407135 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
4020 2025.01.09 01:57:42.407307 [ 286 ] {30e4c885-2346-49eb-96c5-2d796df4c40c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00375 sec., 1600 rows/sec., 83.59 KiB/sec.
4021 2025.01.09 01:57:42.407649 [ 189 ] {2eb6d585-f9d5-43d7-bd92-6011d08c7ad8::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1723 rows, containing 5 columns (5 merged, 0 gathered) in 0.004444738 sec., 387649.3957574102 rows/sec., 29.39 MiB/sec.
4022 2025.01.09 01:57:42.407703 [ 286 ] {30e4c885-2346-49eb-96c5-2d796df4c40c} <Debug> TCPHandler: Processed in 0.004363387 sec.
4023 2025.01.09 01:57:42.407721 [ 190 ] {e95e83a2-bc6b-4f55-83f2-ee90a75b0302::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
4024 2025.01.09 01:57:42.407958 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4025 2025.01.09 01:57:42.408023 [ 190 ] {e95e83a2-bc6b-4f55-83f2-ee90a75b0302::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4026 2025.01.09 01:57:42.408070 [ 190 ] {e95e83a2-bc6b-4f55-83f2-ee90a75b0302::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
4027 2025.01.09 01:57:42.408098 [ 189 ] {2eb6d585-f9d5-43d7-bd92-6011d08c7ad8::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
4028 2025.01.09 01:57:42.408373 [ 283 ] {c46c75a3-216e-423a-9965-da58689c86e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4029 2025.01.09 01:57:42.408498 [ 190 ] {e95e83a2-bc6b-4f55-83f2-ee90a75b0302::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
4030 2025.01.09 01:57:42.408722 [ 283 ] {c46c75a3-216e-423a-9965-da58689c86e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4031 2025.01.09 01:57:42.408940 [ 190 ] {e95e83a2-bc6b-4f55-83f2-ee90a75b0302::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
4032 2025.01.09 01:57:42.409439 [ 190 ] {e95e83a2-bc6b-4f55-83f2-ee90a75b0302::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
4033 2025.01.09 01:57:42.409907 [ 189 ] {2eb6d585-f9d5-43d7-bd92-6011d08c7ad8::all_1_26_5} <Trace> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4034 2025.01.09 01:57:42.409947 [ 190 ] {e95e83a2-bc6b-4f55-83f2-ee90a75b0302::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
4035 2025.01.09 01:57:42.410435 [ 189 ] {2eb6d585-f9d5-43d7-bd92-6011d08c7ad8::all_1_26_5} <Trace> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
4036 2025.01.09 01:57:42.410539 [ 190 ] {e95e83a2-bc6b-4f55-83f2-ee90a75b0302::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
4037 2025.01.09 01:57:42.410791 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB.
4038 2025.01.09 01:57:42.411681 [ 283 ] {c46c75a3-216e-423a-9965-da58689c86e7} <Trace> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4039 2025.01.09 01:57:42.411734 [ 283 ] {c46c75a3-216e-423a-9965-da58689c86e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
4040 2025.01.09 01:57:42.412300 [ 190 ] {e95e83a2-bc6b-4f55-83f2-ee90a75b0302::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 66 rows, containing 4 columns (4 merged, 0 gathered) in 0.005007956 sec., 13179.029528214705 rows/sec., 688.55 KiB/sec.
4041 2025.01.09 01:57:42.412399 [ 283 ] {c46c75a3-216e-423a-9965-da58689c86e7} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
4042 2025.01.09 01:57:42.412420 [ 190 ] {e95e83a2-bc6b-4f55-83f2-ee90a75b0302::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
4043 2025.01.09 01:57:42.412715 [ 283 ] {c46c75a3-216e-423a-9965-da58689c86e7} <Trace> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4044 2025.01.09 01:57:42.412755 [ 190 ] {e95e83a2-bc6b-4f55-83f2-ee90a75b0302::all_1_11_2} <Trace> oximeter.measurements_bool (e95e83a2-bc6b-4f55-83f2-ee90a75b0302): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4045 2025.01.09 01:57:42.412891 [ 190 ] {e95e83a2-bc6b-4f55-83f2-ee90a75b0302::all_1_11_2} <Trace> oximeter.measurements_bool (e95e83a2-bc6b-4f55-83f2-ee90a75b0302) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
4046 2025.01.09 01:57:42.412952 [ 41 ] {} <Debug> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
4047 2025.01.09 01:57:42.413061 [ 41 ] {} <Trace> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4048 2025.01.09 01:57:42.413134 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
4049 2025.01.09 01:57:42.413137 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
4050 2025.01.09 01:57:42.413181 [ 283 ] {c46c75a3-216e-423a-9965-da58689c86e7} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.005028 sec., 35202.86396181384 rows/sec., 2.32 MiB/sec.
4051 2025.01.09 01:57:42.413348 [ 283 ] {c46c75a3-216e-423a-9965-da58689c86e7} <Debug> TCPHandler: Processed in 0.005534934 sec.
4052 2025.01.09 01:57:42.413366 [ 190 ] {ffbfddf0-ce9e-4b86-ba97-130a92b6daeb::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
4053 2025.01.09 01:57:42.413476 [ 190 ] {ffbfddf0-ce9e-4b86-ba97-130a92b6daeb::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4054 2025.01.09 01:57:42.413512 [ 190 ] {ffbfddf0-ce9e-4b86-ba97-130a92b6daeb::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 6148 rows starting from the beginning of the part
4055 2025.01.09 01:57:42.413558 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4056 2025.01.09 01:57:42.413654 [ 190 ] {ffbfddf0-ce9e-4b86-ba97-130a92b6daeb::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 60 rows starting from the beginning of the part
4057 2025.01.09 01:57:42.413935 [ 286 ] {1bb4998b-03f4-4a8b-b520-ebd257b88311} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
4058 2025.01.09 01:57:42.413973 [ 190 ] {ffbfddf0-ce9e-4b86-ba97-130a92b6daeb::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 100 rows starting from the beginning of the part
4059 2025.01.09 01:57:42.414146 [ 286 ] {1bb4998b-03f4-4a8b-b520-ebd257b88311} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
4060 2025.01.09 01:57:42.414274 [ 190 ] {ffbfddf0-ce9e-4b86-ba97-130a92b6daeb::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 177 rows starting from the beginning of the part
4061 2025.01.09 01:57:42.414683 [ 190 ] {ffbfddf0-ce9e-4b86-ba97-130a92b6daeb::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 100 rows starting from the beginning of the part
4062 2025.01.09 01:57:42.415092 [ 190 ] {ffbfddf0-ce9e-4b86-ba97-130a92b6daeb::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 177 rows starting from the beginning of the part
4063 2025.01.09 01:57:42.416222 [ 286 ] {1bb4998b-03f4-4a8b-b520-ebd257b88311} <Trace> oximeter.measurements_f64 (934b838e-c5f5-431f-8772-7fa1e914138c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4064 2025.01.09 01:57:42.416278 [ 286 ] {1bb4998b-03f4-4a8b-b520-ebd257b88311} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
4065 2025.01.09 01:57:42.417032 [ 286 ] {1bb4998b-03f4-4a8b-b520-ebd257b88311} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
4066 2025.01.09 01:57:42.417561 [ 286 ] {1bb4998b-03f4-4a8b-b520-ebd257b88311} <Trace> oximeter.measurements_f64 (934b838e-c5f5-431f-8772-7fa1e914138c): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4067 2025.01.09 01:57:42.417919 [ 286 ] {1bb4998b-03f4-4a8b-b520-ebd257b88311} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004144 sec., 241.3127413127413 rows/sec., 16.26 KiB/sec.
4068 2025.01.09 01:57:42.418028 [ 286 ] {1bb4998b-03f4-4a8b-b520-ebd257b88311} <Debug> TCPHandler: Processed in 0.00454611 sec.
4069 2025.01.09 01:57:42.418211 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4070 2025.01.09 01:57:42.418382 [ 283 ] {e0e884c5-88e6-4dc8-898f-acdb263d26f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4071 2025.01.09 01:57:42.418480 [ 283 ] {e0e884c5-88e6-4dc8-898f-acdb263d26f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
4072 2025.01.09 01:57:42.418881 [ 190 ] {ffbfddf0-ce9e-4b86-ba97-130a92b6daeb::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6762 rows, containing 5 columns (5 merged, 0 gathered) in 0.005627076 sec., 1201689.8296735284 rows/sec., 80.49 MiB/sec.
4073 2025.01.09 01:57:42.419391 [ 190 ] {ffbfddf0-ce9e-4b86-ba97-130a92b6daeb::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
4074 2025.01.09 01:57:42.419802 [ 190 ] {ffbfddf0-ce9e-4b86-ba97-130a92b6daeb::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4075 2025.01.09 01:57:42.419927 [ 190 ] {ffbfddf0-ce9e-4b86-ba97-130a92b6daeb::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
4076 2025.01.09 01:57:42.420028 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.32 MiB.
4077 2025.01.09 01:57:42.420083 [ 283 ] {e0e884c5-88e6-4dc8-898f-acdb263d26f3} <Trace> oximeter.measurements_histogramu64 (17c94cc7-cbcb-4131-b32c-df27c461cf7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4078 2025.01.09 01:57:42.420121 [ 283 ] {e0e884c5-88e6-4dc8-898f-acdb263d26f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
4079 2025.01.09 01:57:42.420729 [ 283 ] {e0e884c5-88e6-4dc8-898f-acdb263d26f3} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
4080 2025.01.09 01:57:42.420987 [ 283 ] {e0e884c5-88e6-4dc8-898f-acdb263d26f3} <Trace> oximeter.measurements_histogramu64 (17c94cc7-cbcb-4131-b32c-df27c461cf7e): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4081 2025.01.09 01:57:42.421271 [ 283 ] {e0e884c5-88e6-4dc8-898f-acdb263d26f3} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.00292 sec., 4452.054794520548 rows/sec., 7.98 MiB/sec.
4082 2025.01.09 01:57:42.421427 [ 283 ] {e0e884c5-88e6-4dc8-898f-acdb263d26f3} <Debug> TCPHandler: Processed in 0.003304161 sec.
4083 2025.01.09 01:57:42.421593 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4084 2025.01.09 01:57:42.421731 [ 286 ] {85893c02-5578-4f84-88ea-e8303bcb4eec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4085 2025.01.09 01:57:42.421790 [ 286 ] {85893c02-5578-4f84-88ea-e8303bcb4eec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4086 2025.01.09 01:57:42.422389 [ 286 ] {85893c02-5578-4f84-88ea-e8303bcb4eec} <Trace> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4087 2025.01.09 01:57:42.422433 [ 286 ] {85893c02-5578-4f84-88ea-e8303bcb4eec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
4088 2025.01.09 01:57:42.422825 [ 286 ] {85893c02-5578-4f84-88ea-e8303bcb4eec} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
4089 2025.01.09 01:57:42.423074 [ 286 ] {85893c02-5578-4f84-88ea-e8303bcb4eec} <Trace> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4090 2025.01.09 01:57:42.423199 [ 41 ] {} <Debug> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
4091 2025.01.09 01:57:42.423246 [ 41 ] {} <Trace> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4092 2025.01.09 01:57:42.423263 [ 286 ] {85893c02-5578-4f84-88ea-e8303bcb4eec} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.001563 sec., 33269.35380678183 rows/sec., 2.06 MiB/sec.
4093 2025.01.09 01:57:42.423279 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
4094 2025.01.09 01:57:42.423361 [ 286 ] {85893c02-5578-4f84-88ea-e8303bcb4eec} <Debug> TCPHandler: Processed in 0.001830958 sec.
4095 2025.01.09 01:57:42.423546 [ 199 ] {33d0f459-c18f-4582-9502-2d7c69533f97::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
4096 2025.01.09 01:57:42.423694 [ 199 ] {33d0f459-c18f-4582-9502-2d7c69533f97::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4097 2025.01.09 01:57:42.423731 [ 199 ] {33d0f459-c18f-4582-9502-2d7c69533f97::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 744 rows starting from the beginning of the part
4098 2025.01.09 01:57:42.423854 [ 199 ] {33d0f459-c18f-4582-9502-2d7c69533f97::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 18 rows starting from the beginning of the part
4099 2025.01.09 01:57:42.423991 [ 199 ] {33d0f459-c18f-4582-9502-2d7c69533f97::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 30 rows starting from the beginning of the part
4100 2025.01.09 01:57:42.424182 [ 199 ] {33d0f459-c18f-4582-9502-2d7c69533f97::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 52 rows starting from the beginning of the part
4101 2025.01.09 01:57:42.424351 [ 199 ] {33d0f459-c18f-4582-9502-2d7c69533f97::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 30 rows starting from the beginning of the part
4102 2025.01.09 01:57:42.424466 [ 199 ] {33d0f459-c18f-4582-9502-2d7c69533f97::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 52 rows starting from the beginning of the part
4103 2025.01.09 01:57:42.425707 [ 194 ] {33d0f459-c18f-4582-9502-2d7c69533f97::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 926 rows, containing 4 columns (4 merged, 0 gathered) in 0.002328626 sec., 397659.39227681904 rows/sec., 25.62 MiB/sec.
4104 2025.01.09 01:57:42.425908 [ 193 ] {33d0f459-c18f-4582-9502-2d7c69533f97::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
4105 2025.01.09 01:57:42.426240 [ 193 ] {33d0f459-c18f-4582-9502-2d7c69533f97::all_1_26_5} <Trace> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4106 2025.01.09 01:57:42.426327 [ 193 ] {33d0f459-c18f-4582-9502-2d7c69533f97::all_1_26_5} <Trace> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
4107 2025.01.09 01:57:42.426419 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB.
4108 2025.01.09 01:57:46.094405 [ 34 ] {} <Debug> DNSResolver: Updating DNS cache
4109 2025.01.09 01:57:46.094503 [ 34 ] {} <Debug> DNSResolver: Updated DNS cache
4110 2025.01.09 01:57:46.183155 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 8296
4111 2025.01.09 01:57:46.183900 [ 244 ] {} <Trace> system.asynchronous_metric_log (9698bf86-621f-4c13-9bc9-6db4396b8d09): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4112 2025.01.09 01:57:46.183945 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
4113 2025.01.09 01:57:46.184501 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
4114 2025.01.09 01:57:46.184769 [ 244 ] {} <Trace> system.asynchronous_metric_log (9698bf86-621f-4c13-9bc9-6db4396b8d09): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4115 2025.01.09 01:57:46.185089 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8296
4116 2025.01.09 01:57:46.716205 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 136
4117 2025.01.09 01:57:46.736785 [ 243 ] {} <Trace> system.metric_log (c31dfbef-714c-4223-9d5c-473a3e49bbb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4118 2025.01.09 01:57:46.736853 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
4119 2025.01.09 01:57:46.744424 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
4120 2025.01.09 01:57:46.745199 [ 243 ] {} <Trace> system.metric_log (c31dfbef-714c-4223-9d5c-473a3e49bbb4): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4121 2025.01.09 01:57:46.748850 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 136
4122 2025.01.09 01:57:47.376318 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4123 2025.01.09 01:57:47.376512 [ 286 ] {116626f2-5c31-4d61-b53d-e0dca9ac38e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4124 2025.01.09 01:57:47.376586 [ 286 ] {116626f2-5c31-4d61-b53d-e0dca9ac38e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4125 2025.01.09 01:57:47.377403 [ 286 ] {116626f2-5c31-4d61-b53d-e0dca9ac38e1} <Trace> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4126 2025.01.09 01:57:47.377451 [ 286 ] {116626f2-5c31-4d61-b53d-e0dca9ac38e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
4127 2025.01.09 01:57:47.377891 [ 286 ] {116626f2-5c31-4d61-b53d-e0dca9ac38e1} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
4128 2025.01.09 01:57:47.378146 [ 286 ] {116626f2-5c31-4d61-b53d-e0dca9ac38e1} <Trace> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4129 2025.01.09 01:57:47.378364 [ 286 ] {116626f2-5c31-4d61-b53d-e0dca9ac38e1} <Debug> executeQuery: Read 78 rows, 6.85 KiB in 0.001907 sec., 40901.94022024122 rows/sec., 3.51 MiB/sec.
4130 2025.01.09 01:57:47.378428 [ 286 ] {116626f2-5c31-4d61-b53d-e0dca9ac38e1} <Debug> TCPHandler: Processed in 0.002247374 sec.
4131 2025.01.09 01:57:47.378702 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4132 2025.01.09 01:57:47.378918 [ 283 ] {7c8d8150-3a28-403d-bc35-3706180184bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4133 2025.01.09 01:57:47.379002 [ 283 ] {7c8d8150-3a28-403d-bc35-3706180184bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4134 2025.01.09 01:57:47.379836 [ 283 ] {7c8d8150-3a28-403d-bc35-3706180184bd} <Trace> oximeter.fields_u16 (b7e624c8-f545-4bc0-b9ea-87ccb0a68066): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4135 2025.01.09 01:57:47.379891 [ 283 ] {7c8d8150-3a28-403d-bc35-3706180184bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
4136 2025.01.09 01:57:47.380322 [ 283 ] {7c8d8150-3a28-403d-bc35-3706180184bd} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
4137 2025.01.09 01:57:47.380575 [ 283 ] {7c8d8150-3a28-403d-bc35-3706180184bd} <Trace> oximeter.fields_u16 (b7e624c8-f545-4bc0-b9ea-87ccb0a68066): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4138 2025.01.09 01:57:47.380762 [ 33 ] {} <Debug> oximeter.fields_u16 (b7e624c8-f545-4bc0-b9ea-87ccb0a68066) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
4139 2025.01.09 01:57:47.380837 [ 33 ] {} <Trace> oximeter.fields_u16 (b7e624c8-f545-4bc0-b9ea-87ccb0a68066): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4140 2025.01.09 01:57:47.380859 [ 283 ] {7c8d8150-3a28-403d-bc35-3706180184bd} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.001994 sec., 13039.117352056168 rows/sec., 980.48 KiB/sec.
4141 2025.01.09 01:57:47.380875 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
4142 2025.01.09 01:57:47.381051 [ 283 ] {7c8d8150-3a28-403d-bc35-3706180184bd} <Debug> TCPHandler: Processed in 0.002479848 sec.
4143 2025.01.09 01:57:47.381357 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4144 2025.01.09 01:57:47.381782 [ 286 ] {1dcb7c52-2948-4991-b217-e3859a23e1b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4145 2025.01.09 01:57:47.381832 [ 199 ] {b7e624c8-f545-4bc0-b9ea-87ccb0a68066::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
4146 2025.01.09 01:57:47.381869 [ 286 ] {1dcb7c52-2948-4991-b217-e3859a23e1b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4147 2025.01.09 01:57:47.382184 [ 199 ] {b7e624c8-f545-4bc0-b9ea-87ccb0a68066::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4148 2025.01.09 01:57:47.382271 [ 199 ] {b7e624c8-f545-4bc0-b9ea-87ccb0a68066::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 56 rows starting from the beginning of the part
4149 2025.01.09 01:57:47.382630 [ 199 ] {b7e624c8-f545-4bc0-b9ea-87ccb0a68066::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 26 rows starting from the beginning of the part
4150 2025.01.09 01:57:47.382934 [ 199 ] {b7e624c8-f545-4bc0-b9ea-87ccb0a68066::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 20 rows starting from the beginning of the part
4151 2025.01.09 01:57:47.383254 [ 199 ] {b7e624c8-f545-4bc0-b9ea-87ccb0a68066::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 26 rows starting from the beginning of the part
4152 2025.01.09 01:57:47.383527 [ 199 ] {b7e624c8-f545-4bc0-b9ea-87ccb0a68066::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
4153 2025.01.09 01:57:47.383871 [ 199 ] {b7e624c8-f545-4bc0-b9ea-87ccb0a68066::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 26 rows starting from the beginning of the part
4154 2025.01.09 01:57:47.384594 [ 286 ] {1dcb7c52-2948-4991-b217-e3859a23e1b7} <Trace> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4155 2025.01.09 01:57:47.384650 [ 286 ] {1dcb7c52-2948-4991-b217-e3859a23e1b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
4156 2025.01.09 01:57:47.385596 [ 286 ] {1dcb7c52-2948-4991-b217-e3859a23e1b7} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
4157 2025.01.09 01:57:47.386143 [ 286 ] {1dcb7c52-2948-4991-b217-e3859a23e1b7} <Trace> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4158 2025.01.09 01:57:47.386699 [ 286 ] {1dcb7c52-2948-4991-b217-e3859a23e1b7} <Debug> executeQuery: Read 54 rows, 4.32 KiB in 0.005072 sec., 10646.687697160884 rows/sec., 851.41 KiB/sec.
4159 2025.01.09 01:57:47.386996 [ 286 ] {1dcb7c52-2948-4991-b217-e3859a23e1b7} <Debug> TCPHandler: Processed in 0.005828999 sec.
4160 2025.01.09 01:57:47.387075 [ 187 ] {b7e624c8-f545-4bc0-b9ea-87ccb0a68066::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 174 rows, containing 5 columns (5 merged, 0 gathered) in 0.005996301 sec., 29017.889528894564 rows/sec., 2.20 MiB/sec.
4161 2025.01.09 01:57:47.387196 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4162 2025.01.09 01:57:47.387277 [ 187 ] {b7e624c8-f545-4bc0-b9ea-87ccb0a68066::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
4163 2025.01.09 01:57:47.387444 [ 283 ] {15aafa8e-73ae-40d2-a1a5-87f669683cbf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4164 2025.01.09 01:57:47.387548 [ 283 ] {15aafa8e-73ae-40d2-a1a5-87f669683cbf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4165 2025.01.09 01:57:47.387923 [ 187 ] {b7e624c8-f545-4bc0-b9ea-87ccb0a68066::all_1_21_4} <Trace> oximeter.fields_u16 (b7e624c8-f545-4bc0-b9ea-87ccb0a68066): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4166 2025.01.09 01:57:47.388124 [ 187 ] {b7e624c8-f545-4bc0-b9ea-87ccb0a68066::all_1_21_4} <Trace> oximeter.fields_u16 (b7e624c8-f545-4bc0-b9ea-87ccb0a68066) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
4167 2025.01.09 01:57:47.388235 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
4168 2025.01.09 01:57:47.388522 [ 283 ] {15aafa8e-73ae-40d2-a1a5-87f669683cbf} <Trace> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4169 2025.01.09 01:57:47.388569 [ 283 ] {15aafa8e-73ae-40d2-a1a5-87f669683cbf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
4170 2025.01.09 01:57:47.388979 [ 283 ] {15aafa8e-73ae-40d2-a1a5-87f669683cbf} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
4171 2025.01.09 01:57:47.389219 [ 283 ] {15aafa8e-73ae-40d2-a1a5-87f669683cbf} <Trace> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4172 2025.01.09 01:57:47.389493 [ 283 ] {15aafa8e-73ae-40d2-a1a5-87f669683cbf} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.002141 sec., 46707.14619336758 rows/sec., 3.24 MiB/sec.
4173 2025.01.09 01:57:47.389745 [ 283 ] {15aafa8e-73ae-40d2-a1a5-87f669683cbf} <Debug> TCPHandler: Processed in 0.00262821 sec.
4174 2025.01.09 01:57:47.389951 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4175 2025.01.09 01:57:47.390088 [ 286 ] {15a31c51-fe61-487e-ab0b-7feb57eb9b8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4176 2025.01.09 01:57:47.390182 [ 286 ] {15a31c51-fe61-487e-ab0b-7feb57eb9b8b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
4177 2025.01.09 01:57:47.391432 [ 286 ] {15a31c51-fe61-487e-ab0b-7feb57eb9b8b} <Trace> oximeter.measurements_histogramu64 (17c94cc7-cbcb-4131-b32c-df27c461cf7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4178 2025.01.09 01:57:47.391471 [ 286 ] {15a31c51-fe61-487e-ab0b-7feb57eb9b8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
4179 2025.01.09 01:57:47.392131 [ 286 ] {15a31c51-fe61-487e-ab0b-7feb57eb9b8b} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
4180 2025.01.09 01:57:47.392401 [ 286 ] {15a31c51-fe61-487e-ab0b-7feb57eb9b8b} <Trace> oximeter.measurements_histogramu64 (17c94cc7-cbcb-4131-b32c-df27c461cf7e): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4181 2025.01.09 01:57:47.392589 [ 32 ] {} <Debug> oximeter.measurements_histogramu64 (17c94cc7-cbcb-4131-b32c-df27c461cf7e) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
4182 2025.01.09 01:57:47.392657 [ 286 ] {15a31c51-fe61-487e-ab0b-7feb57eb9b8b} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002598 sec., 10007.698229407237 rows/sec., 17.93 MiB/sec.
4183 2025.01.09 01:57:47.392677 [ 32 ] {} <Trace> oximeter.measurements_histogramu64 (17c94cc7-cbcb-4131-b32c-df27c461cf7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4184 2025.01.09 01:57:47.392763 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
4185 2025.01.09 01:57:47.392988 [ 286 ] {15a31c51-fe61-487e-ab0b-7feb57eb9b8b} <Debug> TCPHandler: Processed in 0.003105028 sec.
4186 2025.01.09 01:57:47.393254 [ 195 ] {17c94cc7-cbcb-4131-b32c-df27c461cf7e::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
4187 2025.01.09 01:57:47.393275 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4188 2025.01.09 01:57:47.393531 [ 283 ] {6d90c61f-0421-4e6f-b298-c690365aa00b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4189 2025.01.09 01:57:47.393669 [ 283 ] {6d90c61f-0421-4e6f-b298-c690365aa00b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4190 2025.01.09 01:57:47.394448 [ 195 ] {17c94cc7-cbcb-4131-b32c-df27c461cf7e::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4191 2025.01.09 01:57:47.394624 [ 195 ] {17c94cc7-cbcb-4131-b32c-df27c461cf7e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 269 rows starting from the beginning of the part
4192 2025.01.09 01:57:47.395341 [ 195 ] {17c94cc7-cbcb-4131-b32c-df27c461cf7e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 26 rows starting from the beginning of the part
4193 2025.01.09 01:57:47.395867 [ 283 ] {6d90c61f-0421-4e6f-b298-c690365aa00b} <Trace> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4194 2025.01.09 01:57:47.396000 [ 283 ] {6d90c61f-0421-4e6f-b298-c690365aa00b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
4195 2025.01.09 01:57:47.396102 [ 195 ] {17c94cc7-cbcb-4131-b32c-df27c461cf7e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 13 rows starting from the beginning of the part
4196 2025.01.09 01:57:47.396796 [ 195 ] {17c94cc7-cbcb-4131-b32c-df27c461cf7e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 26 rows starting from the beginning of the part
4197 2025.01.09 01:57:47.397462 [ 195 ] {17c94cc7-cbcb-4131-b32c-df27c461cf7e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 13 rows starting from the beginning of the part
4198 2025.01.09 01:57:47.397608 [ 283 ] {6d90c61f-0421-4e6f-b298-c690365aa00b} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
4199 2025.01.09 01:57:47.398058 [ 195 ] {17c94cc7-cbcb-4131-b32c-df27c461cf7e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 26 rows starting from the beginning of the part
4200 2025.01.09 01:57:47.398543 [ 283 ] {6d90c61f-0421-4e6f-b298-c690365aa00b} <Trace> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4201 2025.01.09 01:57:47.399294 [ 283 ] {6d90c61f-0421-4e6f-b298-c690365aa00b} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.005815 sec., 5159.071367153912 rows/sec., 361.91 KiB/sec.
4202 2025.01.09 01:57:47.399388 [ 283 ] {6d90c61f-0421-4e6f-b298-c690365aa00b} <Debug> TCPHandler: Processed in 0.006246855 sec.
4203 2025.01.09 01:57:47.402368 [ 188 ] {17c94cc7-cbcb-4131-b32c-df27c461cf7e::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 373 rows, containing 19 columns (19 merged, 0 gathered) in 0.009385894 sec., 39740.487160839446 rows/sec., 71.21 MiB/sec.
4204 2025.01.09 01:57:47.403252 [ 188 ] {17c94cc7-cbcb-4131-b32c-df27c461cf7e::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
4205 2025.01.09 01:57:47.403715 [ 188 ] {17c94cc7-cbcb-4131-b32c-df27c461cf7e::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (17c94cc7-cbcb-4131-b32c-df27c461cf7e): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4206 2025.01.09 01:57:47.403808 [ 188 ] {17c94cc7-cbcb-4131-b32c-df27c461cf7e::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (17c94cc7-cbcb-4131-b32c-df27c461cf7e) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
4207 2025.01.09 01:57:47.403980 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.12 MiB.
4208 2025.01.09 01:57:48.716578 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4209 2025.01.09 01:57:48.716789 [ 286 ] {079fb514-1319-43d4-8ffc-ee645591439c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
4210 2025.01.09 01:57:48.716865 [ 286 ] {079fb514-1319-43d4-8ffc-ee645591439c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
4211 2025.01.09 01:57:48.717643 [ 286 ] {079fb514-1319-43d4-8ffc-ee645591439c} <Trace> oximeter.fields_i16 (768e6654-4d7d-4320-b224-a6516c636040): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4212 2025.01.09 01:57:48.717695 [ 286 ] {079fb514-1319-43d4-8ffc-ee645591439c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
4213 2025.01.09 01:57:48.718148 [ 286 ] {079fb514-1319-43d4-8ffc-ee645591439c} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
4214 2025.01.09 01:57:48.718408 [ 286 ] {079fb514-1319-43d4-8ffc-ee645591439c} <Trace> oximeter.fields_i16 (768e6654-4d7d-4320-b224-a6516c636040): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4215 2025.01.09 01:57:48.718693 [ 286 ] {079fb514-1319-43d4-8ffc-ee645591439c} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001948 sec., 7186.858316221766 rows/sec., 517.36 KiB/sec.
4216 2025.01.09 01:57:48.718822 [ 286 ] {079fb514-1319-43d4-8ffc-ee645591439c} <Debug> TCPHandler: Processed in 0.002376717 sec.
4217 2025.01.09 01:57:48.719130 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4218 2025.01.09 01:57:48.719318 [ 283 ] {26714d8e-8f90-4da2-8412-f8f866942beb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
4219 2025.01.09 01:57:48.719389 [ 283 ] {26714d8e-8f90-4da2-8412-f8f866942beb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
4220 2025.01.09 01:57:48.720119 [ 283 ] {26714d8e-8f90-4da2-8412-f8f866942beb} <Trace> oximeter.fields_ipaddr (99e36f6e-d6b3-41b0-9488-2664f52c89c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4221 2025.01.09 01:57:48.720167 [ 283 ] {26714d8e-8f90-4da2-8412-f8f866942beb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
4222 2025.01.09 01:57:48.720588 [ 283 ] {26714d8e-8f90-4da2-8412-f8f866942beb} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
4223 2025.01.09 01:57:48.720831 [ 283 ] {26714d8e-8f90-4da2-8412-f8f866942beb} <Trace> oximeter.fields_ipaddr (99e36f6e-d6b3-41b0-9488-2664f52c89c7): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4224 2025.01.09 01:57:48.721122 [ 283 ] {26714d8e-8f90-4da2-8412-f8f866942beb} <Debug> executeQuery: Read 12 rows, 1002.00 B in 0.001835 sec., 6539.509536784741 rows/sec., 533.25 KiB/sec.
4225 2025.01.09 01:57:48.721205 [ 283 ] {26714d8e-8f90-4da2-8412-f8f866942beb} <Debug> TCPHandler: Processed in 0.002197124 sec.
4226 2025.01.09 01:57:48.721382 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4227 2025.01.09 01:57:48.721536 [ 286 ] {9ea5fa29-34e0-4fd5-ba33-46de6eb42a86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4228 2025.01.09 01:57:48.721598 [ 286 ] {9ea5fa29-34e0-4fd5-ba33-46de6eb42a86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4229 2025.01.09 01:57:48.723000 [ 286 ] {9ea5fa29-34e0-4fd5-ba33-46de6eb42a86} <Trace> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4230 2025.01.09 01:57:48.723042 [ 286 ] {9ea5fa29-34e0-4fd5-ba33-46de6eb42a86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
4231 2025.01.09 01:57:48.723503 [ 286 ] {9ea5fa29-34e0-4fd5-ba33-46de6eb42a86} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
4232 2025.01.09 01:57:48.723766 [ 286 ] {9ea5fa29-34e0-4fd5-ba33-46de6eb42a86} <Trace> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4233 2025.01.09 01:57:48.724003 [ 286 ] {9ea5fa29-34e0-4fd5-ba33-46de6eb42a86} <Debug> executeQuery: Read 1345 rows, 114.67 KiB in 0.002501 sec., 537784.8860455818 rows/sec., 44.77 MiB/sec.
4234 2025.01.09 01:57:48.724060 [ 286 ] {9ea5fa29-34e0-4fd5-ba33-46de6eb42a86} <Debug> TCPHandler: Processed in 0.002747762 sec.
4235 2025.01.09 01:57:48.724227 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4236 2025.01.09 01:57:48.724351 [ 283 ] {19f95952-d96c-4411-8a33-345375554eaf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4237 2025.01.09 01:57:48.724409 [ 283 ] {19f95952-d96c-4411-8a33-345375554eaf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4238 2025.01.09 01:57:48.725018 [ 283 ] {19f95952-d96c-4411-8a33-345375554eaf} <Trace> oximeter.fields_u16 (b7e624c8-f545-4bc0-b9ea-87ccb0a68066): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4239 2025.01.09 01:57:48.725057 [ 283 ] {19f95952-d96c-4411-8a33-345375554eaf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
4240 2025.01.09 01:57:48.725422 [ 283 ] {19f95952-d96c-4411-8a33-345375554eaf} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
4241 2025.01.09 01:57:48.725655 [ 283 ] {19f95952-d96c-4411-8a33-345375554eaf} <Trace> oximeter.fields_u16 (b7e624c8-f545-4bc0-b9ea-87ccb0a68066): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4242 2025.01.09 01:57:48.725874 [ 283 ] {19f95952-d96c-4411-8a33-345375554eaf} <Debug> executeQuery: Read 32 rows, 2.27 KiB in 0.001553 sec., 20605.2801030264 rows/sec., 1.43 MiB/sec.
4243 2025.01.09 01:57:48.725928 [ 283 ] {19f95952-d96c-4411-8a33-345375554eaf} <Debug> TCPHandler: Processed in 0.001763547 sec.
4244 2025.01.09 01:57:48.726131 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4245 2025.01.09 01:57:48.726341 [ 286 ] {65fa5173-1851-4bc8-be62-670db703e6b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
4246 2025.01.09 01:57:48.726425 [ 286 ] {65fa5173-1851-4bc8-be62-670db703e6b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
4247 2025.01.09 01:57:48.727280 [ 286 ] {65fa5173-1851-4bc8-be62-670db703e6b3} <Trace> oximeter.fields_u32 (03dfd943-ea50-4047-86b9-6222d9e39c11): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4248 2025.01.09 01:57:48.727320 [ 286 ] {65fa5173-1851-4bc8-be62-670db703e6b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
4249 2025.01.09 01:57:48.727696 [ 286 ] {65fa5173-1851-4bc8-be62-670db703e6b3} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
4250 2025.01.09 01:57:48.727945 [ 286 ] {65fa5173-1851-4bc8-be62-670db703e6b3} <Trace> oximeter.fields_u32 (03dfd943-ea50-4047-86b9-6222d9e39c11): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4251 2025.01.09 01:57:48.728158 [ 286 ] {65fa5173-1851-4bc8-be62-670db703e6b3} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001871 sec., 129342.5975414217 rows/sec., 8.76 MiB/sec.
4252 2025.01.09 01:57:48.728214 [ 286 ] {65fa5173-1851-4bc8-be62-670db703e6b3} <Debug> TCPHandler: Processed in 0.002188193 sec.
4253 2025.01.09 01:57:48.728364 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4254 2025.01.09 01:57:48.728491 [ 283 ] {b62ff6dd-081e-49bf-88da-5e875899e0e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
4255 2025.01.09 01:57:48.728540 [ 283 ] {b62ff6dd-081e-49bf-88da-5e875899e0e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
4256 2025.01.09 01:57:48.729112 [ 283 ] {b62ff6dd-081e-49bf-88da-5e875899e0e6} <Trace> oximeter.fields_u8 (f59c63b9-7e00-4cbb-80d5-4667ebd1997c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4257 2025.01.09 01:57:48.729151 [ 283 ] {b62ff6dd-081e-49bf-88da-5e875899e0e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
4258 2025.01.09 01:57:48.729506 [ 283 ] {b62ff6dd-081e-49bf-88da-5e875899e0e6} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
4259 2025.01.09 01:57:48.729736 [ 283 ] {b62ff6dd-081e-49bf-88da-5e875899e0e6} <Trace> oximeter.fields_u8 (f59c63b9-7e00-4cbb-80d5-4667ebd1997c): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4260 2025.01.09 01:57:48.729938 [ 283 ] {b62ff6dd-081e-49bf-88da-5e875899e0e6} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001472 sec., 8831.521739130434 rows/sec., 550.64 KiB/sec.
4261 2025.01.09 01:57:48.729992 [ 283 ] {b62ff6dd-081e-49bf-88da-5e875899e0e6} <Debug> TCPHandler: Processed in 0.001682685 sec.
4262 2025.01.09 01:57:48.730147 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4263 2025.01.09 01:57:48.730288 [ 286 ] {7cf2ef0d-07cb-4994-857e-b238539d62ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4264 2025.01.09 01:57:48.730344 [ 286 ] {7cf2ef0d-07cb-4994-857e-b238539d62ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4265 2025.01.09 01:57:48.731355 [ 286 ] {7cf2ef0d-07cb-4994-857e-b238539d62ad} <Trace> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4266 2025.01.09 01:57:48.731398 [ 286 ] {7cf2ef0d-07cb-4994-857e-b238539d62ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
4267 2025.01.09 01:57:48.731808 [ 286 ] {7cf2ef0d-07cb-4994-857e-b238539d62ad} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
4268 2025.01.09 01:57:48.732059 [ 286 ] {7cf2ef0d-07cb-4994-857e-b238539d62ad} <Trace> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4269 2025.01.09 01:57:48.732317 [ 286 ] {7cf2ef0d-07cb-4994-857e-b238539d62ad} <Debug> executeQuery: Read 827 rows, 61.11 KiB in 0.00206 sec., 401456.31067961163 rows/sec., 28.97 MiB/sec.
4270 2025.01.09 01:57:48.732521 [ 286 ] {7cf2ef0d-07cb-4994-857e-b238539d62ad} <Debug> TCPHandler: Processed in 0.002437167 sec.
4271 2025.01.09 01:57:48.732712 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4272 2025.01.09 01:57:48.732824 [ 283 ] {c0203d94-aa40-4068-a68f-0a783dda4ee6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
4273 2025.01.09 01:57:48.732871 [ 283 ] {c0203d94-aa40-4068-a68f-0a783dda4ee6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
4274 2025.01.09 01:57:48.733332 [ 283 ] {c0203d94-aa40-4068-a68f-0a783dda4ee6} <Trace> oximeter.measurements_bool (e95e83a2-bc6b-4f55-83f2-ee90a75b0302): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4275 2025.01.09 01:57:48.733369 [ 283 ] {c0203d94-aa40-4068-a68f-0a783dda4ee6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
4276 2025.01.09 01:57:48.733738 [ 283 ] {c0203d94-aa40-4068-a68f-0a783dda4ee6} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
4277 2025.01.09 01:57:48.733966 [ 283 ] {c0203d94-aa40-4068-a68f-0a783dda4ee6} <Trace> oximeter.measurements_bool (e95e83a2-bc6b-4f55-83f2-ee90a75b0302): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4278 2025.01.09 01:57:48.734162 [ 283 ] {c0203d94-aa40-4068-a68f-0a783dda4ee6} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00136 sec., 4411.764705882352 rows/sec., 230.50 KiB/sec.
4279 2025.01.09 01:57:48.734210 [ 283 ] {c0203d94-aa40-4068-a68f-0a783dda4ee6} <Debug> TCPHandler: Processed in 0.001577564 sec.
4280 2025.01.09 01:57:48.734363 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4281 2025.01.09 01:57:48.734482 [ 286 ] {5dc9c424-b84f-47ce-adc0-1489634b80e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4282 2025.01.09 01:57:48.734536 [ 286 ] {5dc9c424-b84f-47ce-adc0-1489634b80e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4283 2025.01.09 01:57:48.735308 [ 286 ] {5dc9c424-b84f-47ce-adc0-1489634b80e2} <Trace> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4284 2025.01.09 01:57:48.735347 [ 286 ] {5dc9c424-b84f-47ce-adc0-1489634b80e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
4285 2025.01.09 01:57:48.735796 [ 286 ] {5dc9c424-b84f-47ce-adc0-1489634b80e2} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
4286 2025.01.09 01:57:48.736053 [ 286 ] {5dc9c424-b84f-47ce-adc0-1489634b80e2} <Trace> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4287 2025.01.09 01:57:48.736319 [ 286 ] {5dc9c424-b84f-47ce-adc0-1489634b80e2} <Debug> executeQuery: Read 969 rows, 65.95 KiB in 0.001858 sec., 521528.5252960172 rows/sec., 34.66 MiB/sec.
4288 2025.01.09 01:57:48.736537 [ 286 ] {5dc9c424-b84f-47ce-adc0-1489634b80e2} <Debug> TCPHandler: Processed in 0.002229004 sec.
4289 2025.01.09 01:57:48.736702 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4290 2025.01.09 01:57:48.736817 [ 283 ] {1ef6c62b-f4ff-4a2f-ba3d-78dc3fb2deec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
4291 2025.01.09 01:57:48.736866 [ 283 ] {1ef6c62b-f4ff-4a2f-ba3d-78dc3fb2deec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
4292 2025.01.09 01:57:48.737331 [ 283 ] {1ef6c62b-f4ff-4a2f-ba3d-78dc3fb2deec} <Trace> oximeter.measurements_f64 (934b838e-c5f5-431f-8772-7fa1e914138c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4293 2025.01.09 01:57:48.737368 [ 283 ] {1ef6c62b-f4ff-4a2f-ba3d-78dc3fb2deec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
4294 2025.01.09 01:57:48.737721 [ 283 ] {1ef6c62b-f4ff-4a2f-ba3d-78dc3fb2deec} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
4295 2025.01.09 01:57:48.737946 [ 283 ] {1ef6c62b-f4ff-4a2f-ba3d-78dc3fb2deec} <Trace> oximeter.measurements_f64 (934b838e-c5f5-431f-8772-7fa1e914138c): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4296 2025.01.09 01:57:48.738174 [ 283 ] {1ef6c62b-f4ff-4a2f-ba3d-78dc3fb2deec} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001374 sec., 727.802037845706 rows/sec., 49.04 KiB/sec.
4297 2025.01.09 01:57:48.738248 [ 283 ] {1ef6c62b-f4ff-4a2f-ba3d-78dc3fb2deec} <Debug> TCPHandler: Processed in 0.001603854 sec.
4298 2025.01.09 01:57:48.738387 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4299 2025.01.09 01:57:48.738507 [ 286 ] {4ee86a94-221c-461f-acf3-e0716a84faef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4300 2025.01.09 01:57:48.738590 [ 286 ] {4ee86a94-221c-461f-acf3-e0716a84faef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
4301 2025.01.09 01:57:48.739741 [ 286 ] {4ee86a94-221c-461f-acf3-e0716a84faef} <Trace> oximeter.measurements_histogramu64 (17c94cc7-cbcb-4131-b32c-df27c461cf7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4302 2025.01.09 01:57:48.739781 [ 286 ] {4ee86a94-221c-461f-acf3-e0716a84faef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
4303 2025.01.09 01:57:48.740401 [ 286 ] {4ee86a94-221c-461f-acf3-e0716a84faef} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
4304 2025.01.09 01:57:48.740668 [ 286 ] {4ee86a94-221c-461f-acf3-e0716a84faef} <Trace> oximeter.measurements_histogramu64 (17c94cc7-cbcb-4131-b32c-df27c461cf7e): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4305 2025.01.09 01:57:48.740914 [ 286 ] {4ee86a94-221c-461f-acf3-e0716a84faef} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.00243 sec., 5349.794238683128 rows/sec., 9.59 MiB/sec.
4306 2025.01.09 01:57:48.741017 [ 286 ] {4ee86a94-221c-461f-acf3-e0716a84faef} <Debug> TCPHandler: Processed in 0.002687891 sec.
4307 2025.01.09 01:57:48.741166 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4308 2025.01.09 01:57:48.741283 [ 283 ] {e0d0b241-dfc8-4c49-b7f5-14c7566eb9be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4309 2025.01.09 01:57:48.741332 [ 283 ] {e0d0b241-dfc8-4c49-b7f5-14c7566eb9be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4310 2025.01.09 01:57:48.741815 [ 283 ] {e0d0b241-dfc8-4c49-b7f5-14c7566eb9be} <Trace> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4311 2025.01.09 01:57:48.741852 [ 283 ] {e0d0b241-dfc8-4c49-b7f5-14c7566eb9be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
4312 2025.01.09 01:57:48.742204 [ 283 ] {e0d0b241-dfc8-4c49-b7f5-14c7566eb9be} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
4313 2025.01.09 01:57:48.742437 [ 283 ] {e0d0b241-dfc8-4c49-b7f5-14c7566eb9be} <Trace> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4314 2025.01.09 01:57:48.742674 [ 283 ] {e0d0b241-dfc8-4c49-b7f5-14c7566eb9be} <Debug> executeQuery: Read 34 rows, 2.03 KiB in 0.001415 sec., 24028.26855123675 rows/sec., 1.40 MiB/sec.
4315 2025.01.09 01:57:48.742880 [ 283 ] {e0d0b241-dfc8-4c49-b7f5-14c7566eb9be} <Debug> TCPHandler: Processed in 0.001765237 sec.
4316 2025.01.09 01:57:51.211602 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 618
4317 2025.01.09 01:57:51.215219 [ 242 ] {} <Trace> system.query_log (e9d8cce9-7d6e-43dd-804a-3eff920f58fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4318 2025.01.09 01:57:51.215277 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
4319 2025.01.09 01:57:51.216787 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
4320 2025.01.09 01:57:51.217094 [ 242 ] {} <Trace> system.query_log (e9d8cce9-7d6e-43dd-804a-3eff920f58fa): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4321 2025.01.09 01:57:51.218038 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 618
4322 2025.01.09 01:57:52.373435 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4323 2025.01.09 01:57:52.373637 [ 286 ] {b8416d74-aa6f-4925-b601-33a4aa6f0621} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4324 2025.01.09 01:57:52.373716 [ 286 ] {b8416d74-aa6f-4925-b601-33a4aa6f0621} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4325 2025.01.09 01:57:52.374525 [ 286 ] {b8416d74-aa6f-4925-b601-33a4aa6f0621} <Trace> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4326 2025.01.09 01:57:52.374583 [ 286 ] {b8416d74-aa6f-4925-b601-33a4aa6f0621} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
4327 2025.01.09 01:57:52.375037 [ 286 ] {b8416d74-aa6f-4925-b601-33a4aa6f0621} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
4328 2025.01.09 01:57:52.375302 [ 286 ] {b8416d74-aa6f-4925-b601-33a4aa6f0621} <Trace> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4329 2025.01.09 01:57:52.375554 [ 286 ] {b8416d74-aa6f-4925-b601-33a4aa6f0621} <Debug> executeQuery: Read 26 rows, 1.98 KiB in 0.001974 sec., 13171.225937183384 rows/sec., 1002.78 KiB/sec.
4330 2025.01.09 01:57:52.375624 [ 286 ] {b8416d74-aa6f-4925-b601-33a4aa6f0621} <Debug> TCPHandler: Processed in 0.002332885 sec.
4331 2025.01.09 01:57:52.375876 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4332 2025.01.09 01:57:52.376058 [ 283 ] {353de29c-5e3e-4198-b147-2e6cd9325337} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4333 2025.01.09 01:57:52.376127 [ 283 ] {353de29c-5e3e-4198-b147-2e6cd9325337} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4334 2025.01.09 01:57:52.376868 [ 283 ] {353de29c-5e3e-4198-b147-2e6cd9325337} <Trace> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4335 2025.01.09 01:57:52.376906 [ 283 ] {353de29c-5e3e-4198-b147-2e6cd9325337} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
4336 2025.01.09 01:57:52.377317 [ 283 ] {353de29c-5e3e-4198-b147-2e6cd9325337} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
4337 2025.01.09 01:57:52.377563 [ 283 ] {353de29c-5e3e-4198-b147-2e6cd9325337} <Trace> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4338 2025.01.09 01:57:52.377782 [ 283 ] {353de29c-5e3e-4198-b147-2e6cd9325337} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001767 sec., 15846.06677985286 rows/sec., 1.24 MiB/sec.
4339 2025.01.09 01:57:52.377983 [ 283 ] {353de29c-5e3e-4198-b147-2e6cd9325337} <Debug> TCPHandler: Processed in 0.002225794 sec.
4340 2025.01.09 01:57:52.378170 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4341 2025.01.09 01:57:52.378295 [ 286 ] {3f5311cc-2b25-4b30-8525-3944de00ea07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4342 2025.01.09 01:57:52.378352 [ 286 ] {3f5311cc-2b25-4b30-8525-3944de00ea07} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4343 2025.01.09 01:57:52.378891 [ 286 ] {3f5311cc-2b25-4b30-8525-3944de00ea07} <Trace> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4344 2025.01.09 01:57:52.378934 [ 286 ] {3f5311cc-2b25-4b30-8525-3944de00ea07} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
4345 2025.01.09 01:57:52.379344 [ 286 ] {3f5311cc-2b25-4b30-8525-3944de00ea07} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
4346 2025.01.09 01:57:52.379612 [ 286 ] {3f5311cc-2b25-4b30-8525-3944de00ea07} <Trace> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4347 2025.01.09 01:57:52.379835 [ 286 ] {3f5311cc-2b25-4b30-8525-3944de00ea07} <Debug> executeQuery: Read 60 rows, 4.26 KiB in 0.001569 sec., 38240.917782026765 rows/sec., 2.65 MiB/sec.
4348 2025.01.09 01:57:52.379891 [ 286 ] {3f5311cc-2b25-4b30-8525-3944de00ea07} <Debug> TCPHandler: Processed in 0.001782167 sec.
4349 2025.01.09 01:57:52.380081 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4350 2025.01.09 01:57:52.380204 [ 283 ] {9a85230b-1201-40b7-9694-62d461e9b0f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4351 2025.01.09 01:57:52.380257 [ 283 ] {9a85230b-1201-40b7-9694-62d461e9b0f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4352 2025.01.09 01:57:52.380768 [ 283 ] {9a85230b-1201-40b7-9694-62d461e9b0f2} <Trace> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4353 2025.01.09 01:57:52.380806 [ 283 ] {9a85230b-1201-40b7-9694-62d461e9b0f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
4354 2025.01.09 01:57:52.381190 [ 283 ] {9a85230b-1201-40b7-9694-62d461e9b0f2} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
4355 2025.01.09 01:57:52.381456 [ 283 ] {9a85230b-1201-40b7-9694-62d461e9b0f2} <Trace> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4356 2025.01.09 01:57:52.381637 [ 283 ] {9a85230b-1201-40b7-9694-62d461e9b0f2} <Debug> executeQuery: Read 18 rows, 1.26 KiB in 0.001459 sec., 12337.21727210418 rows/sec., 865.45 KiB/sec.
4357 2025.01.09 01:57:52.381687 [ 283 ] {9a85230b-1201-40b7-9694-62d461e9b0f2} <Debug> TCPHandler: Processed in 0.001677416 sec.
4358 2025.01.09 01:57:53.685249 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 8723
4359 2025.01.09 01:57:53.686015 [ 244 ] {} <Trace> system.asynchronous_metric_log (9698bf86-621f-4c13-9bc9-6db4396b8d09): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4360 2025.01.09 01:57:53.686056 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
4361 2025.01.09 01:57:53.686605 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
4362 2025.01.09 01:57:53.686875 [ 244 ] {} <Trace> system.asynchronous_metric_log (9698bf86-621f-4c13-9bc9-6db4396b8d09): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4363 2025.01.09 01:57:53.687150 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8723
4364 2025.01.09 01:57:54.248950 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144
4365 2025.01.09 01:57:54.269984 [ 243 ] {} <Trace> system.metric_log (c31dfbef-714c-4223-9d5c-473a3e49bbb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4366 2025.01.09 01:57:54.270037 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
4367 2025.01.09 01:57:54.277788 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
4368 2025.01.09 01:57:54.278590 [ 243 ] {} <Trace> system.metric_log (c31dfbef-714c-4223-9d5c-473a3e49bbb4): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4369 2025.01.09 01:57:54.281580 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 144
4370 2025.01.09 01:57:57.376876 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4371 2025.01.09 01:57:57.377095 [ 286 ] {6005430d-daa7-4f07-801d-2cdc85a69cef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4372 2025.01.09 01:57:57.377174 [ 286 ] {6005430d-daa7-4f07-801d-2cdc85a69cef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4373 2025.01.09 01:57:57.377988 [ 286 ] {6005430d-daa7-4f07-801d-2cdc85a69cef} <Trace> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4374 2025.01.09 01:57:57.378046 [ 286 ] {6005430d-daa7-4f07-801d-2cdc85a69cef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
4375 2025.01.09 01:57:57.378497 [ 286 ] {6005430d-daa7-4f07-801d-2cdc85a69cef} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
4376 2025.01.09 01:57:57.378768 [ 286 ] {6005430d-daa7-4f07-801d-2cdc85a69cef} <Trace> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4377 2025.01.09 01:57:57.379028 [ 286 ] {6005430d-daa7-4f07-801d-2cdc85a69cef} <Debug> executeQuery: Read 78 rows, 6.85 KiB in 0.001989 sec., 39215.686274509804 rows/sec., 3.36 MiB/sec.
4378 2025.01.09 01:57:57.379098 [ 286 ] {6005430d-daa7-4f07-801d-2cdc85a69cef} <Debug> TCPHandler: Processed in 0.002375636 sec.
4379 2025.01.09 01:57:57.379366 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4380 2025.01.09 01:57:57.379573 [ 283 ] {bbeaa223-42e3-4e5e-b1a1-90038cb65a3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4381 2025.01.09 01:57:57.379654 [ 283 ] {bbeaa223-42e3-4e5e-b1a1-90038cb65a3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4382 2025.01.09 01:57:57.380440 [ 283 ] {bbeaa223-42e3-4e5e-b1a1-90038cb65a3b} <Trace> oximeter.fields_u16 (b7e624c8-f545-4bc0-b9ea-87ccb0a68066): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4383 2025.01.09 01:57:57.380481 [ 283 ] {bbeaa223-42e3-4e5e-b1a1-90038cb65a3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
4384 2025.01.09 01:57:57.380928 [ 283 ] {bbeaa223-42e3-4e5e-b1a1-90038cb65a3b} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
4385 2025.01.09 01:57:57.381171 [ 283 ] {bbeaa223-42e3-4e5e-b1a1-90038cb65a3b} <Trace> oximeter.fields_u16 (b7e624c8-f545-4bc0-b9ea-87ccb0a68066): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4386 2025.01.09 01:57:57.381368 [ 283 ] {bbeaa223-42e3-4e5e-b1a1-90038cb65a3b} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.001853 sec., 14031.300593631948 rows/sec., 1.03 MiB/sec.
4387 2025.01.09 01:57:57.381422 [ 283 ] {bbeaa223-42e3-4e5e-b1a1-90038cb65a3b} <Debug> TCPHandler: Processed in 0.002192073 sec.
4388 2025.01.09 01:57:57.381598 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4389 2025.01.09 01:57:57.381749 [ 286 ] {b9e95a78-04d1-4f9b-a0cc-b371f855b4b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4390 2025.01.09 01:57:57.381812 [ 286 ] {b9e95a78-04d1-4f9b-a0cc-b371f855b4b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4391 2025.01.09 01:57:57.382489 [ 286 ] {b9e95a78-04d1-4f9b-a0cc-b371f855b4b9} <Trace> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4392 2025.01.09 01:57:57.382560 [ 286 ] {b9e95a78-04d1-4f9b-a0cc-b371f855b4b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
4393 2025.01.09 01:57:57.382938 [ 286 ] {b9e95a78-04d1-4f9b-a0cc-b371f855b4b9} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
4394 2025.01.09 01:57:57.383187 [ 286 ] {b9e95a78-04d1-4f9b-a0cc-b371f855b4b9} <Trace> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4395 2025.01.09 01:57:57.383408 [ 286 ] {b9e95a78-04d1-4f9b-a0cc-b371f855b4b9} <Debug> executeQuery: Read 54 rows, 4.32 KiB in 0.001695 sec., 31858.40707964602 rows/sec., 2.49 MiB/sec.
4396 2025.01.09 01:57:57.383464 [ 286 ] {b9e95a78-04d1-4f9b-a0cc-b371f855b4b9} <Debug> TCPHandler: Processed in 0.00193909 sec.
4397 2025.01.09 01:57:57.383631 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4398 2025.01.09 01:57:57.383754 [ 283 ] {95d85f13-4242-4f6f-bbe3-1eeaf153f0ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4399 2025.01.09 01:57:57.383809 [ 283 ] {95d85f13-4242-4f6f-bbe3-1eeaf153f0ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4400 2025.01.09 01:57:57.384359 [ 283 ] {95d85f13-4242-4f6f-bbe3-1eeaf153f0ac} <Trace> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4401 2025.01.09 01:57:57.384397 [ 283 ] {95d85f13-4242-4f6f-bbe3-1eeaf153f0ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
4402 2025.01.09 01:57:57.384778 [ 283 ] {95d85f13-4242-4f6f-bbe3-1eeaf153f0ac} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
4403 2025.01.09 01:57:57.385016 [ 283 ] {95d85f13-4242-4f6f-bbe3-1eeaf153f0ac} <Trace> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4404 2025.01.09 01:57:57.385202 [ 283 ] {95d85f13-4242-4f6f-bbe3-1eeaf153f0ac} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001473 sec., 67888.66259334692 rows/sec., 4.71 MiB/sec.
4405 2025.01.09 01:57:57.385254 [ 283 ] {95d85f13-4242-4f6f-bbe3-1eeaf153f0ac} <Debug> TCPHandler: Processed in 0.001684056 sec.
4406 2025.01.09 01:57:57.385423 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4407 2025.01.09 01:57:57.385573 [ 286 ] {4e19f251-f247-40b6-8984-b6bddfb4d45c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4408 2025.01.09 01:57:57.385669 [ 286 ] {4e19f251-f247-40b6-8984-b6bddfb4d45c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
4409 2025.01.09 01:57:57.386915 [ 286 ] {4e19f251-f247-40b6-8984-b6bddfb4d45c} <Trace> oximeter.measurements_histogramu64 (17c94cc7-cbcb-4131-b32c-df27c461cf7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4410 2025.01.09 01:57:57.386957 [ 286 ] {4e19f251-f247-40b6-8984-b6bddfb4d45c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
4411 2025.01.09 01:57:57.387619 [ 286 ] {4e19f251-f247-40b6-8984-b6bddfb4d45c} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
4412 2025.01.09 01:57:57.387888 [ 286 ] {4e19f251-f247-40b6-8984-b6bddfb4d45c} <Trace> oximeter.measurements_histogramu64 (17c94cc7-cbcb-4131-b32c-df27c461cf7e): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4413 2025.01.09 01:57:57.388132 [ 286 ] {4e19f251-f247-40b6-8984-b6bddfb4d45c} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002591 sec., 10034.735623311462 rows/sec., 17.98 MiB/sec.
4414 2025.01.09 01:57:57.388243 [ 286 ] {4e19f251-f247-40b6-8984-b6bddfb4d45c} <Debug> TCPHandler: Processed in 0.002892165 sec.
4415 2025.01.09 01:57:57.388410 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4416 2025.01.09 01:57:57.388554 [ 283 ] {ad6ec85e-0b38-454c-882f-d38f704d8ed4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4417 2025.01.09 01:57:57.388615 [ 283 ] {ad6ec85e-0b38-454c-882f-d38f704d8ed4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4418 2025.01.09 01:57:57.389163 [ 283 ] {ad6ec85e-0b38-454c-882f-d38f704d8ed4} <Trace> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4419 2025.01.09 01:57:57.389201 [ 283 ] {ad6ec85e-0b38-454c-882f-d38f704d8ed4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
4420 2025.01.09 01:57:57.389563 [ 283 ] {ad6ec85e-0b38-454c-882f-d38f704d8ed4} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
4421 2025.01.09 01:57:57.389810 [ 283 ] {ad6ec85e-0b38-454c-882f-d38f704d8ed4} <Trace> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4422 2025.01.09 01:57:57.389991 [ 283 ] {ad6ec85e-0b38-454c-882f-d38f704d8ed4} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001468 sec., 20435.967302452318 rows/sec., 1.40 MiB/sec.
4423 2025.01.09 01:57:57.390039 [ 283 ] {ad6ec85e-0b38-454c-882f-d38f704d8ed4} <Debug> TCPHandler: Processed in 0.001695606 sec.
4424 2025.01.09 01:58:01.094750 [ 121 ] {} <Debug> DNSResolver: Updating DNS cache
4425 2025.01.09 01:58:01.094825 [ 121 ] {} <Debug> DNSResolver: Updated DNS cache
4426 2025.01.09 01:58:01.187335 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 9211
4427 2025.01.09 01:58:01.188378 [ 244 ] {} <Trace> system.asynchronous_metric_log (9698bf86-621f-4c13-9bc9-6db4396b8d09): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4428 2025.01.09 01:58:01.188424 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
4429 2025.01.09 01:58:01.189057 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
4430 2025.01.09 01:58:01.189335 [ 244 ] {} <Trace> system.asynchronous_metric_log (9698bf86-621f-4c13-9bc9-6db4396b8d09): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4431 2025.01.09 01:58:01.189589 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9211
4432 2025.01.09 01:58:01.218326 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 638
4433 2025.01.09 01:58:01.221143 [ 242 ] {} <Trace> system.query_log (e9d8cce9-7d6e-43dd-804a-3eff920f58fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4434 2025.01.09 01:58:01.221197 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
4435 2025.01.09 01:58:01.222702 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
4436 2025.01.09 01:58:01.223013 [ 242 ] {} <Trace> system.query_log (e9d8cce9-7d6e-43dd-804a-3eff920f58fa): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4437 2025.01.09 01:58:01.223921 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 638
4438 2025.01.09 01:58:01.781688 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151
4439 2025.01.09 01:58:01.802910 [ 243 ] {} <Trace> system.metric_log (c31dfbef-714c-4223-9d5c-473a3e49bbb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4440 2025.01.09 01:58:01.802977 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
4441 2025.01.09 01:58:01.810625 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
4442 2025.01.09 01:58:01.811418 [ 243 ] {} <Trace> system.metric_log (c31dfbef-714c-4223-9d5c-473a3e49bbb4): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4443 2025.01.09 01:58:01.814561 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 151
4444 2025.01.09 01:58:02.379425 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4445 2025.01.09 01:58:02.379633 [ 286 ] {fa27f4f8-d9b0-4fb7-ae1b-dfe0cb63f585} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
4446 2025.01.09 01:58:02.379719 [ 286 ] {fa27f4f8-d9b0-4fb7-ae1b-dfe0cb63f585} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
4447 2025.01.09 01:58:02.380575 [ 286 ] {fa27f4f8-d9b0-4fb7-ae1b-dfe0cb63f585} <Trace> oximeter.fields_i16 (768e6654-4d7d-4320-b224-a6516c636040): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4448 2025.01.09 01:58:02.380620 [ 286 ] {fa27f4f8-d9b0-4fb7-ae1b-dfe0cb63f585} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
4449 2025.01.09 01:58:02.381094 [ 286 ] {fa27f4f8-d9b0-4fb7-ae1b-dfe0cb63f585} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
4450 2025.01.09 01:58:02.381364 [ 286 ] {fa27f4f8-d9b0-4fb7-ae1b-dfe0cb63f585} <Trace> oximeter.fields_i16 (768e6654-4d7d-4320-b224-a6516c636040): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4451 2025.01.09 01:58:02.381515 [ 125 ] {} <Debug> oximeter.fields_i16 (768e6654-4d7d-4320-b224-a6516c636040) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0
4452 2025.01.09 01:58:02.381566 [ 125 ] {} <Trace> oximeter.fields_i16 (768e6654-4d7d-4320-b224-a6516c636040): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4453 2025.01.09 01:58:02.381594 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
4454 2025.01.09 01:58:02.381601 [ 286 ] {fa27f4f8-d9b0-4fb7-ae1b-dfe0cb63f585} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002026 sec., 6910.167818361303 rows/sec., 497.44 KiB/sec.
4455 2025.01.09 01:58:02.381843 [ 286 ] {fa27f4f8-d9b0-4fb7-ae1b-dfe0cb63f585} <Debug> TCPHandler: Processed in 0.002556639 sec.
4456 2025.01.09 01:58:02.381975 [ 186 ] {768e6654-4d7d-4320-b224-a6516c636040::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
4457 2025.01.09 01:58:02.382228 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4458 2025.01.09 01:58:02.382354 [ 186 ] {768e6654-4d7d-4320-b224-a6516c636040::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4459 2025.01.09 01:58:02.382403 [ 186 ] {768e6654-4d7d-4320-b224-a6516c636040::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
4460 2025.01.09 01:58:02.382452 [ 283 ] {df2f4589-2d92-4c26-b383-8cab490d790f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4461 2025.01.09 01:58:02.382520 [ 186 ] {768e6654-4d7d-4320-b224-a6516c636040::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
4462 2025.01.09 01:58:02.382609 [ 283 ] {df2f4589-2d92-4c26-b383-8cab490d790f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4463 2025.01.09 01:58:02.383008 [ 186 ] {768e6654-4d7d-4320-b224-a6516c636040::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
4464 2025.01.09 01:58:02.383193 [ 186 ] {768e6654-4d7d-4320-b224-a6516c636040::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
4465 2025.01.09 01:58:02.383386 [ 186 ] {768e6654-4d7d-4320-b224-a6516c636040::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
4466 2025.01.09 01:58:02.384505 [ 283 ] {df2f4589-2d92-4c26-b383-8cab490d790f} <Trace> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4467 2025.01.09 01:58:02.384556 [ 283 ] {df2f4589-2d92-4c26-b383-8cab490d790f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
4468 2025.01.09 01:58:02.384888 [ 188 ] {768e6654-4d7d-4320-b224-a6516c636040::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.003168059 sec., 22095.54809427476 rows/sec., 1.64 MiB/sec.
4469 2025.01.09 01:58:02.385255 [ 188 ] {768e6654-4d7d-4320-b224-a6516c636040::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary)
4470 2025.01.09 01:58:02.385295 [ 283 ] {df2f4589-2d92-4c26-b383-8cab490d790f} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
4471 2025.01.09 01:58:02.385780 [ 283 ] {df2f4589-2d92-4c26-b383-8cab490d790f} <Trace> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4472 2025.01.09 01:58:02.385859 [ 188 ] {768e6654-4d7d-4320-b224-a6516c636040::all_1_13_3} <Trace> oximeter.fields_i16 (768e6654-4d7d-4320-b224-a6516c636040): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4473 2025.01.09 01:58:02.386076 [ 125 ] {} <Debug> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
4474 2025.01.09 01:58:02.386108 [ 188 ] {768e6654-4d7d-4320-b224-a6516c636040::all_1_13_3} <Trace> oximeter.fields_i16 (768e6654-4d7d-4320-b224-a6516c636040) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3
4475 2025.01.09 01:58:02.386194 [ 125 ] {} <Trace> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4476 2025.01.09 01:58:02.386332 [ 283 ] {df2f4589-2d92-4c26-b383-8cab490d790f} <Debug> executeQuery: Read 199 rows, 18.11 KiB in 0.003905 sec., 50960.307298335465 rows/sec., 4.53 MiB/sec.
4477 2025.01.09 01:58:02.386335 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
4478 2025.01.09 01:58:02.386395 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
4479 2025.01.09 01:58:02.386585 [ 283 ] {df2f4589-2d92-4c26-b383-8cab490d790f} <Debug> TCPHandler: Processed in 0.0045643 sec.
4480 2025.01.09 01:58:02.386728 [ 188 ] {f5ed56e7-dfed-47b2-b04a-d980cf44b4ae::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
4481 2025.01.09 01:58:02.386885 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4482 2025.01.09 01:58:02.386903 [ 188 ] {f5ed56e7-dfed-47b2-b04a-d980cf44b4ae::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4483 2025.01.09 01:58:02.387000 [ 188 ] {f5ed56e7-dfed-47b2-b04a-d980cf44b4ae::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1397 rows starting from the beginning of the part
4484 2025.01.09 01:58:02.387273 [ 188 ] {f5ed56e7-dfed-47b2-b04a-d980cf44b4ae::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 78 rows starting from the beginning of the part
4485 2025.01.09 01:58:02.387493 [ 286 ] {98ed005a-27ac-4d34-924e-ddb83bf3b855} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4486 2025.01.09 01:58:02.387557 [ 188 ] {f5ed56e7-dfed-47b2-b04a-d980cf44b4ae::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 1345 rows starting from the beginning of the part
4487 2025.01.09 01:58:02.387736 [ 286 ] {98ed005a-27ac-4d34-924e-ddb83bf3b855} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4488 2025.01.09 01:58:02.387904 [ 188 ] {f5ed56e7-dfed-47b2-b04a-d980cf44b4ae::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 26 rows starting from the beginning of the part
4489 2025.01.09 01:58:02.388229 [ 188 ] {f5ed56e7-dfed-47b2-b04a-d980cf44b4ae::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 78 rows starting from the beginning of the part
4490 2025.01.09 01:58:02.388518 [ 188 ] {f5ed56e7-dfed-47b2-b04a-d980cf44b4ae::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 199 rows starting from the beginning of the part
4491 2025.01.09 01:58:02.390093 [ 286 ] {98ed005a-27ac-4d34-924e-ddb83bf3b855} <Trace> oximeter.fields_u16 (b7e624c8-f545-4bc0-b9ea-87ccb0a68066): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4492 2025.01.09 01:58:02.390164 [ 286 ] {98ed005a-27ac-4d34-924e-ddb83bf3b855} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
4493 2025.01.09 01:58:02.391213 [ 286 ] {98ed005a-27ac-4d34-924e-ddb83bf3b855} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
4494 2025.01.09 01:58:02.391559 [ 286 ] {98ed005a-27ac-4d34-924e-ddb83bf3b855} <Trace> oximeter.fields_u16 (b7e624c8-f545-4bc0-b9ea-87ccb0a68066): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4495 2025.01.09 01:58:02.392180 [ 286 ] {98ed005a-27ac-4d34-924e-ddb83bf3b855} <Debug> executeQuery: Read 20 rows, 1.43 KiB in 0.004875 sec., 4102.5641025641025 rows/sec., 294.07 KiB/sec.
4496 2025.01.09 01:58:02.392614 [ 286 ] {98ed005a-27ac-4d34-924e-ddb83bf3b855} <Debug> TCPHandler: Processed in 0.00587096 sec.
4497 2025.01.09 01:58:02.392807 [ 186 ] {f5ed56e7-dfed-47b2-b04a-d980cf44b4ae::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3123 rows, containing 5 columns (5 merged, 0 gathered) in 0.006203055 sec., 503461.6007757468 rows/sec., 44.11 MiB/sec.
4498 2025.01.09 01:58:02.392857 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4499 2025.01.09 01:58:02.393006 [ 283 ] {62b55c7d-a548-47dc-b26e-4d27a06bd010} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
4500 2025.01.09 01:58:02.393084 [ 283 ] {62b55c7d-a548-47dc-b26e-4d27a06bd010} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
4501 2025.01.09 01:58:02.393106 [ 186 ] {f5ed56e7-dfed-47b2-b04a-d980cf44b4ae::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
4502 2025.01.09 01:58:02.393528 [ 186 ] {f5ed56e7-dfed-47b2-b04a-d980cf44b4ae::all_1_31_6} <Trace> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4503 2025.01.09 01:58:02.393633 [ 186 ] {f5ed56e7-dfed-47b2-b04a-d980cf44b4ae::all_1_31_6} <Trace> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
4504 2025.01.09 01:58:02.393742 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB.
4505 2025.01.09 01:58:02.393906 [ 283 ] {62b55c7d-a548-47dc-b26e-4d27a06bd010} <Trace> oximeter.fields_u32 (03dfd943-ea50-4047-86b9-6222d9e39c11): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4506 2025.01.09 01:58:02.393945 [ 283 ] {62b55c7d-a548-47dc-b26e-4d27a06bd010} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
4507 2025.01.09 01:58:02.394302 [ 283 ] {62b55c7d-a548-47dc-b26e-4d27a06bd010} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
4508 2025.01.09 01:58:02.394534 [ 283 ] {62b55c7d-a548-47dc-b26e-4d27a06bd010} <Trace> oximeter.fields_u32 (03dfd943-ea50-4047-86b9-6222d9e39c11): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4509 2025.01.09 01:58:02.394759 [ 283 ] {62b55c7d-a548-47dc-b26e-4d27a06bd010} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001793 sec., 7808.1427774679305 rows/sec., 546.83 KiB/sec.
4510 2025.01.09 01:58:02.394876 [ 283 ] {62b55c7d-a548-47dc-b26e-4d27a06bd010} <Debug> TCPHandler: Processed in 0.002135053 sec.
4511 2025.01.09 01:58:02.395045 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4512 2025.01.09 01:58:02.395188 [ 286 ] {02c8164c-c38a-4600-9f70-2628c60cc0e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
4513 2025.01.09 01:58:02.395248 [ 286 ] {02c8164c-c38a-4600-9f70-2628c60cc0e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
4514 2025.01.09 01:58:02.395940 [ 286 ] {02c8164c-c38a-4600-9f70-2628c60cc0e0} <Trace> oximeter.fields_u8 (f59c63b9-7e00-4cbb-80d5-4667ebd1997c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4515 2025.01.09 01:58:02.395988 [ 286 ] {02c8164c-c38a-4600-9f70-2628c60cc0e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
4516 2025.01.09 01:58:02.396384 [ 286 ] {02c8164c-c38a-4600-9f70-2628c60cc0e0} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
4517 2025.01.09 01:58:02.396632 [ 286 ] {02c8164c-c38a-4600-9f70-2628c60cc0e0} <Trace> oximeter.fields_u8 (f59c63b9-7e00-4cbb-80d5-4667ebd1997c): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4518 2025.01.09 01:58:02.396760 [ 125 ] {} <Debug> oximeter.fields_u8 (f59c63b9-7e00-4cbb-80d5-4667ebd1997c) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0
4519 2025.01.09 01:58:02.396801 [ 125 ] {} <Trace> oximeter.fields_u8 (f59c63b9-7e00-4cbb-80d5-4667ebd1997c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4520 2025.01.09 01:58:02.396828 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
4521 2025.01.09 01:58:02.396831 [ 286 ] {02c8164c-c38a-4600-9f70-2628c60cc0e0} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001673 sec., 7770.472205618649 rows/sec., 484.49 KiB/sec.
4522 2025.01.09 01:58:02.397020 [ 286 ] {02c8164c-c38a-4600-9f70-2628c60cc0e0} <Debug> TCPHandler: Processed in 0.002039801 sec.
4523 2025.01.09 01:58:02.397091 [ 196 ] {f59c63b9-7e00-4cbb-80d5-4667ebd1997c::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
4524 2025.01.09 01:58:02.397221 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4525 2025.01.09 01:58:02.397368 [ 196 ] {f59c63b9-7e00-4cbb-80d5-4667ebd1997c::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4526 2025.01.09 01:58:02.397462 [ 283 ] {f077524d-d0d0-4fde-82f2-54dadec694b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4527 2025.01.09 01:58:02.397480 [ 196 ] {f59c63b9-7e00-4cbb-80d5-4667ebd1997c::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
4528 2025.01.09 01:58:02.397578 [ 283 ] {f077524d-d0d0-4fde-82f2-54dadec694b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4529 2025.01.09 01:58:02.397967 [ 196 ] {f59c63b9-7e00-4cbb-80d5-4667ebd1997c::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
4530 2025.01.09 01:58:02.398405 [ 196 ] {f59c63b9-7e00-4cbb-80d5-4667ebd1997c::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
4531 2025.01.09 01:58:02.398748 [ 196 ] {f59c63b9-7e00-4cbb-80d5-4667ebd1997c::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
4532 2025.01.09 01:58:02.399109 [ 196 ] {f59c63b9-7e00-4cbb-80d5-4667ebd1997c::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
4533 2025.01.09 01:58:02.400724 [ 283 ] {f077524d-d0d0-4fde-82f2-54dadec694b3} <Trace> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4534 2025.01.09 01:58:02.400797 [ 283 ] {f077524d-d0d0-4fde-82f2-54dadec694b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
4535 2025.01.09 01:58:02.401478 [ 196 ] {f59c63b9-7e00-4cbb-80d5-4667ebd1997c::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.00454882 sec., 14289.420113348076 rows/sec., 946.76 KiB/sec.
4536 2025.01.09 01:58:02.401682 [ 200 ] {f59c63b9-7e00-4cbb-80d5-4667ebd1997c::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary)
4537 2025.01.09 01:58:02.401778 [ 283 ] {f077524d-d0d0-4fde-82f2-54dadec694b3} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
4538 2025.01.09 01:58:02.402140 [ 192 ] {f59c63b9-7e00-4cbb-80d5-4667ebd1997c::all_1_13_3} <Trace> oximeter.fields_u8 (f59c63b9-7e00-4cbb-80d5-4667ebd1997c): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4539 2025.01.09 01:58:02.402196 [ 283 ] {f077524d-d0d0-4fde-82f2-54dadec694b3} <Trace> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4540 2025.01.09 01:58:02.402345 [ 192 ] {f59c63b9-7e00-4cbb-80d5-4667ebd1997c::all_1_13_3} <Trace> oximeter.fields_u8 (f59c63b9-7e00-4cbb-80d5-4667ebd1997c) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3
4541 2025.01.09 01:58:02.402581 [ 125 ] {} <Debug> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
4542 2025.01.09 01:58:02.402621 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
4543 2025.01.09 01:58:02.402698 [ 125 ] {} <Trace> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4544 2025.01.09 01:58:02.402745 [ 283 ] {f077524d-d0d0-4fde-82f2-54dadec694b3} <Debug> executeQuery: Read 359 rows, 25.84 KiB in 0.005328 sec., 67379.87987987988 rows/sec., 4.74 MiB/sec.
4545 2025.01.09 01:58:02.402776 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
4546 2025.01.09 01:58:02.402943 [ 283 ] {f077524d-d0d0-4fde-82f2-54dadec694b3} <Debug> TCPHandler: Processed in 0.005810319 sec.
4547 2025.01.09 01:58:02.403042 [ 200 ] {2eb6d585-f9d5-43d7-bd92-6011d08c7ad8::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
4548 2025.01.09 01:58:02.403192 [ 200 ] {2eb6d585-f9d5-43d7-bd92-6011d08c7ad8::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4549 2025.01.09 01:58:02.403211 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4550 2025.01.09 01:58:02.403234 [ 200 ] {2eb6d585-f9d5-43d7-bd92-6011d08c7ad8::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 869 rows starting from the beginning of the part
4551 2025.01.09 01:58:02.403480 [ 200 ] {2eb6d585-f9d5-43d7-bd92-6011d08c7ad8::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 54 rows starting from the beginning of the part
4552 2025.01.09 01:58:02.403769 [ 286 ] {e7dca4e2-37aa-4b05-9650-3c7920d7a535} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
4553 2025.01.09 01:58:02.403788 [ 200 ] {2eb6d585-f9d5-43d7-bd92-6011d08c7ad8::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 827 rows starting from the beginning of the part
4554 2025.01.09 01:58:02.404029 [ 200 ] {2eb6d585-f9d5-43d7-bd92-6011d08c7ad8::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 28 rows starting from the beginning of the part
4555 2025.01.09 01:58:02.404052 [ 286 ] {e7dca4e2-37aa-4b05-9650-3c7920d7a535} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
4556 2025.01.09 01:58:02.404358 [ 200 ] {2eb6d585-f9d5-43d7-bd92-6011d08c7ad8::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 54 rows starting from the beginning of the part
4557 2025.01.09 01:58:02.404669 [ 200 ] {2eb6d585-f9d5-43d7-bd92-6011d08c7ad8::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 359 rows starting from the beginning of the part
4558 2025.01.09 01:58:02.406210 [ 286 ] {e7dca4e2-37aa-4b05-9650-3c7920d7a535} <Trace> oximeter.measurements_bool (e95e83a2-bc6b-4f55-83f2-ee90a75b0302): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4559 2025.01.09 01:58:02.406273 [ 286 ] {e7dca4e2-37aa-4b05-9650-3c7920d7a535} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
4560 2025.01.09 01:58:02.407333 [ 286 ] {e7dca4e2-37aa-4b05-9650-3c7920d7a535} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
4561 2025.01.09 01:58:02.407844 [ 286 ] {e7dca4e2-37aa-4b05-9650-3c7920d7a535} <Trace> oximeter.measurements_bool (e95e83a2-bc6b-4f55-83f2-ee90a75b0302): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4562 2025.01.09 01:58:02.407982 [ 200 ] {2eb6d585-f9d5-43d7-bd92-6011d08c7ad8::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2191 rows, containing 5 columns (5 merged, 0 gathered) in 0.005039137 sec., 434796.6725254741 rows/sec., 33.11 MiB/sec.
4563 2025.01.09 01:58:02.408260 [ 200 ] {2eb6d585-f9d5-43d7-bd92-6011d08c7ad8::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
4564 2025.01.09 01:58:02.408380 [ 286 ] {e7dca4e2-37aa-4b05-9650-3c7920d7a535} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004831 sec., 1241.9788863589317 rows/sec., 64.89 KiB/sec.
4565 2025.01.09 01:58:02.408654 [ 286 ] {e7dca4e2-37aa-4b05-9650-3c7920d7a535} <Debug> TCPHandler: Processed in 0.005583485 sec.
4566 2025.01.09 01:58:02.408879 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4567 2025.01.09 01:58:02.408960 [ 200 ] {2eb6d585-f9d5-43d7-bd92-6011d08c7ad8::all_1_31_6} <Trace> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4568 2025.01.09 01:58:02.409136 [ 200 ] {2eb6d585-f9d5-43d7-bd92-6011d08c7ad8::all_1_31_6} <Trace> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
4569 2025.01.09 01:58:02.409139 [ 283 ] {9db5997e-1d82-405d-9cad-3181c178f99d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4570 2025.01.09 01:58:02.409257 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB.
4571 2025.01.09 01:58:02.409273 [ 283 ] {9db5997e-1d82-405d-9cad-3181c178f99d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4572 2025.01.09 01:58:02.409870 [ 283 ] {9db5997e-1d82-405d-9cad-3181c178f99d} <Trace> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4573 2025.01.09 01:58:02.409908 [ 283 ] {9db5997e-1d82-405d-9cad-3181c178f99d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
4574 2025.01.09 01:58:02.410306 [ 283 ] {9db5997e-1d82-405d-9cad-3181c178f99d} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
4575 2025.01.09 01:58:02.410546 [ 283 ] {9db5997e-1d82-405d-9cad-3181c178f99d} <Trace> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4576 2025.01.09 01:58:02.410750 [ 125 ] {} <Debug> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
4577 2025.01.09 01:58:02.410819 [ 283 ] {9db5997e-1d82-405d-9cad-3181c178f99d} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.001743 sec., 101549.05335628227 rows/sec., 6.70 MiB/sec.
4578 2025.01.09 01:58:02.410823 [ 125 ] {} <Trace> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4579 2025.01.09 01:58:02.410935 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
4580 2025.01.09 01:58:02.410961 [ 283 ] {9db5997e-1d82-405d-9cad-3181c178f99d} <Debug> TCPHandler: Processed in 0.002195103 sec.
4581 2025.01.09 01:58:02.411251 [ 196 ] {ffbfddf0-ce9e-4b86-ba97-130a92b6daeb::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
4582 2025.01.09 01:58:02.411281 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4583 2025.01.09 01:58:02.411540 [ 196 ] {ffbfddf0-ce9e-4b86-ba97-130a92b6daeb::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4584 2025.01.09 01:58:02.411552 [ 286 ] {4428fff0-bd53-40f4-8318-61a4ea3ddf6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
4585 2025.01.09 01:58:02.411601 [ 196 ] {ffbfddf0-ce9e-4b86-ba97-130a92b6daeb::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 6762 rows starting from the beginning of the part
4586 2025.01.09 01:58:02.411678 [ 286 ] {4428fff0-bd53-40f4-8318-61a4ea3ddf6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
4587 2025.01.09 01:58:02.411971 [ 196 ] {ffbfddf0-ce9e-4b86-ba97-130a92b6daeb::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 100 rows starting from the beginning of the part
4588 2025.01.09 01:58:02.412373 [ 196 ] {ffbfddf0-ce9e-4b86-ba97-130a92b6daeb::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 969 rows starting from the beginning of the part
4589 2025.01.09 01:58:02.412749 [ 196 ] {ffbfddf0-ce9e-4b86-ba97-130a92b6daeb::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 60 rows starting from the beginning of the part
4590 2025.01.09 01:58:02.413059 [ 196 ] {ffbfddf0-ce9e-4b86-ba97-130a92b6daeb::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 100 rows starting from the beginning of the part
4591 2025.01.09 01:58:02.413313 [ 196 ] {ffbfddf0-ce9e-4b86-ba97-130a92b6daeb::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 177 rows starting from the beginning of the part
4592 2025.01.09 01:58:02.414132 [ 286 ] {4428fff0-bd53-40f4-8318-61a4ea3ddf6e} <Trace> oximeter.measurements_f64 (934b838e-c5f5-431f-8772-7fa1e914138c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4593 2025.01.09 01:58:02.414199 [ 286 ] {4428fff0-bd53-40f4-8318-61a4ea3ddf6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
4594 2025.01.09 01:58:02.414966 [ 286 ] {4428fff0-bd53-40f4-8318-61a4ea3ddf6e} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
4595 2025.01.09 01:58:02.415484 [ 286 ] {4428fff0-bd53-40f4-8318-61a4ea3ddf6e} <Trace> oximeter.measurements_f64 (934b838e-c5f5-431f-8772-7fa1e914138c): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4596 2025.01.09 01:58:02.416244 [ 286 ] {4428fff0-bd53-40f4-8318-61a4ea3ddf6e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004716 sec., 212.04410517387618 rows/sec., 14.29 KiB/sec.
4597 2025.01.09 01:58:02.416540 [ 286 ] {4428fff0-bd53-40f4-8318-61a4ea3ddf6e} <Debug> TCPHandler: Processed in 0.005458944 sec.
4598 2025.01.09 01:58:02.416787 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4599 2025.01.09 01:58:02.416936 [ 283 ] {fc8f191a-4ee1-4193-af88-e1756a614878} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4600 2025.01.09 01:58:02.417074 [ 283 ] {fc8f191a-4ee1-4193-af88-e1756a614878} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
4601 2025.01.09 01:58:02.418155 [ 196 ] {ffbfddf0-ce9e-4b86-ba97-130a92b6daeb::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8168 rows, containing 5 columns (5 merged, 0 gathered) in 0.007081818 sec., 1153376.1528466279 rows/sec., 77.24 MiB/sec.
4602 2025.01.09 01:58:02.418716 [ 201 ] {ffbfddf0-ce9e-4b86-ba97-130a92b6daeb::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
4603 2025.01.09 01:58:02.419078 [ 283 ] {fc8f191a-4ee1-4193-af88-e1756a614878} <Trace> oximeter.measurements_histogramu64 (17c94cc7-cbcb-4131-b32c-df27c461cf7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4604 2025.01.09 01:58:02.419157 [ 283 ] {fc8f191a-4ee1-4193-af88-e1756a614878} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
4605 2025.01.09 01:58:02.419378 [ 201 ] {ffbfddf0-ce9e-4b86-ba97-130a92b6daeb::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4606 2025.01.09 01:58:02.419595 [ 201 ] {ffbfddf0-ce9e-4b86-ba97-130a92b6daeb::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
4607 2025.01.09 01:58:02.419746 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.48 MiB.
4608 2025.01.09 01:58:02.420195 [ 283 ] {fc8f191a-4ee1-4193-af88-e1756a614878} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
4609 2025.01.09 01:58:02.420457 [ 283 ] {fc8f191a-4ee1-4193-af88-e1756a614878} <Trace> oximeter.measurements_histogramu64 (17c94cc7-cbcb-4131-b32c-df27c461cf7e): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4610 2025.01.09 01:58:02.420792 [ 283 ] {fc8f191a-4ee1-4193-af88-e1756a614878} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.003869 sec., 3360.0413543551304 rows/sec., 6.02 MiB/sec.
4611 2025.01.09 01:58:02.421206 [ 283 ] {fc8f191a-4ee1-4193-af88-e1756a614878} <Debug> TCPHandler: Processed in 0.004553059 sec.
4612 2025.01.09 01:58:02.421368 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4613 2025.01.09 01:58:02.421508 [ 286 ] {21ffcf72-94ec-48cf-b81e-8461e436381f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4614 2025.01.09 01:58:02.421567 [ 286 ] {21ffcf72-94ec-48cf-b81e-8461e436381f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4615 2025.01.09 01:58:02.422146 [ 286 ] {21ffcf72-94ec-48cf-b81e-8461e436381f} <Trace> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4616 2025.01.09 01:58:02.422191 [ 286 ] {21ffcf72-94ec-48cf-b81e-8461e436381f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
4617 2025.01.09 01:58:02.422566 [ 286 ] {21ffcf72-94ec-48cf-b81e-8461e436381f} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
4618 2025.01.09 01:58:02.422809 [ 286 ] {21ffcf72-94ec-48cf-b81e-8461e436381f} <Trace> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4619 2025.01.09 01:58:02.422980 [ 128 ] {} <Debug> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
4620 2025.01.09 01:58:02.423049 [ 128 ] {} <Trace> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4621 2025.01.09 01:58:02.423063 [ 286 ] {21ffcf72-94ec-48cf-b81e-8461e436381f} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.001575 sec., 33015.87301587302 rows/sec., 2.04 MiB/sec.
4622 2025.01.09 01:58:02.423093 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
4623 2025.01.09 01:58:02.423209 [ 286 ] {21ffcf72-94ec-48cf-b81e-8461e436381f} <Debug> TCPHandler: Processed in 0.001904529 sec.
4624 2025.01.09 01:58:02.423517 [ 196 ] {33d0f459-c18f-4582-9502-2d7c69533f97::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
4625 2025.01.09 01:58:02.423777 [ 196 ] {33d0f459-c18f-4582-9502-2d7c69533f97::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4626 2025.01.09 01:58:02.423812 [ 196 ] {33d0f459-c18f-4582-9502-2d7c69533f97::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 926 rows starting from the beginning of the part
4627 2025.01.09 01:58:02.423915 [ 196 ] {33d0f459-c18f-4582-9502-2d7c69533f97::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 30 rows starting from the beginning of the part
4628 2025.01.09 01:58:02.424118 [ 196 ] {33d0f459-c18f-4582-9502-2d7c69533f97::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
4629 2025.01.09 01:58:02.424311 [ 196 ] {33d0f459-c18f-4582-9502-2d7c69533f97::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 18 rows starting from the beginning of the part
4630 2025.01.09 01:58:02.424422 [ 196 ] {33d0f459-c18f-4582-9502-2d7c69533f97::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 30 rows starting from the beginning of the part
4631 2025.01.09 01:58:02.424640 [ 196 ] {33d0f459-c18f-4582-9502-2d7c69533f97::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 52 rows starting from the beginning of the part
4632 2025.01.09 01:58:02.425793 [ 197 ] {33d0f459-c18f-4582-9502-2d7c69533f97::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1090 rows, containing 4 columns (4 merged, 0 gathered) in 0.00258408 sec., 421813.5661434631 rows/sec., 27.17 MiB/sec.
4633 2025.01.09 01:58:02.425956 [ 196 ] {33d0f459-c18f-4582-9502-2d7c69533f97::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
4634 2025.01.09 01:58:02.426224 [ 196 ] {33d0f459-c18f-4582-9502-2d7c69533f97::all_1_31_6} <Trace> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4635 2025.01.09 01:58:02.426299 [ 196 ] {33d0f459-c18f-4582-9502-2d7c69533f97::all_1_31_6} <Trace> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
4636 2025.01.09 01:58:02.426368 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB.
4637 2025.01.09 01:58:07.376487 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4638 2025.01.09 01:58:07.376726 [ 286 ] {f1a6f76f-bad3-4101-a801-dff0c423ad77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
4639 2025.01.09 01:58:07.376817 [ 286 ] {f1a6f76f-bad3-4101-a801-dff0c423ad77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
4640 2025.01.09 01:58:07.377632 [ 286 ] {f1a6f76f-bad3-4101-a801-dff0c423ad77} <Trace> oximeter.fields_ipaddr (99e36f6e-d6b3-41b0-9488-2664f52c89c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4641 2025.01.09 01:58:07.377677 [ 286 ] {f1a6f76f-bad3-4101-a801-dff0c423ad77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
4642 2025.01.09 01:58:07.378102 [ 286 ] {f1a6f76f-bad3-4101-a801-dff0c423ad77} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
4643 2025.01.09 01:58:07.378370 [ 286 ] {f1a6f76f-bad3-4101-a801-dff0c423ad77} <Trace> oximeter.fields_ipaddr (99e36f6e-d6b3-41b0-9488-2664f52c89c7): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4644 2025.01.09 01:58:07.378611 [ 286 ] {f1a6f76f-bad3-4101-a801-dff0c423ad77} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001949 sec., 1026.167265264238 rows/sec., 83.68 KiB/sec.
4645 2025.01.09 01:58:07.378784 [ 286 ] {f1a6f76f-bad3-4101-a801-dff0c423ad77} <Debug> TCPHandler: Processed in 0.002442667 sec.
4646 2025.01.09 01:58:07.379022 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4647 2025.01.09 01:58:07.379208 [ 283 ] {0ff47585-f991-4e39-9b5a-ba9e55385294} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4648 2025.01.09 01:58:07.379281 [ 283 ] {0ff47585-f991-4e39-9b5a-ba9e55385294} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4649 2025.01.09 01:58:07.380065 [ 283 ] {0ff47585-f991-4e39-9b5a-ba9e55385294} <Trace> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4650 2025.01.09 01:58:07.380114 [ 283 ] {0ff47585-f991-4e39-9b5a-ba9e55385294} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
4651 2025.01.09 01:58:07.380547 [ 283 ] {0ff47585-f991-4e39-9b5a-ba9e55385294} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
4652 2025.01.09 01:58:07.380804 [ 283 ] {0ff47585-f991-4e39-9b5a-ba9e55385294} <Trace> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4653 2025.01.09 01:58:07.381040 [ 283 ] {0ff47585-f991-4e39-9b5a-ba9e55385294} <Debug> executeQuery: Read 79 rows, 6.92 KiB in 0.001883 sec., 41954.32819968136 rows/sec., 3.59 MiB/sec.
4654 2025.01.09 01:58:07.381105 [ 283 ] {0ff47585-f991-4e39-9b5a-ba9e55385294} <Debug> TCPHandler: Processed in 0.002211384 sec.
4655 2025.01.09 01:58:07.381243 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4656 2025.01.09 01:58:07.381379 [ 286 ] {0bd341ff-ff79-4074-8b6f-3f348d56d79e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4657 2025.01.09 01:58:07.381441 [ 286 ] {0bd341ff-ff79-4074-8b6f-3f348d56d79e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4658 2025.01.09 01:58:07.382154 [ 286 ] {0bd341ff-ff79-4074-8b6f-3f348d56d79e} <Trace> oximeter.fields_u16 (b7e624c8-f545-4bc0-b9ea-87ccb0a68066): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4659 2025.01.09 01:58:07.382201 [ 286 ] {0bd341ff-ff79-4074-8b6f-3f348d56d79e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
4660 2025.01.09 01:58:07.382595 [ 286 ] {0bd341ff-ff79-4074-8b6f-3f348d56d79e} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
4661 2025.01.09 01:58:07.382840 [ 286 ] {0bd341ff-ff79-4074-8b6f-3f348d56d79e} <Trace> oximeter.fields_u16 (b7e624c8-f545-4bc0-b9ea-87ccb0a68066): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4662 2025.01.09 01:58:07.383033 [ 286 ] {0bd341ff-ff79-4074-8b6f-3f348d56d79e} <Debug> executeQuery: Read 28 rows, 2.09 KiB in 0.001691 sec., 16558.249556475457 rows/sec., 1.21 MiB/sec.
4663 2025.01.09 01:58:07.383088 [ 286 ] {0bd341ff-ff79-4074-8b6f-3f348d56d79e} <Debug> TCPHandler: Processed in 0.001902909 sec.
4664 2025.01.09 01:58:07.383244 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4665 2025.01.09 01:58:07.383395 [ 283 ] {f480460f-475f-405f-9578-349a83ab67e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4666 2025.01.09 01:58:07.383459 [ 283 ] {f480460f-475f-405f-9578-349a83ab67e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4667 2025.01.09 01:58:07.384239 [ 283 ] {f480460f-475f-405f-9578-349a83ab67e2} <Trace> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4668 2025.01.09 01:58:07.384288 [ 283 ] {f480460f-475f-405f-9578-349a83ab67e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
4669 2025.01.09 01:58:07.384678 [ 283 ] {f480460f-475f-405f-9578-349a83ab67e2} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
4670 2025.01.09 01:58:07.384927 [ 283 ] {f480460f-475f-405f-9578-349a83ab67e2} <Trace> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4671 2025.01.09 01:58:07.385142 [ 283 ] {f480460f-475f-405f-9578-349a83ab67e2} <Debug> executeQuery: Read 56 rows, 4.48 KiB in 0.001784 sec., 31390.13452914798 rows/sec., 2.45 MiB/sec.
4672 2025.01.09 01:58:07.385201 [ 283 ] {f480460f-475f-405f-9578-349a83ab67e2} <Debug> TCPHandler: Processed in 0.002031351 sec.
4673 2025.01.09 01:58:07.385369 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4674 2025.01.09 01:58:07.385499 [ 286 ] {f63f9303-aca4-4f6e-8b29-40b5c3e0713a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4675 2025.01.09 01:58:07.385557 [ 286 ] {f63f9303-aca4-4f6e-8b29-40b5c3e0713a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4676 2025.01.09 01:58:07.386120 [ 286 ] {f63f9303-aca4-4f6e-8b29-40b5c3e0713a} <Trace> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4677 2025.01.09 01:58:07.386158 [ 286 ] {f63f9303-aca4-4f6e-8b29-40b5c3e0713a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
4678 2025.01.09 01:58:07.386560 [ 286 ] {f63f9303-aca4-4f6e-8b29-40b5c3e0713a} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
4679 2025.01.09 01:58:07.386808 [ 286 ] {f63f9303-aca4-4f6e-8b29-40b5c3e0713a} <Trace> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4680 2025.01.09 01:58:07.387041 [ 286 ] {f63f9303-aca4-4f6e-8b29-40b5c3e0713a} <Debug> executeQuery: Read 101 rows, 7.17 KiB in 0.001561 sec., 64702.114029468285 rows/sec., 4.49 MiB/sec.
4681 2025.01.09 01:58:07.387231 [ 286 ] {f63f9303-aca4-4f6e-8b29-40b5c3e0713a} <Debug> TCPHandler: Processed in 0.001916929 sec.
4682 2025.01.09 01:58:07.387456 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4683 2025.01.09 01:58:07.387594 [ 283 ] {eb7a0c33-c8cf-48cf-82e4-30fb012d8d45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4684 2025.01.09 01:58:07.387682 [ 283 ] {eb7a0c33-c8cf-48cf-82e4-30fb012d8d45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
4685 2025.01.09 01:58:07.388897 [ 283 ] {eb7a0c33-c8cf-48cf-82e4-30fb012d8d45} <Trace> oximeter.measurements_histogramu64 (17c94cc7-cbcb-4131-b32c-df27c461cf7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4686 2025.01.09 01:58:07.388936 [ 283 ] {eb7a0c33-c8cf-48cf-82e4-30fb012d8d45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
4687 2025.01.09 01:58:07.389574 [ 283 ] {eb7a0c33-c8cf-48cf-82e4-30fb012d8d45} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
4688 2025.01.09 01:58:07.389830 [ 283 ] {eb7a0c33-c8cf-48cf-82e4-30fb012d8d45} <Trace> oximeter.measurements_histogramu64 (17c94cc7-cbcb-4131-b32c-df27c461cf7e): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4689 2025.01.09 01:58:07.390078 [ 283 ] {eb7a0c33-c8cf-48cf-82e4-30fb012d8d45} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002515 sec., 10337.972166998012 rows/sec., 18.53 MiB/sec.
4690 2025.01.09 01:58:07.390171 [ 283 ] {eb7a0c33-c8cf-48cf-82e4-30fb012d8d45} <Debug> TCPHandler: Processed in 0.002824633 sec.
4691 2025.01.09 01:58:07.390331 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4692 2025.01.09 01:58:07.390474 [ 286 ] {0aa8a941-2a8c-48cb-80b3-caa2d0f1a3d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4693 2025.01.09 01:58:07.390537 [ 286 ] {0aa8a941-2a8c-48cb-80b3-caa2d0f1a3d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4694 2025.01.09 01:58:07.391113 [ 286 ] {0aa8a941-2a8c-48cb-80b3-caa2d0f1a3d8} <Trace> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4695 2025.01.09 01:58:07.391159 [ 286 ] {0aa8a941-2a8c-48cb-80b3-caa2d0f1a3d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
4696 2025.01.09 01:58:07.391571 [ 286 ] {0aa8a941-2a8c-48cb-80b3-caa2d0f1a3d8} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
4697 2025.01.09 01:58:07.391834 [ 286 ] {0aa8a941-2a8c-48cb-80b3-caa2d0f1a3d8} <Trace> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4698 2025.01.09 01:58:07.392021 [ 286 ] {0aa8a941-2a8c-48cb-80b3-caa2d0f1a3d8} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001578 sec., 19011.406844106463 rows/sec., 1.30 MiB/sec.
4699 2025.01.09 01:58:07.392072 [ 286 ] {0aa8a941-2a8c-48cb-80b3-caa2d0f1a3d8} <Debug> TCPHandler: Processed in 0.001812517 sec.
4700 2025.01.09 01:58:08.689777 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 9638
4701 2025.01.09 01:58:08.690701 [ 244 ] {} <Trace> system.asynchronous_metric_log (9698bf86-621f-4c13-9bc9-6db4396b8d09): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4702 2025.01.09 01:58:08.690755 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
4703 2025.01.09 01:58:08.691284 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
4704 2025.01.09 01:58:08.691558 [ 244 ] {} <Trace> system.asynchronous_metric_log (9698bf86-621f-4c13-9bc9-6db4396b8d09): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4705 2025.01.09 01:58:08.691798 [ 149 ] {} <Debug> system.asynchronous_metric_log (9698bf86-621f-4c13-9bc9-6db4396b8d09) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
4706 2025.01.09 01:58:08.691836 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9638
4707 2025.01.09 01:58:08.691891 [ 149 ] {} <Trace> system.asynchronous_metric_log (9698bf86-621f-4c13-9bc9-6db4396b8d09): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4708 2025.01.09 01:58:08.691924 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
4709 2025.01.09 01:58:08.692059 [ 201 ] {9698bf86-621f-4c13-9bc9-6db4396b8d09::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
4710 2025.01.09 01:58:08.692208 [ 201 ] {9698bf86-621f-4c13-9bc9-6db4396b8d09::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4711 2025.01.09 01:58:08.692257 [ 201 ] {9698bf86-621f-4c13-9bc9-6db4396b8d09::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
4712 2025.01.09 01:58:08.692347 [ 201 ] {9698bf86-621f-4c13-9bc9-6db4396b8d09::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 427 rows starting from the beginning of the part
4713 2025.01.09 01:58:08.692534 [ 201 ] {9698bf86-621f-4c13-9bc9-6db4396b8d09::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 488 rows starting from the beginning of the part
4714 2025.01.09 01:58:08.692702 [ 201 ] {9698bf86-621f-4c13-9bc9-6db4396b8d09::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 427 rows starting from the beginning of the part
4715 2025.01.09 01:58:08.692926 [ 201 ] {9698bf86-621f-4c13-9bc9-6db4396b8d09::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 488 rows starting from the beginning of the part
4716 2025.01.09 01:58:08.693014 [ 201 ] {9698bf86-621f-4c13-9bc9-6db4396b8d09::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 427 rows starting from the beginning of the part
4717 2025.01.09 01:58:08.695156 [ 197 ] {9698bf86-621f-4c13-9bc9-6db4396b8d09::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9638 rows, containing 4 columns (4 merged, 0 gathered) in 0.003162319 sec., 3047763.3660614253 rows/sec., 43.60 MiB/sec.
4718 2025.01.09 01:58:08.695389 [ 197 ] {9698bf86-621f-4c13-9bc9-6db4396b8d09::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
4719 2025.01.09 01:58:08.695686 [ 197 ] {9698bf86-621f-4c13-9bc9-6db4396b8d09::all_1_21_4} <Trace> system.asynchronous_metric_log (9698bf86-621f-4c13-9bc9-6db4396b8d09): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4720 2025.01.09 01:58:08.695770 [ 197 ] {9698bf86-621f-4c13-9bc9-6db4396b8d09::all_1_21_4} <Trace> system.asynchronous_metric_log (9698bf86-621f-4c13-9bc9-6db4396b8d09) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
4721 2025.01.09 01:58:08.695865 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB.
4722 2025.01.09 01:58:09.314659 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159
4723 2025.01.09 01:58:09.336117 [ 243 ] {} <Trace> system.metric_log (c31dfbef-714c-4223-9d5c-473a3e49bbb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4724 2025.01.09 01:58:09.336178 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
4725 2025.01.09 01:58:09.343802 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
4726 2025.01.09 01:58:09.344565 [ 243 ] {} <Trace> system.metric_log (c31dfbef-714c-4223-9d5c-473a3e49bbb4): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4727 2025.01.09 01:58:09.345011 [ 148 ] {} <Debug> system.metric_log (c31dfbef-714c-4223-9d5c-473a3e49bbb4) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
4728 2025.01.09 01:58:09.345199 [ 148 ] {} <Trace> system.metric_log (c31dfbef-714c-4223-9d5c-473a3e49bbb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4729 2025.01.09 01:58:09.345304 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
4730 2025.01.09 01:58:09.345928 [ 197 ] {c31dfbef-714c-4223-9d5c-473a3e49bbb4::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
4731 2025.01.09 01:58:09.360502 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 159
4732 2025.01.09 01:58:09.362105 [ 197 ] {c31dfbef-714c-4223-9d5c-473a3e49bbb4::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4733 2025.01.09 01:58:09.363481 [ 197 ] {c31dfbef-714c-4223-9d5c-473a3e49bbb4::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
4734 2025.01.09 01:58:09.368989 [ 197 ] {c31dfbef-714c-4223-9d5c-473a3e49bbb4::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
4735 2025.01.09 01:58:09.374449 [ 197 ] {c31dfbef-714c-4223-9d5c-473a3e49bbb4::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
4736 2025.01.09 01:58:09.380004 [ 197 ] {c31dfbef-714c-4223-9d5c-473a3e49bbb4::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
4737 2025.01.09 01:58:09.385626 [ 197 ] {c31dfbef-714c-4223-9d5c-473a3e49bbb4::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
4738 2025.01.09 01:58:09.390083 [ 197 ] {c31dfbef-714c-4223-9d5c-473a3e49bbb4::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
4739 2025.01.09 01:58:09.449880 [ 191 ] {c31dfbef-714c-4223-9d5c-473a3e49bbb4::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.104362885 sec., 1523.5301323837493 rows/sec., 7.88 MiB/sec.
4740 2025.01.09 01:58:09.452790 [ 198 ] {c31dfbef-714c-4223-9d5c-473a3e49bbb4::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
4741 2025.01.09 01:58:09.455894 [ 198 ] {c31dfbef-714c-4223-9d5c-473a3e49bbb4::all_1_21_4} <Trace> system.metric_log (c31dfbef-714c-4223-9d5c-473a3e49bbb4): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4742 2025.01.09 01:58:09.456032 [ 198 ] {c31dfbef-714c-4223-9d5c-473a3e49bbb4::all_1_21_4} <Trace> system.metric_log (c31dfbef-714c-4223-9d5c-473a3e49bbb4) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
4743 2025.01.09 01:58:09.458480 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.09 MiB.
4744 2025.01.09 01:58:10.000242 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 184.58 MiB, peak 195.12 MiB, free memory in arenas 0.00 B, will set to 187.59 MiB (RSS), difference: 3.01 MiB
4745 2025.01.09 01:58:11.224096 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 674
4746 2025.01.09 01:58:11.227303 [ 242 ] {} <Trace> system.query_log (e9d8cce9-7d6e-43dd-804a-3eff920f58fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4747 2025.01.09 01:58:11.227366 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
4748 2025.01.09 01:58:11.228874 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
4749 2025.01.09 01:58:11.229195 [ 242 ] {} <Trace> system.query_log (e9d8cce9-7d6e-43dd-804a-3eff920f58fa): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4750 2025.01.09 01:58:11.230245 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 674
4751 2025.01.09 01:58:12.379516 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4752 2025.01.09 01:58:12.379735 [ 286 ] {f08ac1fe-31e8-4c25-b1ee-e9a4f3230095} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
4753 2025.01.09 01:58:12.379819 [ 286 ] {f08ac1fe-31e8-4c25-b1ee-e9a4f3230095} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
4754 2025.01.09 01:58:12.380682 [ 286 ] {f08ac1fe-31e8-4c25-b1ee-e9a4f3230095} <Trace> oximeter.fields_i16 (768e6654-4d7d-4320-b224-a6516c636040): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4755 2025.01.09 01:58:12.380733 [ 286 ] {f08ac1fe-31e8-4c25-b1ee-e9a4f3230095} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
4756 2025.01.09 01:58:12.381178 [ 286 ] {f08ac1fe-31e8-4c25-b1ee-e9a4f3230095} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
4757 2025.01.09 01:58:12.381441 [ 286 ] {f08ac1fe-31e8-4c25-b1ee-e9a4f3230095} <Trace> oximeter.fields_i16 (768e6654-4d7d-4320-b224-a6516c636040): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4758 2025.01.09 01:58:12.381679 [ 286 ] {f08ac1fe-31e8-4c25-b1ee-e9a4f3230095} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002004 sec., 6986.027944111776 rows/sec., 502.90 KiB/sec.
4759 2025.01.09 01:58:12.381749 [ 286 ] {f08ac1fe-31e8-4c25-b1ee-e9a4f3230095} <Debug> TCPHandler: Processed in 0.002377477 sec.
4760 2025.01.09 01:58:12.382025 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4761 2025.01.09 01:58:12.382236 [ 283 ] {86ea91d2-1b4f-48fb-9ec9-290b1c1a4483} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4762 2025.01.09 01:58:12.382319 [ 283 ] {86ea91d2-1b4f-48fb-9ec9-290b1c1a4483} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4763 2025.01.09 01:58:12.383184 [ 283 ] {86ea91d2-1b4f-48fb-9ec9-290b1c1a4483} <Trace> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4764 2025.01.09 01:58:12.383238 [ 283 ] {86ea91d2-1b4f-48fb-9ec9-290b1c1a4483} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
4765 2025.01.09 01:58:12.383688 [ 283 ] {86ea91d2-1b4f-48fb-9ec9-290b1c1a4483} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
4766 2025.01.09 01:58:12.383939 [ 283 ] {86ea91d2-1b4f-48fb-9ec9-290b1c1a4483} <Trace> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4767 2025.01.09 01:58:12.384171 [ 283 ] {86ea91d2-1b4f-48fb-9ec9-290b1c1a4483} <Debug> executeQuery: Read 199 rows, 18.11 KiB in 0.001994 sec., 99799.39819458374 rows/sec., 8.87 MiB/sec.
4768 2025.01.09 01:58:12.384229 [ 283 ] {86ea91d2-1b4f-48fb-9ec9-290b1c1a4483} <Debug> TCPHandler: Processed in 0.002348465 sec.
4769 2025.01.09 01:58:12.384409 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4770 2025.01.09 01:58:12.384549 [ 286 ] {ae08ee65-46db-48c6-9387-450f55696dd5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4771 2025.01.09 01:58:12.384603 [ 286 ] {ae08ee65-46db-48c6-9387-450f55696dd5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4772 2025.01.09 01:58:12.385218 [ 286 ] {ae08ee65-46db-48c6-9387-450f55696dd5} <Trace> oximeter.fields_u16 (b7e624c8-f545-4bc0-b9ea-87ccb0a68066): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4773 2025.01.09 01:58:12.385260 [ 286 ] {ae08ee65-46db-48c6-9387-450f55696dd5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
4774 2025.01.09 01:58:12.385642 [ 286 ] {ae08ee65-46db-48c6-9387-450f55696dd5} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
4775 2025.01.09 01:58:12.385892 [ 286 ] {ae08ee65-46db-48c6-9387-450f55696dd5} <Trace> oximeter.fields_u16 (b7e624c8-f545-4bc0-b9ea-87ccb0a68066): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4776 2025.01.09 01:58:12.386066 [ 136 ] {} <Debug> oximeter.fields_u16 (b7e624c8-f545-4bc0-b9ea-87ccb0a68066) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
4777 2025.01.09 01:58:12.386132 [ 286 ] {ae08ee65-46db-48c6-9387-450f55696dd5} <Debug> executeQuery: Read 20 rows, 1.43 KiB in 0.00161 sec., 12422.360248447205 rows/sec., 890.43 KiB/sec.
4778 2025.01.09 01:58:12.386149 [ 136 ] {} <Trace> oximeter.fields_u16 (b7e624c8-f545-4bc0-b9ea-87ccb0a68066): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4779 2025.01.09 01:58:12.386225 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
4780 2025.01.09 01:58:12.386266 [ 286 ] {ae08ee65-46db-48c6-9387-450f55696dd5} <Debug> TCPHandler: Processed in 0.001917529 sec.
4781 2025.01.09 01:58:12.386519 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4782 2025.01.09 01:58:12.386654 [ 190 ] {b7e624c8-f545-4bc0-b9ea-87ccb0a68066::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
4783 2025.01.09 01:58:12.386955 [ 283 ] {08cedc55-2eff-4e7c-82ab-1ec91e121f10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
4784 2025.01.09 01:58:12.387152 [ 283 ] {08cedc55-2eff-4e7c-82ab-1ec91e121f10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
4785 2025.01.09 01:58:12.387323 [ 190 ] {b7e624c8-f545-4bc0-b9ea-87ccb0a68066::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4786 2025.01.09 01:58:12.387439 [ 190 ] {b7e624c8-f545-4bc0-b9ea-87ccb0a68066::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 56 rows starting from the beginning of the part
4787 2025.01.09 01:58:12.387918 [ 190 ] {b7e624c8-f545-4bc0-b9ea-87ccb0a68066::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 32 rows starting from the beginning of the part
4788 2025.01.09 01:58:12.388529 [ 190 ] {b7e624c8-f545-4bc0-b9ea-87ccb0a68066::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 26 rows starting from the beginning of the part
4789 2025.01.09 01:58:12.388731 [ 190 ] {b7e624c8-f545-4bc0-b9ea-87ccb0a68066::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 20 rows starting from the beginning of the part
4790 2025.01.09 01:58:12.388992 [ 190 ] {b7e624c8-f545-4bc0-b9ea-87ccb0a68066::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 28 rows starting from the beginning of the part
4791 2025.01.09 01:58:12.389137 [ 190 ] {b7e624c8-f545-4bc0-b9ea-87ccb0a68066::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
4792 2025.01.09 01:58:12.389727 [ 283 ] {08cedc55-2eff-4e7c-82ab-1ec91e121f10} <Trace> oximeter.fields_u32 (03dfd943-ea50-4047-86b9-6222d9e39c11): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4793 2025.01.09 01:58:12.389775 [ 283 ] {08cedc55-2eff-4e7c-82ab-1ec91e121f10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
4794 2025.01.09 01:58:12.390441 [ 283 ] {08cedc55-2eff-4e7c-82ab-1ec91e121f10} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
4795 2025.01.09 01:58:12.390809 [ 191 ] {b7e624c8-f545-4bc0-b9ea-87ccb0a68066::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 182 rows, containing 5 columns (5 merged, 0 gathered) in 0.004466429 sec., 40748.4368384676 rows/sec., 3.06 MiB/sec.
4796 2025.01.09 01:58:12.390814 [ 283 ] {08cedc55-2eff-4e7c-82ab-1ec91e121f10} <Trace> oximeter.fields_u32 (03dfd943-ea50-4047-86b9-6222d9e39c11): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4797 2025.01.09 01:58:12.391123 [ 191 ] {b7e624c8-f545-4bc0-b9ea-87ccb0a68066::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
4798 2025.01.09 01:58:12.391421 [ 283 ] {08cedc55-2eff-4e7c-82ab-1ec91e121f10} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.004596 sec., 3046.127067014795 rows/sec., 213.33 KiB/sec.
4799 2025.01.09 01:58:12.391723 [ 283 ] {08cedc55-2eff-4e7c-82ab-1ec91e121f10} <Debug> TCPHandler: Processed in 0.005352162 sec.
4800 2025.01.09 01:58:12.391954 [ 191 ] {b7e624c8-f545-4bc0-b9ea-87ccb0a68066::all_1_26_5} <Trace> oximeter.fields_u16 (b7e624c8-f545-4bc0-b9ea-87ccb0a68066): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4801 2025.01.09 01:58:12.391960 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4802 2025.01.09 01:58:12.392108 [ 191 ] {b7e624c8-f545-4bc0-b9ea-87ccb0a68066::all_1_26_5} <Trace> oximeter.fields_u16 (b7e624c8-f545-4bc0-b9ea-87ccb0a68066) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
4803 2025.01.09 01:58:12.392191 [ 286 ] {779f09a1-5f87-4478-9071-4ca46e2c883b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
4804 2025.01.09 01:58:12.392286 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
4805 2025.01.09 01:58:12.392313 [ 286 ] {779f09a1-5f87-4478-9071-4ca46e2c883b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
4806 2025.01.09 01:58:12.392942 [ 286 ] {779f09a1-5f87-4478-9071-4ca46e2c883b} <Trace> oximeter.fields_u8 (f59c63b9-7e00-4cbb-80d5-4667ebd1997c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4807 2025.01.09 01:58:12.392984 [ 286 ] {779f09a1-5f87-4478-9071-4ca46e2c883b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
4808 2025.01.09 01:58:12.393357 [ 286 ] {779f09a1-5f87-4478-9071-4ca46e2c883b} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
4809 2025.01.09 01:58:12.393620 [ 286 ] {779f09a1-5f87-4478-9071-4ca46e2c883b} <Trace> oximeter.fields_u8 (f59c63b9-7e00-4cbb-80d5-4667ebd1997c): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4810 2025.01.09 01:58:12.393837 [ 286 ] {779f09a1-5f87-4478-9071-4ca46e2c883b} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001699 sec., 7651.559741024132 rows/sec., 477.07 KiB/sec.
4811 2025.01.09 01:58:12.393892 [ 286 ] {779f09a1-5f87-4478-9071-4ca46e2c883b} <Debug> TCPHandler: Processed in 0.002057512 sec.
4812 2025.01.09 01:58:12.394033 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4813 2025.01.09 01:58:12.394149 [ 283 ] {64f8f347-26c1-428d-a0b5-12436f294223} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4814 2025.01.09 01:58:12.394198 [ 283 ] {64f8f347-26c1-428d-a0b5-12436f294223} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4815 2025.01.09 01:58:12.394929 [ 283 ] {64f8f347-26c1-428d-a0b5-12436f294223} <Trace> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4816 2025.01.09 01:58:12.394968 [ 283 ] {64f8f347-26c1-428d-a0b5-12436f294223} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
4817 2025.01.09 01:58:12.395356 [ 283 ] {64f8f347-26c1-428d-a0b5-12436f294223} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
4818 2025.01.09 01:58:12.395603 [ 283 ] {64f8f347-26c1-428d-a0b5-12436f294223} <Trace> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4819 2025.01.09 01:58:12.395817 [ 283 ] {64f8f347-26c1-428d-a0b5-12436f294223} <Debug> executeQuery: Read 359 rows, 25.84 KiB in 0.001692 sec., 212174.94089834517 rows/sec., 14.92 MiB/sec.
4820 2025.01.09 01:58:12.395872 [ 283 ] {64f8f347-26c1-428d-a0b5-12436f294223} <Debug> TCPHandler: Processed in 0.001895459 sec.
4821 2025.01.09 01:58:12.396047 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4822 2025.01.09 01:58:12.396192 [ 286 ] {fbdaad8c-36f4-497f-8762-dc3de72e2be3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
4823 2025.01.09 01:58:12.396252 [ 286 ] {fbdaad8c-36f4-497f-8762-dc3de72e2be3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
4824 2025.01.09 01:58:12.396797 [ 286 ] {fbdaad8c-36f4-497f-8762-dc3de72e2be3} <Trace> oximeter.measurements_bool (e95e83a2-bc6b-4f55-83f2-ee90a75b0302): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4825 2025.01.09 01:58:12.396837 [ 286 ] {fbdaad8c-36f4-497f-8762-dc3de72e2be3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
4826 2025.01.09 01:58:12.397209 [ 286 ] {fbdaad8c-36f4-497f-8762-dc3de72e2be3} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
4827 2025.01.09 01:58:12.397459 [ 286 ] {fbdaad8c-36f4-497f-8762-dc3de72e2be3} <Trace> oximeter.measurements_bool (e95e83a2-bc6b-4f55-83f2-ee90a75b0302): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4828 2025.01.09 01:58:12.397707 [ 286 ] {fbdaad8c-36f4-497f-8762-dc3de72e2be3} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001546 sec., 3880.9831824062094 rows/sec., 202.77 KiB/sec.
4829 2025.01.09 01:58:12.397812 [ 286 ] {fbdaad8c-36f4-497f-8762-dc3de72e2be3} <Debug> TCPHandler: Processed in 0.001838758 sec.
4830 2025.01.09 01:58:12.397957 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4831 2025.01.09 01:58:12.398073 [ 283 ] {8b6ceb15-fcd6-488f-a8d4-767137b40000} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4832 2025.01.09 01:58:12.398126 [ 283 ] {8b6ceb15-fcd6-488f-a8d4-767137b40000} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4833 2025.01.09 01:58:12.398715 [ 283 ] {8b6ceb15-fcd6-488f-a8d4-767137b40000} <Trace> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4834 2025.01.09 01:58:12.398754 [ 283 ] {8b6ceb15-fcd6-488f-a8d4-767137b40000} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
4835 2025.01.09 01:58:12.399136 [ 283 ] {8b6ceb15-fcd6-488f-a8d4-767137b40000} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
4836 2025.01.09 01:58:12.399373 [ 283 ] {8b6ceb15-fcd6-488f-a8d4-767137b40000} <Trace> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4837 2025.01.09 01:58:12.399588 [ 283 ] {8b6ceb15-fcd6-488f-a8d4-767137b40000} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.001539 sec., 115009.74658869396 rows/sec., 7.59 MiB/sec.
4838 2025.01.09 01:58:12.399645 [ 283 ] {8b6ceb15-fcd6-488f-a8d4-767137b40000} <Debug> TCPHandler: Processed in 0.001744177 sec.
4839 2025.01.09 01:58:12.399818 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4840 2025.01.09 01:58:12.399960 [ 286 ] {e0610b1a-ec20-4e01-ab37-361c1da43dff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
4841 2025.01.09 01:58:12.400022 [ 286 ] {e0610b1a-ec20-4e01-ab37-361c1da43dff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
4842 2025.01.09 01:58:12.400581 [ 286 ] {e0610b1a-ec20-4e01-ab37-361c1da43dff} <Trace> oximeter.measurements_f64 (934b838e-c5f5-431f-8772-7fa1e914138c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4843 2025.01.09 01:58:12.400623 [ 286 ] {e0610b1a-ec20-4e01-ab37-361c1da43dff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
4844 2025.01.09 01:58:12.400988 [ 286 ] {e0610b1a-ec20-4e01-ab37-361c1da43dff} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
4845 2025.01.09 01:58:12.401233 [ 286 ] {e0610b1a-ec20-4e01-ab37-361c1da43dff} <Trace> oximeter.measurements_f64 (934b838e-c5f5-431f-8772-7fa1e914138c): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4846 2025.01.09 01:58:12.401405 [ 136 ] {} <Debug> oximeter.measurements_f64 (934b838e-c5f5-431f-8772-7fa1e914138c) (MergerMutator): Selected 6 parts from all_1_9_2 to all_14_14_0
4847 2025.01.09 01:58:12.401464 [ 136 ] {} <Trace> oximeter.measurements_f64 (934b838e-c5f5-431f-8772-7fa1e914138c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4848 2025.01.09 01:58:12.401482 [ 286 ] {e0610b1a-ec20-4e01-ab37-361c1da43dff} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001541 sec., 648.9292667099286 rows/sec., 43.73 KiB/sec.
4849 2025.01.09 01:58:12.401533 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
4850 2025.01.09 01:58:12.401611 [ 286 ] {e0610b1a-ec20-4e01-ab37-361c1da43dff} <Debug> TCPHandler: Processed in 0.001858918 sec.
4851 2025.01.09 01:58:12.401753 [ 193 ] {934b838e-c5f5-431f-8772-7fa1e914138c::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
4852 2025.01.09 01:58:12.401806 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4853 2025.01.09 01:58:12.401887 [ 193 ] {934b838e-c5f5-431f-8772-7fa1e914138c::all_1_14_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4854 2025.01.09 01:58:12.401954 [ 193 ] {934b838e-c5f5-431f-8772-7fa1e914138c::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 10 rows starting from the beginning of the part
4855 2025.01.09 01:58:12.402012 [ 283 ] {7b5abeae-475e-41bb-b637-39309848787d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4856 2025.01.09 01:58:12.402171 [ 193 ] {934b838e-c5f5-431f-8772-7fa1e914138c::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
4857 2025.01.09 01:58:12.402343 [ 283 ] {7b5abeae-475e-41bb-b637-39309848787d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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 2025.01.09 01:58:12.402535 [ 193 ] {934b838e-c5f5-431f-8772-7fa1e914138c::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
4859 2025.01.09 01:58:12.402880 [ 193 ] {934b838e-c5f5-431f-8772-7fa1e914138c::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
4860 2025.01.09 01:58:12.403288 [ 193 ] {934b838e-c5f5-431f-8772-7fa1e914138c::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
4861 2025.01.09 01:58:12.403720 [ 193 ] {934b838e-c5f5-431f-8772-7fa1e914138c::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
4862 2025.01.09 01:58:12.407507 [ 187 ] {934b838e-c5f5-431f-8772-7fa1e914138c::all_1_14_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 15 rows, containing 4 columns (4 merged, 0 gathered) in 0.005838419 sec., 2569.1886793325384 rows/sec., 172.45 KiB/sec.
4863 2025.01.09 01:58:12.407773 [ 187 ] {934b838e-c5f5-431f-8772-7fa1e914138c::all_1_14_3} <Trace> MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary)
4864 2025.01.09 01:58:12.408052 [ 283 ] {7b5abeae-475e-41bb-b637-39309848787d} <Trace> oximeter.measurements_histogramu64 (17c94cc7-cbcb-4131-b32c-df27c461cf7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4865 2025.01.09 01:58:12.408112 [ 283 ] {7b5abeae-475e-41bb-b637-39309848787d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
4866 2025.01.09 01:58:12.408518 [ 187 ] {934b838e-c5f5-431f-8772-7fa1e914138c::all_1_14_3} <Trace> oximeter.measurements_f64 (934b838e-c5f5-431f-8772-7fa1e914138c): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4867 2025.01.09 01:58:12.408711 [ 187 ] {934b838e-c5f5-431f-8772-7fa1e914138c::all_1_14_3} <Trace> oximeter.measurements_f64 (934b838e-c5f5-431f-8772-7fa1e914138c) (MergerMutator): Merged 6 parts: [all_1_9_2, all_14_14_0] -> all_1_14_3
4868 2025.01.09 01:58:12.408863 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB.
4869 2025.01.09 01:58:12.409179 [ 283 ] {7b5abeae-475e-41bb-b637-39309848787d} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
4870 2025.01.09 01:58:12.409436 [ 283 ] {7b5abeae-475e-41bb-b637-39309848787d} <Trace> oximeter.measurements_histogramu64 (17c94cc7-cbcb-4131-b32c-df27c461cf7e): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4871 2025.01.09 01:58:12.409633 [ 136 ] {} <Debug> oximeter.measurements_histogramu64 (17c94cc7-cbcb-4131-b32c-df27c461cf7e) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
4872 2025.01.09 01:58:12.409710 [ 136 ] {} <Trace> oximeter.measurements_histogramu64 (17c94cc7-cbcb-4131-b32c-df27c461cf7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4873 2025.01.09 01:58:12.409748 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
4874 2025.01.09 01:58:12.409755 [ 283 ] {7b5abeae-475e-41bb-b637-39309848787d} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.0078 sec., 1666.6666666666667 rows/sec., 2.99 MiB/sec.
4875 2025.01.09 01:58:12.410078 [ 199 ] {17c94cc7-cbcb-4131-b32c-df27c461cf7e::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
4876 2025.01.09 01:58:12.410174 [ 283 ] {7b5abeae-475e-41bb-b637-39309848787d} <Debug> TCPHandler: Processed in 0.008433539 sec.
4877 2025.01.09 01:58:12.410405 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4878 2025.01.09 01:58:12.410705 [ 199 ] {17c94cc7-cbcb-4131-b32c-df27c461cf7e::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4879 2025.01.09 01:58:12.410709 [ 286 ] {e6cb6a30-b148-44d1-9151-07f976cf12d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4880 2025.01.09 01:58:12.410865 [ 199 ] {17c94cc7-cbcb-4131-b32c-df27c461cf7e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 373 rows starting from the beginning of the part
4881 2025.01.09 01:58:12.410875 [ 286 ] {e6cb6a30-b148-44d1-9151-07f976cf12d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4882 2025.01.09 01:58:12.411798 [ 199 ] {17c94cc7-cbcb-4131-b32c-df27c461cf7e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 13 rows starting from the beginning of the part
4883 2025.01.09 01:58:12.412473 [ 199 ] {17c94cc7-cbcb-4131-b32c-df27c461cf7e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 26 rows starting from the beginning of the part
4884 2025.01.09 01:58:12.413177 [ 199 ] {17c94cc7-cbcb-4131-b32c-df27c461cf7e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 13 rows starting from the beginning of the part
4885 2025.01.09 01:58:12.413315 [ 286 ] {e6cb6a30-b148-44d1-9151-07f976cf12d3} <Trace> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4886 2025.01.09 01:58:12.413546 [ 286 ] {e6cb6a30-b148-44d1-9151-07f976cf12d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
4887 2025.01.09 01:58:12.413722 [ 199 ] {17c94cc7-cbcb-4131-b32c-df27c461cf7e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 26 rows starting from the beginning of the part
4888 2025.01.09 01:58:12.414376 [ 199 ] {17c94cc7-cbcb-4131-b32c-df27c461cf7e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 13 rows starting from the beginning of the part
4889 2025.01.09 01:58:12.415429 [ 286 ] {e6cb6a30-b148-44d1-9151-07f976cf12d3} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
4890 2025.01.09 01:58:12.415937 [ 286 ] {e6cb6a30-b148-44d1-9151-07f976cf12d3} <Trace> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4891 2025.01.09 01:58:12.416425 [ 286 ] {e6cb6a30-b148-44d1-9151-07f976cf12d3} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.005815 sec., 8942.390369733448 rows/sec., 566.96 KiB/sec.
4892 2025.01.09 01:58:12.416519 [ 286 ] {e6cb6a30-b148-44d1-9151-07f976cf12d3} <Debug> TCPHandler: Processed in 0.006245196 sec.
4893 2025.01.09 01:58:12.419887 [ 190 ] {17c94cc7-cbcb-4131-b32c-df27c461cf7e::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 464 rows, containing 19 columns (19 merged, 0 gathered) in 0.010025093 sec., 46283.85991032702 rows/sec., 82.94 MiB/sec.
4894 2025.01.09 01:58:12.420902 [ 190 ] {17c94cc7-cbcb-4131-b32c-df27c461cf7e::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
4895 2025.01.09 01:58:12.421303 [ 190 ] {17c94cc7-cbcb-4131-b32c-df27c461cf7e::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (17c94cc7-cbcb-4131-b32c-df27c461cf7e): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4896 2025.01.09 01:58:12.421384 [ 190 ] {17c94cc7-cbcb-4131-b32c-df27c461cf7e::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (17c94cc7-cbcb-4131-b32c-df27c461cf7e) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
4897 2025.01.09 01:58:12.421525 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.25 MiB.
4898 2025.01.09 01:58:16.095064 [ 139 ] {} <Debug> DNSResolver: Updating DNS cache
4899 2025.01.09 01:58:16.095137 [ 139 ] {} <Debug> DNSResolver: Updated DNS cache
4900 2025.01.09 01:58:16.192027 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 10126
4901 2025.01.09 01:58:16.192964 [ 244 ] {} <Trace> system.asynchronous_metric_log (9698bf86-621f-4c13-9bc9-6db4396b8d09): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4902 2025.01.09 01:58:16.193007 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
4903 2025.01.09 01:58:16.193591 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
4904 2025.01.09 01:58:16.193932 [ 244 ] {} <Trace> system.asynchronous_metric_log (9698bf86-621f-4c13-9bc9-6db4396b8d09): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4905 2025.01.09 01:58:16.194241 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10126
4906 2025.01.09 01:58:16.860616 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 166
4907 2025.01.09 01:58:16.879440 [ 243 ] {} <Trace> system.metric_log (c31dfbef-714c-4223-9d5c-473a3e49bbb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4908 2025.01.09 01:58:16.879503 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
4909 2025.01.09 01:58:16.886567 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
4910 2025.01.09 01:58:16.887331 [ 243 ] {} <Trace> system.metric_log (c31dfbef-714c-4223-9d5c-473a3e49bbb4): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4911 2025.01.09 01:58:16.890150 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 166
4912 2025.01.09 01:58:17.376635 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4913 2025.01.09 01:58:17.376830 [ 286 ] {907265b9-59ad-42c7-82da-1c9462787781} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4914 2025.01.09 01:58:17.376905 [ 286 ] {907265b9-59ad-42c7-82da-1c9462787781} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4915 2025.01.09 01:58:17.377721 [ 286 ] {907265b9-59ad-42c7-82da-1c9462787781} <Trace> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4916 2025.01.09 01:58:17.377774 [ 286 ] {907265b9-59ad-42c7-82da-1c9462787781} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
4917 2025.01.09 01:58:17.378244 [ 286 ] {907265b9-59ad-42c7-82da-1c9462787781} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
4918 2025.01.09 01:58:17.378513 [ 286 ] {907265b9-59ad-42c7-82da-1c9462787781} <Trace> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4919 2025.01.09 01:58:17.378771 [ 286 ] {907265b9-59ad-42c7-82da-1c9462787781} <Debug> executeQuery: Read 78 rows, 6.85 KiB in 0.001996 sec., 39078.15631262525 rows/sec., 3.35 MiB/sec.
4920 2025.01.09 01:58:17.378839 [ 286 ] {907265b9-59ad-42c7-82da-1c9462787781} <Debug> TCPHandler: Processed in 0.002342586 sec.
4921 2025.01.09 01:58:17.379102 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4922 2025.01.09 01:58:17.379293 [ 283 ] {5c27cc50-1494-4de1-9050-cd965b088166} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4923 2025.01.09 01:58:17.379367 [ 283 ] {5c27cc50-1494-4de1-9050-cd965b088166} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4924 2025.01.09 01:58:17.380100 [ 283 ] {5c27cc50-1494-4de1-9050-cd965b088166} <Trace> oximeter.fields_u16 (b7e624c8-f545-4bc0-b9ea-87ccb0a68066): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4925 2025.01.09 01:58:17.380153 [ 283 ] {5c27cc50-1494-4de1-9050-cd965b088166} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
4926 2025.01.09 01:58:17.380572 [ 283 ] {5c27cc50-1494-4de1-9050-cd965b088166} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
4927 2025.01.09 01:58:17.380829 [ 283 ] {5c27cc50-1494-4de1-9050-cd965b088166} <Trace> oximeter.fields_u16 (b7e624c8-f545-4bc0-b9ea-87ccb0a68066): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4928 2025.01.09 01:58:17.381073 [ 283 ] {5c27cc50-1494-4de1-9050-cd965b088166} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.001833 sec., 14184.397163120568 rows/sec., 1.04 MiB/sec.
4929 2025.01.09 01:58:17.381132 [ 283 ] {5c27cc50-1494-4de1-9050-cd965b088166} <Debug> TCPHandler: Processed in 0.002158864 sec.
4930 2025.01.09 01:58:17.381303 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4931 2025.01.09 01:58:17.381450 [ 286 ] {ee3f45a4-1dc5-43db-8054-968dbd81b21e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4932 2025.01.09 01:58:17.381511 [ 286 ] {ee3f45a4-1dc5-43db-8054-968dbd81b21e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4933 2025.01.09 01:58:17.382170 [ 286 ] {ee3f45a4-1dc5-43db-8054-968dbd81b21e} <Trace> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4934 2025.01.09 01:58:17.382211 [ 286 ] {ee3f45a4-1dc5-43db-8054-968dbd81b21e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
4935 2025.01.09 01:58:17.382586 [ 286 ] {ee3f45a4-1dc5-43db-8054-968dbd81b21e} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
4936 2025.01.09 01:58:17.382827 [ 286 ] {ee3f45a4-1dc5-43db-8054-968dbd81b21e} <Trace> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4937 2025.01.09 01:58:17.383066 [ 286 ] {ee3f45a4-1dc5-43db-8054-968dbd81b21e} <Debug> executeQuery: Read 54 rows, 4.32 KiB in 0.001651 sec., 32707.45003028468 rows/sec., 2.55 MiB/sec.
4938 2025.01.09 01:58:17.383144 [ 286 ] {ee3f45a4-1dc5-43db-8054-968dbd81b21e} <Debug> TCPHandler: Processed in 0.001909449 sec.
4939 2025.01.09 01:58:17.383340 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4940 2025.01.09 01:58:17.383458 [ 283 ] {5e925ee0-1070-47eb-a7ba-268a16a8ebb3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4941 2025.01.09 01:58:17.383512 [ 283 ] {5e925ee0-1070-47eb-a7ba-268a16a8ebb3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4942 2025.01.09 01:58:17.384072 [ 283 ] {5e925ee0-1070-47eb-a7ba-268a16a8ebb3} <Trace> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4943 2025.01.09 01:58:17.384112 [ 283 ] {5e925ee0-1070-47eb-a7ba-268a16a8ebb3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
4944 2025.01.09 01:58:17.384499 [ 283 ] {5e925ee0-1070-47eb-a7ba-268a16a8ebb3} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
4945 2025.01.09 01:58:17.384749 [ 283 ] {5e925ee0-1070-47eb-a7ba-268a16a8ebb3} <Trace> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4946 2025.01.09 01:58:17.384960 [ 283 ] {5e925ee0-1070-47eb-a7ba-268a16a8ebb3} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001528 sec., 65445.02617801047 rows/sec., 4.54 MiB/sec.
4947 2025.01.09 01:58:17.385014 [ 283 ] {5e925ee0-1070-47eb-a7ba-268a16a8ebb3} <Debug> TCPHandler: Processed in 0.001771907 sec.
4948 2025.01.09 01:58:17.385156 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4949 2025.01.09 01:58:17.385277 [ 286 ] {aef1fe16-3a29-4dc3-b728-93c90434f65f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4950 2025.01.09 01:58:17.385362 [ 286 ] {aef1fe16-3a29-4dc3-b728-93c90434f65f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
4951 2025.01.09 01:58:17.386603 [ 286 ] {aef1fe16-3a29-4dc3-b728-93c90434f65f} <Trace> oximeter.measurements_histogramu64 (17c94cc7-cbcb-4131-b32c-df27c461cf7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4952 2025.01.09 01:58:17.386644 [ 286 ] {aef1fe16-3a29-4dc3-b728-93c90434f65f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
4953 2025.01.09 01:58:17.387283 [ 286 ] {aef1fe16-3a29-4dc3-b728-93c90434f65f} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
4954 2025.01.09 01:58:17.387550 [ 286 ] {aef1fe16-3a29-4dc3-b728-93c90434f65f} <Trace> oximeter.measurements_histogramu64 (17c94cc7-cbcb-4131-b32c-df27c461cf7e): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4955 2025.01.09 01:58:17.387792 [ 286 ] {aef1fe16-3a29-4dc3-b728-93c90434f65f} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002542 sec., 10228.16679779701 rows/sec., 18.33 MiB/sec.
4956 2025.01.09 01:58:17.387885 [ 286 ] {aef1fe16-3a29-4dc3-b728-93c90434f65f} <Debug> TCPHandler: Processed in 0.002787863 sec.
4957 2025.01.09 01:58:17.388042 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4958 2025.01.09 01:58:17.388160 [ 283 ] {1e7fddfe-b8a2-4603-990e-063d7f4d5419} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4959 2025.01.09 01:58:17.388211 [ 283 ] {1e7fddfe-b8a2-4603-990e-063d7f4d5419} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4960 2025.01.09 01:58:17.388692 [ 283 ] {1e7fddfe-b8a2-4603-990e-063d7f4d5419} <Trace> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4961 2025.01.09 01:58:17.388730 [ 283 ] {1e7fddfe-b8a2-4603-990e-063d7f4d5419} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
4962 2025.01.09 01:58:17.389099 [ 283 ] {1e7fddfe-b8a2-4603-990e-063d7f4d5419} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
4963 2025.01.09 01:58:17.389336 [ 283 ] {1e7fddfe-b8a2-4603-990e-063d7f4d5419} <Trace> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4964 2025.01.09 01:58:17.389541 [ 283 ] {1e7fddfe-b8a2-4603-990e-063d7f4d5419} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001405 sec., 21352.313167259785 rows/sec., 1.46 MiB/sec.
4965 2025.01.09 01:58:17.389590 [ 283 ] {1e7fddfe-b8a2-4603-990e-063d7f4d5419} <Debug> TCPHandler: Processed in 0.001605565 sec.
4966 2025.01.09 01:58:18.715094 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4967 2025.01.09 01:58:18.715329 [ 286 ] {54033bb3-759a-410a-bf80-05c056496163} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
4968 2025.01.09 01:58:18.715418 [ 286 ] {54033bb3-759a-410a-bf80-05c056496163} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
4969 2025.01.09 01:58:18.716236 [ 286 ] {54033bb3-759a-410a-bf80-05c056496163} <Trace> oximeter.fields_i16 (768e6654-4d7d-4320-b224-a6516c636040): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4970 2025.01.09 01:58:18.716292 [ 286 ] {54033bb3-759a-410a-bf80-05c056496163} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
4971 2025.01.09 01:58:18.716730 [ 286 ] {54033bb3-759a-410a-bf80-05c056496163} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
4972 2025.01.09 01:58:18.716983 [ 286 ] {54033bb3-759a-410a-bf80-05c056496163} <Trace> oximeter.fields_i16 (768e6654-4d7d-4320-b224-a6516c636040): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4973 2025.01.09 01:58:18.717238 [ 286 ] {54033bb3-759a-410a-bf80-05c056496163} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001972 sec., 7099.3914807302235 rows/sec., 511.06 KiB/sec.
4974 2025.01.09 01:58:18.717356 [ 286 ] {54033bb3-759a-410a-bf80-05c056496163} <Debug> TCPHandler: Processed in 0.002407807 sec.
4975 2025.01.09 01:58:18.717636 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4976 2025.01.09 01:58:18.717851 [ 283 ] {09fd17c7-6c15-4a83-a129-81770c58c84c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4977 2025.01.09 01:58:18.717933 [ 283 ] {09fd17c7-6c15-4a83-a129-81770c58c84c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4978 2025.01.09 01:58:18.719425 [ 283 ] {09fd17c7-6c15-4a83-a129-81770c58c84c} <Trace> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4979 2025.01.09 01:58:18.719472 [ 283 ] {09fd17c7-6c15-4a83-a129-81770c58c84c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
4980 2025.01.09 01:58:18.720003 [ 283 ] {09fd17c7-6c15-4a83-a129-81770c58c84c} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
4981 2025.01.09 01:58:18.720267 [ 283 ] {09fd17c7-6c15-4a83-a129-81770c58c84c} <Trace> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4982 2025.01.09 01:58:18.720474 [ 283 ] {09fd17c7-6c15-4a83-a129-81770c58c84c} <Debug> executeQuery: Read 1339 rows, 114.23 KiB in 0.00268 sec., 499626.8656716418 rows/sec., 41.62 MiB/sec.
4983 2025.01.09 01:58:18.720542 [ 283 ] {09fd17c7-6c15-4a83-a129-81770c58c84c} <Debug> TCPHandler: Processed in 0.003039627 sec.
4984 2025.01.09 01:58:18.720711 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4985 2025.01.09 01:58:18.720856 [ 286 ] {ea56b06a-0b46-45ce-8772-e500bc01b07a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4986 2025.01.09 01:58:18.720917 [ 286 ] {ea56b06a-0b46-45ce-8772-e500bc01b07a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4987 2025.01.09 01:58:18.721640 [ 286 ] {ea56b06a-0b46-45ce-8772-e500bc01b07a} <Trace> oximeter.fields_u16 (b7e624c8-f545-4bc0-b9ea-87ccb0a68066): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4988 2025.01.09 01:58:18.721687 [ 286 ] {ea56b06a-0b46-45ce-8772-e500bc01b07a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
4989 2025.01.09 01:58:18.722055 [ 286 ] {ea56b06a-0b46-45ce-8772-e500bc01b07a} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
4990 2025.01.09 01:58:18.722289 [ 286 ] {ea56b06a-0b46-45ce-8772-e500bc01b07a} <Trace> oximeter.fields_u16 (b7e624c8-f545-4bc0-b9ea-87ccb0a68066): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4991 2025.01.09 01:58:18.722483 [ 286 ] {ea56b06a-0b46-45ce-8772-e500bc01b07a} <Debug> executeQuery: Read 20 rows, 1.43 KiB in 0.001659 sec., 12055.455093429777 rows/sec., 864.13 KiB/sec.
4992 2025.01.09 01:58:18.722576 [ 286 ] {ea56b06a-0b46-45ce-8772-e500bc01b07a} <Debug> TCPHandler: Processed in 0.00193082 sec.
4993 2025.01.09 01:58:18.722787 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4994 2025.01.09 01:58:18.722934 [ 283 ] {721a460d-bdd3-414d-b89c-be376d86173e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
4995 2025.01.09 01:58:18.722995 [ 283 ] {721a460d-bdd3-414d-b89c-be376d86173e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
4996 2025.01.09 01:58:18.723770 [ 283 ] {721a460d-bdd3-414d-b89c-be376d86173e} <Trace> oximeter.fields_u32 (03dfd943-ea50-4047-86b9-6222d9e39c11): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4997 2025.01.09 01:58:18.723809 [ 283 ] {721a460d-bdd3-414d-b89c-be376d86173e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
4998 2025.01.09 01:58:18.724181 [ 283 ] {721a460d-bdd3-414d-b89c-be376d86173e} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
4999 2025.01.09 01:58:18.724409 [ 283 ] {721a460d-bdd3-414d-b89c-be376d86173e} <Trace> oximeter.fields_u32 (03dfd943-ea50-4047-86b9-6222d9e39c11): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5000 2025.01.09 01:58:18.724626 [ 283 ] {721a460d-bdd3-414d-b89c-be376d86173e} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001727 sec., 140127.38853503185 rows/sec., 9.49 MiB/sec.
5001 2025.01.09 01:58:18.724681 [ 283 ] {721a460d-bdd3-414d-b89c-be376d86173e} <Debug> TCPHandler: Processed in 0.002006701 sec.
5002 2025.01.09 01:58:18.724854 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5003 2025.01.09 01:58:18.725009 [ 286 ] {22b129ff-f15d-4215-beac-0852c758339b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
5004 2025.01.09 01:58:18.725076 [ 286 ] {22b129ff-f15d-4215-beac-0852c758339b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
5005 2025.01.09 01:58:18.725781 [ 286 ] {22b129ff-f15d-4215-beac-0852c758339b} <Trace> oximeter.fields_u8 (f59c63b9-7e00-4cbb-80d5-4667ebd1997c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5006 2025.01.09 01:58:18.725819 [ 286 ] {22b129ff-f15d-4215-beac-0852c758339b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5007 2025.01.09 01:58:18.726166 [ 286 ] {22b129ff-f15d-4215-beac-0852c758339b} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
5008 2025.01.09 01:58:18.726413 [ 286 ] {22b129ff-f15d-4215-beac-0852c758339b} <Trace> oximeter.fields_u8 (f59c63b9-7e00-4cbb-80d5-4667ebd1997c): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5009 2025.01.09 01:58:18.726623 [ 286 ] {22b129ff-f15d-4215-beac-0852c758339b} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001642 sec., 7917.174177831912 rows/sec., 493.63 KiB/sec.
5010 2025.01.09 01:58:18.726701 [ 286 ] {22b129ff-f15d-4215-beac-0852c758339b} <Debug> TCPHandler: Processed in 0.001916929 sec.
5011 2025.01.09 01:58:18.726862 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5012 2025.01.09 01:58:18.727011 [ 283 ] {56525b18-2987-4aa2-893a-8215e55539ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5013 2025.01.09 01:58:18.727071 [ 283 ] {56525b18-2987-4aa2-893a-8215e55539ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5014 2025.01.09 01:58:18.728057 [ 283 ] {56525b18-2987-4aa2-893a-8215e55539ab} <Trace> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5015 2025.01.09 01:58:18.728099 [ 283 ] {56525b18-2987-4aa2-893a-8215e55539ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5016 2025.01.09 01:58:18.728511 [ 283 ] {56525b18-2987-4aa2-893a-8215e55539ab} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
5017 2025.01.09 01:58:18.728765 [ 283 ] {56525b18-2987-4aa2-893a-8215e55539ab} <Trace> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5018 2025.01.09 01:58:18.728983 [ 283 ] {56525b18-2987-4aa2-893a-8215e55539ab} <Debug> executeQuery: Read 815 rows, 60.13 KiB in 0.002005 sec., 406483.7905236908 rows/sec., 29.29 MiB/sec.
5019 2025.01.09 01:58:18.729041 [ 283 ] {56525b18-2987-4aa2-893a-8215e55539ab} <Debug> TCPHandler: Processed in 0.002252354 sec.
5020 2025.01.09 01:58:18.729193 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5021 2025.01.09 01:58:18.729352 [ 286 ] {83d454ce-f064-4074-9260-ef7cd3a02403} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
5022 2025.01.09 01:58:18.729414 [ 286 ] {83d454ce-f064-4074-9260-ef7cd3a02403} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
5023 2025.01.09 01:58:18.729961 [ 286 ] {83d454ce-f064-4074-9260-ef7cd3a02403} <Trace> oximeter.measurements_bool (e95e83a2-bc6b-4f55-83f2-ee90a75b0302): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5024 2025.01.09 01:58:18.730001 [ 286 ] {83d454ce-f064-4074-9260-ef7cd3a02403} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5025 2025.01.09 01:58:18.730386 [ 286 ] {83d454ce-f064-4074-9260-ef7cd3a02403} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
5026 2025.01.09 01:58:18.730638 [ 286 ] {83d454ce-f064-4074-9260-ef7cd3a02403} <Trace> oximeter.measurements_bool (e95e83a2-bc6b-4f55-83f2-ee90a75b0302): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5027 2025.01.09 01:58:18.730823 [ 286 ] {83d454ce-f064-4074-9260-ef7cd3a02403} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001513 sec., 3965.6311962987443 rows/sec., 207.19 KiB/sec.
5028 2025.01.09 01:58:18.730875 [ 286 ] {83d454ce-f064-4074-9260-ef7cd3a02403} <Debug> TCPHandler: Processed in 0.001751526 sec.
5029 2025.01.09 01:58:18.731026 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5030 2025.01.09 01:58:18.731167 [ 283 ] {c602cfc7-4e57-4baf-b24d-47157d457961} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5031 2025.01.09 01:58:18.731233 [ 283 ] {c602cfc7-4e57-4baf-b24d-47157d457961} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5032 2025.01.09 01:58:18.732067 [ 283 ] {c602cfc7-4e57-4baf-b24d-47157d457961} <Trace> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5033 2025.01.09 01:58:18.732108 [ 283 ] {c602cfc7-4e57-4baf-b24d-47157d457961} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5034 2025.01.09 01:58:18.732581 [ 283 ] {c602cfc7-4e57-4baf-b24d-47157d457961} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
5035 2025.01.09 01:58:18.732822 [ 283 ] {c602cfc7-4e57-4baf-b24d-47157d457961} <Trace> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5036 2025.01.09 01:58:18.733057 [ 283 ] {c602cfc7-4e57-4baf-b24d-47157d457961} <Debug> executeQuery: Read 963 rows, 65.53 KiB in 0.001922 sec., 501040.5827263267 rows/sec., 33.29 MiB/sec.
5037 2025.01.09 01:58:18.733191 [ 283 ] {c602cfc7-4e57-4baf-b24d-47157d457961} <Debug> TCPHandler: Processed in 0.002230264 sec.
5038 2025.01.09 01:58:18.733339 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5039 2025.01.09 01:58:18.733460 [ 286 ] {eb5e3ac8-d011-4da8-ad47-a64b701932ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
5040 2025.01.09 01:58:18.733513 [ 286 ] {eb5e3ac8-d011-4da8-ad47-a64b701932ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
5041 2025.01.09 01:58:18.734005 [ 286 ] {eb5e3ac8-d011-4da8-ad47-a64b701932ad} <Trace> oximeter.measurements_f64 (934b838e-c5f5-431f-8772-7fa1e914138c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5042 2025.01.09 01:58:18.734045 [ 286 ] {eb5e3ac8-d011-4da8-ad47-a64b701932ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5043 2025.01.09 01:58:18.734421 [ 286 ] {eb5e3ac8-d011-4da8-ad47-a64b701932ad} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
5044 2025.01.09 01:58:18.734664 [ 286 ] {eb5e3ac8-d011-4da8-ad47-a64b701932ad} <Trace> oximeter.measurements_f64 (934b838e-c5f5-431f-8772-7fa1e914138c): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5045 2025.01.09 01:58:18.734842 [ 286 ] {eb5e3ac8-d011-4da8-ad47-a64b701932ad} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001407 sec., 710.7320540156361 rows/sec., 47.89 KiB/sec.
5046 2025.01.09 01:58:18.734893 [ 286 ] {eb5e3ac8-d011-4da8-ad47-a64b701932ad} <Debug> TCPHandler: Processed in 0.001610475 sec.
5047 2025.01.09 01:58:18.735048 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5048 2025.01.09 01:58:18.735167 [ 283 ] {e0c12e64-e4b6-4f7f-b71e-4cdb724d1560} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5049 2025.01.09 01:58:18.735249 [ 283 ] {e0c12e64-e4b6-4f7f-b71e-4cdb724d1560} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
5050 2025.01.09 01:58:18.736359 [ 283 ] {e0c12e64-e4b6-4f7f-b71e-4cdb724d1560} <Trace> oximeter.measurements_histogramu64 (17c94cc7-cbcb-4131-b32c-df27c461cf7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5051 2025.01.09 01:58:18.736399 [ 283 ] {e0c12e64-e4b6-4f7f-b71e-4cdb724d1560} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5052 2025.01.09 01:58:18.736999 [ 283 ] {e0c12e64-e4b6-4f7f-b71e-4cdb724d1560} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
5053 2025.01.09 01:58:18.737248 [ 283 ] {e0c12e64-e4b6-4f7f-b71e-4cdb724d1560} <Trace> oximeter.measurements_histogramu64 (17c94cc7-cbcb-4131-b32c-df27c461cf7e): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5054 2025.01.09 01:58:18.737483 [ 283 ] {e0c12e64-e4b6-4f7f-b71e-4cdb724d1560} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002341 sec., 5553.182400683469 rows/sec., 9.95 MiB/sec.
5055 2025.01.09 01:58:18.737580 [ 283 ] {e0c12e64-e4b6-4f7f-b71e-4cdb724d1560} <Debug> TCPHandler: Processed in 0.002587819 sec.
5056 2025.01.09 01:58:18.737734 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5057 2025.01.09 01:58:18.737873 [ 286 ] {bbc02c88-65b8-4e28-a367-1d895cf77051} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5058 2025.01.09 01:58:18.737932 [ 286 ] {bbc02c88-65b8-4e28-a367-1d895cf77051} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5059 2025.01.09 01:58:18.738524 [ 286 ] {bbc02c88-65b8-4e28-a367-1d895cf77051} <Trace> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5060 2025.01.09 01:58:18.738601 [ 286 ] {bbc02c88-65b8-4e28-a367-1d895cf77051} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5061 2025.01.09 01:58:18.738986 [ 286 ] {bbc02c88-65b8-4e28-a367-1d895cf77051} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
5062 2025.01.09 01:58:18.739236 [ 286 ] {bbc02c88-65b8-4e28-a367-1d895cf77051} <Trace> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5063 2025.01.09 01:58:18.739413 [ 286 ] {bbc02c88-65b8-4e28-a367-1d895cf77051} <Debug> executeQuery: Read 34 rows, 2.03 KiB in 0.001571 sec., 21642.266072565246 rows/sec., 1.26 MiB/sec.
5064 2025.01.09 01:58:18.739464 [ 286 ] {bbc02c88-65b8-4e28-a367-1d895cf77051} <Debug> TCPHandler: Processed in 0.001798278 sec.
5065 2025.01.09 01:58:21.230495 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 56 entries to flush up to offset 730
5066 2025.01.09 01:58:21.234138 [ 242 ] {} <Trace> system.query_log (e9d8cce9-7d6e-43dd-804a-3eff920f58fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5067 2025.01.09 01:58:21.234188 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5068 2025.01.09 01:58:21.235713 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
5069 2025.01.09 01:58:21.236039 [ 242 ] {} <Trace> system.query_log (e9d8cce9-7d6e-43dd-804a-3eff920f58fa): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5070 2025.01.09 01:58:21.236273 [ 123 ] {} <Debug> system.query_log (e9d8cce9-7d6e-43dd-804a-3eff920f58fa) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
5071 2025.01.09 01:58:21.236405 [ 123 ] {} <Trace> system.query_log (e9d8cce9-7d6e-43dd-804a-3eff920f58fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5072 2025.01.09 01:58:21.236475 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5073 2025.01.09 01:58:21.236919 [ 195 ] {e9d8cce9-7d6e-43dd-804a-3eff920f58fa::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
5074 2025.01.09 01:58:21.237647 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 730
5075 2025.01.09 01:58:21.238105 [ 195 ] {e9d8cce9-7d6e-43dd-804a-3eff920f58fa::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5076 2025.01.09 01:58:21.238265 [ 195 ] {e9d8cce9-7d6e-43dd-804a-3eff920f58fa::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 526 rows starting from the beginning of the part
5077 2025.01.09 01:58:21.238890 [ 195 ] {e9d8cce9-7d6e-43dd-804a-3eff920f58fa::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 34 rows starting from the beginning of the part
5078 2025.01.09 01:58:21.239469 [ 195 ] {e9d8cce9-7d6e-43dd-804a-3eff920f58fa::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
5079 2025.01.09 01:58:21.240031 [ 195 ] {e9d8cce9-7d6e-43dd-804a-3eff920f58fa::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
5080 2025.01.09 01:58:21.240595 [ 195 ] {e9d8cce9-7d6e-43dd-804a-3eff920f58fa::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 36 rows starting from the beginning of the part
5081 2025.01.09 01:58:21.241149 [ 195 ] {e9d8cce9-7d6e-43dd-804a-3eff920f58fa::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
5082 2025.01.09 01:58:21.248767 [ 194 ] {e9d8cce9-7d6e-43dd-804a-3eff920f58fa::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 730 rows, containing 72 columns (72 merged, 0 gathered) in 0.012142015 sec., 60121.81668363941 rows/sec., 50.13 MiB/sec.
5083 2025.01.09 01:58:21.249940 [ 194 ] {e9d8cce9-7d6e-43dd-804a-3eff920f58fa::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
5084 2025.01.09 01:58:21.250695 [ 194 ] {e9d8cce9-7d6e-43dd-804a-3eff920f58fa::all_1_16_3} <Trace> system.query_log (e9d8cce9-7d6e-43dd-804a-3eff920f58fa): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5085 2025.01.09 01:58:21.250778 [ 194 ] {e9d8cce9-7d6e-43dd-804a-3eff920f58fa::all_1_16_3} <Trace> system.query_log (e9d8cce9-7d6e-43dd-804a-3eff920f58fa) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
5086 2025.01.09 01:58:21.251069 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.11 MiB.
5087 2025.01.09 01:58:22.374424 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5088 2025.01.09 01:58:22.374736 [ 286 ] {e9977abd-37ba-40bb-bd9f-2e8280cd4e1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5089 2025.01.09 01:58:22.374847 [ 286 ] {e9977abd-37ba-40bb-bd9f-2e8280cd4e1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5090 2025.01.09 01:58:22.375618 [ 286 ] {e9977abd-37ba-40bb-bd9f-2e8280cd4e1a} <Trace> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5091 2025.01.09 01:58:22.375666 [ 286 ] {e9977abd-37ba-40bb-bd9f-2e8280cd4e1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5092 2025.01.09 01:58:22.376096 [ 286 ] {e9977abd-37ba-40bb-bd9f-2e8280cd4e1a} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
5093 2025.01.09 01:58:22.376356 [ 286 ] {e9977abd-37ba-40bb-bd9f-2e8280cd4e1a} <Trace> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5094 2025.01.09 01:58:22.376559 [ 122 ] {} <Debug> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
5095 2025.01.09 01:58:22.376624 [ 286 ] {e9977abd-37ba-40bb-bd9f-2e8280cd4e1a} <Debug> executeQuery: Read 26 rows, 1.98 KiB in 0.001972 sec., 13184.584178498988 rows/sec., 1003.80 KiB/sec.
5096 2025.01.09 01:58:22.376650 [ 122 ] {} <Trace> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5097 2025.01.09 01:58:22.376727 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5098 2025.01.09 01:58:22.376752 [ 286 ] {e9977abd-37ba-40bb-bd9f-2e8280cd4e1a} <Debug> TCPHandler: Processed in 0.002525979 sec.
5099 2025.01.09 01:58:22.376964 [ 186 ] {f5ed56e7-dfed-47b2-b04a-d980cf44b4ae::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
5100 2025.01.09 01:58:22.377034 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5101 2025.01.09 01:58:22.377129 [ 186 ] {f5ed56e7-dfed-47b2-b04a-d980cf44b4ae::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5102 2025.01.09 01:58:22.377180 [ 186 ] {f5ed56e7-dfed-47b2-b04a-d980cf44b4ae::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1399 rows starting from the beginning of the part
5103 2025.01.09 01:58:22.377234 [ 283 ] {a6247a8d-371e-465b-b3e1-f0bce42d0b7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5104 2025.01.09 01:58:22.377306 [ 186 ] {f5ed56e7-dfed-47b2-b04a-d980cf44b4ae::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 79 rows starting from the beginning of the part
5105 2025.01.09 01:58:22.377342 [ 283 ] {a6247a8d-371e-465b-b3e1-f0bce42d0b7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5106 2025.01.09 01:58:22.377595 [ 186 ] {f5ed56e7-dfed-47b2-b04a-d980cf44b4ae::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 199 rows starting from the beginning of the part
5107 2025.01.09 01:58:22.377783 [ 186 ] {f5ed56e7-dfed-47b2-b04a-d980cf44b4ae::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 78 rows starting from the beginning of the part
5108 2025.01.09 01:58:22.377964 [ 186 ] {f5ed56e7-dfed-47b2-b04a-d980cf44b4ae::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 1339 rows starting from the beginning of the part
5109 2025.01.09 01:58:22.378173 [ 186 ] {f5ed56e7-dfed-47b2-b04a-d980cf44b4ae::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 26 rows starting from the beginning of the part
5110 2025.01.09 01:58:22.379098 [ 283 ] {a6247a8d-371e-465b-b3e1-f0bce42d0b7c} <Trace> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5111 2025.01.09 01:58:22.379142 [ 283 ] {a6247a8d-371e-465b-b3e1-f0bce42d0b7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5112 2025.01.09 01:58:22.379801 [ 283 ] {a6247a8d-371e-465b-b3e1-f0bce42d0b7c} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
5113 2025.01.09 01:58:22.380061 [ 283 ] {a6247a8d-371e-465b-b3e1-f0bce42d0b7c} <Trace> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5114 2025.01.09 01:58:22.380381 [ 120 ] {} <Debug> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
5115 2025.01.09 01:58:22.380515 [ 120 ] {} <Trace> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5116 2025.01.09 01:58:22.380528 [ 186 ] {f5ed56e7-dfed-47b2-b04a-d980cf44b4ae::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3120 rows, containing 5 columns (5 merged, 0 gathered) in 0.003712087 sec., 840497.5422181645 rows/sec., 73.66 MiB/sec.
5117 2025.01.09 01:58:22.380577 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5118 2025.01.09 01:58:22.380585 [ 283 ] {a6247a8d-371e-465b-b3e1-f0bce42d0b7c} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.003401 sec., 8232.872684504558 rows/sec., 657.55 KiB/sec.
5119 2025.01.09 01:58:22.380911 [ 283 ] {a6247a8d-371e-465b-b3e1-f0bce42d0b7c} <Debug> TCPHandler: Processed in 0.004016701 sec.
5120 2025.01.09 01:58:22.381060 [ 192 ] {f5ed56e7-dfed-47b2-b04a-d980cf44b4ae::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
5121 2025.01.09 01:58:22.381150 [ 186 ] {2eb6d585-f9d5-43d7-bd92-6011d08c7ad8::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
5122 2025.01.09 01:58:22.381381 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5123 2025.01.09 01:58:22.381421 [ 186 ] {2eb6d585-f9d5-43d7-bd92-6011d08c7ad8::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5124 2025.01.09 01:58:22.381507 [ 186 ] {2eb6d585-f9d5-43d7-bd92-6011d08c7ad8::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 873 rows starting from the beginning of the part
5125 2025.01.09 01:58:22.381960 [ 186 ] {2eb6d585-f9d5-43d7-bd92-6011d08c7ad8::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 56 rows starting from the beginning of the part
5126 2025.01.09 01:58:22.382264 [ 286 ] {95d87234-2c81-4fc5-82c0-3c47a7f1f9e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5127 2025.01.09 01:58:22.382378 [ 186 ] {2eb6d585-f9d5-43d7-bd92-6011d08c7ad8::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 359 rows starting from the beginning of the part
5128 2025.01.09 01:58:22.382468 [ 189 ] {f5ed56e7-dfed-47b2-b04a-d980cf44b4ae::all_1_36_7} <Trace> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5129 2025.01.09 01:58:22.382581 [ 286 ] {95d87234-2c81-4fc5-82c0-3c47a7f1f9e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5130 2025.01.09 01:58:22.382965 [ 186 ] {2eb6d585-f9d5-43d7-bd92-6011d08c7ad8::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 54 rows starting from the beginning of the part
5131 2025.01.09 01:58:22.382979 [ 189 ] {f5ed56e7-dfed-47b2-b04a-d980cf44b4ae::all_1_36_7} <Trace> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
5132 2025.01.09 01:58:22.383363 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB.
5133 2025.01.09 01:58:22.383574 [ 186 ] {2eb6d585-f9d5-43d7-bd92-6011d08c7ad8::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 815 rows starting from the beginning of the part
5134 2025.01.09 01:58:22.384029 [ 186 ] {2eb6d585-f9d5-43d7-bd92-6011d08c7ad8::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 28 rows starting from the beginning of the part
5135 2025.01.09 01:58:22.385557 [ 286 ] {95d87234-2c81-4fc5-82c0-3c47a7f1f9e3} <Trace> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5136 2025.01.09 01:58:22.385648 [ 286 ] {95d87234-2c81-4fc5-82c0-3c47a7f1f9e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5137 2025.01.09 01:58:22.386716 [ 286 ] {95d87234-2c81-4fc5-82c0-3c47a7f1f9e3} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
5138 2025.01.09 01:58:22.387168 [ 186 ] {2eb6d585-f9d5-43d7-bd92-6011d08c7ad8::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2185 rows, containing 5 columns (5 merged, 0 gathered) in 0.006469279 sec., 337750.15732046805 rows/sec., 25.72 MiB/sec.
5139 2025.01.09 01:58:22.387186 [ 286 ] {95d87234-2c81-4fc5-82c0-3c47a7f1f9e3} <Trace> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5140 2025.01.09 01:58:22.387407 [ 186 ] {2eb6d585-f9d5-43d7-bd92-6011d08c7ad8::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
5141 2025.01.09 01:58:22.387558 [ 119 ] {} <Debug> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
5142 2025.01.09 01:58:22.387682 [ 286 ] {95d87234-2c81-4fc5-82c0-3c47a7f1f9e3} <Debug> executeQuery: Read 60 rows, 4.26 KiB in 0.005774 sec., 10391.409767925183 rows/sec., 737.75 KiB/sec.
5143 2025.01.09 01:58:22.387738 [ 119 ] {} <Trace> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5144 2025.01.09 01:58:22.387869 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5145 2025.01.09 01:58:22.388031 [ 286 ] {95d87234-2c81-4fc5-82c0-3c47a7f1f9e3} <Debug> TCPHandler: Processed in 0.006937126 sec.
5146 2025.01.09 01:58:22.388371 [ 186 ] {2eb6d585-f9d5-43d7-bd92-6011d08c7ad8::all_1_36_7} <Trace> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5147 2025.01.09 01:58:22.388458 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5148 2025.01.09 01:58:22.388797 [ 196 ] {ffbfddf0-ce9e-4b86-ba97-130a92b6daeb::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
5149 2025.01.09 01:58:22.388907 [ 186 ] {2eb6d585-f9d5-43d7-bd92-6011d08c7ad8::all_1_36_7} <Trace> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
5150 2025.01.09 01:58:22.389007 [ 283 ] {ef622c24-8c02-45c6-aec2-292942e60814} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5151 2025.01.09 01:58:22.389205 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB.
5152 2025.01.09 01:58:22.389258 [ 283 ] {ef622c24-8c02-45c6-aec2-292942e60814} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5153 2025.01.09 01:58:22.389537 [ 196 ] {ffbfddf0-ce9e-4b86-ba97-130a92b6daeb::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5154 2025.01.09 01:58:22.389745 [ 196 ] {ffbfddf0-ce9e-4b86-ba97-130a92b6daeb::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 8168 rows starting from the beginning of the part
5155 2025.01.09 01:58:22.390403 [ 196 ] {ffbfddf0-ce9e-4b86-ba97-130a92b6daeb::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 101 rows starting from the beginning of the part
5156 2025.01.09 01:58:22.390773 [ 196 ] {ffbfddf0-ce9e-4b86-ba97-130a92b6daeb::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 177 rows starting from the beginning of the part
5157 2025.01.09 01:58:22.391021 [ 196 ] {ffbfddf0-ce9e-4b86-ba97-130a92b6daeb::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 100 rows starting from the beginning of the part
5158 2025.01.09 01:58:22.391365 [ 196 ] {ffbfddf0-ce9e-4b86-ba97-130a92b6daeb::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 963 rows starting from the beginning of the part
5159 2025.01.09 01:58:22.391711 [ 196 ] {ffbfddf0-ce9e-4b86-ba97-130a92b6daeb::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 60 rows starting from the beginning of the part
5160 2025.01.09 01:58:22.392352 [ 283 ] {ef622c24-8c02-45c6-aec2-292942e60814} <Trace> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5161 2025.01.09 01:58:22.392408 [ 283 ] {ef622c24-8c02-45c6-aec2-292942e60814} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5162 2025.01.09 01:58:22.393179 [ 283 ] {ef622c24-8c02-45c6-aec2-292942e60814} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
5163 2025.01.09 01:58:22.393599 [ 283 ] {ef622c24-8c02-45c6-aec2-292942e60814} <Trace> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5164 2025.01.09 01:58:22.393913 [ 119 ] {} <Debug> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
5165 2025.01.09 01:58:22.394016 [ 119 ] {} <Trace> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5166 2025.01.09 01:58:22.394098 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5167 2025.01.09 01:58:22.394170 [ 283 ] {ef622c24-8c02-45c6-aec2-292942e60814} <Debug> executeQuery: Read 18 rows, 1.26 KiB in 0.005293 sec., 3400.7179293406384 rows/sec., 238.56 KiB/sec.
5168 2025.01.09 01:58:22.394549 [ 188 ] {33d0f459-c18f-4582-9502-2d7c69533f97::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
5169 2025.01.09 01:58:22.394654 [ 283 ] {ef622c24-8c02-45c6-aec2-292942e60814} <Debug> TCPHandler: Processed in 0.006480229 sec.
5170 2025.01.09 01:58:22.395163 [ 188 ] {33d0f459-c18f-4582-9502-2d7c69533f97::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5171 2025.01.09 01:58:22.395313 [ 188 ] {33d0f459-c18f-4582-9502-2d7c69533f97::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1090 rows starting from the beginning of the part
5172 2025.01.09 01:58:22.395889 [ 188 ] {33d0f459-c18f-4582-9502-2d7c69533f97::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 30 rows starting from the beginning of the part
5173 2025.01.09 01:58:22.396216 [ 188 ] {33d0f459-c18f-4582-9502-2d7c69533f97::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 52 rows starting from the beginning of the part
5174 2025.01.09 01:58:22.396484 [ 188 ] {33d0f459-c18f-4582-9502-2d7c69533f97::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 30 rows starting from the beginning of the part
5175 2025.01.09 01:58:22.396666 [ 188 ] {33d0f459-c18f-4582-9502-2d7c69533f97::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
5176 2025.01.09 01:58:22.396851 [ 188 ] {33d0f459-c18f-4582-9502-2d7c69533f97::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 18 rows starting from the beginning of the part
5177 2025.01.09 01:58:22.398206 [ 201 ] {ffbfddf0-ce9e-4b86-ba97-130a92b6daeb::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9569 rows, containing 5 columns (5 merged, 0 gathered) in 0.010109735 sec., 946513.4348229702 rows/sec., 63.38 MiB/sec.
5178 2025.01.09 01:58:22.398576 [ 201 ] {ffbfddf0-ce9e-4b86-ba97-130a92b6daeb::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
5179 2025.01.09 01:58:22.398696 [ 188 ] {33d0f459-c18f-4582-9502-2d7c69533f97::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1254 rows, containing 4 columns (4 merged, 0 gathered) in 0.004456008 sec., 281417.8071493588 rows/sec., 18.13 MiB/sec.
5180 2025.01.09 01:58:22.398970 [ 188 ] {33d0f459-c18f-4582-9502-2d7c69533f97::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
5181 2025.01.09 01:58:22.399097 [ 201 ] {ffbfddf0-ce9e-4b86-ba97-130a92b6daeb::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5182 2025.01.09 01:58:22.399237 [ 201 ] {ffbfddf0-ce9e-4b86-ba97-130a92b6daeb::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
5183 2025.01.09 01:58:22.399412 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.55 MiB.
5184 2025.01.09 01:58:22.399492 [ 188 ] {33d0f459-c18f-4582-9502-2d7c69533f97::all_1_36_7} <Trace> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5185 2025.01.09 01:58:22.399582 [ 188 ] {33d0f459-c18f-4582-9502-2d7c69533f97::all_1_36_7} <Trace> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
5186 2025.01.09 01:58:22.399668 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB.
5187 2025.01.09 01:58:23.694432 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 10553
5188 2025.01.09 01:58:23.695287 [ 244 ] {} <Trace> system.asynchronous_metric_log (9698bf86-621f-4c13-9bc9-6db4396b8d09): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5189 2025.01.09 01:58:23.695339 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5190 2025.01.09 01:58:23.695883 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
5191 2025.01.09 01:58:23.696146 [ 244 ] {} <Trace> system.asynchronous_metric_log (9698bf86-621f-4c13-9bc9-6db4396b8d09): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5192 2025.01.09 01:58:23.696394 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10553
5193 2025.01.09 01:58:24.390244 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 174
5194 2025.01.09 01:58:24.410603 [ 243 ] {} <Trace> system.metric_log (c31dfbef-714c-4223-9d5c-473a3e49bbb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5195 2025.01.09 01:58:24.410663 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5196 2025.01.09 01:58:24.418745 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
5197 2025.01.09 01:58:24.419544 [ 243 ] {} <Trace> system.metric_log (c31dfbef-714c-4223-9d5c-473a3e49bbb4): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5198 2025.01.09 01:58:24.422495 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 174
5199 2025.01.09 01:58:27.376774 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5200 2025.01.09 01:58:27.376981 [ 286 ] {b5b5180d-42b6-4a02-8daa-41ff7fd6810c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5201 2025.01.09 01:58:27.377065 [ 286 ] {b5b5180d-42b6-4a02-8daa-41ff7fd6810c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5202 2025.01.09 01:58:27.377936 [ 286 ] {b5b5180d-42b6-4a02-8daa-41ff7fd6810c} <Trace> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5203 2025.01.09 01:58:27.377987 [ 286 ] {b5b5180d-42b6-4a02-8daa-41ff7fd6810c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5204 2025.01.09 01:58:27.378447 [ 286 ] {b5b5180d-42b6-4a02-8daa-41ff7fd6810c} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
5205 2025.01.09 01:58:27.378725 [ 286 ] {b5b5180d-42b6-4a02-8daa-41ff7fd6810c} <Trace> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5206 2025.01.09 01:58:27.378941 [ 286 ] {b5b5180d-42b6-4a02-8daa-41ff7fd6810c} <Debug> executeQuery: Read 78 rows, 6.85 KiB in 0.002022 sec., 38575.667655786354 rows/sec., 3.31 MiB/sec.
5207 2025.01.09 01:58:27.379007 [ 286 ] {b5b5180d-42b6-4a02-8daa-41ff7fd6810c} <Debug> TCPHandler: Processed in 0.002372256 sec.
5208 2025.01.09 01:58:27.379255 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5209 2025.01.09 01:58:27.379468 [ 283 ] {8180a69e-b6ba-45cd-b379-bb2e4c63ff45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5210 2025.01.09 01:58:27.379548 [ 283 ] {8180a69e-b6ba-45cd-b379-bb2e4c63ff45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5211 2025.01.09 01:58:27.380321 [ 283 ] {8180a69e-b6ba-45cd-b379-bb2e4c63ff45} <Trace> oximeter.fields_u16 (b7e624c8-f545-4bc0-b9ea-87ccb0a68066): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5212 2025.01.09 01:58:27.380373 [ 283 ] {8180a69e-b6ba-45cd-b379-bb2e4c63ff45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5213 2025.01.09 01:58:27.380797 [ 283 ] {8180a69e-b6ba-45cd-b379-bb2e4c63ff45} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
5214 2025.01.09 01:58:27.381054 [ 283 ] {8180a69e-b6ba-45cd-b379-bb2e4c63ff45} <Trace> oximeter.fields_u16 (b7e624c8-f545-4bc0-b9ea-87ccb0a68066): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5215 2025.01.09 01:58:27.381303 [ 283 ] {8180a69e-b6ba-45cd-b379-bb2e4c63ff45} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.001895 sec., 13720.316622691293 rows/sec., 1.01 MiB/sec.
5216 2025.01.09 01:58:27.381362 [ 283 ] {8180a69e-b6ba-45cd-b379-bb2e4c63ff45} <Debug> TCPHandler: Processed in 0.002245714 sec.
5217 2025.01.09 01:58:27.381565 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5218 2025.01.09 01:58:27.381813 [ 286 ] {f6608053-fa2b-41d0-886b-ca5781069c54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5219 2025.01.09 01:58:27.381908 [ 286 ] {f6608053-fa2b-41d0-886b-ca5781069c54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5220 2025.01.09 01:58:27.382553 [ 286 ] {f6608053-fa2b-41d0-886b-ca5781069c54} <Trace> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5221 2025.01.09 01:58:27.382594 [ 286 ] {f6608053-fa2b-41d0-886b-ca5781069c54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5222 2025.01.09 01:58:27.382977 [ 286 ] {f6608053-fa2b-41d0-886b-ca5781069c54} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
5223 2025.01.09 01:58:27.383232 [ 286 ] {f6608053-fa2b-41d0-886b-ca5781069c54} <Trace> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5224 2025.01.09 01:58:27.383418 [ 286 ] {f6608053-fa2b-41d0-886b-ca5781069c54} <Debug> executeQuery: Read 54 rows, 4.32 KiB in 0.001668 sec., 32374.10071942446 rows/sec., 2.53 MiB/sec.
5225 2025.01.09 01:58:27.383473 [ 286 ] {f6608053-fa2b-41d0-886b-ca5781069c54} <Debug> TCPHandler: Processed in 0.002023251 sec.
5226 2025.01.09 01:58:27.383605 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5227 2025.01.09 01:58:27.383725 [ 283 ] {fe083d70-8e36-4f2d-8ef2-1a963cabc73d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5228 2025.01.09 01:58:27.383779 [ 283 ] {fe083d70-8e36-4f2d-8ef2-1a963cabc73d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5229 2025.01.09 01:58:27.384375 [ 283 ] {fe083d70-8e36-4f2d-8ef2-1a963cabc73d} <Trace> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5230 2025.01.09 01:58:27.384415 [ 283 ] {fe083d70-8e36-4f2d-8ef2-1a963cabc73d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5231 2025.01.09 01:58:27.384804 [ 283 ] {fe083d70-8e36-4f2d-8ef2-1a963cabc73d} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
5232 2025.01.09 01:58:27.385061 [ 283 ] {fe083d70-8e36-4f2d-8ef2-1a963cabc73d} <Trace> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5233 2025.01.09 01:58:27.385274 [ 283 ] {fe083d70-8e36-4f2d-8ef2-1a963cabc73d} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001573 sec., 63572.79084551812 rows/sec., 4.41 MiB/sec.
5234 2025.01.09 01:58:27.385327 [ 283 ] {fe083d70-8e36-4f2d-8ef2-1a963cabc73d} <Debug> TCPHandler: Processed in 0.001777217 sec.
5235 2025.01.09 01:58:27.385490 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5236 2025.01.09 01:58:27.385614 [ 286 ] {d0ab0125-e3e8-4118-bcfc-73028c78e8f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5237 2025.01.09 01:58:27.385699 [ 286 ] {d0ab0125-e3e8-4118-bcfc-73028c78e8f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
5238 2025.01.09 01:58:27.386852 [ 286 ] {d0ab0125-e3e8-4118-bcfc-73028c78e8f9} <Trace> oximeter.measurements_histogramu64 (17c94cc7-cbcb-4131-b32c-df27c461cf7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5239 2025.01.09 01:58:27.386892 [ 286 ] {d0ab0125-e3e8-4118-bcfc-73028c78e8f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5240 2025.01.09 01:58:27.387546 [ 286 ] {d0ab0125-e3e8-4118-bcfc-73028c78e8f9} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
5241 2025.01.09 01:58:27.387830 [ 286 ] {d0ab0125-e3e8-4118-bcfc-73028c78e8f9} <Trace> oximeter.measurements_histogramu64 (17c94cc7-cbcb-4131-b32c-df27c461cf7e): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5242 2025.01.09 01:58:27.388035 [ 286 ] {d0ab0125-e3e8-4118-bcfc-73028c78e8f9} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002448 sec., 10620.915032679739 rows/sec., 19.03 MiB/sec.
5243 2025.01.09 01:58:27.388141 [ 286 ] {d0ab0125-e3e8-4118-bcfc-73028c78e8f9} <Debug> TCPHandler: Processed in 0.002708392 sec.
5244 2025.01.09 01:58:27.388286 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5245 2025.01.09 01:58:27.388427 [ 283 ] {003d766b-ed52-49c0-9c65-5d2b40617286} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5246 2025.01.09 01:58:27.388490 [ 283 ] {003d766b-ed52-49c0-9c65-5d2b40617286} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5247 2025.01.09 01:58:27.389042 [ 283 ] {003d766b-ed52-49c0-9c65-5d2b40617286} <Trace> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5248 2025.01.09 01:58:27.389081 [ 283 ] {003d766b-ed52-49c0-9c65-5d2b40617286} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5249 2025.01.09 01:58:27.389451 [ 283 ] {003d766b-ed52-49c0-9c65-5d2b40617286} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
5250 2025.01.09 01:58:27.389691 [ 283 ] {003d766b-ed52-49c0-9c65-5d2b40617286} <Trace> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5251 2025.01.09 01:58:27.389943 [ 283 ] {003d766b-ed52-49c0-9c65-5d2b40617286} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001543 sec., 19442.644199611146 rows/sec., 1.33 MiB/sec.
5252 2025.01.09 01:58:27.390119 [ 283 ] {003d766b-ed52-49c0-9c65-5d2b40617286} <Debug> TCPHandler: Processed in 0.001894889 sec.
5253 2025.01.09 01:58:29.156988 [ 112 ] {} <Debug> oximeter.fields_u32 (03dfd943-ea50-4047-86b9-6222d9e39c11) (MergerMutator): Selected 5 parts from all_1_11_2 to all_15_15_0
5254 2025.01.09 01:58:29.157081 [ 112 ] {} <Trace> oximeter.fields_u32 (03dfd943-ea50-4047-86b9-6222d9e39c11): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5255 2025.01.09 01:58:29.157109 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5256 2025.01.09 01:58:29.157285 [ 197 ] {03dfd943-ea50-4047-86b9-6222d9e39c11::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
5257 2025.01.09 01:58:29.157451 [ 197 ] {03dfd943-ea50-4047-86b9-6222d9e39c11::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5258 2025.01.09 01:58:29.157491 [ 197 ] {03dfd943-ea50-4047-86b9-6222d9e39c11::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 243 rows starting from the beginning of the part
5259 2025.01.09 01:58:29.157572 [ 197 ] {03dfd943-ea50-4047-86b9-6222d9e39c11::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
5260 2025.01.09 01:58:29.157662 [ 197 ] {03dfd943-ea50-4047-86b9-6222d9e39c11::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
5261 2025.01.09 01:58:29.157959 [ 197 ] {03dfd943-ea50-4047-86b9-6222d9e39c11::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
5262 2025.01.09 01:58:29.158088 [ 197 ] {03dfd943-ea50-4047-86b9-6222d9e39c11::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
5263 2025.01.09 01:58:29.159305 [ 188 ] {03dfd943-ea50-4047-86b9-6222d9e39c11::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 755 rows, containing 5 columns (5 merged, 0 gathered) in 0.002112122 sec., 357460.41185120936 rows/sec., 25.59 MiB/sec.
5264 2025.01.09 01:58:29.159526 [ 191 ] {03dfd943-ea50-4047-86b9-6222d9e39c11::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary)
5265 2025.01.09 01:58:29.159898 [ 191 ] {03dfd943-ea50-4047-86b9-6222d9e39c11::all_1_15_3} <Trace> oximeter.fields_u32 (03dfd943-ea50-4047-86b9-6222d9e39c11): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5266 2025.01.09 01:58:29.159997 [ 191 ] {03dfd943-ea50-4047-86b9-6222d9e39c11::all_1_15_3} <Trace> oximeter.fields_u32 (03dfd943-ea50-4047-86b9-6222d9e39c11) (MergerMutator): Merged 5 parts: [all_1_11_2, all_15_15_0] -> all_1_15_3
5267 2025.01.09 01:58:29.160141 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB.
5268 2025.01.09 01:58:29.750017 [ 112 ] {} <Debug> oximeter.measurements_bool (e95e83a2-bc6b-4f55-83f2-ee90a75b0302) (MergerMutator): Selected 5 parts from all_1_11_2 to all_15_15_0
5269 2025.01.09 01:58:29.750096 [ 112 ] {} <Trace> oximeter.measurements_bool (e95e83a2-bc6b-4f55-83f2-ee90a75b0302): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5270 2025.01.09 01:58:29.750125 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5271 2025.01.09 01:58:29.750438 [ 187 ] {e95e83a2-bc6b-4f55-83f2-ee90a75b0302::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
5272 2025.01.09 01:58:29.750692 [ 187 ] {e95e83a2-bc6b-4f55-83f2-ee90a75b0302::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5273 2025.01.09 01:58:29.750758 [ 187 ] {e95e83a2-bc6b-4f55-83f2-ee90a75b0302::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
5274 2025.01.09 01:58:29.750957 [ 187 ] {e95e83a2-bc6b-4f55-83f2-ee90a75b0302::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
5275 2025.01.09 01:58:29.751139 [ 187 ] {e95e83a2-bc6b-4f55-83f2-ee90a75b0302::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
5276 2025.01.09 01:58:29.751359 [ 187 ] {e95e83a2-bc6b-4f55-83f2-ee90a75b0302::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
5277 2025.01.09 01:58:29.751577 [ 187 ] {e95e83a2-bc6b-4f55-83f2-ee90a75b0302::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
5278 2025.01.09 01:58:29.752671 [ 188 ] {e95e83a2-bc6b-4f55-83f2-ee90a75b0302::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 90 rows, containing 4 columns (4 merged, 0 gathered) in 0.002455648 sec., 36650.20393802369 rows/sec., 1.87 MiB/sec.
5279 2025.01.09 01:58:29.752867 [ 193 ] {e95e83a2-bc6b-4f55-83f2-ee90a75b0302::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary)
5280 2025.01.09 01:58:29.753231 [ 193 ] {e95e83a2-bc6b-4f55-83f2-ee90a75b0302::all_1_15_3} <Trace> oximeter.measurements_bool (e95e83a2-bc6b-4f55-83f2-ee90a75b0302): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5281 2025.01.09 01:58:29.753318 [ 193 ] {e95e83a2-bc6b-4f55-83f2-ee90a75b0302::all_1_15_3} <Trace> oximeter.measurements_bool (e95e83a2-bc6b-4f55-83f2-ee90a75b0302) (MergerMutator): Merged 5 parts: [all_1_11_2, all_15_15_0] -> all_1_15_3
5282 2025.01.09 01:58:29.753423 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB.
5283 2025.01.09 01:58:31.095388 [ 109 ] {} <Debug> DNSResolver: Updating DNS cache
5284 2025.01.09 01:58:31.095469 [ 109 ] {} <Debug> DNSResolver: Updated DNS cache
5285 2025.01.09 01:58:31.196561 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11041
5286 2025.01.09 01:58:31.197634 [ 244 ] {} <Trace> system.asynchronous_metric_log (9698bf86-621f-4c13-9bc9-6db4396b8d09): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5287 2025.01.09 01:58:31.197679 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5288 2025.01.09 01:58:31.198302 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
5289 2025.01.09 01:58:31.198572 [ 244 ] {} <Trace> system.asynchronous_metric_log (9698bf86-621f-4c13-9bc9-6db4396b8d09): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5290 2025.01.09 01:58:31.198848 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11041
5291 2025.01.09 01:58:31.237986 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 750
5292 2025.01.09 01:58:31.241365 [ 242 ] {} <Trace> system.query_log (e9d8cce9-7d6e-43dd-804a-3eff920f58fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5293 2025.01.09 01:58:31.241429 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5294 2025.01.09 01:58:31.242929 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
5295 2025.01.09 01:58:31.243248 [ 242 ] {} <Trace> system.query_log (e9d8cce9-7d6e-43dd-804a-3eff920f58fa): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5296 2025.01.09 01:58:31.244514 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 750
5297 2025.01.09 01:58:31.922580 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 181
5298 2025.01.09 01:58:31.943315 [ 243 ] {} <Trace> system.metric_log (c31dfbef-714c-4223-9d5c-473a3e49bbb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5299 2025.01.09 01:58:31.943375 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5300 2025.01.09 01:58:31.950693 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
5301 2025.01.09 01:58:31.951471 [ 243 ] {} <Trace> system.metric_log (c31dfbef-714c-4223-9d5c-473a3e49bbb4): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5302 2025.01.09 01:58:31.954171 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 181
5303 2025.01.09 01:58:32.380959 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5304 2025.01.09 01:58:32.381176 [ 286 ] {1254a179-07a5-4ac4-a882-a020523714b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
5305 2025.01.09 01:58:32.381252 [ 286 ] {1254a179-07a5-4ac4-a882-a020523714b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
5306 2025.01.09 01:58:32.382119 [ 286 ] {1254a179-07a5-4ac4-a882-a020523714b4} <Trace> oximeter.fields_i16 (768e6654-4d7d-4320-b224-a6516c636040): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5307 2025.01.09 01:58:32.382176 [ 286 ] {1254a179-07a5-4ac4-a882-a020523714b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5308 2025.01.09 01:58:32.382633 [ 286 ] {1254a179-07a5-4ac4-a882-a020523714b4} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
5309 2025.01.09 01:58:32.382908 [ 286 ] {1254a179-07a5-4ac4-a882-a020523714b4} <Trace> oximeter.fields_i16 (768e6654-4d7d-4320-b224-a6516c636040): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5310 2025.01.09 01:58:32.383159 [ 286 ] {1254a179-07a5-4ac4-a882-a020523714b4} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002036 sec., 6876.2278978388995 rows/sec., 495.00 KiB/sec.
5311 2025.01.09 01:58:32.383528 [ 286 ] {1254a179-07a5-4ac4-a882-a020523714b4} <Debug> TCPHandler: Processed in 0.002719062 sec.
5312 2025.01.09 01:58:32.383907 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5313 2025.01.09 01:58:32.384098 [ 283 ] {d93f3782-480a-4167-bed2-d180a5029d0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5314 2025.01.09 01:58:32.384171 [ 283 ] {d93f3782-480a-4167-bed2-d180a5029d0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5315 2025.01.09 01:58:32.385020 [ 283 ] {d93f3782-480a-4167-bed2-d180a5029d0b} <Trace> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5316 2025.01.09 01:58:32.385075 [ 283 ] {d93f3782-480a-4167-bed2-d180a5029d0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5317 2025.01.09 01:58:32.385520 [ 283 ] {d93f3782-480a-4167-bed2-d180a5029d0b} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
5318 2025.01.09 01:58:32.385778 [ 283 ] {d93f3782-480a-4167-bed2-d180a5029d0b} <Trace> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5319 2025.01.09 01:58:32.386056 [ 283 ] {d93f3782-480a-4167-bed2-d180a5029d0b} <Debug> executeQuery: Read 199 rows, 18.11 KiB in 0.002003 sec., 99350.97353969046 rows/sec., 8.83 MiB/sec.
5320 2025.01.09 01:58:32.386304 [ 283 ] {d93f3782-480a-4167-bed2-d180a5029d0b} <Debug> TCPHandler: Processed in 0.00260969 sec.
5321 2025.01.09 01:58:32.386493 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5322 2025.01.09 01:58:32.386642 [ 286 ] {595097ac-bfe7-49ce-8a7c-e9236f7f8332} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5323 2025.01.09 01:58:32.386704 [ 286 ] {595097ac-bfe7-49ce-8a7c-e9236f7f8332} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5324 2025.01.09 01:58:32.387361 [ 286 ] {595097ac-bfe7-49ce-8a7c-e9236f7f8332} <Trace> oximeter.fields_u16 (b7e624c8-f545-4bc0-b9ea-87ccb0a68066): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5325 2025.01.09 01:58:32.387401 [ 286 ] {595097ac-bfe7-49ce-8a7c-e9236f7f8332} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5326 2025.01.09 01:58:32.387779 [ 286 ] {595097ac-bfe7-49ce-8a7c-e9236f7f8332} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
5327 2025.01.09 01:58:32.388033 [ 286 ] {595097ac-bfe7-49ce-8a7c-e9236f7f8332} <Trace> oximeter.fields_u16 (b7e624c8-f545-4bc0-b9ea-87ccb0a68066): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5328 2025.01.09 01:58:32.388217 [ 286 ] {595097ac-bfe7-49ce-8a7c-e9236f7f8332} <Debug> executeQuery: Read 20 rows, 1.43 KiB in 0.001613 sec., 12399.25604463732 rows/sec., 888.77 KiB/sec.
5329 2025.01.09 01:58:32.388271 [ 286 ] {595097ac-bfe7-49ce-8a7c-e9236f7f8332} <Debug> TCPHandler: Processed in 0.001853528 sec.
5330 2025.01.09 01:58:32.388430 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5331 2025.01.09 01:58:32.388585 [ 283 ] {15732c1d-2447-4204-8bda-12ff933ed4ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
5332 2025.01.09 01:58:32.388655 [ 283 ] {15732c1d-2447-4204-8bda-12ff933ed4ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
5333 2025.01.09 01:58:32.389326 [ 283 ] {15732c1d-2447-4204-8bda-12ff933ed4ba} <Trace> oximeter.fields_u32 (03dfd943-ea50-4047-86b9-6222d9e39c11): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5334 2025.01.09 01:58:32.389370 [ 283 ] {15732c1d-2447-4204-8bda-12ff933ed4ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5335 2025.01.09 01:58:32.389751 [ 283 ] {15732c1d-2447-4204-8bda-12ff933ed4ba} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
5336 2025.01.09 01:58:32.390004 [ 283 ] {15732c1d-2447-4204-8bda-12ff933ed4ba} <Trace> oximeter.fields_u32 (03dfd943-ea50-4047-86b9-6222d9e39c11): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5337 2025.01.09 01:58:32.390224 [ 283 ] {15732c1d-2447-4204-8bda-12ff933ed4ba} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001675 sec., 8358.20895522388 rows/sec., 585.35 KiB/sec.
5338 2025.01.09 01:58:32.390283 [ 283 ] {15732c1d-2447-4204-8bda-12ff933ed4ba} <Debug> TCPHandler: Processed in 0.001923879 sec.
5339 2025.01.09 01:58:32.390438 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5340 2025.01.09 01:58:32.390579 [ 286 ] {a1d3ce0f-dbf7-4939-8f84-7760089a18fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
5341 2025.01.09 01:58:32.390640 [ 286 ] {a1d3ce0f-dbf7-4939-8f84-7760089a18fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
5342 2025.01.09 01:58:32.391287 [ 286 ] {a1d3ce0f-dbf7-4939-8f84-7760089a18fa} <Trace> oximeter.fields_u8 (f59c63b9-7e00-4cbb-80d5-4667ebd1997c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5343 2025.01.09 01:58:32.391326 [ 286 ] {a1d3ce0f-dbf7-4939-8f84-7760089a18fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5344 2025.01.09 01:58:32.391705 [ 286 ] {a1d3ce0f-dbf7-4939-8f84-7760089a18fa} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
5345 2025.01.09 01:58:32.391958 [ 286 ] {a1d3ce0f-dbf7-4939-8f84-7760089a18fa} <Trace> oximeter.fields_u8 (f59c63b9-7e00-4cbb-80d5-4667ebd1997c): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5346 2025.01.09 01:58:32.392193 [ 286 ] {a1d3ce0f-dbf7-4939-8f84-7760089a18fa} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001637 sec., 7941.356139279169 rows/sec., 495.14 KiB/sec.
5347 2025.01.09 01:58:32.392405 [ 286 ] {a1d3ce0f-dbf7-4939-8f84-7760089a18fa} <Debug> TCPHandler: Processed in 0.002033042 sec.
5348 2025.01.09 01:58:32.392565 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5349 2025.01.09 01:58:32.392706 [ 283 ] {7d866cd6-36ef-4f1a-95f2-43c20cfa7dbb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5350 2025.01.09 01:58:32.392765 [ 283 ] {7d866cd6-36ef-4f1a-95f2-43c20cfa7dbb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5351 2025.01.09 01:58:32.393563 [ 283 ] {7d866cd6-36ef-4f1a-95f2-43c20cfa7dbb} <Trace> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5352 2025.01.09 01:58:32.393602 [ 283 ] {7d866cd6-36ef-4f1a-95f2-43c20cfa7dbb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5353 2025.01.09 01:58:32.393996 [ 283 ] {7d866cd6-36ef-4f1a-95f2-43c20cfa7dbb} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
5354 2025.01.09 01:58:32.394240 [ 283 ] {7d866cd6-36ef-4f1a-95f2-43c20cfa7dbb} <Trace> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5355 2025.01.09 01:58:32.394493 [ 283 ] {7d866cd6-36ef-4f1a-95f2-43c20cfa7dbb} <Debug> executeQuery: Read 359 rows, 25.84 KiB in 0.001818 sec., 197469.74697469748 rows/sec., 13.88 MiB/sec.
5356 2025.01.09 01:58:32.394727 [ 283 ] {7d866cd6-36ef-4f1a-95f2-43c20cfa7dbb} <Debug> TCPHandler: Processed in 0.002229584 sec.
5357 2025.01.09 01:58:32.394928 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5358 2025.01.09 01:58:32.395063 [ 286 ] {e0adb5da-e171-4f2d-82a2-da6443ee8b99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
5359 2025.01.09 01:58:32.395123 [ 286 ] {e0adb5da-e171-4f2d-82a2-da6443ee8b99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
5360 2025.01.09 01:58:32.395673 [ 286 ] {e0adb5da-e171-4f2d-82a2-da6443ee8b99} <Trace> oximeter.measurements_bool (e95e83a2-bc6b-4f55-83f2-ee90a75b0302): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5361 2025.01.09 01:58:32.395719 [ 286 ] {e0adb5da-e171-4f2d-82a2-da6443ee8b99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5362 2025.01.09 01:58:32.396146 [ 286 ] {e0adb5da-e171-4f2d-82a2-da6443ee8b99} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
5363 2025.01.09 01:58:32.396395 [ 286 ] {e0adb5da-e171-4f2d-82a2-da6443ee8b99} <Trace> oximeter.measurements_bool (e95e83a2-bc6b-4f55-83f2-ee90a75b0302): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5364 2025.01.09 01:58:32.396651 [ 286 ] {e0adb5da-e171-4f2d-82a2-da6443ee8b99} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001599 sec., 3752.34521575985 rows/sec., 196.05 KiB/sec.
5365 2025.01.09 01:58:32.396820 [ 286 ] {e0adb5da-e171-4f2d-82a2-da6443ee8b99} <Debug> TCPHandler: Processed in 0.00198257 sec.
5366 2025.01.09 01:58:32.396968 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5367 2025.01.09 01:58:32.397090 [ 283 ] {462819a8-ad5e-4ebc-b5e4-5b5ac2a427a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5368 2025.01.09 01:58:32.397153 [ 283 ] {462819a8-ad5e-4ebc-b5e4-5b5ac2a427a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5369 2025.01.09 01:58:32.397849 [ 283 ] {462819a8-ad5e-4ebc-b5e4-5b5ac2a427a1} <Trace> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5370 2025.01.09 01:58:32.397896 [ 283 ] {462819a8-ad5e-4ebc-b5e4-5b5ac2a427a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5371 2025.01.09 01:58:32.398323 [ 283 ] {462819a8-ad5e-4ebc-b5e4-5b5ac2a427a1} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
5372 2025.01.09 01:58:32.398567 [ 283 ] {462819a8-ad5e-4ebc-b5e4-5b5ac2a427a1} <Trace> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5373 2025.01.09 01:58:32.398783 [ 283 ] {462819a8-ad5e-4ebc-b5e4-5b5ac2a427a1} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.001722 sec., 102787.45644599303 rows/sec., 6.78 MiB/sec.
5374 2025.01.09 01:58:32.398838 [ 283 ] {462819a8-ad5e-4ebc-b5e4-5b5ac2a427a1} <Debug> TCPHandler: Processed in 0.001928059 sec.
5375 2025.01.09 01:58:32.398977 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5376 2025.01.09 01:58:32.399102 [ 286 ] {8fffd15a-0f1c-40d5-b2ea-b331db23cddf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
5377 2025.01.09 01:58:32.399163 [ 286 ] {8fffd15a-0f1c-40d5-b2ea-b331db23cddf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
5378 2025.01.09 01:58:32.399715 [ 286 ] {8fffd15a-0f1c-40d5-b2ea-b331db23cddf} <Trace> oximeter.measurements_f64 (934b838e-c5f5-431f-8772-7fa1e914138c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5379 2025.01.09 01:58:32.399761 [ 286 ] {8fffd15a-0f1c-40d5-b2ea-b331db23cddf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5380 2025.01.09 01:58:32.400175 [ 286 ] {8fffd15a-0f1c-40d5-b2ea-b331db23cddf} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
5381 2025.01.09 01:58:32.400413 [ 286 ] {8fffd15a-0f1c-40d5-b2ea-b331db23cddf} <Trace> oximeter.measurements_f64 (934b838e-c5f5-431f-8772-7fa1e914138c): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5382 2025.01.09 01:58:32.400618 [ 286 ] {8fffd15a-0f1c-40d5-b2ea-b331db23cddf} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001541 sec., 648.9292667099286 rows/sec., 43.73 KiB/sec.
5383 2025.01.09 01:58:32.400702 [ 286 ] {8fffd15a-0f1c-40d5-b2ea-b331db23cddf} <Debug> TCPHandler: Processed in 0.001779897 sec.
5384 2025.01.09 01:58:32.400837 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5385 2025.01.09 01:58:32.400956 [ 283 ] {5f879fd2-7cea-4afa-b81d-e504b75617bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5386 2025.01.09 01:58:32.401039 [ 283 ] {5f879fd2-7cea-4afa-b81d-e504b75617bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
5387 2025.01.09 01:58:32.402304 [ 283 ] {5f879fd2-7cea-4afa-b81d-e504b75617bc} <Trace> oximeter.measurements_histogramu64 (17c94cc7-cbcb-4131-b32c-df27c461cf7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5388 2025.01.09 01:58:32.402344 [ 283 ] {5f879fd2-7cea-4afa-b81d-e504b75617bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5389 2025.01.09 01:58:32.402975 [ 283 ] {5f879fd2-7cea-4afa-b81d-e504b75617bc} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
5390 2025.01.09 01:58:32.403237 [ 283 ] {5f879fd2-7cea-4afa-b81d-e504b75617bc} <Trace> oximeter.measurements_histogramu64 (17c94cc7-cbcb-4131-b32c-df27c461cf7e): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5391 2025.01.09 01:58:32.403504 [ 283 ] {5f879fd2-7cea-4afa-b81d-e504b75617bc} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002572 sec., 5054.43234836703 rows/sec., 9.06 MiB/sec.
5392 2025.01.09 01:58:32.403621 [ 283 ] {5f879fd2-7cea-4afa-b81d-e504b75617bc} <Debug> TCPHandler: Processed in 0.002839613 sec.
5393 2025.01.09 01:58:32.403824 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5394 2025.01.09 01:58:32.404046 [ 286 ] {fa65d50a-ff32-42dc-ae73-4bf30adb8055} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5395 2025.01.09 01:58:32.404137 [ 286 ] {fa65d50a-ff32-42dc-ae73-4bf30adb8055} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5396 2025.01.09 01:58:32.404624 [ 286 ] {fa65d50a-ff32-42dc-ae73-4bf30adb8055} <Trace> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5397 2025.01.09 01:58:32.404662 [ 286 ] {fa65d50a-ff32-42dc-ae73-4bf30adb8055} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5398 2025.01.09 01:58:32.405033 [ 286 ] {fa65d50a-ff32-42dc-ae73-4bf30adb8055} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
5399 2025.01.09 01:58:32.405283 [ 286 ] {fa65d50a-ff32-42dc-ae73-4bf30adb8055} <Trace> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5400 2025.01.09 01:58:32.405466 [ 286 ] {fa65d50a-ff32-42dc-ae73-4bf30adb8055} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.001474 sec., 35278.15468113976 rows/sec., 2.18 MiB/sec.
5401 2025.01.09 01:58:32.405515 [ 286 ] {fa65d50a-ff32-42dc-ae73-4bf30adb8055} <Debug> TCPHandler: Processed in 0.001800987 sec.
5402 2025.01.09 01:58:37.376069 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5403 2025.01.09 01:58:37.376281 [ 286 ] {6d93dbed-9d52-403f-9569-cfb2aa7c487e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5404 2025.01.09 01:58:37.376360 [ 286 ] {6d93dbed-9d52-403f-9569-cfb2aa7c487e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5405 2025.01.09 01:58:37.377175 [ 286 ] {6d93dbed-9d52-403f-9569-cfb2aa7c487e} <Trace> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5406 2025.01.09 01:58:37.377232 [ 286 ] {6d93dbed-9d52-403f-9569-cfb2aa7c487e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5407 2025.01.09 01:58:37.377670 [ 286 ] {6d93dbed-9d52-403f-9569-cfb2aa7c487e} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
5408 2025.01.09 01:58:37.377922 [ 286 ] {6d93dbed-9d52-403f-9569-cfb2aa7c487e} <Trace> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5409 2025.01.09 01:58:37.378147 [ 286 ] {6d93dbed-9d52-403f-9569-cfb2aa7c487e} <Debug> executeQuery: Read 78 rows, 6.85 KiB in 0.001923 sec., 40561.622464898595 rows/sec., 3.48 MiB/sec.
5410 2025.01.09 01:58:37.378213 [ 286 ] {6d93dbed-9d52-403f-9569-cfb2aa7c487e} <Debug> TCPHandler: Processed in 0.002287224 sec.
5411 2025.01.09 01:58:37.378474 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5412 2025.01.09 01:58:37.378663 [ 283 ] {1478dfb3-ea53-4937-a25a-17d5939ed1a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5413 2025.01.09 01:58:37.378737 [ 283 ] {1478dfb3-ea53-4937-a25a-17d5939ed1a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5414 2025.01.09 01:58:37.379482 [ 283 ] {1478dfb3-ea53-4937-a25a-17d5939ed1a4} <Trace> oximeter.fields_u16 (b7e624c8-f545-4bc0-b9ea-87ccb0a68066): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5415 2025.01.09 01:58:37.379529 [ 283 ] {1478dfb3-ea53-4937-a25a-17d5939ed1a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5416 2025.01.09 01:58:37.379972 [ 283 ] {1478dfb3-ea53-4937-a25a-17d5939ed1a4} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
5417 2025.01.09 01:58:37.380223 [ 283 ] {1478dfb3-ea53-4937-a25a-17d5939ed1a4} <Trace> oximeter.fields_u16 (b7e624c8-f545-4bc0-b9ea-87ccb0a68066): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5418 2025.01.09 01:58:37.380410 [ 67 ] {} <Debug> oximeter.fields_u16 (b7e624c8-f545-4bc0-b9ea-87ccb0a68066) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
5419 2025.01.09 01:58:37.380479 [ 283 ] {1478dfb3-ea53-4937-a25a-17d5939ed1a4} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.001862 sec., 13963.480128893663 rows/sec., 1.03 MiB/sec.
5420 2025.01.09 01:58:37.380490 [ 67 ] {} <Trace> oximeter.fields_u16 (b7e624c8-f545-4bc0-b9ea-87ccb0a68066): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5421 2025.01.09 01:58:37.380563 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5422 2025.01.09 01:58:37.380619 [ 283 ] {1478dfb3-ea53-4937-a25a-17d5939ed1a4} <Debug> TCPHandler: Processed in 0.002273434 sec.
5423 2025.01.09 01:58:37.380841 [ 191 ] {b7e624c8-f545-4bc0-b9ea-87ccb0a68066::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
5424 2025.01.09 01:58:37.380862 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5425 2025.01.09 01:58:37.381110 [ 191 ] {b7e624c8-f545-4bc0-b9ea-87ccb0a68066::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5426 2025.01.09 01:58:37.381123 [ 286 ] {e37bae7a-f454-4d4b-b5e7-b708b1b2a1a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5427 2025.01.09 01:58:37.381184 [ 191 ] {b7e624c8-f545-4bc0-b9ea-87ccb0a68066::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 60 rows starting from the beginning of the part
5428 2025.01.09 01:58:37.381231 [ 286 ] {e37bae7a-f454-4d4b-b5e7-b708b1b2a1a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5429 2025.01.09 01:58:37.381480 [ 191 ] {b7e624c8-f545-4bc0-b9ea-87ccb0a68066::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 26 rows starting from the beginning of the part
5430 2025.01.09 01:58:37.381796 [ 191 ] {b7e624c8-f545-4bc0-b9ea-87ccb0a68066::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 20 rows starting from the beginning of the part
5431 2025.01.09 01:58:37.382073 [ 191 ] {b7e624c8-f545-4bc0-b9ea-87ccb0a68066::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 26 rows starting from the beginning of the part
5432 2025.01.09 01:58:37.382333 [ 191 ] {b7e624c8-f545-4bc0-b9ea-87ccb0a68066::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 20 rows starting from the beginning of the part
5433 2025.01.09 01:58:37.382663 [ 191 ] {b7e624c8-f545-4bc0-b9ea-87ccb0a68066::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 26 rows starting from the beginning of the part
5434 2025.01.09 01:58:37.384231 [ 286 ] {e37bae7a-f454-4d4b-b5e7-b708b1b2a1a8} <Trace> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5435 2025.01.09 01:58:37.384313 [ 286 ] {e37bae7a-f454-4d4b-b5e7-b708b1b2a1a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5436 2025.01.09 01:58:37.385406 [ 286 ] {e37bae7a-f454-4d4b-b5e7-b708b1b2a1a8} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
5437 2025.01.09 01:58:37.385568 [ 193 ] {b7e624c8-f545-4bc0-b9ea-87ccb0a68066::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 178 rows, containing 5 columns (5 merged, 0 gathered) in 0.004901145 sec., 36318.04404889062 rows/sec., 2.75 MiB/sec.
5438 2025.01.09 01:58:37.385721 [ 193 ] {b7e624c8-f545-4bc0-b9ea-87ccb0a68066::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
5439 2025.01.09 01:58:37.385786 [ 286 ] {e37bae7a-f454-4d4b-b5e7-b708b1b2a1a8} <Trace> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5440 2025.01.09 01:58:37.386102 [ 286 ] {e37bae7a-f454-4d4b-b5e7-b708b1b2a1a8} <Debug> executeQuery: Read 54 rows, 4.32 KiB in 0.005077 sec., 10636.20248178058 rows/sec., 850.57 KiB/sec.
5441 2025.01.09 01:58:37.386207 [ 286 ] {e37bae7a-f454-4d4b-b5e7-b708b1b2a1a8} <Debug> TCPHandler: Processed in 0.005459194 sec.
5442 2025.01.09 01:58:37.386220 [ 193 ] {b7e624c8-f545-4bc0-b9ea-87ccb0a68066::all_1_31_6} <Trace> oximeter.fields_u16 (b7e624c8-f545-4bc0-b9ea-87ccb0a68066): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5443 2025.01.09 01:58:37.386349 [ 193 ] {b7e624c8-f545-4bc0-b9ea-87ccb0a68066::all_1_31_6} <Trace> oximeter.fields_u16 (b7e624c8-f545-4bc0-b9ea-87ccb0a68066) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
5444 2025.01.09 01:58:37.386392 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5445 2025.01.09 01:58:37.386506 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
5446 2025.01.09 01:58:37.386619 [ 283 ] {0f56db90-c2ec-4cdf-9cbb-c9ed0f8f5665} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5447 2025.01.09 01:58:37.386692 [ 283 ] {0f56db90-c2ec-4cdf-9cbb-c9ed0f8f5665} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5448 2025.01.09 01:58:37.387330 [ 283 ] {0f56db90-c2ec-4cdf-9cbb-c9ed0f8f5665} <Trace> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5449 2025.01.09 01:58:37.387371 [ 283 ] {0f56db90-c2ec-4cdf-9cbb-c9ed0f8f5665} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5450 2025.01.09 01:58:37.387783 [ 283 ] {0f56db90-c2ec-4cdf-9cbb-c9ed0f8f5665} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
5451 2025.01.09 01:58:37.388027 [ 283 ] {0f56db90-c2ec-4cdf-9cbb-c9ed0f8f5665} <Trace> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5452 2025.01.09 01:58:37.388257 [ 283 ] {0f56db90-c2ec-4cdf-9cbb-c9ed0f8f5665} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.00167 sec., 59880.23952095808 rows/sec., 4.15 MiB/sec.
5453 2025.01.09 01:58:37.388338 [ 283 ] {0f56db90-c2ec-4cdf-9cbb-c9ed0f8f5665} <Debug> TCPHandler: Processed in 0.002032251 sec.
5454 2025.01.09 01:58:37.388588 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5455 2025.01.09 01:58:37.388713 [ 286 ] {71039468-9bb4-4b4c-a335-55f6e20ba9a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5456 2025.01.09 01:58:37.388800 [ 286 ] {71039468-9bb4-4b4c-a335-55f6e20ba9a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
5457 2025.01.09 01:58:37.389962 [ 286 ] {71039468-9bb4-4b4c-a335-55f6e20ba9a4} <Trace> oximeter.measurements_histogramu64 (17c94cc7-cbcb-4131-b32c-df27c461cf7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5458 2025.01.09 01:58:37.390003 [ 286 ] {71039468-9bb4-4b4c-a335-55f6e20ba9a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5459 2025.01.09 01:58:37.390668 [ 286 ] {71039468-9bb4-4b4c-a335-55f6e20ba9a4} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
5460 2025.01.09 01:58:37.390944 [ 286 ] {71039468-9bb4-4b4c-a335-55f6e20ba9a4} <Trace> oximeter.measurements_histogramu64 (17c94cc7-cbcb-4131-b32c-df27c461cf7e): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5461 2025.01.09 01:58:37.391130 [ 67 ] {} <Debug> oximeter.measurements_histogramu64 (17c94cc7-cbcb-4131-b32c-df27c461cf7e) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
5462 2025.01.09 01:58:37.391201 [ 67 ] {} <Trace> oximeter.measurements_histogramu64 (17c94cc7-cbcb-4131-b32c-df27c461cf7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5463 2025.01.09 01:58:37.391237 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5464 2025.01.09 01:58:37.391242 [ 286 ] {71039468-9bb4-4b4c-a335-55f6e20ba9a4} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.00254 sec., 10236.220472440944 rows/sec., 18.34 MiB/sec.
5465 2025.01.09 01:58:37.391504 [ 193 ] {17c94cc7-cbcb-4131-b32c-df27c461cf7e::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
5466 2025.01.09 01:58:37.391520 [ 286 ] {71039468-9bb4-4b4c-a335-55f6e20ba9a4} <Debug> TCPHandler: Processed in 0.003069377 sec.
5467 2025.01.09 01:58:37.391746 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5468 2025.01.09 01:58:37.391966 [ 193 ] {17c94cc7-cbcb-4131-b32c-df27c461cf7e::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5469 2025.01.09 01:58:37.392006 [ 283 ] {279f3a94-892d-4cb4-9490-fa61e31ff4b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5470 2025.01.09 01:58:37.392096 [ 193 ] {17c94cc7-cbcb-4131-b32c-df27c461cf7e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 464 rows starting from the beginning of the part
5471 2025.01.09 01:58:37.392142 [ 283 ] {279f3a94-892d-4cb4-9490-fa61e31ff4b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5472 2025.01.09 01:58:37.392946 [ 193 ] {17c94cc7-cbcb-4131-b32c-df27c461cf7e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 26 rows starting from the beginning of the part
5473 2025.01.09 01:58:37.393652 [ 193 ] {17c94cc7-cbcb-4131-b32c-df27c461cf7e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 13 rows starting from the beginning of the part
5474 2025.01.09 01:58:37.394389 [ 193 ] {17c94cc7-cbcb-4131-b32c-df27c461cf7e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 26 rows starting from the beginning of the part
5475 2025.01.09 01:58:37.394601 [ 283 ] {279f3a94-892d-4cb4-9490-fa61e31ff4b1} <Trace> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5476 2025.01.09 01:58:37.394717 [ 283 ] {279f3a94-892d-4cb4-9490-fa61e31ff4b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5477 2025.01.09 01:58:37.395082 [ 193 ] {17c94cc7-cbcb-4131-b32c-df27c461cf7e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 13 rows starting from the beginning of the part
5478 2025.01.09 01:58:37.395727 [ 193 ] {17c94cc7-cbcb-4131-b32c-df27c461cf7e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 26 rows starting from the beginning of the part
5479 2025.01.09 01:58:37.396494 [ 283 ] {279f3a94-892d-4cb4-9490-fa61e31ff4b1} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
5480 2025.01.09 01:58:37.397030 [ 283 ] {279f3a94-892d-4cb4-9490-fa61e31ff4b1} <Trace> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5481 2025.01.09 01:58:37.397749 [ 283 ] {279f3a94-892d-4cb4-9490-fa61e31ff4b1} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.005777 sec., 5193.006750908776 rows/sec., 364.29 KiB/sec.
5482 2025.01.09 01:58:37.398154 [ 283 ] {279f3a94-892d-4cb4-9490-fa61e31ff4b1} <Debug> TCPHandler: Processed in 0.006510879 sec.
5483 2025.01.09 01:58:37.403226 [ 193 ] {17c94cc7-cbcb-4131-b32c-df27c461cf7e::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 568 rows, containing 19 columns (19 merged, 0 gathered) in 0.011900011 sec., 47731.04831583769 rows/sec., 85.53 MiB/sec.
5484 2025.01.09 01:58:37.404246 [ 190 ] {17c94cc7-cbcb-4131-b32c-df27c461cf7e::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
5485 2025.01.09 01:58:37.404677 [ 190 ] {17c94cc7-cbcb-4131-b32c-df27c461cf7e::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (17c94cc7-cbcb-4131-b32c-df27c461cf7e): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5486 2025.01.09 01:58:37.404765 [ 190 ] {17c94cc7-cbcb-4131-b32c-df27c461cf7e::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (17c94cc7-cbcb-4131-b32c-df27c461cf7e) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
5487 2025.01.09 01:58:37.404921 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.38 MiB.
5488 2025.01.09 01:58:38.699007 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 11468
5489 2025.01.09 01:58:38.699734 [ 244 ] {} <Trace> system.asynchronous_metric_log (9698bf86-621f-4c13-9bc9-6db4396b8d09): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5490 2025.01.09 01:58:38.699780 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5491 2025.01.09 01:58:38.700304 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
5492 2025.01.09 01:58:38.700561 [ 244 ] {} <Trace> system.asynchronous_metric_log (9698bf86-621f-4c13-9bc9-6db4396b8d09): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5493 2025.01.09 01:58:38.700819 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11468
5494 2025.01.09 01:58:39.454270 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 189
5495 2025.01.09 01:58:39.475936 [ 243 ] {} <Trace> system.metric_log (c31dfbef-714c-4223-9d5c-473a3e49bbb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5496 2025.01.09 01:58:39.475985 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5497 2025.01.09 01:58:39.483518 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
5498 2025.01.09 01:58:39.484285 [ 243 ] {} <Trace> system.metric_log (c31dfbef-714c-4223-9d5c-473a3e49bbb4): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5499 2025.01.09 01:58:39.487395 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 189
5500 2025.01.09 01:58:41.244694 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 784
5501 2025.01.09 01:58:41.247939 [ 242 ] {} <Trace> system.query_log (e9d8cce9-7d6e-43dd-804a-3eff920f58fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5502 2025.01.09 01:58:41.247992 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5503 2025.01.09 01:58:41.249500 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
5504 2025.01.09 01:58:41.249819 [ 242 ] {} <Trace> system.query_log (e9d8cce9-7d6e-43dd-804a-3eff920f58fa): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5505 2025.01.09 01:58:41.251141 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 784
5506 2025.01.09 01:58:42.380853 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5507 2025.01.09 01:58:42.381161 [ 286 ] {a5d4c2f7-3fd6-4879-bc5d-0245547711fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
5508 2025.01.09 01:58:42.381280 [ 286 ] {a5d4c2f7-3fd6-4879-bc5d-0245547711fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
5509 2025.01.09 01:58:42.382096 [ 286 ] {a5d4c2f7-3fd6-4879-bc5d-0245547711fa} <Trace> oximeter.fields_i16 (768e6654-4d7d-4320-b224-a6516c636040): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5510 2025.01.09 01:58:42.382151 [ 286 ] {a5d4c2f7-3fd6-4879-bc5d-0245547711fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5511 2025.01.09 01:58:42.382591 [ 286 ] {a5d4c2f7-3fd6-4879-bc5d-0245547711fa} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
5512 2025.01.09 01:58:42.382856 [ 286 ] {a5d4c2f7-3fd6-4879-bc5d-0245547711fa} <Trace> oximeter.fields_i16 (768e6654-4d7d-4320-b224-a6516c636040): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5513 2025.01.09 01:58:42.383060 [ 44 ] {} <Debug> oximeter.fields_i16 (768e6654-4d7d-4320-b224-a6516c636040) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0
5514 2025.01.09 01:58:42.383128 [ 286 ] {a5d4c2f7-3fd6-4879-bc5d-0245547711fa} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002052 sec., 6822.612085769981 rows/sec., 491.14 KiB/sec.
5515 2025.01.09 01:58:42.383158 [ 44 ] {} <Trace> oximeter.fields_i16 (768e6654-4d7d-4320-b224-a6516c636040): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5516 2025.01.09 01:58:42.383229 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5517 2025.01.09 01:58:42.383257 [ 286 ] {a5d4c2f7-3fd6-4879-bc5d-0245547711fa} <Debug> TCPHandler: Processed in 0.002596279 sec.
5518 2025.01.09 01:58:42.383509 [ 195 ] {768e6654-4d7d-4320-b224-a6516c636040::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
5519 2025.01.09 01:58:42.383588 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5520 2025.01.09 01:58:42.383725 [ 195 ] {768e6654-4d7d-4320-b224-a6516c636040::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5521 2025.01.09 01:58:42.383800 [ 195 ] {768e6654-4d7d-4320-b224-a6516c636040::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
5522 2025.01.09 01:58:42.383869 [ 283 ] {c280d695-124e-40b1-bb89-e5eb1f3a6f05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5523 2025.01.09 01:58:42.383994 [ 195 ] {768e6654-4d7d-4320-b224-a6516c636040::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
5524 2025.01.09 01:58:42.384026 [ 283 ] {c280d695-124e-40b1-bb89-e5eb1f3a6f05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5525 2025.01.09 01:58:42.384332 [ 195 ] {768e6654-4d7d-4320-b224-a6516c636040::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
5526 2025.01.09 01:58:42.384700 [ 195 ] {768e6654-4d7d-4320-b224-a6516c636040::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
5527 2025.01.09 01:58:42.385025 [ 195 ] {768e6654-4d7d-4320-b224-a6516c636040::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
5528 2025.01.09 01:58:42.386870 [ 283 ] {c280d695-124e-40b1-bb89-e5eb1f3a6f05} <Trace> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5529 2025.01.09 01:58:42.386944 [ 283 ] {c280d695-124e-40b1-bb89-e5eb1f3a6f05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5530 2025.01.09 01:58:42.387585 [ 194 ] {768e6654-4d7d-4320-b224-a6516c636040::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004245174 sec., 16489.312334429636 rows/sec., 1.22 MiB/sec.
5531 2025.01.09 01:58:42.387811 [ 194 ] {768e6654-4d7d-4320-b224-a6516c636040::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary)
5532 2025.01.09 01:58:42.387883 [ 283 ] {c280d695-124e-40b1-bb89-e5eb1f3a6f05} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
5533 2025.01.09 01:58:42.388147 [ 194 ] {768e6654-4d7d-4320-b224-a6516c636040::all_1_17_4} <Trace> oximeter.fields_i16 (768e6654-4d7d-4320-b224-a6516c636040): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5534 2025.01.09 01:58:42.388210 [ 283 ] {c280d695-124e-40b1-bb89-e5eb1f3a6f05} <Trace> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5535 2025.01.09 01:58:42.388266 [ 194 ] {768e6654-4d7d-4320-b224-a6516c636040::all_1_17_4} <Trace> oximeter.fields_i16 (768e6654-4d7d-4320-b224-a6516c636040) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4
5536 2025.01.09 01:58:42.388483 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
5537 2025.01.09 01:58:42.388636 [ 283 ] {c280d695-124e-40b1-bb89-e5eb1f3a6f05} <Debug> executeQuery: Read 199 rows, 18.11 KiB in 0.004856 sec., 40980.23064250412 rows/sec., 3.64 MiB/sec.
5538 2025.01.09 01:58:42.388781 [ 283 ] {c280d695-124e-40b1-bb89-e5eb1f3a6f05} <Debug> TCPHandler: Processed in 0.005383053 sec.
5539 2025.01.09 01:58:42.389119 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5540 2025.01.09 01:58:42.389347 [ 286 ] {7c95dbd9-3ea6-4471-83b3-d6a4b2f0bcc8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5541 2025.01.09 01:58:42.389434 [ 286 ] {7c95dbd9-3ea6-4471-83b3-d6a4b2f0bcc8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5542 2025.01.09 01:58:42.390039 [ 286 ] {7c95dbd9-3ea6-4471-83b3-d6a4b2f0bcc8} <Trace> oximeter.fields_u16 (b7e624c8-f545-4bc0-b9ea-87ccb0a68066): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5543 2025.01.09 01:58:42.390079 [ 286 ] {7c95dbd9-3ea6-4471-83b3-d6a4b2f0bcc8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5544 2025.01.09 01:58:42.390447 [ 286 ] {7c95dbd9-3ea6-4471-83b3-d6a4b2f0bcc8} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
5545 2025.01.09 01:58:42.390698 [ 286 ] {7c95dbd9-3ea6-4471-83b3-d6a4b2f0bcc8} <Trace> oximeter.fields_u16 (b7e624c8-f545-4bc0-b9ea-87ccb0a68066): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5546 2025.01.09 01:58:42.390951 [ 286 ] {7c95dbd9-3ea6-4471-83b3-d6a4b2f0bcc8} <Debug> executeQuery: Read 20 rows, 1.43 KiB in 0.001648 sec., 12135.922330097088 rows/sec., 869.90 KiB/sec.
5547 2025.01.09 01:58:42.391143 [ 286 ] {7c95dbd9-3ea6-4471-83b3-d6a4b2f0bcc8} <Debug> TCPHandler: Processed in 0.002191054 sec.
5548 2025.01.09 01:58:42.391375 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5549 2025.01.09 01:58:42.391515 [ 283 ] {b6150987-9ad8-491c-8f2e-4126736e23f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
5550 2025.01.09 01:58:42.391575 [ 283 ] {b6150987-9ad8-491c-8f2e-4126736e23f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
5551 2025.01.09 01:58:42.392255 [ 283 ] {b6150987-9ad8-491c-8f2e-4126736e23f9} <Trace> oximeter.fields_u32 (03dfd943-ea50-4047-86b9-6222d9e39c11): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5552 2025.01.09 01:58:42.392303 [ 283 ] {b6150987-9ad8-491c-8f2e-4126736e23f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5553 2025.01.09 01:58:42.392675 [ 283 ] {b6150987-9ad8-491c-8f2e-4126736e23f9} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
5554 2025.01.09 01:58:42.392909 [ 283 ] {b6150987-9ad8-491c-8f2e-4126736e23f9} <Trace> oximeter.fields_u32 (03dfd943-ea50-4047-86b9-6222d9e39c11): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5555 2025.01.09 01:58:42.393181 [ 283 ] {b6150987-9ad8-491c-8f2e-4126736e23f9} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001686 sec., 8303.67734282325 rows/sec., 581.54 KiB/sec.
5556 2025.01.09 01:58:42.393365 [ 283 ] {b6150987-9ad8-491c-8f2e-4126736e23f9} <Debug> TCPHandler: Processed in 0.002080422 sec.
5557 2025.01.09 01:58:42.393540 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5558 2025.01.09 01:58:42.393678 [ 286 ] {e10271f6-86bf-4a53-9853-ecdbfc30586b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
5559 2025.01.09 01:58:42.393736 [ 286 ] {e10271f6-86bf-4a53-9853-ecdbfc30586b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
5560 2025.01.09 01:58:42.394404 [ 286 ] {e10271f6-86bf-4a53-9853-ecdbfc30586b} <Trace> oximeter.fields_u8 (f59c63b9-7e00-4cbb-80d5-4667ebd1997c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5561 2025.01.09 01:58:42.394444 [ 286 ] {e10271f6-86bf-4a53-9853-ecdbfc30586b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5562 2025.01.09 01:58:42.394807 [ 286 ] {e10271f6-86bf-4a53-9853-ecdbfc30586b} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
5563 2025.01.09 01:58:42.395060 [ 286 ] {e10271f6-86bf-4a53-9853-ecdbfc30586b} <Trace> oximeter.fields_u8 (f59c63b9-7e00-4cbb-80d5-4667ebd1997c): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5564 2025.01.09 01:58:42.395212 [ 44 ] {} <Debug> oximeter.fields_u8 (f59c63b9-7e00-4cbb-80d5-4667ebd1997c) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0
5565 2025.01.09 01:58:42.395276 [ 44 ] {} <Trace> oximeter.fields_u8 (f59c63b9-7e00-4cbb-80d5-4667ebd1997c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5566 2025.01.09 01:58:42.395305 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5567 2025.01.09 01:58:42.395325 [ 286 ] {e10271f6-86bf-4a53-9853-ecdbfc30586b} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001665 sec., 7807.807807807808 rows/sec., 486.81 KiB/sec.
5568 2025.01.09 01:58:42.395534 [ 286 ] {e10271f6-86bf-4a53-9853-ecdbfc30586b} <Debug> TCPHandler: Processed in 0.002060762 sec.
5569 2025.01.09 01:58:42.395584 [ 198 ] {f59c63b9-7e00-4cbb-80d5-4667ebd1997c::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
5570 2025.01.09 01:58:42.395710 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5571 2025.01.09 01:58:42.395755 [ 198 ] {f59c63b9-7e00-4cbb-80d5-4667ebd1997c::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5572 2025.01.09 01:58:42.395796 [ 198 ] {f59c63b9-7e00-4cbb-80d5-4667ebd1997c::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
5573 2025.01.09 01:58:42.395892 [ 283 ] {5014403a-e40b-4c5c-be05-8a2a11fc54e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5574 2025.01.09 01:58:42.396020 [ 198 ] {f59c63b9-7e00-4cbb-80d5-4667ebd1997c::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
5575 2025.01.09 01:58:42.396088 [ 283 ] {5014403a-e40b-4c5c-be05-8a2a11fc54e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5576 2025.01.09 01:58:42.396310 [ 198 ] {f59c63b9-7e00-4cbb-80d5-4667ebd1997c::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
5577 2025.01.09 01:58:42.396602 [ 198 ] {f59c63b9-7e00-4cbb-80d5-4667ebd1997c::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
5578 2025.01.09 01:58:42.396875 [ 198 ] {f59c63b9-7e00-4cbb-80d5-4667ebd1997c::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
5579 2025.01.09 01:58:42.398166 [ 283 ] {5014403a-e40b-4c5c-be05-8a2a11fc54e6} <Trace> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5580 2025.01.09 01:58:42.398209 [ 283 ] {5014403a-e40b-4c5c-be05-8a2a11fc54e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5581 2025.01.09 01:58:42.398480 [ 198 ] {f59c63b9-7e00-4cbb-80d5-4667ebd1997c::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.003080517 sec., 21100.35425871696 rows/sec., 1.37 MiB/sec.
5582 2025.01.09 01:58:42.398617 [ 198 ] {f59c63b9-7e00-4cbb-80d5-4667ebd1997c::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary)
5583 2025.01.09 01:58:42.398772 [ 283 ] {5014403a-e40b-4c5c-be05-8a2a11fc54e6} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
5584 2025.01.09 01:58:42.398934 [ 198 ] {f59c63b9-7e00-4cbb-80d5-4667ebd1997c::all_1_17_4} <Trace> oximeter.fields_u8 (f59c63b9-7e00-4cbb-80d5-4667ebd1997c): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5585 2025.01.09 01:58:42.399021 [ 198 ] {f59c63b9-7e00-4cbb-80d5-4667ebd1997c::all_1_17_4} <Trace> oximeter.fields_u8 (f59c63b9-7e00-4cbb-80d5-4667ebd1997c) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4
5586 2025.01.09 01:58:42.399070 [ 283 ] {5014403a-e40b-4c5c-be05-8a2a11fc54e6} <Trace> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5587 2025.01.09 01:58:42.399109 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
5588 2025.01.09 01:58:42.399372 [ 283 ] {5014403a-e40b-4c5c-be05-8a2a11fc54e6} <Debug> executeQuery: Read 359 rows, 25.84 KiB in 0.003529 sec., 101728.5349957495 rows/sec., 7.15 MiB/sec.
5589 2025.01.09 01:58:42.399503 [ 283 ] {5014403a-e40b-4c5c-be05-8a2a11fc54e6} <Debug> TCPHandler: Processed in 0.003867639 sec.
5590 2025.01.09 01:58:42.399749 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5591 2025.01.09 01:58:42.399893 [ 286 ] {3a70acc3-3488-4edc-bb85-51da6b7199de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
5592 2025.01.09 01:58:42.399954 [ 286 ] {3a70acc3-3488-4edc-bb85-51da6b7199de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
5593 2025.01.09 01:58:42.400516 [ 286 ] {3a70acc3-3488-4edc-bb85-51da6b7199de} <Trace> oximeter.measurements_bool (e95e83a2-bc6b-4f55-83f2-ee90a75b0302): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5594 2025.01.09 01:58:42.400556 [ 286 ] {3a70acc3-3488-4edc-bb85-51da6b7199de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5595 2025.01.09 01:58:42.400928 [ 286 ] {3a70acc3-3488-4edc-bb85-51da6b7199de} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
5596 2025.01.09 01:58:42.401168 [ 286 ] {3a70acc3-3488-4edc-bb85-51da6b7199de} <Trace> oximeter.measurements_bool (e95e83a2-bc6b-4f55-83f2-ee90a75b0302): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5597 2025.01.09 01:58:42.401407 [ 286 ] {3a70acc3-3488-4edc-bb85-51da6b7199de} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001538 sec., 3901.1703511053315 rows/sec., 203.82 KiB/sec.
5598 2025.01.09 01:58:42.401505 [ 286 ] {3a70acc3-3488-4edc-bb85-51da6b7199de} <Debug> TCPHandler: Processed in 0.001901599 sec.
5599 2025.01.09 01:58:42.401679 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5600 2025.01.09 01:58:42.401819 [ 283 ] {e61bd5bf-1ce3-4e56-b1c4-5fa6270502a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5601 2025.01.09 01:58:42.401883 [ 283 ] {e61bd5bf-1ce3-4e56-b1c4-5fa6270502a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5602 2025.01.09 01:58:42.402544 [ 283 ] {e61bd5bf-1ce3-4e56-b1c4-5fa6270502a0} <Trace> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5603 2025.01.09 01:58:42.402583 [ 283 ] {e61bd5bf-1ce3-4e56-b1c4-5fa6270502a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5604 2025.01.09 01:58:42.402974 [ 283 ] {e61bd5bf-1ce3-4e56-b1c4-5fa6270502a0} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
5605 2025.01.09 01:58:42.403212 [ 283 ] {e61bd5bf-1ce3-4e56-b1c4-5fa6270502a0} <Trace> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5606 2025.01.09 01:58:42.403424 [ 283 ] {e61bd5bf-1ce3-4e56-b1c4-5fa6270502a0} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.001637 sec., 108124.61820403177 rows/sec., 7.13 MiB/sec.
5607 2025.01.09 01:58:42.403477 [ 283 ] {e61bd5bf-1ce3-4e56-b1c4-5fa6270502a0} <Debug> TCPHandler: Processed in 0.001865558 sec.
5608 2025.01.09 01:58:42.403632 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5609 2025.01.09 01:58:42.403770 [ 286 ] {83732471-23ac-42ea-a1cd-bebf463d2caf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
5610 2025.01.09 01:58:42.403833 [ 286 ] {83732471-23ac-42ea-a1cd-bebf463d2caf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
5611 2025.01.09 01:58:42.404387 [ 286 ] {83732471-23ac-42ea-a1cd-bebf463d2caf} <Trace> oximeter.measurements_f64 (934b838e-c5f5-431f-8772-7fa1e914138c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5612 2025.01.09 01:58:42.404428 [ 286 ] {83732471-23ac-42ea-a1cd-bebf463d2caf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5613 2025.01.09 01:58:42.404796 [ 286 ] {83732471-23ac-42ea-a1cd-bebf463d2caf} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
5614 2025.01.09 01:58:42.405038 [ 286 ] {83732471-23ac-42ea-a1cd-bebf463d2caf} <Trace> oximeter.measurements_f64 (934b838e-c5f5-431f-8772-7fa1e914138c): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5615 2025.01.09 01:58:42.405309 [ 286 ] {83732471-23ac-42ea-a1cd-bebf463d2caf} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001562 sec., 640.2048655569782 rows/sec., 43.14 KiB/sec.
5616 2025.01.09 01:58:42.405500 [ 286 ] {83732471-23ac-42ea-a1cd-bebf463d2caf} <Debug> TCPHandler: Processed in 0.00193049 sec.
5617 2025.01.09 01:58:42.405668 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5618 2025.01.09 01:58:42.405805 [ 283 ] {5472146e-453f-49d2-8119-e8c1c88acfb7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5619 2025.01.09 01:58:42.405900 [ 283 ] {5472146e-453f-49d2-8119-e8c1c88acfb7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
5620 2025.01.09 01:58:42.407048 [ 283 ] {5472146e-453f-49d2-8119-e8c1c88acfb7} <Trace> oximeter.measurements_histogramu64 (17c94cc7-cbcb-4131-b32c-df27c461cf7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5621 2025.01.09 01:58:42.407087 [ 283 ] {5472146e-453f-49d2-8119-e8c1c88acfb7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5622 2025.01.09 01:58:42.407698 [ 283 ] {5472146e-453f-49d2-8119-e8c1c88acfb7} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
5623 2025.01.09 01:58:42.407953 [ 283 ] {5472146e-453f-49d2-8119-e8c1c88acfb7} <Trace> oximeter.measurements_histogramu64 (17c94cc7-cbcb-4131-b32c-df27c461cf7e): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5624 2025.01.09 01:58:42.408190 [ 283 ] {5472146e-453f-49d2-8119-e8c1c88acfb7} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002415 sec., 5383.022774327122 rows/sec., 9.65 MiB/sec.
5625 2025.01.09 01:58:42.408283 [ 283 ] {5472146e-453f-49d2-8119-e8c1c88acfb7} <Debug> TCPHandler: Processed in 0.002681761 sec.
5626 2025.01.09 01:58:42.408477 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5627 2025.01.09 01:58:42.408707 [ 286 ] {084d011e-e0a4-4586-8289-8094746589d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5628 2025.01.09 01:58:42.408802 [ 286 ] {084d011e-e0a4-4586-8289-8094746589d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5629 2025.01.09 01:58:42.409580 [ 286 ] {084d011e-e0a4-4586-8289-8094746589d4} <Trace> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5630 2025.01.09 01:58:42.409621 [ 286 ] {084d011e-e0a4-4586-8289-8094746589d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5631 2025.01.09 01:58:42.409991 [ 286 ] {084d011e-e0a4-4586-8289-8094746589d4} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
5632 2025.01.09 01:58:42.410238 [ 286 ] {084d011e-e0a4-4586-8289-8094746589d4} <Trace> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5633 2025.01.09 01:58:42.410455 [ 286 ] {084d011e-e0a4-4586-8289-8094746589d4} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.001811 sec., 28713.418001104365 rows/sec., 1.78 MiB/sec.
5634 2025.01.09 01:58:42.410505 [ 286 ] {084d011e-e0a4-4586-8289-8094746589d4} <Debug> TCPHandler: Processed in 0.002138003 sec.
5635 2025.01.09 01:58:46.095515 [ 61 ] {} <Debug> DNSResolver: Updating DNS cache
5636 2025.01.09 01:58:46.095588 [ 61 ] {} <Debug> DNSResolver: Updated DNS cache
5637 2025.01.09 01:58:46.200971 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11956
5638 2025.01.09 01:58:46.201712 [ 244 ] {} <Trace> system.asynchronous_metric_log (9698bf86-621f-4c13-9bc9-6db4396b8d09): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5639 2025.01.09 01:58:46.201755 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5640 2025.01.09 01:58:46.202282 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
5641 2025.01.09 01:58:46.202536 [ 244 ] {} <Trace> system.asynchronous_metric_log (9698bf86-621f-4c13-9bc9-6db4396b8d09): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5642 2025.01.09 01:58:46.202747 [ 61 ] {} <Debug> system.asynchronous_metric_log (9698bf86-621f-4c13-9bc9-6db4396b8d09) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
5643 2025.01.09 01:58:46.202813 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11956
5644 2025.01.09 01:58:46.202830 [ 61 ] {} <Trace> system.asynchronous_metric_log (9698bf86-621f-4c13-9bc9-6db4396b8d09): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5645 2025.01.09 01:58:46.202868 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5646 2025.01.09 01:58:46.202988 [ 200 ] {9698bf86-621f-4c13-9bc9-6db4396b8d09::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
5647 2025.01.09 01:58:46.203095 [ 200 ] {9698bf86-621f-4c13-9bc9-6db4396b8d09::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5648 2025.01.09 01:58:46.203129 [ 200 ] {9698bf86-621f-4c13-9bc9-6db4396b8d09::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_21_4, total 9638 rows starting from the beginning of the part
5649 2025.01.09 01:58:46.203189 [ 200 ] {9698bf86-621f-4c13-9bc9-6db4396b8d09::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 488 rows starting from the beginning of the part
5650 2025.01.09 01:58:46.203357 [ 200 ] {9698bf86-621f-4c13-9bc9-6db4396b8d09::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 427 rows starting from the beginning of the part
5651 2025.01.09 01:58:46.203646 [ 200 ] {9698bf86-621f-4c13-9bc9-6db4396b8d09::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 488 rows starting from the beginning of the part
5652 2025.01.09 01:58:46.203812 [ 200 ] {9698bf86-621f-4c13-9bc9-6db4396b8d09::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 427 rows starting from the beginning of the part
5653 2025.01.09 01:58:46.203996 [ 200 ] {9698bf86-621f-4c13-9bc9-6db4396b8d09::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 488 rows starting from the beginning of the part
5654 2025.01.09 01:58:46.206647 [ 198 ] {9698bf86-621f-4c13-9bc9-6db4396b8d09::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11956 rows, containing 4 columns (4 merged, 0 gathered) in 0.003707907 sec., 3224460.5919188373 rows/sec., 46.13 MiB/sec.
5655 2025.01.09 01:58:46.206952 [ 200 ] {9698bf86-621f-4c13-9bc9-6db4396b8d09::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
5656 2025.01.09 01:58:46.207221 [ 200 ] {9698bf86-621f-4c13-9bc9-6db4396b8d09::all_1_26_5} <Trace> system.asynchronous_metric_log (9698bf86-621f-4c13-9bc9-6db4396b8d09): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5657 2025.01.09 01:58:46.207295 [ 200 ] {9698bf86-621f-4c13-9bc9-6db4396b8d09::all_1_26_5} <Trace> system.asynchronous_metric_log (9698bf86-621f-4c13-9bc9-6db4396b8d09) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
5658 2025.01.09 01:58:46.207379 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.39 MiB.
5659 2025.01.09 01:58:46.987489 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 196
5660 2025.01.09 01:58:47.009261 [ 243 ] {} <Trace> system.metric_log (c31dfbef-714c-4223-9d5c-473a3e49bbb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5661 2025.01.09 01:58:47.009317 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5662 2025.01.09 01:58:47.017038 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
5663 2025.01.09 01:58:47.018090 [ 243 ] {} <Trace> system.metric_log (c31dfbef-714c-4223-9d5c-473a3e49bbb4): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5664 2025.01.09 01:58:47.018529 [ 86 ] {} <Debug> system.metric_log (c31dfbef-714c-4223-9d5c-473a3e49bbb4) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
5665 2025.01.09 01:58:47.018669 [ 86 ] {} <Trace> system.metric_log (c31dfbef-714c-4223-9d5c-473a3e49bbb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5666 2025.01.09 01:58:47.018734 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5667 2025.01.09 01:58:47.019261 [ 196 ] {c31dfbef-714c-4223-9d5c-473a3e49bbb4::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
5668 2025.01.09 01:58:47.035853 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 196
5669 2025.01.09 01:58:47.037280 [ 196 ] {c31dfbef-714c-4223-9d5c-473a3e49bbb4::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5670 2025.01.09 01:58:47.038656 [ 196 ] {c31dfbef-714c-4223-9d5c-473a3e49bbb4::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
5671 2025.01.09 01:58:47.044261 [ 196 ] {c31dfbef-714c-4223-9d5c-473a3e49bbb4::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
5672 2025.01.09 01:58:47.050004 [ 196 ] {c31dfbef-714c-4223-9d5c-473a3e49bbb4::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
5673 2025.01.09 01:58:47.055739 [ 196 ] {c31dfbef-714c-4223-9d5c-473a3e49bbb4::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
5674 2025.01.09 01:58:47.061569 [ 196 ] {c31dfbef-714c-4223-9d5c-473a3e49bbb4::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
5675 2025.01.09 01:58:47.066189 [ 196 ] {c31dfbef-714c-4223-9d5c-473a3e49bbb4::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
5676 2025.01.09 01:58:47.131015 [ 198 ] {c31dfbef-714c-4223-9d5c-473a3e49bbb4::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 679 columns (679 merged, 0 gathered) in 0.112118662 sec., 1748.1478685501975 rows/sec., 9.04 MiB/sec.
5677 2025.01.09 01:58:47.133878 [ 198 ] {c31dfbef-714c-4223-9d5c-473a3e49bbb4::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
5678 2025.01.09 01:58:47.136967 [ 198 ] {c31dfbef-714c-4223-9d5c-473a3e49bbb4::all_1_26_5} <Trace> system.metric_log (c31dfbef-714c-4223-9d5c-473a3e49bbb4): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5679 2025.01.09 01:58:47.137097 [ 198 ] {c31dfbef-714c-4223-9d5c-473a3e49bbb4::all_1_26_5} <Trace> system.metric_log (c31dfbef-714c-4223-9d5c-473a3e49bbb4) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
5680 2025.01.09 01:58:47.139629 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB.
5681 2025.01.09 01:58:47.376305 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5682 2025.01.09 01:58:47.376506 [ 286 ] {59790a2c-80d6-4267-8439-e82c4818033d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5683 2025.01.09 01:58:47.376585 [ 286 ] {59790a2c-80d6-4267-8439-e82c4818033d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5684 2025.01.09 01:58:47.377414 [ 286 ] {59790a2c-80d6-4267-8439-e82c4818033d} <Trace> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5685 2025.01.09 01:58:47.377468 [ 286 ] {59790a2c-80d6-4267-8439-e82c4818033d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5686 2025.01.09 01:58:47.377931 [ 286 ] {59790a2c-80d6-4267-8439-e82c4818033d} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
5687 2025.01.09 01:58:47.378201 [ 286 ] {59790a2c-80d6-4267-8439-e82c4818033d} <Trace> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5688 2025.01.09 01:58:47.378400 [ 86 ] {} <Debug> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
5689 2025.01.09 01:58:47.378476 [ 286 ] {59790a2c-80d6-4267-8439-e82c4818033d} <Debug> executeQuery: Read 78 rows, 6.85 KiB in 0.002023 sec., 38556.599110232324 rows/sec., 3.31 MiB/sec.
5690 2025.01.09 01:58:47.378494 [ 86 ] {} <Trace> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5691 2025.01.09 01:58:47.378572 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5692 2025.01.09 01:58:47.378631 [ 286 ] {59790a2c-80d6-4267-8439-e82c4818033d} <Debug> TCPHandler: Processed in 0.002462128 sec.
5693 2025.01.09 01:58:47.378824 [ 186 ] {f5ed56e7-dfed-47b2-b04a-d980cf44b4ae::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
5694 2025.01.09 01:58:47.378916 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5695 2025.01.09 01:58:47.378967 [ 186 ] {f5ed56e7-dfed-47b2-b04a-d980cf44b4ae::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5696 2025.01.09 01:58:47.379009 [ 186 ] {f5ed56e7-dfed-47b2-b04a-d980cf44b4ae::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1399 rows starting from the beginning of the part
5697 2025.01.09 01:58:47.379120 [ 283 ] {2806e0ee-88d1-4673-a64c-16dd2d80bf08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5698 2025.01.09 01:58:47.379172 [ 186 ] {f5ed56e7-dfed-47b2-b04a-d980cf44b4ae::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 78 rows starting from the beginning of the part
5699 2025.01.09 01:58:47.379308 [ 283 ] {2806e0ee-88d1-4673-a64c-16dd2d80bf08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5700 2025.01.09 01:58:47.379530 [ 186 ] {f5ed56e7-dfed-47b2-b04a-d980cf44b4ae::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 199 rows starting from the beginning of the part
5701 2025.01.09 01:58:47.379818 [ 186 ] {f5ed56e7-dfed-47b2-b04a-d980cf44b4ae::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 78 rows starting from the beginning of the part
5702 2025.01.09 01:58:47.380172 [ 186 ] {f5ed56e7-dfed-47b2-b04a-d980cf44b4ae::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 199 rows starting from the beginning of the part
5703 2025.01.09 01:58:47.380489 [ 186 ] {f5ed56e7-dfed-47b2-b04a-d980cf44b4ae::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 78 rows starting from the beginning of the part
5704 2025.01.09 01:58:47.381603 [ 283 ] {2806e0ee-88d1-4673-a64c-16dd2d80bf08} <Trace> oximeter.fields_u16 (b7e624c8-f545-4bc0-b9ea-87ccb0a68066): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5705 2025.01.09 01:58:47.381651 [ 283 ] {2806e0ee-88d1-4673-a64c-16dd2d80bf08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5706 2025.01.09 01:58:47.382343 [ 283 ] {2806e0ee-88d1-4673-a64c-16dd2d80bf08} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
5707 2025.01.09 01:58:47.382660 [ 283 ] {2806e0ee-88d1-4673-a64c-16dd2d80bf08} <Trace> oximeter.fields_u16 (b7e624c8-f545-4bc0-b9ea-87ccb0a68066): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5708 2025.01.09 01:58:47.382890 [ 189 ] {f5ed56e7-dfed-47b2-b04a-d980cf44b4ae::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2031 rows, containing 5 columns (5 merged, 0 gathered) in 0.004216444 sec., 481685.5150928128 rows/sec., 42.71 MiB/sec.
5709 2025.01.09 01:58:47.383041 [ 283 ] {2806e0ee-88d1-4673-a64c-16dd2d80bf08} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.003995 sec., 6508.135168961201 rows/sec., 489.38 KiB/sec.
5710 2025.01.09 01:58:47.383188 [ 283 ] {2806e0ee-88d1-4673-a64c-16dd2d80bf08} <Debug> TCPHandler: Processed in 0.004410858 sec.
5711 2025.01.09 01:58:47.383236 [ 189 ] {f5ed56e7-dfed-47b2-b04a-d980cf44b4ae::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
5712 2025.01.09 01:58:47.383384 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5713 2025.01.09 01:58:47.383545 [ 286 ] {ac7477b6-8602-4911-bee0-f06cc0d72c77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5714 2025.01.09 01:58:47.383618 [ 286 ] {ac7477b6-8602-4911-bee0-f06cc0d72c77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5715 2025.01.09 01:58:47.383631 [ 189 ] {f5ed56e7-dfed-47b2-b04a-d980cf44b4ae::all_1_41_8} <Trace> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5716 2025.01.09 01:58:47.383767 [ 189 ] {f5ed56e7-dfed-47b2-b04a-d980cf44b4ae::all_1_41_8} <Trace> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
5717 2025.01.09 01:58:47.383878 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB.
5718 2025.01.09 01:58:47.384475 [ 286 ] {ac7477b6-8602-4911-bee0-f06cc0d72c77} <Trace> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5719 2025.01.09 01:58:47.384525 [ 286 ] {ac7477b6-8602-4911-bee0-f06cc0d72c77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5720 2025.01.09 01:58:47.384907 [ 286 ] {ac7477b6-8602-4911-bee0-f06cc0d72c77} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
5721 2025.01.09 01:58:47.385157 [ 286 ] {ac7477b6-8602-4911-bee0-f06cc0d72c77} <Trace> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5722 2025.01.09 01:58:47.385337 [ 86 ] {} <Debug> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
5723 2025.01.09 01:58:47.385400 [ 86 ] {} <Trace> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5724 2025.01.09 01:58:47.385408 [ 286 ] {ac7477b6-8602-4911-bee0-f06cc0d72c77} <Debug> executeQuery: Read 54 rows, 4.32 KiB in 0.001902 sec., 28391.16719242902 rows/sec., 2.22 MiB/sec.
5725 2025.01.09 01:58:47.385431 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5726 2025.01.09 01:58:47.385575 [ 286 ] {ac7477b6-8602-4911-bee0-f06cc0d72c77} <Debug> TCPHandler: Processed in 0.002277394 sec.
5727 2025.01.09 01:58:47.385626 [ 197 ] {2eb6d585-f9d5-43d7-bd92-6011d08c7ad8::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
5728 2025.01.09 01:58:47.385749 [ 197 ] {2eb6d585-f9d5-43d7-bd92-6011d08c7ad8::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5729 2025.01.09 01:58:47.385793 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5730 2025.01.09 01:58:47.385811 [ 197 ] {2eb6d585-f9d5-43d7-bd92-6011d08c7ad8::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 873 rows starting from the beginning of the part
5731 2025.01.09 01:58:47.386009 [ 197 ] {2eb6d585-f9d5-43d7-bd92-6011d08c7ad8::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 54 rows starting from the beginning of the part
5732 2025.01.09 01:58:47.386261 [ 283 ] {3a422600-77cc-4313-bb49-78b1ff013faa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5733 2025.01.09 01:58:47.386285 [ 197 ] {2eb6d585-f9d5-43d7-bd92-6011d08c7ad8::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 359 rows starting from the beginning of the part
5734 2025.01.09 01:58:47.386467 [ 283 ] {3a422600-77cc-4313-bb49-78b1ff013faa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5735 2025.01.09 01:58:47.386571 [ 197 ] {2eb6d585-f9d5-43d7-bd92-6011d08c7ad8::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 54 rows starting from the beginning of the part
5736 2025.01.09 01:58:47.386981 [ 197 ] {2eb6d585-f9d5-43d7-bd92-6011d08c7ad8::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 359 rows starting from the beginning of the part
5737 2025.01.09 01:58:47.387339 [ 197 ] {2eb6d585-f9d5-43d7-bd92-6011d08c7ad8::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 54 rows starting from the beginning of the part
5738 2025.01.09 01:58:47.389020 [ 283 ] {3a422600-77cc-4313-bb49-78b1ff013faa} <Trace> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5739 2025.01.09 01:58:47.389104 [ 283 ] {3a422600-77cc-4313-bb49-78b1ff013faa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5740 2025.01.09 01:58:47.390164 [ 283 ] {3a422600-77cc-4313-bb49-78b1ff013faa} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
5741 2025.01.09 01:58:47.390517 [ 197 ] {2eb6d585-f9d5-43d7-bd92-6011d08c7ad8::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1753 rows, containing 5 columns (5 merged, 0 gathered) in 0.004969716 sec., 352736.4541555292 rows/sec., 26.78 MiB/sec.
5742 2025.01.09 01:58:47.390660 [ 283 ] {3a422600-77cc-4313-bb49-78b1ff013faa} <Trace> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5743 2025.01.09 01:58:47.390785 [ 197 ] {2eb6d585-f9d5-43d7-bd92-6011d08c7ad8::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
5744 2025.01.09 01:58:47.390916 [ 86 ] {} <Debug> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
5745 2025.01.09 01:58:47.391032 [ 86 ] {} <Trace> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5746 2025.01.09 01:58:47.391092 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5747 2025.01.09 01:58:47.391267 [ 283 ] {3a422600-77cc-4313-bb49-78b1ff013faa} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.005175 sec., 19323.671497584543 rows/sec., 1.34 MiB/sec.
5748 2025.01.09 01:58:47.391718 [ 189 ] {ffbfddf0-ce9e-4b86-ba97-130a92b6daeb::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
5749 2025.01.09 01:58:47.391814 [ 283 ] {3a422600-77cc-4313-bb49-78b1ff013faa} <Debug> TCPHandler: Processed in 0.006103663 sec.
5750 2025.01.09 01:58:47.392071 [ 197 ] {2eb6d585-f9d5-43d7-bd92-6011d08c7ad8::all_1_41_8} <Trace> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5751 2025.01.09 01:58:47.392249 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5752 2025.01.09 01:58:47.392403 [ 189 ] {ffbfddf0-ce9e-4b86-ba97-130a92b6daeb::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5753 2025.01.09 01:58:47.392436 [ 197 ] {2eb6d585-f9d5-43d7-bd92-6011d08c7ad8::all_1_41_8} <Trace> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
5754 2025.01.09 01:58:47.392508 [ 189 ] {ffbfddf0-ce9e-4b86-ba97-130a92b6daeb::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 9569 rows starting from the beginning of the part
5755 2025.01.09 01:58:47.392778 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB.
5756 2025.01.09 01:58:47.392900 [ 286 ] {f153fe9b-70e1-4043-967c-25107c916251} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5757 2025.01.09 01:58:47.393127 [ 189 ] {ffbfddf0-ce9e-4b86-ba97-130a92b6daeb::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 100 rows starting from the beginning of the part
5758 2025.01.09 01:58:47.393432 [ 286 ] {f153fe9b-70e1-4043-967c-25107c916251} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
5759 2025.01.09 01:58:47.393457 [ 189 ] {ffbfddf0-ce9e-4b86-ba97-130a92b6daeb::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 177 rows starting from the beginning of the part
5760 2025.01.09 01:58:47.393735 [ 189 ] {ffbfddf0-ce9e-4b86-ba97-130a92b6daeb::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 100 rows starting from the beginning of the part
5761 2025.01.09 01:58:47.393985 [ 189 ] {ffbfddf0-ce9e-4b86-ba97-130a92b6daeb::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 177 rows starting from the beginning of the part
5762 2025.01.09 01:58:47.394222 [ 189 ] {ffbfddf0-ce9e-4b86-ba97-130a92b6daeb::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 100 rows starting from the beginning of the part
5763 2025.01.09 01:58:47.396742 [ 286 ] {f153fe9b-70e1-4043-967c-25107c916251} <Trace> oximeter.measurements_histogramu64 (17c94cc7-cbcb-4131-b32c-df27c461cf7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5764 2025.01.09 01:58:47.396783 [ 286 ] {f153fe9b-70e1-4043-967c-25107c916251} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5765 2025.01.09 01:58:47.398024 [ 286 ] {f153fe9b-70e1-4043-967c-25107c916251} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
5766 2025.01.09 01:58:47.398303 [ 286 ] {f153fe9b-70e1-4043-967c-25107c916251} <Trace> oximeter.measurements_histogramu64 (17c94cc7-cbcb-4131-b32c-df27c461cf7e): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5767 2025.01.09 01:58:47.398655 [ 286 ] {f153fe9b-70e1-4043-967c-25107c916251} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.006093 sec., 4267.191859510914 rows/sec., 7.65 MiB/sec.
5768 2025.01.09 01:58:47.399567 [ 286 ] {f153fe9b-70e1-4043-967c-25107c916251} <Debug> TCPHandler: Processed in 0.007567606 sec.
5769 2025.01.09 01:58:47.399811 [ 189 ] {ffbfddf0-ce9e-4b86-ba97-130a92b6daeb::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10223 rows, containing 5 columns (5 merged, 0 gathered) in 0.008578081 sec., 1191758.389784382 rows/sec., 79.85 MiB/sec.
5770 2025.01.09 01:58:47.399834 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5771 2025.01.09 01:58:47.400009 [ 283 ] {8fda388e-ab2c-416e-8066-66b9141482f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5772 2025.01.09 01:58:47.400087 [ 283 ] {8fda388e-ab2c-416e-8066-66b9141482f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5773 2025.01.09 01:58:47.400196 [ 188 ] {ffbfddf0-ce9e-4b86-ba97-130a92b6daeb::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
5774 2025.01.09 01:58:47.400914 [ 188 ] {ffbfddf0-ce9e-4b86-ba97-130a92b6daeb::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5775 2025.01.09 01:58:47.401153 [ 188 ] {ffbfddf0-ce9e-4b86-ba97-130a92b6daeb::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
5776 2025.01.09 01:58:47.401245 [ 283 ] {8fda388e-ab2c-416e-8066-66b9141482f6} <Trace> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5777 2025.01.09 01:58:47.401331 [ 283 ] {8fda388e-ab2c-416e-8066-66b9141482f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5778 2025.01.09 01:58:47.401339 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.96 MiB.
5779 2025.01.09 01:58:47.401751 [ 283 ] {8fda388e-ab2c-416e-8066-66b9141482f6} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
5780 2025.01.09 01:58:47.402016 [ 283 ] {8fda388e-ab2c-416e-8066-66b9141482f6} <Trace> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5781 2025.01.09 01:58:47.402145 [ 86 ] {} <Debug> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
5782 2025.01.09 01:58:47.402183 [ 86 ] {} <Trace> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5783 2025.01.09 01:58:47.402207 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5784 2025.01.09 01:58:47.402212 [ 283 ] {8fda388e-ab2c-416e-8066-66b9141482f6} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.002243 sec., 13374.944271065537 rows/sec., 938.25 KiB/sec.
5785 2025.01.09 01:58:47.402446 [ 283 ] {8fda388e-ab2c-416e-8066-66b9141482f6} <Debug> TCPHandler: Processed in 0.002745342 sec.
5786 2025.01.09 01:58:47.402613 [ 187 ] {33d0f459-c18f-4582-9502-2d7c69533f97::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
5787 2025.01.09 01:58:47.402958 [ 187 ] {33d0f459-c18f-4582-9502-2d7c69533f97::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5788 2025.01.09 01:58:47.402999 [ 187 ] {33d0f459-c18f-4582-9502-2d7c69533f97::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1254 rows starting from the beginning of the part
5789 2025.01.09 01:58:47.403116 [ 187 ] {33d0f459-c18f-4582-9502-2d7c69533f97::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 30 rows starting from the beginning of the part
5790 2025.01.09 01:58:47.403238 [ 187 ] {33d0f459-c18f-4582-9502-2d7c69533f97::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 52 rows starting from the beginning of the part
5791 2025.01.09 01:58:47.403441 [ 187 ] {33d0f459-c18f-4582-9502-2d7c69533f97::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 30 rows starting from the beginning of the part
5792 2025.01.09 01:58:47.403589 [ 187 ] {33d0f459-c18f-4582-9502-2d7c69533f97::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 52 rows starting from the beginning of the part
5793 2025.01.09 01:58:47.403731 [ 187 ] {33d0f459-c18f-4582-9502-2d7c69533f97::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 30 rows starting from the beginning of the part
5794 2025.01.09 01:58:47.405113 [ 188 ] {33d0f459-c18f-4582-9502-2d7c69533f97::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1448 rows, containing 4 columns (4 merged, 0 gathered) in 0.002800923 sec., 516972.4408703845 rows/sec., 33.34 MiB/sec.
5795 2025.01.09 01:58:47.405378 [ 199 ] {33d0f459-c18f-4582-9502-2d7c69533f97::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
5796 2025.01.09 01:58:47.405719 [ 199 ] {33d0f459-c18f-4582-9502-2d7c69533f97::all_1_41_8} <Trace> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5797 2025.01.09 01:58:47.405808 [ 199 ] {33d0f459-c18f-4582-9502-2d7c69533f97::all_1_41_8} <Trace> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
5798 2025.01.09 01:58:47.405900 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB.
5799 2025.01.09 01:58:48.000183 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 194.45 MiB, peak 204.46 MiB, free memory in arenas 0.00 B, will set to 196.18 MiB (RSS), difference: 1.72 MiB
5800 2025.01.09 01:58:48.717053 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5801 2025.01.09 01:58:48.717269 [ 286 ] {1ac8a4b4-0fcf-4858-b6ba-04e0a5926af2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
5802 2025.01.09 01:58:48.717351 [ 286 ] {1ac8a4b4-0fcf-4858-b6ba-04e0a5926af2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
5803 2025.01.09 01:58:48.718134 [ 286 ] {1ac8a4b4-0fcf-4858-b6ba-04e0a5926af2} <Trace> oximeter.fields_i16 (768e6654-4d7d-4320-b224-a6516c636040): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5804 2025.01.09 01:58:48.718182 [ 286 ] {1ac8a4b4-0fcf-4858-b6ba-04e0a5926af2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5805 2025.01.09 01:58:48.718639 [ 286 ] {1ac8a4b4-0fcf-4858-b6ba-04e0a5926af2} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
5806 2025.01.09 01:58:48.718904 [ 286 ] {1ac8a4b4-0fcf-4858-b6ba-04e0a5926af2} <Trace> oximeter.fields_i16 (768e6654-4d7d-4320-b224-a6516c636040): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5807 2025.01.09 01:58:48.719147 [ 286 ] {1ac8a4b4-0fcf-4858-b6ba-04e0a5926af2} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001939 sec., 7220.216606498195 rows/sec., 519.76 KiB/sec.
5808 2025.01.09 01:58:48.719214 [ 286 ] {1ac8a4b4-0fcf-4858-b6ba-04e0a5926af2} <Debug> TCPHandler: Processed in 0.002314076 sec.
5809 2025.01.09 01:58:48.719454 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5810 2025.01.09 01:58:48.719656 [ 283 ] {2c8ab106-9ccc-4e24-ba92-0d1ebd432f1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
5811 2025.01.09 01:58:48.719741 [ 283 ] {2c8ab106-9ccc-4e24-ba92-0d1ebd432f1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
5812 2025.01.09 01:58:48.720590 [ 283 ] {2c8ab106-9ccc-4e24-ba92-0d1ebd432f1d} <Trace> oximeter.fields_ipaddr (99e36f6e-d6b3-41b0-9488-2664f52c89c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5813 2025.01.09 01:58:48.720645 [ 283 ] {2c8ab106-9ccc-4e24-ba92-0d1ebd432f1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5814 2025.01.09 01:58:48.721074 [ 283 ] {2c8ab106-9ccc-4e24-ba92-0d1ebd432f1d} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
5815 2025.01.09 01:58:48.721329 [ 283 ] {2c8ab106-9ccc-4e24-ba92-0d1ebd432f1d} <Trace> oximeter.fields_ipaddr (99e36f6e-d6b3-41b0-9488-2664f52c89c7): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5816 2025.01.09 01:58:48.721610 [ 283 ] {2c8ab106-9ccc-4e24-ba92-0d1ebd432f1d} <Debug> executeQuery: Read 12 rows, 1002.00 B in 0.002002 sec., 5994.005994005995 rows/sec., 488.77 KiB/sec.
5817 2025.01.09 01:58:48.721759 [ 283 ] {2c8ab106-9ccc-4e24-ba92-0d1ebd432f1d} <Debug> TCPHandler: Processed in 0.002433687 sec.
5818 2025.01.09 01:58:48.721916 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5819 2025.01.09 01:58:48.722041 [ 286 ] {766d4d08-e3eb-43aa-b70e-f974078ec7ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5820 2025.01.09 01:58:48.722097 [ 286 ] {766d4d08-e3eb-43aa-b70e-f974078ec7ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5821 2025.01.09 01:58:48.723268 [ 286 ] {766d4d08-e3eb-43aa-b70e-f974078ec7ed} <Trace> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5822 2025.01.09 01:58:48.723309 [ 286 ] {766d4d08-e3eb-43aa-b70e-f974078ec7ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5823 2025.01.09 01:58:48.723777 [ 286 ] {766d4d08-e3eb-43aa-b70e-f974078ec7ed} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
5824 2025.01.09 01:58:48.724034 [ 286 ] {766d4d08-e3eb-43aa-b70e-f974078ec7ed} <Trace> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5825 2025.01.09 01:58:48.724263 [ 286 ] {766d4d08-e3eb-43aa-b70e-f974078ec7ed} <Debug> executeQuery: Read 1345 rows, 114.67 KiB in 0.002251 sec., 597512.2167925367 rows/sec., 49.75 MiB/sec.
5826 2025.01.09 01:58:48.724347 [ 286 ] {766d4d08-e3eb-43aa-b70e-f974078ec7ed} <Debug> TCPHandler: Processed in 0.002489968 sec.
5827 2025.01.09 01:58:48.724547 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5828 2025.01.09 01:58:48.724682 [ 283 ] {7cdd83c1-a049-47b8-b128-569af434c8a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5829 2025.01.09 01:58:48.724744 [ 283 ] {7cdd83c1-a049-47b8-b128-569af434c8a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5830 2025.01.09 01:58:48.725371 [ 283 ] {7cdd83c1-a049-47b8-b128-569af434c8a5} <Trace> oximeter.fields_u16 (b7e624c8-f545-4bc0-b9ea-87ccb0a68066): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5831 2025.01.09 01:58:48.725415 [ 283 ] {7cdd83c1-a049-47b8-b128-569af434c8a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5832 2025.01.09 01:58:48.725794 [ 283 ] {7cdd83c1-a049-47b8-b128-569af434c8a5} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
5833 2025.01.09 01:58:48.726048 [ 283 ] {7cdd83c1-a049-47b8-b128-569af434c8a5} <Trace> oximeter.fields_u16 (b7e624c8-f545-4bc0-b9ea-87ccb0a68066): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5834 2025.01.09 01:58:48.726275 [ 283 ] {7cdd83c1-a049-47b8-b128-569af434c8a5} <Debug> executeQuery: Read 32 rows, 2.27 KiB in 0.001625 sec., 19692.30769230769 rows/sec., 1.37 MiB/sec.
5835 2025.01.09 01:58:48.726334 [ 283 ] {7cdd83c1-a049-47b8-b128-569af434c8a5} <Debug> TCPHandler: Processed in 0.001878259 sec.
5836 2025.01.09 01:58:48.726480 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5837 2025.01.09 01:58:48.726601 [ 286 ] {d3a9251e-78c2-450f-a3d6-c5306e60633e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
5838 2025.01.09 01:58:48.726652 [ 286 ] {d3a9251e-78c2-450f-a3d6-c5306e60633e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
5839 2025.01.09 01:58:48.727444 [ 286 ] {d3a9251e-78c2-450f-a3d6-c5306e60633e} <Trace> oximeter.fields_u32 (03dfd943-ea50-4047-86b9-6222d9e39c11): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5840 2025.01.09 01:58:48.727497 [ 286 ] {d3a9251e-78c2-450f-a3d6-c5306e60633e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5841 2025.01.09 01:58:48.728045 [ 286 ] {d3a9251e-78c2-450f-a3d6-c5306e60633e} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
5842 2025.01.09 01:58:48.728419 [ 286 ] {d3a9251e-78c2-450f-a3d6-c5306e60633e} <Trace> oximeter.fields_u32 (03dfd943-ea50-4047-86b9-6222d9e39c11): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5843 2025.01.09 01:58:48.728715 [ 286 ] {d3a9251e-78c2-450f-a3d6-c5306e60633e} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.002136 sec., 113295.88014981274 rows/sec., 7.68 MiB/sec.
5844 2025.01.09 01:58:48.728793 [ 286 ] {d3a9251e-78c2-450f-a3d6-c5306e60633e} <Debug> TCPHandler: Processed in 0.002371896 sec.
5845 2025.01.09 01:58:48.728963 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5846 2025.01.09 01:58:48.729103 [ 283 ] {6856e382-b4ab-4860-b290-588ce409f21a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
5847 2025.01.09 01:58:48.729162 [ 283 ] {6856e382-b4ab-4860-b290-588ce409f21a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
5848 2025.01.09 01:58:48.729853 [ 283 ] {6856e382-b4ab-4860-b290-588ce409f21a} <Trace> oximeter.fields_u8 (f59c63b9-7e00-4cbb-80d5-4667ebd1997c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5849 2025.01.09 01:58:48.729895 [ 283 ] {6856e382-b4ab-4860-b290-588ce409f21a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5850 2025.01.09 01:58:48.730256 [ 283 ] {6856e382-b4ab-4860-b290-588ce409f21a} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
5851 2025.01.09 01:58:48.730503 [ 283 ] {6856e382-b4ab-4860-b290-588ce409f21a} <Trace> oximeter.fields_u8 (f59c63b9-7e00-4cbb-80d5-4667ebd1997c): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5852 2025.01.09 01:58:48.730724 [ 283 ] {6856e382-b4ab-4860-b290-588ce409f21a} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001652 sec., 7869.249394673123 rows/sec., 490.65 KiB/sec.
5853 2025.01.09 01:58:48.730784 [ 283 ] {6856e382-b4ab-4860-b290-588ce409f21a} <Debug> TCPHandler: Processed in 0.001886479 sec.
5854 2025.01.09 01:58:48.730973 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5855 2025.01.09 01:58:48.731125 [ 286 ] {2a74a364-d02a-46c7-b7f6-5257958b45f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5856 2025.01.09 01:58:48.731192 [ 286 ] {2a74a364-d02a-46c7-b7f6-5257958b45f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5857 2025.01.09 01:58:48.732202 [ 286 ] {2a74a364-d02a-46c7-b7f6-5257958b45f4} <Trace> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5858 2025.01.09 01:58:48.732244 [ 286 ] {2a74a364-d02a-46c7-b7f6-5257958b45f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5859 2025.01.09 01:58:48.732655 [ 286 ] {2a74a364-d02a-46c7-b7f6-5257958b45f4} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
5860 2025.01.09 01:58:48.732894 [ 286 ] {2a74a364-d02a-46c7-b7f6-5257958b45f4} <Trace> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5861 2025.01.09 01:58:48.733104 [ 286 ] {2a74a364-d02a-46c7-b7f6-5257958b45f4} <Debug> executeQuery: Read 827 rows, 61.11 KiB in 0.002015 sec., 410421.8362282879 rows/sec., 29.62 MiB/sec.
5862 2025.01.09 01:58:48.733158 [ 286 ] {2a74a364-d02a-46c7-b7f6-5257958b45f4} <Debug> TCPHandler: Processed in 0.002255585 sec.
5863 2025.01.09 01:58:48.733316 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5864 2025.01.09 01:58:48.733459 [ 283 ] {4728dfb3-0795-4c03-a97f-a0fd0175a98c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
5865 2025.01.09 01:58:48.733521 [ 283 ] {4728dfb3-0795-4c03-a97f-a0fd0175a98c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
5866 2025.01.09 01:58:48.734031 [ 283 ] {4728dfb3-0795-4c03-a97f-a0fd0175a98c} <Trace> oximeter.measurements_bool (e95e83a2-bc6b-4f55-83f2-ee90a75b0302): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5867 2025.01.09 01:58:48.734072 [ 283 ] {4728dfb3-0795-4c03-a97f-a0fd0175a98c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5868 2025.01.09 01:58:48.734438 [ 283 ] {4728dfb3-0795-4c03-a97f-a0fd0175a98c} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
5869 2025.01.09 01:58:48.734677 [ 283 ] {4728dfb3-0795-4c03-a97f-a0fd0175a98c} <Trace> oximeter.measurements_bool (e95e83a2-bc6b-4f55-83f2-ee90a75b0302): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5870 2025.01.09 01:58:48.734902 [ 283 ] {4728dfb3-0795-4c03-a97f-a0fd0175a98c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001474 sec., 4070.5563093622795 rows/sec., 212.67 KiB/sec.
5871 2025.01.09 01:58:48.734955 [ 283 ] {4728dfb3-0795-4c03-a97f-a0fd0175a98c} <Debug> TCPHandler: Processed in 0.001708316 sec.
5872 2025.01.09 01:58:48.735096 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5873 2025.01.09 01:58:48.735212 [ 286 ] {eb4f1059-8134-4384-87b9-4e3a7d54843b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5874 2025.01.09 01:58:48.735267 [ 286 ] {eb4f1059-8134-4384-87b9-4e3a7d54843b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5875 2025.01.09 01:58:48.736021 [ 286 ] {eb4f1059-8134-4384-87b9-4e3a7d54843b} <Trace> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5876 2025.01.09 01:58:48.736060 [ 286 ] {eb4f1059-8134-4384-87b9-4e3a7d54843b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5877 2025.01.09 01:58:48.736504 [ 286 ] {eb4f1059-8134-4384-87b9-4e3a7d54843b} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
5878 2025.01.09 01:58:48.736752 [ 286 ] {eb4f1059-8134-4384-87b9-4e3a7d54843b} <Trace> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5879 2025.01.09 01:58:48.736997 [ 286 ] {eb4f1059-8134-4384-87b9-4e3a7d54843b} <Debug> executeQuery: Read 969 rows, 65.95 KiB in 0.0018 sec., 538333.3333333334 rows/sec., 35.78 MiB/sec.
5880 2025.01.09 01:58:48.737062 [ 286 ] {eb4f1059-8134-4384-87b9-4e3a7d54843b} <Debug> TCPHandler: Processed in 0.002013671 sec.
5881 2025.01.09 01:58:48.737295 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5882 2025.01.09 01:58:48.737467 [ 283 ] {891c3e55-046b-4f9b-beda-027f82528013} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
5883 2025.01.09 01:58:48.737529 [ 283 ] {891c3e55-046b-4f9b-beda-027f82528013} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
5884 2025.01.09 01:58:48.738021 [ 283 ] {891c3e55-046b-4f9b-beda-027f82528013} <Trace> oximeter.measurements_f64 (934b838e-c5f5-431f-8772-7fa1e914138c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5885 2025.01.09 01:58:48.738061 [ 283 ] {891c3e55-046b-4f9b-beda-027f82528013} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5886 2025.01.09 01:58:48.738414 [ 283 ] {891c3e55-046b-4f9b-beda-027f82528013} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
5887 2025.01.09 01:58:48.738650 [ 283 ] {891c3e55-046b-4f9b-beda-027f82528013} <Trace> oximeter.measurements_f64 (934b838e-c5f5-431f-8772-7fa1e914138c): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5888 2025.01.09 01:58:48.738917 [ 283 ] {891c3e55-046b-4f9b-beda-027f82528013} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00148 sec., 675.6756756756757 rows/sec., 45.53 KiB/sec.
5889 2025.01.09 01:58:48.739126 [ 283 ] {891c3e55-046b-4f9b-beda-027f82528013} <Debug> TCPHandler: Processed in 0.00196431 sec.
5890 2025.01.09 01:58:48.739285 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5891 2025.01.09 01:58:48.739401 [ 286 ] {a2038055-3866-478b-b45f-f5ba56c4c047} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5892 2025.01.09 01:58:48.739480 [ 286 ] {a2038055-3866-478b-b45f-f5ba56c4c047} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
5893 2025.01.09 01:58:48.740590 [ 286 ] {a2038055-3866-478b-b45f-f5ba56c4c047} <Trace> oximeter.measurements_histogramu64 (17c94cc7-cbcb-4131-b32c-df27c461cf7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5894 2025.01.09 01:58:48.740628 [ 286 ] {a2038055-3866-478b-b45f-f5ba56c4c047} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5895 2025.01.09 01:58:48.741235 [ 286 ] {a2038055-3866-478b-b45f-f5ba56c4c047} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
5896 2025.01.09 01:58:48.741488 [ 286 ] {a2038055-3866-478b-b45f-f5ba56c4c047} <Trace> oximeter.measurements_histogramu64 (17c94cc7-cbcb-4131-b32c-df27c461cf7e): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5897 2025.01.09 01:58:48.741809 [ 286 ] {a2038055-3866-478b-b45f-f5ba56c4c047} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002424 sec., 5363.036303630363 rows/sec., 9.61 MiB/sec.
5898 2025.01.09 01:58:48.742324 [ 286 ] {a2038055-3866-478b-b45f-f5ba56c4c047} <Debug> TCPHandler: Processed in 0.003094267 sec.
5899 2025.01.09 01:58:48.742485 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5900 2025.01.09 01:58:48.742607 [ 283 ] {ed6ddbb7-d221-446b-8f97-3d6261b47819} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5901 2025.01.09 01:58:48.742658 [ 283 ] {ed6ddbb7-d221-446b-8f97-3d6261b47819} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5902 2025.01.09 01:58:48.743163 [ 283 ] {ed6ddbb7-d221-446b-8f97-3d6261b47819} <Trace> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5903 2025.01.09 01:58:48.743203 [ 283 ] {ed6ddbb7-d221-446b-8f97-3d6261b47819} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5904 2025.01.09 01:58:48.743600 [ 283 ] {ed6ddbb7-d221-446b-8f97-3d6261b47819} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
5905 2025.01.09 01:58:48.743924 [ 283 ] {ed6ddbb7-d221-446b-8f97-3d6261b47819} <Trace> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5906 2025.01.09 01:58:48.744142 [ 283 ] {ed6ddbb7-d221-446b-8f97-3d6261b47819} <Debug> executeQuery: Read 34 rows, 2.03 KiB in 0.00156 sec., 21794.871794871797 rows/sec., 1.27 MiB/sec.
5907 2025.01.09 01:58:48.744199 [ 283 ] {ed6ddbb7-d221-446b-8f97-3d6261b47819} <Debug> TCPHandler: Processed in 0.001773347 sec.
5908 2025.01.09 01:58:51.251373 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 842
5909 2025.01.09 01:58:51.255010 [ 242 ] {} <Trace> system.query_log (e9d8cce9-7d6e-43dd-804a-3eff920f58fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5910 2025.01.09 01:58:51.255071 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5911 2025.01.09 01:58:51.256576 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
5912 2025.01.09 01:58:51.256898 [ 242 ] {} <Trace> system.query_log (e9d8cce9-7d6e-43dd-804a-3eff920f58fa): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5913 2025.01.09 01:58:51.257815 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 842
5914 2025.01.09 01:58:52.373891 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5915 2025.01.09 01:58:52.374081 [ 286 ] {f3f051b7-40d7-4c21-bdb6-c927046d89c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5916 2025.01.09 01:58:52.374154 [ 286 ] {f3f051b7-40d7-4c21-bdb6-c927046d89c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5917 2025.01.09 01:58:52.374931 [ 286 ] {f3f051b7-40d7-4c21-bdb6-c927046d89c7} <Trace> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5918 2025.01.09 01:58:52.374972 [ 286 ] {f3f051b7-40d7-4c21-bdb6-c927046d89c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5919 2025.01.09 01:58:52.375433 [ 286 ] {f3f051b7-40d7-4c21-bdb6-c927046d89c7} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
5920 2025.01.09 01:58:52.375685 [ 286 ] {f3f051b7-40d7-4c21-bdb6-c927046d89c7} <Trace> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5921 2025.01.09 01:58:52.375880 [ 286 ] {f3f051b7-40d7-4c21-bdb6-c927046d89c7} <Debug> executeQuery: Read 26 rows, 1.98 KiB in 0.001854 sec., 14023.732470334413 rows/sec., 1.04 MiB/sec.
5922 2025.01.09 01:58:52.375935 [ 286 ] {f3f051b7-40d7-4c21-bdb6-c927046d89c7} <Debug> TCPHandler: Processed in 0.002181054 sec.
5923 2025.01.09 01:58:52.376205 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5924 2025.01.09 01:58:52.376419 [ 283 ] {2c7b3ddd-1855-4ad1-bfd0-f9ffa458b5fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5925 2025.01.09 01:58:52.376502 [ 283 ] {2c7b3ddd-1855-4ad1-bfd0-f9ffa458b5fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5926 2025.01.09 01:58:52.377289 [ 283 ] {2c7b3ddd-1855-4ad1-bfd0-f9ffa458b5fb} <Trace> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5927 2025.01.09 01:58:52.377343 [ 283 ] {2c7b3ddd-1855-4ad1-bfd0-f9ffa458b5fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5928 2025.01.09 01:58:52.377787 [ 283 ] {2c7b3ddd-1855-4ad1-bfd0-f9ffa458b5fb} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
5929 2025.01.09 01:58:52.378047 [ 283 ] {2c7b3ddd-1855-4ad1-bfd0-f9ffa458b5fb} <Trace> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5930 2025.01.09 01:58:52.378290 [ 283 ] {2c7b3ddd-1855-4ad1-bfd0-f9ffa458b5fb} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001931 sec., 14500.258933195235 rows/sec., 1.13 MiB/sec.
5931 2025.01.09 01:58:52.378363 [ 283 ] {2c7b3ddd-1855-4ad1-bfd0-f9ffa458b5fb} <Debug> TCPHandler: Processed in 0.002290485 sec.
5932 2025.01.09 01:58:52.378528 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5933 2025.01.09 01:58:52.378646 [ 286 ] {e9a26789-24d0-44b0-8102-5ec5f7ebea96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5934 2025.01.09 01:58:52.378703 [ 286 ] {e9a26789-24d0-44b0-8102-5ec5f7ebea96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5935 2025.01.09 01:58:52.379254 [ 286 ] {e9a26789-24d0-44b0-8102-5ec5f7ebea96} <Trace> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5936 2025.01.09 01:58:52.379291 [ 286 ] {e9a26789-24d0-44b0-8102-5ec5f7ebea96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5937 2025.01.09 01:58:52.379684 [ 286 ] {e9a26789-24d0-44b0-8102-5ec5f7ebea96} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
5938 2025.01.09 01:58:52.379958 [ 286 ] {e9a26789-24d0-44b0-8102-5ec5f7ebea96} <Trace> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5939 2025.01.09 01:58:52.380145 [ 286 ] {e9a26789-24d0-44b0-8102-5ec5f7ebea96} <Debug> executeQuery: Read 60 rows, 4.26 KiB in 0.001524 sec., 39370.07874015748 rows/sec., 2.73 MiB/sec.
5940 2025.01.09 01:58:52.380233 [ 286 ] {e9a26789-24d0-44b0-8102-5ec5f7ebea96} <Debug> TCPHandler: Processed in 0.001760437 sec.
5941 2025.01.09 01:58:52.380419 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5942 2025.01.09 01:58:52.380550 [ 283 ] {3bce15de-73e1-490d-954e-e2caf3cc41a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5943 2025.01.09 01:58:52.380609 [ 283 ] {3bce15de-73e1-490d-954e-e2caf3cc41a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5944 2025.01.09 01:58:52.381129 [ 283 ] {3bce15de-73e1-490d-954e-e2caf3cc41a7} <Trace> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5945 2025.01.09 01:58:52.381173 [ 283 ] {3bce15de-73e1-490d-954e-e2caf3cc41a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5946 2025.01.09 01:58:52.381562 [ 283 ] {3bce15de-73e1-490d-954e-e2caf3cc41a7} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
5947 2025.01.09 01:58:52.381804 [ 283 ] {3bce15de-73e1-490d-954e-e2caf3cc41a7} <Trace> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5948 2025.01.09 01:58:52.382045 [ 283 ] {3bce15de-73e1-490d-954e-e2caf3cc41a7} <Debug> executeQuery: Read 18 rows, 1.26 KiB in 0.00152 sec., 11842.105263157893 rows/sec., 830.72 KiB/sec.
5949 2025.01.09 01:58:52.382137 [ 283 ] {3bce15de-73e1-490d-954e-e2caf3cc41a7} <Debug> TCPHandler: Processed in 0.001805827 sec.
5950 2025.01.09 01:58:53.702983 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 12383
5951 2025.01.09 01:58:53.703661 [ 244 ] {} <Trace> system.asynchronous_metric_log (9698bf86-621f-4c13-9bc9-6db4396b8d09): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5952 2025.01.09 01:58:53.703716 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5953 2025.01.09 01:58:53.704270 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
5954 2025.01.09 01:58:53.704525 [ 244 ] {} <Trace> system.asynchronous_metric_log (9698bf86-621f-4c13-9bc9-6db4396b8d09): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5955 2025.01.09 01:58:53.704781 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12383
5956 2025.01.09 01:58:54.535962 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 204
5957 2025.01.09 01:58:54.556018 [ 243 ] {} <Trace> system.metric_log (c31dfbef-714c-4223-9d5c-473a3e49bbb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5958 2025.01.09 01:58:54.556093 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5959 2025.01.09 01:58:54.563567 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
5960 2025.01.09 01:58:54.564379 [ 243 ] {} <Trace> system.metric_log (c31dfbef-714c-4223-9d5c-473a3e49bbb4): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5961 2025.01.09 01:58:54.568303 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 204
5962 2025.01.09 01:58:57.376922 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5963 2025.01.09 01:58:57.377115 [ 286 ] {6f0e8254-ef67-4af3-9083-ebf949b94187} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5964 2025.01.09 01:58:57.377188 [ 286 ] {6f0e8254-ef67-4af3-9083-ebf949b94187} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5965 2025.01.09 01:58:57.377998 [ 286 ] {6f0e8254-ef67-4af3-9083-ebf949b94187} <Trace> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5966 2025.01.09 01:58:57.378044 [ 286 ] {6f0e8254-ef67-4af3-9083-ebf949b94187} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5967 2025.01.09 01:58:57.378484 [ 286 ] {6f0e8254-ef67-4af3-9083-ebf949b94187} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
5968 2025.01.09 01:58:57.378742 [ 286 ] {6f0e8254-ef67-4af3-9083-ebf949b94187} <Trace> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5969 2025.01.09 01:58:57.378947 [ 286 ] {6f0e8254-ef67-4af3-9083-ebf949b94187} <Debug> executeQuery: Read 78 rows, 6.85 KiB in 0.001889 sec., 41291.688724192696 rows/sec., 3.54 MiB/sec.
5970 2025.01.09 01:58:57.379012 [ 286 ] {6f0e8254-ef67-4af3-9083-ebf949b94187} <Debug> TCPHandler: Processed in 0.002224525 sec.
5971 2025.01.09 01:58:57.379286 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5972 2025.01.09 01:58:57.379502 [ 283 ] {f9ad9c63-0509-439b-8759-c5f6c0689ce6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5973 2025.01.09 01:58:57.379583 [ 283 ] {f9ad9c63-0509-439b-8759-c5f6c0689ce6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5974 2025.01.09 01:58:57.380352 [ 283 ] {f9ad9c63-0509-439b-8759-c5f6c0689ce6} <Trace> oximeter.fields_u16 (b7e624c8-f545-4bc0-b9ea-87ccb0a68066): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5975 2025.01.09 01:58:57.380401 [ 283 ] {f9ad9c63-0509-439b-8759-c5f6c0689ce6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5976 2025.01.09 01:58:57.380820 [ 283 ] {f9ad9c63-0509-439b-8759-c5f6c0689ce6} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
5977 2025.01.09 01:58:57.381069 [ 283 ] {f9ad9c63-0509-439b-8759-c5f6c0689ce6} <Trace> oximeter.fields_u16 (b7e624c8-f545-4bc0-b9ea-87ccb0a68066): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5978 2025.01.09 01:58:57.381344 [ 283 ] {f9ad9c63-0509-439b-8759-c5f6c0689ce6} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.001893 sec., 13734.812466983625 rows/sec., 1.01 MiB/sec.
5979 2025.01.09 01:58:57.381558 [ 283 ] {f9ad9c63-0509-439b-8759-c5f6c0689ce6} <Debug> TCPHandler: Processed in 0.002410137 sec.
5980 2025.01.09 01:58:57.381790 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5981 2025.01.09 01:58:57.381928 [ 286 ] {38ed9b0b-dc23-4a7b-a028-679d54e20999} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5982 2025.01.09 01:58:57.381981 [ 286 ] {38ed9b0b-dc23-4a7b-a028-679d54e20999} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5983 2025.01.09 01:58:57.382592 [ 286 ] {38ed9b0b-dc23-4a7b-a028-679d54e20999} <Trace> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5984 2025.01.09 01:58:57.382633 [ 286 ] {38ed9b0b-dc23-4a7b-a028-679d54e20999} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5985 2025.01.09 01:58:57.383020 [ 286 ] {38ed9b0b-dc23-4a7b-a028-679d54e20999} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
5986 2025.01.09 01:58:57.383266 [ 286 ] {38ed9b0b-dc23-4a7b-a028-679d54e20999} <Trace> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5987 2025.01.09 01:58:57.383468 [ 286 ] {38ed9b0b-dc23-4a7b-a028-679d54e20999} <Debug> executeQuery: Read 54 rows, 4.32 KiB in 0.001565 sec., 34504.79233226837 rows/sec., 2.69 MiB/sec.
5988 2025.01.09 01:58:57.383537 [ 286 ] {38ed9b0b-dc23-4a7b-a028-679d54e20999} <Debug> TCPHandler: Processed in 0.001859888 sec.
5989 2025.01.09 01:58:57.383767 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5990 2025.01.09 01:58:57.383909 [ 283 ] {744a3103-5dab-4ba0-9f40-f1e46db43cf6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5991 2025.01.09 01:58:57.383962 [ 283 ] {744a3103-5dab-4ba0-9f40-f1e46db43cf6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5992 2025.01.09 01:58:57.384517 [ 283 ] {744a3103-5dab-4ba0-9f40-f1e46db43cf6} <Trace> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5993 2025.01.09 01:58:57.384557 [ 283 ] {744a3103-5dab-4ba0-9f40-f1e46db43cf6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5994 2025.01.09 01:58:57.384952 [ 283 ] {744a3103-5dab-4ba0-9f40-f1e46db43cf6} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
5995 2025.01.09 01:58:57.385191 [ 283 ] {744a3103-5dab-4ba0-9f40-f1e46db43cf6} <Trace> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5996 2025.01.09 01:58:57.385406 [ 283 ] {744a3103-5dab-4ba0-9f40-f1e46db43cf6} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001521 sec., 65746.21959237344 rows/sec., 4.56 MiB/sec.
5997 2025.01.09 01:58:57.385458 [ 283 ] {744a3103-5dab-4ba0-9f40-f1e46db43cf6} <Debug> TCPHandler: Processed in 0.001817668 sec.
5998 2025.01.09 01:58:57.385608 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5999 2025.01.09 01:58:57.385726 [ 286 ] {9eeffd75-398f-4c38-a455-b337ae1096f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6000 2025.01.09 01:58:57.385809 [ 286 ] {9eeffd75-398f-4c38-a455-b337ae1096f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
6001 2025.01.09 01:58:57.387118 [ 286 ] {9eeffd75-398f-4c38-a455-b337ae1096f0} <Trace> oximeter.measurements_histogramu64 (17c94cc7-cbcb-4131-b32c-df27c461cf7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6002 2025.01.09 01:58:57.387156 [ 286 ] {9eeffd75-398f-4c38-a455-b337ae1096f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
6003 2025.01.09 01:58:57.387802 [ 286 ] {9eeffd75-398f-4c38-a455-b337ae1096f0} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
6004 2025.01.09 01:58:57.388063 [ 286 ] {9eeffd75-398f-4c38-a455-b337ae1096f0} <Trace> oximeter.measurements_histogramu64 (17c94cc7-cbcb-4131-b32c-df27c461cf7e): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6005 2025.01.09 01:58:57.388266 [ 286 ] {9eeffd75-398f-4c38-a455-b337ae1096f0} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002564 sec., 10140.405616224649 rows/sec., 18.17 MiB/sec.
6006 2025.01.09 01:58:57.388358 [ 286 ] {9eeffd75-398f-4c38-a455-b337ae1096f0} <Debug> TCPHandler: Processed in 0.002806613 sec.
6007 2025.01.09 01:58:57.388504 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6008 2025.01.09 01:58:57.388620 [ 283 ] {36d80677-ee7f-4092-98b4-bc6cc9052270} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6009 2025.01.09 01:58:57.388671 [ 283 ] {36d80677-ee7f-4092-98b4-bc6cc9052270} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6010 2025.01.09 01:58:57.389144 [ 283 ] {36d80677-ee7f-4092-98b4-bc6cc9052270} <Trace> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6011 2025.01.09 01:58:57.389183 [ 283 ] {36d80677-ee7f-4092-98b4-bc6cc9052270} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
6012 2025.01.09 01:58:57.389545 [ 283 ] {36d80677-ee7f-4092-98b4-bc6cc9052270} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
6013 2025.01.09 01:58:57.389783 [ 283 ] {36d80677-ee7f-4092-98b4-bc6cc9052270} <Trace> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6014 2025.01.09 01:58:57.389997 [ 283 ] {36d80677-ee7f-4092-98b4-bc6cc9052270} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.0014 sec., 21428.571428571428 rows/sec., 1.47 MiB/sec.
6015 2025.01.09 01:58:57.390047 [ 283 ] {36d80677-ee7f-4092-98b4-bc6cc9052270} <Debug> TCPHandler: Processed in 0.001596734 sec.
6016 2025.01.09 01:58:59.984961 [ 81 ] {} <Debug> oximeter.measurements_f64 (934b838e-c5f5-431f-8772-7fa1e914138c) (MergerMutator): Selected 5 parts from all_1_14_3 to all_18_18_0
6017 2025.01.09 01:58:59.985052 [ 81 ] {} <Trace> oximeter.measurements_f64 (934b838e-c5f5-431f-8772-7fa1e914138c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6018 2025.01.09 01:58:59.985079 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
6019 2025.01.09 01:58:59.985244 [ 190 ] {934b838e-c5f5-431f-8772-7fa1e914138c::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
6020 2025.01.09 01:58:59.985415 [ 190 ] {934b838e-c5f5-431f-8772-7fa1e914138c::all_1_18_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6021 2025.01.09 01:58:59.985454 [ 190 ] {934b838e-c5f5-431f-8772-7fa1e914138c::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_14_3, total 15 rows starting from the beginning of the part
6022 2025.01.09 01:58:59.985528 [ 190 ] {934b838e-c5f5-431f-8772-7fa1e914138c::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
6023 2025.01.09 01:58:59.985645 [ 190 ] {934b838e-c5f5-431f-8772-7fa1e914138c::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
6024 2025.01.09 01:58:59.985796 [ 190 ] {934b838e-c5f5-431f-8772-7fa1e914138c::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
6025 2025.01.09 01:58:59.985901 [ 190 ] {934b838e-c5f5-431f-8772-7fa1e914138c::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
6026 2025.01.09 01:58:59.986858 [ 199 ] {934b838e-c5f5-431f-8772-7fa1e914138c::all_1_18_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 19 rows, containing 4 columns (4 merged, 0 gathered) in 0.001692346 sec., 11227.018588397408 rows/sec., 754.20 KiB/sec.
6027 2025.01.09 01:58:59.987100 [ 188 ] {934b838e-c5f5-431f-8772-7fa1e914138c::all_1_18_4} <Trace> MergedBlockOutputStream: filled checksums all_1_18_4 (state Temporary)
6028 2025.01.09 01:58:59.987485 [ 188 ] {934b838e-c5f5-431f-8772-7fa1e914138c::all_1_18_4} <Trace> oximeter.measurements_f64 (934b838e-c5f5-431f-8772-7fa1e914138c): Renaming temporary part tmp_merge_all_1_18_4 to all_1_18_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6029 2025.01.09 01:58:59.987584 [ 188 ] {934b838e-c5f5-431f-8772-7fa1e914138c::all_1_18_4} <Trace> oximeter.measurements_f64 (934b838e-c5f5-431f-8772-7fa1e914138c) (MergerMutator): Merged 5 parts: [all_1_14_3, all_18_18_0] -> all_1_18_4
6030 2025.01.09 01:58:59.987696 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.22 MiB.
6031 2025.01.09 01:59:01.095630 [ 79 ] {} <Debug> DNSResolver: Updating DNS cache
6032 2025.01.09 01:59:01.095686 [ 79 ] {} <Debug> DNSResolver: Updated DNS cache
6033 2025.01.09 01:59:01.204933 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 12871
6034 2025.01.09 01:59:01.205713 [ 244 ] {} <Trace> system.asynchronous_metric_log (9698bf86-621f-4c13-9bc9-6db4396b8d09): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6035 2025.01.09 01:59:01.205770 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
6036 2025.01.09 01:59:01.206366 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
6037 2025.01.09 01:59:01.206634 [ 244 ] {} <Trace> system.asynchronous_metric_log (9698bf86-621f-4c13-9bc9-6db4396b8d09): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6038 2025.01.09 01:59:01.206892 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12871
6039 2025.01.09 01:59:01.258132 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 862
6040 2025.01.09 01:59:01.261126 [ 242 ] {} <Trace> system.query_log (e9d8cce9-7d6e-43dd-804a-3eff920f58fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6041 2025.01.09 01:59:01.261188 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
6042 2025.01.09 01:59:01.262658 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
6043 2025.01.09 01:59:01.262983 [ 242 ] {} <Trace> system.query_log (e9d8cce9-7d6e-43dd-804a-3eff920f58fa): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6044 2025.01.09 01:59:01.263663 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 862
6045 2025.01.09 01:59:01.556074 [ 79 ] {} <Debug> oximeter.fields_ipaddr (99e36f6e-d6b3-41b0-9488-2664f52c89c7) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
6046 2025.01.09 01:59:01.556171 [ 79 ] {} <Trace> oximeter.fields_ipaddr (99e36f6e-d6b3-41b0-9488-2664f52c89c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6047 2025.01.09 01:59:01.556214 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
6048 2025.01.09 01:59:01.556514 [ 191 ] {99e36f6e-d6b3-41b0-9488-2664f52c89c7::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
6049 2025.01.09 01:59:01.556782 [ 191 ] {99e36f6e-d6b3-41b0-9488-2664f52c89c7::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6050 2025.01.09 01:59:01.556850 [ 191 ] {99e36f6e-d6b3-41b0-9488-2664f52c89c7::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 8 rows starting from the beginning of the part
6051 2025.01.09 01:59:01.557026 [ 191 ] {99e36f6e-d6b3-41b0-9488-2664f52c89c7::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
6052 2025.01.09 01:59:01.557253 [ 191 ] {99e36f6e-d6b3-41b0-9488-2664f52c89c7::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 12 rows starting from the beginning of the part
6053 2025.01.09 01:59:01.557435 [ 191 ] {99e36f6e-d6b3-41b0-9488-2664f52c89c7::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
6054 2025.01.09 01:59:01.557549 [ 191 ] {99e36f6e-d6b3-41b0-9488-2664f52c89c7::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 12 rows starting from the beginning of the part
6055 2025.01.09 01:59:01.558901 [ 188 ] {99e36f6e-d6b3-41b0-9488-2664f52c89c7::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.002582949 sec., 13937.55741983291 rows/sec., 1.16 MiB/sec.
6056 2025.01.09 01:59:01.559083 [ 199 ] {99e36f6e-d6b3-41b0-9488-2664f52c89c7::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
6057 2025.01.09 01:59:01.559445 [ 199 ] {99e36f6e-d6b3-41b0-9488-2664f52c89c7::all_1_5_1} <Trace> oximeter.fields_ipaddr (99e36f6e-d6b3-41b0-9488-2664f52c89c7): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6058 2025.01.09 01:59:01.559540 [ 199 ] {99e36f6e-d6b3-41b0-9488-2664f52c89c7::all_1_5_1} <Trace> oximeter.fields_ipaddr (99e36f6e-d6b3-41b0-9488-2664f52c89c7) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
6059 2025.01.09 01:59:01.559633 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
6060 2025.01.09 01:59:02.068400 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 211
6061 2025.01.09 01:59:02.090094 [ 243 ] {} <Trace> system.metric_log (c31dfbef-714c-4223-9d5c-473a3e49bbb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6062 2025.01.09 01:59:02.090163 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
6063 2025.01.09 01:59:02.098153 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
6064 2025.01.09 01:59:02.098948 [ 243 ] {} <Trace> system.metric_log (c31dfbef-714c-4223-9d5c-473a3e49bbb4): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6065 2025.01.09 01:59:02.102101 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 211
6066 2025.01.09 01:59:02.380209 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6067 2025.01.09 01:59:02.380405 [ 286 ] {6ccf0c0d-b0ee-45d9-8832-1d543ac1a01d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
6068 2025.01.09 01:59:02.380481 [ 286 ] {6ccf0c0d-b0ee-45d9-8832-1d543ac1a01d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
6069 2025.01.09 01:59:02.381269 [ 286 ] {6ccf0c0d-b0ee-45d9-8832-1d543ac1a01d} <Trace> oximeter.fields_i16 (768e6654-4d7d-4320-b224-a6516c636040): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6070 2025.01.09 01:59:02.381326 [ 286 ] {6ccf0c0d-b0ee-45d9-8832-1d543ac1a01d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
6071 2025.01.09 01:59:02.381764 [ 286 ] {6ccf0c0d-b0ee-45d9-8832-1d543ac1a01d} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
6072 2025.01.09 01:59:02.382031 [ 286 ] {6ccf0c0d-b0ee-45d9-8832-1d543ac1a01d} <Trace> oximeter.fields_i16 (768e6654-4d7d-4320-b224-a6516c636040): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6073 2025.01.09 01:59:02.382299 [ 286 ] {6ccf0c0d-b0ee-45d9-8832-1d543ac1a01d} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001941 sec., 7212.776919113859 rows/sec., 519.22 KiB/sec.
6074 2025.01.09 01:59:02.382525 [ 286 ] {6ccf0c0d-b0ee-45d9-8832-1d543ac1a01d} <Debug> TCPHandler: Processed in 0.002449858 sec.
6075 2025.01.09 01:59:02.382805 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6076 2025.01.09 01:59:02.383020 [ 283 ] {222dfb7d-3999-45af-a7f1-8fd161bf04f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6077 2025.01.09 01:59:02.383096 [ 283 ] {222dfb7d-3999-45af-a7f1-8fd161bf04f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6078 2025.01.09 01:59:02.383975 [ 283 ] {222dfb7d-3999-45af-a7f1-8fd161bf04f2} <Trace> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6079 2025.01.09 01:59:02.384031 [ 283 ] {222dfb7d-3999-45af-a7f1-8fd161bf04f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
6080 2025.01.09 01:59:02.384484 [ 283 ] {222dfb7d-3999-45af-a7f1-8fd161bf04f2} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
6081 2025.01.09 01:59:02.384743 [ 283 ] {222dfb7d-3999-45af-a7f1-8fd161bf04f2} <Trace> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6082 2025.01.09 01:59:02.385000 [ 283 ] {222dfb7d-3999-45af-a7f1-8fd161bf04f2} <Debug> executeQuery: Read 199 rows, 18.11 KiB in 0.002035 sec., 97788.6977886978 rows/sec., 8.69 MiB/sec.
6083 2025.01.09 01:59:02.385070 [ 283 ] {222dfb7d-3999-45af-a7f1-8fd161bf04f2} <Debug> TCPHandler: Processed in 0.002399217 sec.
6084 2025.01.09 01:59:02.385232 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6085 2025.01.09 01:59:02.385357 [ 286 ] {25ddf86f-f5ed-4084-b346-85c426e49681} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6086 2025.01.09 01:59:02.385410 [ 286 ] {25ddf86f-f5ed-4084-b346-85c426e49681} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6087 2025.01.09 01:59:02.386020 [ 286 ] {25ddf86f-f5ed-4084-b346-85c426e49681} <Trace> oximeter.fields_u16 (b7e624c8-f545-4bc0-b9ea-87ccb0a68066): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6088 2025.01.09 01:59:02.386060 [ 286 ] {25ddf86f-f5ed-4084-b346-85c426e49681} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
6089 2025.01.09 01:59:02.386420 [ 286 ] {25ddf86f-f5ed-4084-b346-85c426e49681} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
6090 2025.01.09 01:59:02.386662 [ 286 ] {25ddf86f-f5ed-4084-b346-85c426e49681} <Trace> oximeter.fields_u16 (b7e624c8-f545-4bc0-b9ea-87ccb0a68066): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6091 2025.01.09 01:59:02.386829 [ 80 ] {} <Debug> oximeter.fields_u16 (b7e624c8-f545-4bc0-b9ea-87ccb0a68066) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
6092 2025.01.09 01:59:02.386896 [ 286 ] {25ddf86f-f5ed-4084-b346-85c426e49681} <Debug> executeQuery: Read 20 rows, 1.43 KiB in 0.001565 sec., 12779.552715654952 rows/sec., 916.03 KiB/sec.
6093 2025.01.09 01:59:02.386915 [ 80 ] {} <Trace> oximeter.fields_u16 (b7e624c8-f545-4bc0-b9ea-87ccb0a68066): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6094 2025.01.09 01:59:02.386989 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
6095 2025.01.09 01:59:02.387032 [ 286 ] {25ddf86f-f5ed-4084-b346-85c426e49681} <Debug> TCPHandler: Processed in 0.001857768 sec.
6096 2025.01.09 01:59:02.387188 [ 193 ] {b7e624c8-f545-4bc0-b9ea-87ccb0a68066::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
6097 2025.01.09 01:59:02.387254 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6098 2025.01.09 01:59:02.387339 [ 193 ] {b7e624c8-f545-4bc0-b9ea-87ccb0a68066::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6099 2025.01.09 01:59:02.387419 [ 193 ] {b7e624c8-f545-4bc0-b9ea-87ccb0a68066::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 60 rows starting from the beginning of the part
6100 2025.01.09 01:59:02.387506 [ 283 ] {5dbe1c74-2975-4862-acad-01ae74fe1664} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
6101 2025.01.09 01:59:02.387625 [ 193 ] {b7e624c8-f545-4bc0-b9ea-87ccb0a68066::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
6102 2025.01.09 01:59:02.387716 [ 283 ] {5dbe1c74-2975-4862-acad-01ae74fe1664} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
6103 2025.01.09 01:59:02.387917 [ 193 ] {b7e624c8-f545-4bc0-b9ea-87ccb0a68066::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 26 rows starting from the beginning of the part
6104 2025.01.09 01:59:02.388275 [ 193 ] {b7e624c8-f545-4bc0-b9ea-87ccb0a68066::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 32 rows starting from the beginning of the part
6105 2025.01.09 01:59:02.388562 [ 193 ] {b7e624c8-f545-4bc0-b9ea-87ccb0a68066::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 26 rows starting from the beginning of the part
6106 2025.01.09 01:59:02.388854 [ 193 ] {b7e624c8-f545-4bc0-b9ea-87ccb0a68066::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 20 rows starting from the beginning of the part
6107 2025.01.09 01:59:02.390764 [ 283 ] {5dbe1c74-2975-4862-acad-01ae74fe1664} <Trace> oximeter.fields_u32 (03dfd943-ea50-4047-86b9-6222d9e39c11): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6108 2025.01.09 01:59:02.390841 [ 283 ] {5dbe1c74-2975-4862-acad-01ae74fe1664} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6109 2025.01.09 01:59:02.391882 [ 193 ] {b7e624c8-f545-4bc0-b9ea-87ccb0a68066::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 184 rows, containing 5 columns (5 merged, 0 gathered) in 0.004783264 sec., 38467.45653177412 rows/sec., 2.89 MiB/sec.
6110 2025.01.09 01:59:02.391977 [ 283 ] {5dbe1c74-2975-4862-acad-01ae74fe1664} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
6111 2025.01.09 01:59:02.392046 [ 193 ] {b7e624c8-f545-4bc0-b9ea-87ccb0a68066::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
6112 2025.01.09 01:59:02.392458 [ 283 ] {5dbe1c74-2975-4862-acad-01ae74fe1664} <Trace> oximeter.fields_u32 (03dfd943-ea50-4047-86b9-6222d9e39c11): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6113 2025.01.09 01:59:02.392546 [ 193 ] {b7e624c8-f545-4bc0-b9ea-87ccb0a68066::all_1_36_7} <Trace> oximeter.fields_u16 (b7e624c8-f545-4bc0-b9ea-87ccb0a68066): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6114 2025.01.09 01:59:02.392807 [ 193 ] {b7e624c8-f545-4bc0-b9ea-87ccb0a68066::all_1_36_7} <Trace> oximeter.fields_u16 (b7e624c8-f545-4bc0-b9ea-87ccb0a68066) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
6115 2025.01.09 01:59:02.393048 [ 283 ] {5dbe1c74-2975-4862-acad-01ae74fe1664} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005587 sec., 2505.817075353499 rows/sec., 175.49 KiB/sec.
6116 2025.01.09 01:59:02.393118 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
6117 2025.01.09 01:59:02.393357 [ 283 ] {5dbe1c74-2975-4862-acad-01ae74fe1664} <Debug> TCPHandler: Processed in 0.006208555 sec.
6118 2025.01.09 01:59:02.393552 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6119 2025.01.09 01:59:02.393692 [ 286 ] {b3f6a49a-5378-4df7-95cb-79e5410634ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
6120 2025.01.09 01:59:02.393750 [ 286 ] {b3f6a49a-5378-4df7-95cb-79e5410634ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
6121 2025.01.09 01:59:02.394385 [ 286 ] {b3f6a49a-5378-4df7-95cb-79e5410634ff} <Trace> oximeter.fields_u8 (f59c63b9-7e00-4cbb-80d5-4667ebd1997c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6122 2025.01.09 01:59:02.394424 [ 286 ] {b3f6a49a-5378-4df7-95cb-79e5410634ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
6123 2025.01.09 01:59:02.394774 [ 286 ] {b3f6a49a-5378-4df7-95cb-79e5410634ff} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
6124 2025.01.09 01:59:02.395011 [ 286 ] {b3f6a49a-5378-4df7-95cb-79e5410634ff} <Trace> oximeter.fields_u8 (f59c63b9-7e00-4cbb-80d5-4667ebd1997c): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6125 2025.01.09 01:59:02.395275 [ 286 ] {b3f6a49a-5378-4df7-95cb-79e5410634ff} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001613 sec., 8059.516429014258 rows/sec., 502.51 KiB/sec.
6126 2025.01.09 01:59:02.395474 [ 286 ] {b3f6a49a-5378-4df7-95cb-79e5410634ff} <Debug> TCPHandler: Processed in 0.00199039 sec.
6127 2025.01.09 01:59:02.395648 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6128 2025.01.09 01:59:02.395790 [ 283 ] {f396c310-3a20-4e43-9dc9-4707ac025467} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6129 2025.01.09 01:59:02.395849 [ 283 ] {f396c310-3a20-4e43-9dc9-4707ac025467} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6130 2025.01.09 01:59:02.396590 [ 283 ] {f396c310-3a20-4e43-9dc9-4707ac025467} <Trace> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6131 2025.01.09 01:59:02.396630 [ 283 ] {f396c310-3a20-4e43-9dc9-4707ac025467} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
6132 2025.01.09 01:59:02.397013 [ 283 ] {f396c310-3a20-4e43-9dc9-4707ac025467} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
6133 2025.01.09 01:59:02.397260 [ 283 ] {f396c310-3a20-4e43-9dc9-4707ac025467} <Trace> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6134 2025.01.09 01:59:02.397479 [ 283 ] {f396c310-3a20-4e43-9dc9-4707ac025467} <Debug> executeQuery: Read 359 rows, 25.84 KiB in 0.001722 sec., 208478.51335656212 rows/sec., 14.66 MiB/sec.
6135 2025.01.09 01:59:02.397533 [ 283 ] {f396c310-3a20-4e43-9dc9-4707ac025467} <Debug> TCPHandler: Processed in 0.00195355 sec.
6136 2025.01.09 01:59:02.397731 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6137 2025.01.09 01:59:02.397950 [ 286 ] {af332a18-5988-48fc-b79e-fed293582e25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
6138 2025.01.09 01:59:02.398037 [ 286 ] {af332a18-5988-48fc-b79e-fed293582e25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
6139 2025.01.09 01:59:02.398527 [ 286 ] {af332a18-5988-48fc-b79e-fed293582e25} <Trace> oximeter.measurements_bool (e95e83a2-bc6b-4f55-83f2-ee90a75b0302): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6140 2025.01.09 01:59:02.398567 [ 286 ] {af332a18-5988-48fc-b79e-fed293582e25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
6141 2025.01.09 01:59:02.398929 [ 286 ] {af332a18-5988-48fc-b79e-fed293582e25} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
6142 2025.01.09 01:59:02.399171 [ 286 ] {af332a18-5988-48fc-b79e-fed293582e25} <Trace> oximeter.measurements_bool (e95e83a2-bc6b-4f55-83f2-ee90a75b0302): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6143 2025.01.09 01:59:02.399345 [ 286 ] {af332a18-5988-48fc-b79e-fed293582e25} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001449 sec., 4140.786749482401 rows/sec., 216.34 KiB/sec.
6144 2025.01.09 01:59:02.399393 [ 286 ] {af332a18-5988-48fc-b79e-fed293582e25} <Debug> TCPHandler: Processed in 0.001771977 sec.
6145 2025.01.09 01:59:02.399539 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6146 2025.01.09 01:59:02.399677 [ 283 ] {0cd868b6-02ba-477b-85ad-40a2db804d3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6147 2025.01.09 01:59:02.399738 [ 283 ] {0cd868b6-02ba-477b-85ad-40a2db804d3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6148 2025.01.09 01:59:02.400335 [ 283 ] {0cd868b6-02ba-477b-85ad-40a2db804d3f} <Trace> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6149 2025.01.09 01:59:02.400373 [ 283 ] {0cd868b6-02ba-477b-85ad-40a2db804d3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
6150 2025.01.09 01:59:02.400754 [ 283 ] {0cd868b6-02ba-477b-85ad-40a2db804d3f} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
6151 2025.01.09 01:59:02.400986 [ 283 ] {0cd868b6-02ba-477b-85ad-40a2db804d3f} <Trace> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6152 2025.01.09 01:59:02.401247 [ 283 ] {0cd868b6-02ba-477b-85ad-40a2db804d3f} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.001598 sec., 110763.45431789737 rows/sec., 7.31 MiB/sec.
6153 2025.01.09 01:59:02.401326 [ 283 ] {0cd868b6-02ba-477b-85ad-40a2db804d3f} <Debug> TCPHandler: Processed in 0.001851378 sec.
6154 2025.01.09 01:59:02.401644 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6155 2025.01.09 01:59:02.401873 [ 286 ] {084e1452-0d71-429a-83b4-745586ec42b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
6156 2025.01.09 01:59:02.401971 [ 286 ] {084e1452-0d71-429a-83b4-745586ec42b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
6157 2025.01.09 01:59:02.402470 [ 286 ] {084e1452-0d71-429a-83b4-745586ec42b4} <Trace> oximeter.measurements_f64 (934b838e-c5f5-431f-8772-7fa1e914138c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6158 2025.01.09 01:59:02.402508 [ 286 ] {084e1452-0d71-429a-83b4-745586ec42b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
6159 2025.01.09 01:59:02.402856 [ 286 ] {084e1452-0d71-429a-83b4-745586ec42b4} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
6160 2025.01.09 01:59:02.403089 [ 286 ] {084e1452-0d71-429a-83b4-745586ec42b4} <Trace> oximeter.measurements_f64 (934b838e-c5f5-431f-8772-7fa1e914138c): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6161 2025.01.09 01:59:02.403275 [ 286 ] {084e1452-0d71-429a-83b4-745586ec42b4} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001457 sec., 686.3417982155113 rows/sec., 46.25 KiB/sec.
6162 2025.01.09 01:59:02.403324 [ 286 ] {084e1452-0d71-429a-83b4-745586ec42b4} <Debug> TCPHandler: Processed in 0.00189292 sec.
6163 2025.01.09 01:59:02.403469 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6164 2025.01.09 01:59:02.403606 [ 283 ] {8467d7b3-1043-4f4c-901d-7abb187cde46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6165 2025.01.09 01:59:02.403699 [ 283 ] {8467d7b3-1043-4f4c-901d-7abb187cde46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
6166 2025.01.09 01:59:02.404835 [ 283 ] {8467d7b3-1043-4f4c-901d-7abb187cde46} <Trace> oximeter.measurements_histogramu64 (17c94cc7-cbcb-4131-b32c-df27c461cf7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6167 2025.01.09 01:59:02.404875 [ 283 ] {8467d7b3-1043-4f4c-901d-7abb187cde46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
6168 2025.01.09 01:59:02.405487 [ 283 ] {8467d7b3-1043-4f4c-901d-7abb187cde46} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
6169 2025.01.09 01:59:02.405755 [ 283 ] {8467d7b3-1043-4f4c-901d-7abb187cde46} <Trace> oximeter.measurements_histogramu64 (17c94cc7-cbcb-4131-b32c-df27c461cf7e): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6170 2025.01.09 01:59:02.405937 [ 77 ] {} <Debug> oximeter.measurements_histogramu64 (17c94cc7-cbcb-4131-b32c-df27c461cf7e) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
6171 2025.01.09 01:59:02.406009 [ 77 ] {} <Trace> oximeter.measurements_histogramu64 (17c94cc7-cbcb-4131-b32c-df27c461cf7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6172 2025.01.09 01:59:02.406047 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
6173 2025.01.09 01:59:02.406053 [ 283 ] {8467d7b3-1043-4f4c-901d-7abb187cde46} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002469 sec., 5265.289590927501 rows/sec., 9.44 MiB/sec.
6174 2025.01.09 01:59:02.406327 [ 193 ] {17c94cc7-cbcb-4131-b32c-df27c461cf7e::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
6175 2025.01.09 01:59:02.406441 [ 283 ] {8467d7b3-1043-4f4c-901d-7abb187cde46} <Debug> TCPHandler: Processed in 0.003037586 sec.
6176 2025.01.09 01:59:02.406634 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6177 2025.01.09 01:59:02.406802 [ 193 ] {17c94cc7-cbcb-4131-b32c-df27c461cf7e::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6178 2025.01.09 01:59:02.406806 [ 286 ] {881b44f2-7483-4e5e-84ab-610239e088dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6179 2025.01.09 01:59:02.406890 [ 193 ] {17c94cc7-cbcb-4131-b32c-df27c461cf7e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 568 rows starting from the beginning of the part
6180 2025.01.09 01:59:02.406894 [ 286 ] {881b44f2-7483-4e5e-84ab-610239e088dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6181 2025.01.09 01:59:02.407423 [ 193 ] {17c94cc7-cbcb-4131-b32c-df27c461cf7e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 13 rows starting from the beginning of the part
6182 2025.01.09 01:59:02.407817 [ 193 ] {17c94cc7-cbcb-4131-b32c-df27c461cf7e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 26 rows starting from the beginning of the part
6183 2025.01.09 01:59:02.408256 [ 286 ] {881b44f2-7483-4e5e-84ab-610239e088dc} <Trace> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6184 2025.01.09 01:59:02.408263 [ 193 ] {17c94cc7-cbcb-4131-b32c-df27c461cf7e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 13 rows starting from the beginning of the part
6185 2025.01.09 01:59:02.408300 [ 286 ] {881b44f2-7483-4e5e-84ab-610239e088dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6186 2025.01.09 01:59:02.408656 [ 193 ] {17c94cc7-cbcb-4131-b32c-df27c461cf7e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 26 rows starting from the beginning of the part
6187 2025.01.09 01:59:02.409036 [ 193 ] {17c94cc7-cbcb-4131-b32c-df27c461cf7e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 13 rows starting from the beginning of the part
6188 2025.01.09 01:59:02.409199 [ 286 ] {881b44f2-7483-4e5e-84ab-610239e088dc} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
6189 2025.01.09 01:59:02.409595 [ 286 ] {881b44f2-7483-4e5e-84ab-610239e088dc} <Trace> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6190 2025.01.09 01:59:02.409853 [ 286 ] {881b44f2-7483-4e5e-84ab-610239e088dc} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.003092 sec., 16817.59379042691 rows/sec., 1.04 MiB/sec.
6191 2025.01.09 01:59:02.409956 [ 286 ] {881b44f2-7483-4e5e-84ab-610239e088dc} <Debug> TCPHandler: Processed in 0.003421403 sec.
6192 2025.01.09 01:59:02.413589 [ 194 ] {17c94cc7-cbcb-4131-b32c-df27c461cf7e::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 659 rows, containing 19 columns (19 merged, 0 gathered) in 0.007472594 sec., 88188.92074157916 rows/sec., 158.03 MiB/sec.
6193 2025.01.09 01:59:02.414610 [ 195 ] {17c94cc7-cbcb-4131-b32c-df27c461cf7e::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
6194 2025.01.09 01:59:02.415115 [ 195 ] {17c94cc7-cbcb-4131-b32c-df27c461cf7e::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (17c94cc7-cbcb-4131-b32c-df27c461cf7e): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6195 2025.01.09 01:59:02.415215 [ 195 ] {17c94cc7-cbcb-4131-b32c-df27c461cf7e::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (17c94cc7-cbcb-4131-b32c-df27c461cf7e) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
6196 2025.01.09 01:59:02.415397 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.49 MiB.
6197 2025.01.09 01:59:07.376782 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6198 2025.01.09 01:59:07.376990 [ 286 ] {ba54042d-076d-4e79-a026-3ef23789b644} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
6199 2025.01.09 01:59:07.377067 [ 286 ] {ba54042d-076d-4e79-a026-3ef23789b644} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
6200 2025.01.09 01:59:07.377822 [ 286 ] {ba54042d-076d-4e79-a026-3ef23789b644} <Trace> oximeter.fields_ipaddr (99e36f6e-d6b3-41b0-9488-2664f52c89c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6201 2025.01.09 01:59:07.377875 [ 286 ] {ba54042d-076d-4e79-a026-3ef23789b644} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6202 2025.01.09 01:59:07.378295 [ 286 ] {ba54042d-076d-4e79-a026-3ef23789b644} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
6203 2025.01.09 01:59:07.378543 [ 286 ] {ba54042d-076d-4e79-a026-3ef23789b644} <Trace> oximeter.fields_ipaddr (99e36f6e-d6b3-41b0-9488-2664f52c89c7): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6204 2025.01.09 01:59:07.378746 [ 286 ] {ba54042d-076d-4e79-a026-3ef23789b644} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001811 sec., 1104.3622308117062 rows/sec., 90.05 KiB/sec.
6205 2025.01.09 01:59:07.378814 [ 286 ] {ba54042d-076d-4e79-a026-3ef23789b644} <Debug> TCPHandler: Processed in 0.002169693 sec.
6206 2025.01.09 01:59:07.379065 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6207 2025.01.09 01:59:07.379273 [ 283 ] {f15c66d4-4d4e-471f-9ee6-44171b7170f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6208 2025.01.09 01:59:07.379357 [ 283 ] {f15c66d4-4d4e-471f-9ee6-44171b7170f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6209 2025.01.09 01:59:07.380226 [ 283 ] {f15c66d4-4d4e-471f-9ee6-44171b7170f1} <Trace> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6210 2025.01.09 01:59:07.380281 [ 283 ] {f15c66d4-4d4e-471f-9ee6-44171b7170f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6211 2025.01.09 01:59:07.380712 [ 283 ] {f15c66d4-4d4e-471f-9ee6-44171b7170f1} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
6212 2025.01.09 01:59:07.380963 [ 283 ] {f15c66d4-4d4e-471f-9ee6-44171b7170f1} <Trace> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6213 2025.01.09 01:59:07.381151 [ 69 ] {} <Debug> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
6214 2025.01.09 01:59:07.381211 [ 69 ] {} <Trace> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6215 2025.01.09 01:59:07.381233 [ 283 ] {f15c66d4-4d4e-471f-9ee6-44171b7170f1} <Debug> executeQuery: Read 79 rows, 6.92 KiB in 0.002007 sec., 39362.23218734429 rows/sec., 3.37 MiB/sec.
6216 2025.01.09 01:59:07.381249 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6217 2025.01.09 01:59:07.381431 [ 283 ] {f15c66d4-4d4e-471f-9ee6-44171b7170f1} <Debug> TCPHandler: Processed in 0.002495479 sec.
6218 2025.01.09 01:59:07.381518 [ 201 ] {f5ed56e7-dfed-47b2-b04a-d980cf44b4ae::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
6219 2025.01.09 01:59:07.381609 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6220 2025.01.09 01:59:07.381672 [ 201 ] {f5ed56e7-dfed-47b2-b04a-d980cf44b4ae::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6221 2025.01.09 01:59:07.381725 [ 201 ] {f5ed56e7-dfed-47b2-b04a-d980cf44b4ae::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1399 rows starting from the beginning of the part
6222 2025.01.09 01:59:07.381755 [ 286 ] {8b4c8533-410b-458c-bf4e-9fb3053c75fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6223 2025.01.09 01:59:07.381838 [ 286 ] {8b4c8533-410b-458c-bf4e-9fb3053c75fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6224 2025.01.09 01:59:07.381855 [ 201 ] {f5ed56e7-dfed-47b2-b04a-d980cf44b4ae::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 1345 rows starting from the beginning of the part
6225 2025.01.09 01:59:07.382244 [ 201 ] {f5ed56e7-dfed-47b2-b04a-d980cf44b4ae::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 26 rows starting from the beginning of the part
6226 2025.01.09 01:59:07.382538 [ 201 ] {f5ed56e7-dfed-47b2-b04a-d980cf44b4ae::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 78 rows starting from the beginning of the part
6227 2025.01.09 01:59:07.382960 [ 201 ] {f5ed56e7-dfed-47b2-b04a-d980cf44b4ae::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 199 rows starting from the beginning of the part
6228 2025.01.09 01:59:07.383321 [ 201 ] {f5ed56e7-dfed-47b2-b04a-d980cf44b4ae::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 79 rows starting from the beginning of the part
6229 2025.01.09 01:59:07.384376 [ 286 ] {8b4c8533-410b-458c-bf4e-9fb3053c75fd} <Trace> oximeter.fields_u16 (b7e624c8-f545-4bc0-b9ea-87ccb0a68066): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6230 2025.01.09 01:59:07.384419 [ 286 ] {8b4c8533-410b-458c-bf4e-9fb3053c75fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6231 2025.01.09 01:59:07.384988 [ 286 ] {8b4c8533-410b-458c-bf4e-9fb3053c75fd} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
6232 2025.01.09 01:59:07.385295 [ 286 ] {8b4c8533-410b-458c-bf4e-9fb3053c75fd} <Trace> oximeter.fields_u16 (b7e624c8-f545-4bc0-b9ea-87ccb0a68066): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6233 2025.01.09 01:59:07.385490 [ 286 ] {8b4c8533-410b-458c-bf4e-9fb3053c75fd} <Debug> executeQuery: Read 28 rows, 2.09 KiB in 0.003774 sec., 7419.183889772125 rows/sec., 555.04 KiB/sec.
6234 2025.01.09 01:59:07.385621 [ 286 ] {8b4c8533-410b-458c-bf4e-9fb3053c75fd} <Debug> TCPHandler: Processed in 0.004073313 sec.
6235 2025.01.09 01:59:07.385872 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6236 2025.01.09 01:59:07.385886 [ 195 ] {f5ed56e7-dfed-47b2-b04a-d980cf44b4ae::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3126 rows, containing 5 columns (5 merged, 0 gathered) in 0.004523749 sec., 691019.771432942 rows/sec., 60.54 MiB/sec.
6237 2025.01.09 01:59:07.386019 [ 283 ] {71e404cb-d558-4a0a-8489-250fe609274c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6238 2025.01.09 01:59:07.386097 [ 283 ] {71e404cb-d558-4a0a-8489-250fe609274c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6239 2025.01.09 01:59:07.386214 [ 195 ] {f5ed56e7-dfed-47b2-b04a-d980cf44b4ae::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
6240 2025.01.09 01:59:07.386823 [ 195 ] {f5ed56e7-dfed-47b2-b04a-d980cf44b4ae::all_1_46_9} <Trace> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6241 2025.01.09 01:59:07.387032 [ 195 ] {f5ed56e7-dfed-47b2-b04a-d980cf44b4ae::all_1_46_9} <Trace> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
6242 2025.01.09 01:59:07.387217 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB.
6243 2025.01.09 01:59:07.387340 [ 283 ] {71e404cb-d558-4a0a-8489-250fe609274c} <Trace> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6244 2025.01.09 01:59:07.387385 [ 283 ] {71e404cb-d558-4a0a-8489-250fe609274c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6245 2025.01.09 01:59:07.387751 [ 283 ] {71e404cb-d558-4a0a-8489-250fe609274c} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
6246 2025.01.09 01:59:07.387988 [ 283 ] {71e404cb-d558-4a0a-8489-250fe609274c} <Trace> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6247 2025.01.09 01:59:07.388169 [ 69 ] {} <Debug> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
6248 2025.01.09 01:59:07.388235 [ 69 ] {} <Trace> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6249 2025.01.09 01:59:07.388243 [ 283 ] {71e404cb-d558-4a0a-8489-250fe609274c} <Debug> executeQuery: Read 56 rows, 4.48 KiB in 0.002248 sec., 24911.032028469752 rows/sec., 1.95 MiB/sec.
6250 2025.01.09 01:59:07.388278 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6251 2025.01.09 01:59:07.388437 [ 283 ] {71e404cb-d558-4a0a-8489-250fe609274c} <Debug> TCPHandler: Processed in 0.002701722 sec.
6252 2025.01.09 01:59:07.388497 [ 194 ] {2eb6d585-f9d5-43d7-bd92-6011d08c7ad8::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
6253 2025.01.09 01:59:07.388611 [ 194 ] {2eb6d585-f9d5-43d7-bd92-6011d08c7ad8::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6254 2025.01.09 01:59:07.388655 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6255 2025.01.09 01:59:07.388669 [ 194 ] {2eb6d585-f9d5-43d7-bd92-6011d08c7ad8::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 873 rows starting from the beginning of the part
6256 2025.01.09 01:59:07.388929 [ 194 ] {2eb6d585-f9d5-43d7-bd92-6011d08c7ad8::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 827 rows starting from the beginning of the part
6257 2025.01.09 01:59:07.389055 [ 286 ] {50eb9193-42ee-476f-b782-73526f801626} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6258 2025.01.09 01:59:07.389219 [ 194 ] {2eb6d585-f9d5-43d7-bd92-6011d08c7ad8::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 28 rows starting from the beginning of the part
6259 2025.01.09 01:59:07.389296 [ 286 ] {50eb9193-42ee-476f-b782-73526f801626} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6260 2025.01.09 01:59:07.389553 [ 194 ] {2eb6d585-f9d5-43d7-bd92-6011d08c7ad8::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 54 rows starting from the beginning of the part
6261 2025.01.09 01:59:07.389911 [ 194 ] {2eb6d585-f9d5-43d7-bd92-6011d08c7ad8::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 359 rows starting from the beginning of the part
6262 2025.01.09 01:59:07.390329 [ 194 ] {2eb6d585-f9d5-43d7-bd92-6011d08c7ad8::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 56 rows starting from the beginning of the part
6263 2025.01.09 01:59:07.391753 [ 286 ] {50eb9193-42ee-476f-b782-73526f801626} <Trace> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6264 2025.01.09 01:59:07.391822 [ 286 ] {50eb9193-42ee-476f-b782-73526f801626} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6265 2025.01.09 01:59:07.392882 [ 286 ] {50eb9193-42ee-476f-b782-73526f801626} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
6266 2025.01.09 01:59:07.393214 [ 286 ] {50eb9193-42ee-476f-b782-73526f801626} <Trace> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6267 2025.01.09 01:59:07.393568 [ 69 ] {} <Debug> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
6268 2025.01.09 01:59:07.393676 [ 69 ] {} <Trace> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6269 2025.01.09 01:59:07.393743 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6270 2025.01.09 01:59:07.393837 [ 198 ] {2eb6d585-f9d5-43d7-bd92-6011d08c7ad8::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2197 rows, containing 5 columns (5 merged, 0 gathered) in 0.005410543 sec., 406059.05913694797 rows/sec., 30.93 MiB/sec.
6271 2025.01.09 01:59:07.393886 [ 286 ] {50eb9193-42ee-476f-b782-73526f801626} <Debug> executeQuery: Read 101 rows, 7.17 KiB in 0.004966 sec., 20338.300443012486 rows/sec., 1.41 MiB/sec.
6272 2025.01.09 01:59:07.394121 [ 195 ] {ffbfddf0-ce9e-4b86-ba97-130a92b6daeb::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
6273 2025.01.09 01:59:07.394208 [ 286 ] {50eb9193-42ee-476f-b782-73526f801626} <Debug> TCPHandler: Processed in 0.005647497 sec.
6274 2025.01.09 01:59:07.394218 [ 198 ] {2eb6d585-f9d5-43d7-bd92-6011d08c7ad8::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
6275 2025.01.09 01:59:07.394500 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6276 2025.01.09 01:59:07.394720 [ 195 ] {ffbfddf0-ce9e-4b86-ba97-130a92b6daeb::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6277 2025.01.09 01:59:07.394843 [ 283 ] {b54241fd-69e2-4446-9073-1e9bded6b068} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6278 2025.01.09 01:59:07.394849 [ 195 ] {ffbfddf0-ce9e-4b86-ba97-130a92b6daeb::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 10223 rows starting from the beginning of the part
6279 2025.01.09 01:59:07.395159 [ 198 ] {2eb6d585-f9d5-43d7-bd92-6011d08c7ad8::all_1_46_9} <Trace> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6280 2025.01.09 01:59:07.395236 [ 283 ] {b54241fd-69e2-4446-9073-1e9bded6b068} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
6281 2025.01.09 01:59:07.395294 [ 195 ] {ffbfddf0-ce9e-4b86-ba97-130a92b6daeb::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 969 rows starting from the beginning of the part
6282 2025.01.09 01:59:07.395637 [ 198 ] {2eb6d585-f9d5-43d7-bd92-6011d08c7ad8::all_1_46_9} <Trace> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
6283 2025.01.09 01:59:07.396009 [ 195 ] {ffbfddf0-ce9e-4b86-ba97-130a92b6daeb::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 60 rows starting from the beginning of the part
6284 2025.01.09 01:59:07.396159 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB.
6285 2025.01.09 01:59:07.396491 [ 195 ] {ffbfddf0-ce9e-4b86-ba97-130a92b6daeb::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 100 rows starting from the beginning of the part
6286 2025.01.09 01:59:07.396900 [ 195 ] {ffbfddf0-ce9e-4b86-ba97-130a92b6daeb::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 177 rows starting from the beginning of the part
6287 2025.01.09 01:59:07.397273 [ 195 ] {ffbfddf0-ce9e-4b86-ba97-130a92b6daeb::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 101 rows starting from the beginning of the part
6288 2025.01.09 01:59:07.400461 [ 283 ] {b54241fd-69e2-4446-9073-1e9bded6b068} <Trace> oximeter.measurements_histogramu64 (17c94cc7-cbcb-4131-b32c-df27c461cf7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6289 2025.01.09 01:59:07.400530 [ 283 ] {b54241fd-69e2-4446-9073-1e9bded6b068} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6290 2025.01.09 01:59:07.401642 [ 283 ] {b54241fd-69e2-4446-9073-1e9bded6b068} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
6291 2025.01.09 01:59:07.402232 [ 283 ] {b54241fd-69e2-4446-9073-1e9bded6b068} <Trace> oximeter.measurements_histogramu64 (17c94cc7-cbcb-4131-b32c-df27c461cf7e): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6292 2025.01.09 01:59:07.402562 [ 283 ] {b54241fd-69e2-4446-9073-1e9bded6b068} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.00781 sec., 3329.0653008962868 rows/sec., 5.97 MiB/sec.
6293 2025.01.09 01:59:07.403254 [ 283 ] {b54241fd-69e2-4446-9073-1e9bded6b068} <Debug> TCPHandler: Processed in 0.008890426 sec.
6294 2025.01.09 01:59:07.403707 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6295 2025.01.09 01:59:07.403737 [ 192 ] {ffbfddf0-ce9e-4b86-ba97-130a92b6daeb::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11630 rows, containing 5 columns (5 merged, 0 gathered) in 0.009862551 sec., 1179208.097377646 rows/sec., 79.00 MiB/sec.
6296 2025.01.09 01:59:07.403873 [ 286 ] {07fcad0b-621d-4f56-83b9-41ff676756c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6297 2025.01.09 01:59:07.403944 [ 286 ] {07fcad0b-621d-4f56-83b9-41ff676756c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6298 2025.01.09 01:59:07.404259 [ 192 ] {ffbfddf0-ce9e-4b86-ba97-130a92b6daeb::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
6299 2025.01.09 01:59:07.404813 [ 286 ] {07fcad0b-621d-4f56-83b9-41ff676756c0} <Trace> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6300 2025.01.09 01:59:07.404870 [ 198 ] {ffbfddf0-ce9e-4b86-ba97-130a92b6daeb::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6301 2025.01.09 01:59:07.404887 [ 286 ] {07fcad0b-621d-4f56-83b9-41ff676756c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6302 2025.01.09 01:59:07.405116 [ 198 ] {ffbfddf0-ce9e-4b86-ba97-130a92b6daeb::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
6303 2025.01.09 01:59:07.405327 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.13 MiB.
6304 2025.01.09 01:59:07.405557 [ 286 ] {07fcad0b-621d-4f56-83b9-41ff676756c0} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
6305 2025.01.09 01:59:07.405800 [ 286 ] {07fcad0b-621d-4f56-83b9-41ff676756c0} <Trace> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6306 2025.01.09 01:59:07.405929 [ 69 ] {} <Debug> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
6307 2025.01.09 01:59:07.405970 [ 69 ] {} <Trace> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6308 2025.01.09 01:59:07.405995 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6309 2025.01.09 01:59:07.405997 [ 286 ] {07fcad0b-621d-4f56-83b9-41ff676756c0} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.002171 sec., 13818.516812528787 rows/sec., 969.37 KiB/sec.
6310 2025.01.09 01:59:07.406161 [ 286 ] {07fcad0b-621d-4f56-83b9-41ff676756c0} <Debug> TCPHandler: Processed in 0.002542099 sec.
6311 2025.01.09 01:59:07.406239 [ 198 ] {33d0f459-c18f-4582-9502-2d7c69533f97::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
6312 2025.01.09 01:59:07.406353 [ 198 ] {33d0f459-c18f-4582-9502-2d7c69533f97::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6313 2025.01.09 01:59:07.406388 [ 198 ] {33d0f459-c18f-4582-9502-2d7c69533f97::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1448 rows starting from the beginning of the part
6314 2025.01.09 01:59:07.406487 [ 198 ] {33d0f459-c18f-4582-9502-2d7c69533f97::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
6315 2025.01.09 01:59:07.406642 [ 198 ] {33d0f459-c18f-4582-9502-2d7c69533f97::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 18 rows starting from the beginning of the part
6316 2025.01.09 01:59:07.406789 [ 198 ] {33d0f459-c18f-4582-9502-2d7c69533f97::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 30 rows starting from the beginning of the part
6317 2025.01.09 01:59:07.406951 [ 198 ] {33d0f459-c18f-4582-9502-2d7c69533f97::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 52 rows starting from the beginning of the part
6318 2025.01.09 01:59:07.407080 [ 198 ] {33d0f459-c18f-4582-9502-2d7c69533f97::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 30 rows starting from the beginning of the part
6319 2025.01.09 01:59:07.408270 [ 187 ] {33d0f459-c18f-4582-9502-2d7c69533f97::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1612 rows, containing 4 columns (4 merged, 0 gathered) in 0.002185894 sec., 737455.7046224566 rows/sec., 47.54 MiB/sec.
6320 2025.01.09 01:59:07.408528 [ 196 ] {33d0f459-c18f-4582-9502-2d7c69533f97::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
6321 2025.01.09 01:59:07.408902 [ 196 ] {33d0f459-c18f-4582-9502-2d7c69533f97::all_1_46_9} <Trace> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6322 2025.01.09 01:59:07.409014 [ 196 ] {33d0f459-c18f-4582-9502-2d7c69533f97::all_1_46_9} <Trace> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
6323 2025.01.09 01:59:07.409133 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB.
6324 2025.01.09 01:59:08.707044 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 13298
6325 2025.01.09 01:59:08.707717 [ 244 ] {} <Trace> system.asynchronous_metric_log (9698bf86-621f-4c13-9bc9-6db4396b8d09): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6326 2025.01.09 01:59:08.707760 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6327 2025.01.09 01:59:08.708316 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
6328 2025.01.09 01:59:08.708575 [ 244 ] {} <Trace> system.asynchronous_metric_log (9698bf86-621f-4c13-9bc9-6db4396b8d09): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6329 2025.01.09 01:59:08.708821 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13298
6330 2025.01.09 01:59:09.602195 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 219
6331 2025.01.09 01:59:09.623153 [ 243 ] {} <Trace> system.metric_log (c31dfbef-714c-4223-9d5c-473a3e49bbb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6332 2025.01.09 01:59:09.623221 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6333 2025.01.09 01:59:09.630615 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
6334 2025.01.09 01:59:09.631400 [ 243 ] {} <Trace> system.metric_log (c31dfbef-714c-4223-9d5c-473a3e49bbb4): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6335 2025.01.09 01:59:09.635549 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 219
6336 2025.01.09 01:59:11.263848 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 898
6337 2025.01.09 01:59:11.267080 [ 242 ] {} <Trace> system.query_log (e9d8cce9-7d6e-43dd-804a-3eff920f58fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6338 2025.01.09 01:59:11.267140 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6339 2025.01.09 01:59:11.268616 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
6340 2025.01.09 01:59:11.268931 [ 242 ] {} <Trace> system.query_log (e9d8cce9-7d6e-43dd-804a-3eff920f58fa): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6341 2025.01.09 01:59:11.269196 [ 60 ] {} <Debug> system.query_log (e9d8cce9-7d6e-43dd-804a-3eff920f58fa) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
6342 2025.01.09 01:59:11.269364 [ 60 ] {} <Trace> system.query_log (e9d8cce9-7d6e-43dd-804a-3eff920f58fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6343 2025.01.09 01:59:11.269487 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6344 2025.01.09 01:59:11.270121 [ 197 ] {e9d8cce9-7d6e-43dd-804a-3eff920f58fa::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
6345 2025.01.09 01:59:11.270655 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 898
6346 2025.01.09 01:59:11.271212 [ 197 ] {e9d8cce9-7d6e-43dd-804a-3eff920f58fa::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6347 2025.01.09 01:59:11.271412 [ 197 ] {e9d8cce9-7d6e-43dd-804a-3eff920f58fa::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 730 rows starting from the beginning of the part
6348 2025.01.09 01:59:11.272139 [ 197 ] {e9d8cce9-7d6e-43dd-804a-3eff920f58fa::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
6349 2025.01.09 01:59:11.272818 [ 197 ] {e9d8cce9-7d6e-43dd-804a-3eff920f58fa::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 34 rows starting from the beginning of the part
6350 2025.01.09 01:59:11.273473 [ 197 ] {e9d8cce9-7d6e-43dd-804a-3eff920f58fa::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
6351 2025.01.09 01:59:11.274151 [ 197 ] {e9d8cce9-7d6e-43dd-804a-3eff920f58fa::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
6352 2025.01.09 01:59:11.274786 [ 197 ] {e9d8cce9-7d6e-43dd-804a-3eff920f58fa::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 36 rows starting from the beginning of the part
6353 2025.01.09 01:59:11.283170 [ 187 ] {e9d8cce9-7d6e-43dd-804a-3eff920f58fa::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 898 rows, containing 72 columns (72 merged, 0 gathered) in 0.013423975 sec., 66895.23781145301 rows/sec., 54.20 MiB/sec.
6354 2025.01.09 01:59:11.284544 [ 189 ] {e9d8cce9-7d6e-43dd-804a-3eff920f58fa::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
6355 2025.01.09 01:59:11.285269 [ 189 ] {e9d8cce9-7d6e-43dd-804a-3eff920f58fa::all_1_21_4} <Trace> system.query_log (e9d8cce9-7d6e-43dd-804a-3eff920f58fa): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6356 2025.01.09 01:59:11.285360 [ 189 ] {e9d8cce9-7d6e-43dd-804a-3eff920f58fa::all_1_21_4} <Trace> system.query_log (e9d8cce9-7d6e-43dd-804a-3eff920f58fa) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
6357 2025.01.09 01:59:11.285584 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.18 MiB.
6358 2025.01.09 01:59:12.380022 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6359 2025.01.09 01:59:12.380230 [ 286 ] {11596f97-f8e9-40e0-9d42-bdc9faeb77df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
6360 2025.01.09 01:59:12.380313 [ 286 ] {11596f97-f8e9-40e0-9d42-bdc9faeb77df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
6361 2025.01.09 01:59:12.381082 [ 286 ] {11596f97-f8e9-40e0-9d42-bdc9faeb77df} <Trace> oximeter.fields_i16 (768e6654-4d7d-4320-b224-a6516c636040): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6362 2025.01.09 01:59:12.381126 [ 286 ] {11596f97-f8e9-40e0-9d42-bdc9faeb77df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6363 2025.01.09 01:59:12.381562 [ 286 ] {11596f97-f8e9-40e0-9d42-bdc9faeb77df} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
6364 2025.01.09 01:59:12.381813 [ 286 ] {11596f97-f8e9-40e0-9d42-bdc9faeb77df} <Trace> oximeter.fields_i16 (768e6654-4d7d-4320-b224-a6516c636040): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6365 2025.01.09 01:59:12.382055 [ 286 ] {11596f97-f8e9-40e0-9d42-bdc9faeb77df} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001873 sec., 7474.639615589962 rows/sec., 538.07 KiB/sec.
6366 2025.01.09 01:59:12.382167 [ 286 ] {11596f97-f8e9-40e0-9d42-bdc9faeb77df} <Debug> TCPHandler: Processed in 0.002276994 sec.
6367 2025.01.09 01:59:12.382495 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6368 2025.01.09 01:59:12.382702 [ 283 ] {1e23df4b-d3a0-4072-9e0b-d4328283a7d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6369 2025.01.09 01:59:12.382783 [ 283 ] {1e23df4b-d3a0-4072-9e0b-d4328283a7d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6370 2025.01.09 01:59:12.383674 [ 283 ] {1e23df4b-d3a0-4072-9e0b-d4328283a7d0} <Trace> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6371 2025.01.09 01:59:12.383726 [ 283 ] {1e23df4b-d3a0-4072-9e0b-d4328283a7d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6372 2025.01.09 01:59:12.384162 [ 283 ] {1e23df4b-d3a0-4072-9e0b-d4328283a7d0} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
6373 2025.01.09 01:59:12.384409 [ 283 ] {1e23df4b-d3a0-4072-9e0b-d4328283a7d0} <Trace> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6374 2025.01.09 01:59:12.384629 [ 283 ] {1e23df4b-d3a0-4072-9e0b-d4328283a7d0} <Debug> executeQuery: Read 199 rows, 18.11 KiB in 0.001985 sec., 100251.88916876576 rows/sec., 8.91 MiB/sec.
6375 2025.01.09 01:59:12.384685 [ 283 ] {1e23df4b-d3a0-4072-9e0b-d4328283a7d0} <Debug> TCPHandler: Processed in 0.002364606 sec.
6376 2025.01.09 01:59:12.384862 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6377 2025.01.09 01:59:12.385009 [ 286 ] {348b189b-2e07-4846-9e9c-dcc3717e94e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6378 2025.01.09 01:59:12.385071 [ 286 ] {348b189b-2e07-4846-9e9c-dcc3717e94e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6379 2025.01.09 01:59:12.385695 [ 286 ] {348b189b-2e07-4846-9e9c-dcc3717e94e1} <Trace> oximeter.fields_u16 (b7e624c8-f545-4bc0-b9ea-87ccb0a68066): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6380 2025.01.09 01:59:12.385733 [ 286 ] {348b189b-2e07-4846-9e9c-dcc3717e94e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6381 2025.01.09 01:59:12.386090 [ 286 ] {348b189b-2e07-4846-9e9c-dcc3717e94e1} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
6382 2025.01.09 01:59:12.386328 [ 286 ] {348b189b-2e07-4846-9e9c-dcc3717e94e1} <Trace> oximeter.fields_u16 (b7e624c8-f545-4bc0-b9ea-87ccb0a68066): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6383 2025.01.09 01:59:12.386523 [ 286 ] {348b189b-2e07-4846-9e9c-dcc3717e94e1} <Debug> executeQuery: Read 20 rows, 1.43 KiB in 0.00155 sec., 12903.225806451614 rows/sec., 924.90 KiB/sec.
6384 2025.01.09 01:59:12.386648 [ 286 ] {348b189b-2e07-4846-9e9c-dcc3717e94e1} <Debug> TCPHandler: Processed in 0.001859018 sec.
6385 2025.01.09 01:59:12.386843 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6386 2025.01.09 01:59:12.386983 [ 283 ] {176140f2-9af0-4a4d-a528-b2c2d589d7d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
6387 2025.01.09 01:59:12.387041 [ 283 ] {176140f2-9af0-4a4d-a528-b2c2d589d7d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
6388 2025.01.09 01:59:12.387660 [ 283 ] {176140f2-9af0-4a4d-a528-b2c2d589d7d2} <Trace> oximeter.fields_u32 (03dfd943-ea50-4047-86b9-6222d9e39c11): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6389 2025.01.09 01:59:12.387701 [ 283 ] {176140f2-9af0-4a4d-a528-b2c2d589d7d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6390 2025.01.09 01:59:12.388066 [ 283 ] {176140f2-9af0-4a4d-a528-b2c2d589d7d2} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
6391 2025.01.09 01:59:12.388302 [ 283 ] {176140f2-9af0-4a4d-a528-b2c2d589d7d2} <Trace> oximeter.fields_u32 (03dfd943-ea50-4047-86b9-6222d9e39c11): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6392 2025.01.09 01:59:12.388464 [ 57 ] {} <Debug> oximeter.fields_u32 (03dfd943-ea50-4047-86b9-6222d9e39c11) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0
6393 2025.01.09 01:59:12.388526 [ 57 ] {} <Trace> oximeter.fields_u32 (03dfd943-ea50-4047-86b9-6222d9e39c11): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6394 2025.01.09 01:59:12.388545 [ 283 ] {176140f2-9af0-4a4d-a528-b2c2d589d7d2} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001585 sec., 8832.807570977919 rows/sec., 618.59 KiB/sec.
6395 2025.01.09 01:59:12.388561 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6396 2025.01.09 01:59:12.388699 [ 283 ] {176140f2-9af0-4a4d-a528-b2c2d589d7d2} <Debug> TCPHandler: Processed in 0.00196136 sec.
6397 2025.01.09 01:59:12.388768 [ 186 ] {03dfd943-ea50-4047-86b9-6222d9e39c11::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
6398 2025.01.09 01:59:12.388908 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6399 2025.01.09 01:59:12.388929 [ 186 ] {03dfd943-ea50-4047-86b9-6222d9e39c11::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6400 2025.01.09 01:59:12.388981 [ 186 ] {03dfd943-ea50-4047-86b9-6222d9e39c11::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 243 rows starting from the beginning of the part
6401 2025.01.09 01:59:12.389219 [ 286 ] {f68b23aa-395a-47dc-a6f7-b198ee51e381} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
6402 2025.01.09 01:59:12.389228 [ 186 ] {03dfd943-ea50-4047-86b9-6222d9e39c11::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
6403 2025.01.09 01:59:12.389365 [ 286 ] {f68b23aa-395a-47dc-a6f7-b198ee51e381} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
6404 2025.01.09 01:59:12.389510 [ 186 ] {03dfd943-ea50-4047-86b9-6222d9e39c11::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
6405 2025.01.09 01:59:12.389897 [ 186 ] {03dfd943-ea50-4047-86b9-6222d9e39c11::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
6406 2025.01.09 01:59:12.390181 [ 186 ] {03dfd943-ea50-4047-86b9-6222d9e39c11::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
6407 2025.01.09 01:59:12.390628 [ 186 ] {03dfd943-ea50-4047-86b9-6222d9e39c11::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
6408 2025.01.09 01:59:12.392143 [ 286 ] {f68b23aa-395a-47dc-a6f7-b198ee51e381} <Trace> oximeter.fields_u8 (f59c63b9-7e00-4cbb-80d5-4667ebd1997c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6409 2025.01.09 01:59:12.392224 [ 286 ] {f68b23aa-395a-47dc-a6f7-b198ee51e381} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6410 2025.01.09 01:59:12.393311 [ 286 ] {f68b23aa-395a-47dc-a6f7-b198ee51e381} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
6411 2025.01.09 01:59:12.393805 [ 188 ] {03dfd943-ea50-4047-86b9-6222d9e39c11::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 541 rows, containing 5 columns (5 merged, 0 gathered) in 0.005101578 sec., 106045.61961024608 rows/sec., 7.60 MiB/sec.
6412 2025.01.09 01:59:12.393843 [ 286 ] {f68b23aa-395a-47dc-a6f7-b198ee51e381} <Trace> oximeter.fields_u8 (f59c63b9-7e00-4cbb-80d5-4667ebd1997c): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6413 2025.01.09 01:59:12.394362 [ 188 ] {03dfd943-ea50-4047-86b9-6222d9e39c11::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary)
6414 2025.01.09 01:59:12.394394 [ 286 ] {f68b23aa-395a-47dc-a6f7-b198ee51e381} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005303 sec., 2451.442579671884 rows/sec., 152.85 KiB/sec.
6415 2025.01.09 01:59:12.394901 [ 286 ] {f68b23aa-395a-47dc-a6f7-b198ee51e381} <Debug> TCPHandler: Processed in 0.006081993 sec.
6416 2025.01.09 01:59:12.395116 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6417 2025.01.09 01:59:12.395144 [ 188 ] {03dfd943-ea50-4047-86b9-6222d9e39c11::all_1_20_4} <Trace> oximeter.fields_u32 (03dfd943-ea50-4047-86b9-6222d9e39c11): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6418 2025.01.09 01:59:12.395329 [ 188 ] {03dfd943-ea50-4047-86b9-6222d9e39c11::all_1_20_4} <Trace> oximeter.fields_u32 (03dfd943-ea50-4047-86b9-6222d9e39c11) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4
6419 2025.01.09 01:59:12.395350 [ 283 ] {cbc4560a-dd98-4a41-b8c4-5d0556cbc69b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6420 2025.01.09 01:59:12.395490 [ 283 ] {cbc4560a-dd98-4a41-b8c4-5d0556cbc69b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6421 2025.01.09 01:59:12.395517 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB.
6422 2025.01.09 01:59:12.396390 [ 283 ] {cbc4560a-dd98-4a41-b8c4-5d0556cbc69b} <Trace> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6423 2025.01.09 01:59:12.396436 [ 283 ] {cbc4560a-dd98-4a41-b8c4-5d0556cbc69b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6424 2025.01.09 01:59:12.396816 [ 283 ] {cbc4560a-dd98-4a41-b8c4-5d0556cbc69b} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
6425 2025.01.09 01:59:12.397062 [ 283 ] {cbc4560a-dd98-4a41-b8c4-5d0556cbc69b} <Trace> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6426 2025.01.09 01:59:12.397271 [ 283 ] {cbc4560a-dd98-4a41-b8c4-5d0556cbc69b} <Debug> executeQuery: Read 359 rows, 25.84 KiB in 0.001978 sec., 181496.46107178967 rows/sec., 12.76 MiB/sec.
6427 2025.01.09 01:59:12.397349 [ 283 ] {cbc4560a-dd98-4a41-b8c4-5d0556cbc69b} <Debug> TCPHandler: Processed in 0.002331655 sec.
6428 2025.01.09 01:59:12.397502 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6429 2025.01.09 01:59:12.397624 [ 286 ] {9ecc8422-583b-4236-8d3f-d3a8b089a8b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
6430 2025.01.09 01:59:12.397676 [ 286 ] {9ecc8422-583b-4236-8d3f-d3a8b089a8b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
6431 2025.01.09 01:59:12.398172 [ 286 ] {9ecc8422-583b-4236-8d3f-d3a8b089a8b9} <Trace> oximeter.measurements_bool (e95e83a2-bc6b-4f55-83f2-ee90a75b0302): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6432 2025.01.09 01:59:12.398209 [ 286 ] {9ecc8422-583b-4236-8d3f-d3a8b089a8b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6433 2025.01.09 01:59:12.398584 [ 286 ] {9ecc8422-583b-4236-8d3f-d3a8b089a8b9} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
6434 2025.01.09 01:59:12.398818 [ 286 ] {9ecc8422-583b-4236-8d3f-d3a8b089a8b9} <Trace> oximeter.measurements_bool (e95e83a2-bc6b-4f55-83f2-ee90a75b0302): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6435 2025.01.09 01:59:12.398939 [ 57 ] {} <Debug> oximeter.measurements_bool (e95e83a2-bc6b-4f55-83f2-ee90a75b0302) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0
6436 2025.01.09 01:59:12.398976 [ 57 ] {} <Trace> oximeter.measurements_bool (e95e83a2-bc6b-4f55-83f2-ee90a75b0302): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6437 2025.01.09 01:59:12.398998 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6438 2025.01.09 01:59:12.399007 [ 286 ] {9ecc8422-583b-4236-8d3f-d3a8b089a8b9} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001407 sec., 4264.392324093817 rows/sec., 222.80 KiB/sec.
6439 2025.01.09 01:59:12.399172 [ 286 ] {9ecc8422-583b-4236-8d3f-d3a8b089a8b9} <Debug> TCPHandler: Processed in 0.001725866 sec.
6440 2025.01.09 01:59:12.399278 [ 191 ] {e95e83a2-bc6b-4f55-83f2-ee90a75b0302::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
6441 2025.01.09 01:59:12.399405 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6442 2025.01.09 01:59:12.399642 [ 191 ] {e95e83a2-bc6b-4f55-83f2-ee90a75b0302::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6443 2025.01.09 01:59:12.399658 [ 283 ] {f44bb0f3-9e7a-4ce1-861c-eef923cba9aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6444 2025.01.09 01:59:12.399744 [ 191 ] {e95e83a2-bc6b-4f55-83f2-ee90a75b0302::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
6445 2025.01.09 01:59:12.399779 [ 283 ] {f44bb0f3-9e7a-4ce1-861c-eef923cba9aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6446 2025.01.09 01:59:12.400256 [ 191 ] {e95e83a2-bc6b-4f55-83f2-ee90a75b0302::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
6447 2025.01.09 01:59:12.400536 [ 191 ] {e95e83a2-bc6b-4f55-83f2-ee90a75b0302::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
6448 2025.01.09 01:59:12.400926 [ 191 ] {e95e83a2-bc6b-4f55-83f2-ee90a75b0302::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
6449 2025.01.09 01:59:12.401252 [ 191 ] {e95e83a2-bc6b-4f55-83f2-ee90a75b0302::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
6450 2025.01.09 01:59:12.401530 [ 191 ] {e95e83a2-bc6b-4f55-83f2-ee90a75b0302::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
6451 2025.01.09 01:59:12.402388 [ 283 ] {f44bb0f3-9e7a-4ce1-861c-eef923cba9aa} <Trace> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6452 2025.01.09 01:59:12.402449 [ 283 ] {f44bb0f3-9e7a-4ce1-861c-eef923cba9aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6453 2025.01.09 01:59:12.403454 [ 283 ] {f44bb0f3-9e7a-4ce1-861c-eef923cba9aa} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
6454 2025.01.09 01:59:12.404037 [ 283 ] {f44bb0f3-9e7a-4ce1-861c-eef923cba9aa} <Trace> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6455 2025.01.09 01:59:12.404063 [ 191 ] {e95e83a2-bc6b-4f55-83f2-ee90a75b0302::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 120 rows, containing 4 columns (4 merged, 0 gathered) in 0.004965586 sec., 24166.33203009675 rows/sec., 1.23 MiB/sec.
6456 2025.01.09 01:59:12.404271 [ 190 ] {e95e83a2-bc6b-4f55-83f2-ee90a75b0302::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary)
6457 2025.01.09 01:59:12.404457 [ 283 ] {f44bb0f3-9e7a-4ce1-861c-eef923cba9aa} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.004872 sec., 36330.04926108375 rows/sec., 2.40 MiB/sec.
6458 2025.01.09 01:59:12.404825 [ 283 ] {f44bb0f3-9e7a-4ce1-861c-eef923cba9aa} <Debug> TCPHandler: Processed in 0.005491384 sec.
6459 2025.01.09 01:59:12.405261 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6460 2025.01.09 01:59:12.405283 [ 190 ] {e95e83a2-bc6b-4f55-83f2-ee90a75b0302::all_1_20_4} <Trace> oximeter.measurements_bool (e95e83a2-bc6b-4f55-83f2-ee90a75b0302): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6461 2025.01.09 01:59:12.405577 [ 190 ] {e95e83a2-bc6b-4f55-83f2-ee90a75b0302::all_1_20_4} <Trace> oximeter.measurements_bool (e95e83a2-bc6b-4f55-83f2-ee90a75b0302) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4
6462 2025.01.09 01:59:12.405591 [ 286 ] {42a569a4-94b0-49e6-9404-ea5f3e90bf6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
6463 2025.01.09 01:59:12.405704 [ 286 ] {42a569a4-94b0-49e6-9404-ea5f3e90bf6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
6464 2025.01.09 01:59:12.405721 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
6465 2025.01.09 01:59:12.406236 [ 286 ] {42a569a4-94b0-49e6-9404-ea5f3e90bf6b} <Trace> oximeter.measurements_f64 (934b838e-c5f5-431f-8772-7fa1e914138c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6466 2025.01.09 01:59:12.406279 [ 286 ] {42a569a4-94b0-49e6-9404-ea5f3e90bf6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6467 2025.01.09 01:59:12.406657 [ 286 ] {42a569a4-94b0-49e6-9404-ea5f3e90bf6b} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
6468 2025.01.09 01:59:12.406898 [ 286 ] {42a569a4-94b0-49e6-9404-ea5f3e90bf6b} <Trace> oximeter.measurements_f64 (934b838e-c5f5-431f-8772-7fa1e914138c): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6469 2025.01.09 01:59:12.407138 [ 286 ] {42a569a4-94b0-49e6-9404-ea5f3e90bf6b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001607 sec., 622.2775357809584 rows/sec., 41.93 KiB/sec.
6470 2025.01.09 01:59:12.407280 [ 286 ] {42a569a4-94b0-49e6-9404-ea5f3e90bf6b} <Debug> TCPHandler: Processed in 0.002328345 sec.
6471 2025.01.09 01:59:12.407487 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6472 2025.01.09 01:59:12.407626 [ 283 ] {94412299-82b0-401c-8604-df1189418df7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6473 2025.01.09 01:59:12.407719 [ 283 ] {94412299-82b0-401c-8604-df1189418df7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
6474 2025.01.09 01:59:12.408907 [ 283 ] {94412299-82b0-401c-8604-df1189418df7} <Trace> oximeter.measurements_histogramu64 (17c94cc7-cbcb-4131-b32c-df27c461cf7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6475 2025.01.09 01:59:12.408955 [ 283 ] {94412299-82b0-401c-8604-df1189418df7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6476 2025.01.09 01:59:12.409572 [ 283 ] {94412299-82b0-401c-8604-df1189418df7} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
6477 2025.01.09 01:59:12.409825 [ 283 ] {94412299-82b0-401c-8604-df1189418df7} <Trace> oximeter.measurements_histogramu64 (17c94cc7-cbcb-4131-b32c-df27c461cf7e): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6478 2025.01.09 01:59:12.410074 [ 283 ] {94412299-82b0-401c-8604-df1189418df7} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.00248 sec., 5241.935483870968 rows/sec., 9.39 MiB/sec.
6479 2025.01.09 01:59:12.410169 [ 283 ] {94412299-82b0-401c-8604-df1189418df7} <Debug> TCPHandler: Processed in 0.002772992 sec.
6480 2025.01.09 01:59:12.410370 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6481 2025.01.09 01:59:12.410508 [ 286 ] {fd2e9b81-9fdb-4c76-893a-f4b3e63fad61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6482 2025.01.09 01:59:12.410569 [ 286 ] {fd2e9b81-9fdb-4c76-893a-f4b3e63fad61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6483 2025.01.09 01:59:12.411164 [ 286 ] {fd2e9b81-9fdb-4c76-893a-f4b3e63fad61} <Trace> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6484 2025.01.09 01:59:12.411212 [ 286 ] {fd2e9b81-9fdb-4c76-893a-f4b3e63fad61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6485 2025.01.09 01:59:12.411590 [ 286 ] {fd2e9b81-9fdb-4c76-893a-f4b3e63fad61} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
6486 2025.01.09 01:59:12.411827 [ 286 ] {fd2e9b81-9fdb-4c76-893a-f4b3e63fad61} <Trace> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6487 2025.01.09 01:59:12.412026 [ 286 ] {fd2e9b81-9fdb-4c76-893a-f4b3e63fad61} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.001549 sec., 33570.045190445446 rows/sec., 2.08 MiB/sec.
6488 2025.01.09 01:59:12.412077 [ 286 ] {fd2e9b81-9fdb-4c76-893a-f4b3e63fad61} <Debug> TCPHandler: Processed in 0.001796798 sec.
6489 2025.01.09 01:59:16.095726 [ 52 ] {} <Debug> DNSResolver: Updating DNS cache
6490 2025.01.09 01:59:16.095796 [ 52 ] {} <Debug> DNSResolver: Updated DNS cache
6491 2025.01.09 01:59:16.208986 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 13786
6492 2025.01.09 01:59:16.209857 [ 244 ] {} <Trace> system.asynchronous_metric_log (9698bf86-621f-4c13-9bc9-6db4396b8d09): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6493 2025.01.09 01:59:16.209897 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6494 2025.01.09 01:59:16.210444 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
6495 2025.01.09 01:59:16.210715 [ 244 ] {} <Trace> system.asynchronous_metric_log (9698bf86-621f-4c13-9bc9-6db4396b8d09): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6496 2025.01.09 01:59:16.210911 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13786
6497 2025.01.09 01:59:17.135637 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 227
6498 2025.01.09 01:59:17.156296 [ 243 ] {} <Trace> system.metric_log (c31dfbef-714c-4223-9d5c-473a3e49bbb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6499 2025.01.09 01:59:17.156351 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6500 2025.01.09 01:59:17.163762 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
6501 2025.01.09 01:59:17.164586 [ 243 ] {} <Trace> system.metric_log (c31dfbef-714c-4223-9d5c-473a3e49bbb4): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6502 2025.01.09 01:59:17.167310 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 227
6503 2025.01.09 01:59:17.376544 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6504 2025.01.09 01:59:17.376740 [ 286 ] {5701ceb3-22fb-4533-be80-44f4c968dce3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6505 2025.01.09 01:59:17.376816 [ 286 ] {5701ceb3-22fb-4533-be80-44f4c968dce3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6506 2025.01.09 01:59:17.377637 [ 286 ] {5701ceb3-22fb-4533-be80-44f4c968dce3} <Trace> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6507 2025.01.09 01:59:17.377692 [ 286 ] {5701ceb3-22fb-4533-be80-44f4c968dce3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6508 2025.01.09 01:59:17.378134 [ 286 ] {5701ceb3-22fb-4533-be80-44f4c968dce3} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
6509 2025.01.09 01:59:17.378388 [ 286 ] {5701ceb3-22fb-4533-be80-44f4c968dce3} <Trace> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6510 2025.01.09 01:59:17.378622 [ 286 ] {5701ceb3-22fb-4533-be80-44f4c968dce3} <Debug> executeQuery: Read 78 rows, 6.85 KiB in 0.001937 sec., 40268.45637583893 rows/sec., 3.45 MiB/sec.
6511 2025.01.09 01:59:17.378681 [ 286 ] {5701ceb3-22fb-4533-be80-44f4c968dce3} <Debug> TCPHandler: Processed in 0.002277355 sec.
6512 2025.01.09 01:59:17.378930 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6513 2025.01.09 01:59:17.379114 [ 283 ] {b7be3206-accf-4d32-b2a9-0d2e89ccc5ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6514 2025.01.09 01:59:17.379183 [ 283 ] {b7be3206-accf-4d32-b2a9-0d2e89ccc5ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6515 2025.01.09 01:59:17.379889 [ 283 ] {b7be3206-accf-4d32-b2a9-0d2e89ccc5ea} <Trace> oximeter.fields_u16 (b7e624c8-f545-4bc0-b9ea-87ccb0a68066): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6516 2025.01.09 01:59:17.379928 [ 283 ] {b7be3206-accf-4d32-b2a9-0d2e89ccc5ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6517 2025.01.09 01:59:17.380341 [ 283 ] {b7be3206-accf-4d32-b2a9-0d2e89ccc5ea} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
6518 2025.01.09 01:59:17.380591 [ 283 ] {b7be3206-accf-4d32-b2a9-0d2e89ccc5ea} <Trace> oximeter.fields_u16 (b7e624c8-f545-4bc0-b9ea-87ccb0a68066): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6519 2025.01.09 01:59:17.380785 [ 283 ] {b7be3206-accf-4d32-b2a9-0d2e89ccc5ea} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.001723 sec., 15089.959373186304 rows/sec., 1.11 MiB/sec.
6520 2025.01.09 01:59:17.380838 [ 283 ] {b7be3206-accf-4d32-b2a9-0d2e89ccc5ea} <Debug> TCPHandler: Processed in 0.002036101 sec.
6521 2025.01.09 01:59:17.381013 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6522 2025.01.09 01:59:17.381161 [ 286 ] {715d4764-a179-49e1-913c-01bd05deefdd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6523 2025.01.09 01:59:17.381222 [ 286 ] {715d4764-a179-49e1-913c-01bd05deefdd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6524 2025.01.09 01:59:17.381863 [ 286 ] {715d4764-a179-49e1-913c-01bd05deefdd} <Trace> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6525 2025.01.09 01:59:17.381902 [ 286 ] {715d4764-a179-49e1-913c-01bd05deefdd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6526 2025.01.09 01:59:17.382294 [ 286 ] {715d4764-a179-49e1-913c-01bd05deefdd} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
6527 2025.01.09 01:59:17.382530 [ 286 ] {715d4764-a179-49e1-913c-01bd05deefdd} <Trace> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6528 2025.01.09 01:59:17.382745 [ 286 ] {715d4764-a179-49e1-913c-01bd05deefdd} <Debug> executeQuery: Read 54 rows, 4.32 KiB in 0.001622 sec., 33292.23181257707 rows/sec., 2.60 MiB/sec.
6529 2025.01.09 01:59:17.382797 [ 286 ] {715d4764-a179-49e1-913c-01bd05deefdd} <Debug> TCPHandler: Processed in 0.001856639 sec.
6530 2025.01.09 01:59:17.382945 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6531 2025.01.09 01:59:17.383071 [ 283 ] {f88d3b6c-da1b-44d1-b343-b561c1c3ead6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6532 2025.01.09 01:59:17.383126 [ 283 ] {f88d3b6c-da1b-44d1-b343-b561c1c3ead6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6533 2025.01.09 01:59:17.383661 [ 283 ] {f88d3b6c-da1b-44d1-b343-b561c1c3ead6} <Trace> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6534 2025.01.09 01:59:17.383700 [ 283 ] {f88d3b6c-da1b-44d1-b343-b561c1c3ead6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6535 2025.01.09 01:59:17.384109 [ 283 ] {f88d3b6c-da1b-44d1-b343-b561c1c3ead6} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
6536 2025.01.09 01:59:17.384340 [ 283 ] {f88d3b6c-da1b-44d1-b343-b561c1c3ead6} <Trace> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6537 2025.01.09 01:59:17.384519 [ 283 ] {f88d3b6c-da1b-44d1-b343-b561c1c3ead6} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001476 sec., 67750.67750677506 rows/sec., 4.70 MiB/sec.
6538 2025.01.09 01:59:17.384568 [ 283 ] {f88d3b6c-da1b-44d1-b343-b561c1c3ead6} <Debug> TCPHandler: Processed in 0.001684746 sec.
6539 2025.01.09 01:59:17.384711 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6540 2025.01.09 01:59:17.384828 [ 286 ] {f47b3313-d38d-4809-8c1e-f09f3e01c533} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6541 2025.01.09 01:59:17.384909 [ 286 ] {f47b3313-d38d-4809-8c1e-f09f3e01c533} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
6542 2025.01.09 01:59:17.386072 [ 286 ] {f47b3313-d38d-4809-8c1e-f09f3e01c533} <Trace> oximeter.measurements_histogramu64 (17c94cc7-cbcb-4131-b32c-df27c461cf7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6543 2025.01.09 01:59:17.386112 [ 286 ] {f47b3313-d38d-4809-8c1e-f09f3e01c533} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6544 2025.01.09 01:59:17.386765 [ 286 ] {f47b3313-d38d-4809-8c1e-f09f3e01c533} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
6545 2025.01.09 01:59:17.387026 [ 286 ] {f47b3313-d38d-4809-8c1e-f09f3e01c533} <Trace> oximeter.measurements_histogramu64 (17c94cc7-cbcb-4131-b32c-df27c461cf7e): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6546 2025.01.09 01:59:17.387265 [ 286 ] {f47b3313-d38d-4809-8c1e-f09f3e01c533} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002462 sec., 10560.519902518277 rows/sec., 18.92 MiB/sec.
6547 2025.01.09 01:59:17.387357 [ 286 ] {f47b3313-d38d-4809-8c1e-f09f3e01c533} <Debug> TCPHandler: Processed in 0.002701261 sec.
6548 2025.01.09 01:59:17.387505 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6549 2025.01.09 01:59:17.387625 [ 283 ] {dc44cac9-a739-4a29-abf1-7e38f5745545} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6550 2025.01.09 01:59:17.387676 [ 283 ] {dc44cac9-a739-4a29-abf1-7e38f5745545} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6551 2025.01.09 01:59:17.388173 [ 283 ] {dc44cac9-a739-4a29-abf1-7e38f5745545} <Trace> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6552 2025.01.09 01:59:17.388211 [ 283 ] {dc44cac9-a739-4a29-abf1-7e38f5745545} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6553 2025.01.09 01:59:17.388575 [ 283 ] {dc44cac9-a739-4a29-abf1-7e38f5745545} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
6554 2025.01.09 01:59:17.388803 [ 283 ] {dc44cac9-a739-4a29-abf1-7e38f5745545} <Trace> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6555 2025.01.09 01:59:17.389002 [ 283 ] {dc44cac9-a739-4a29-abf1-7e38f5745545} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001391 sec., 21567.21782890007 rows/sec., 1.48 MiB/sec.
6556 2025.01.09 01:59:17.389062 [ 283 ] {dc44cac9-a739-4a29-abf1-7e38f5745545} <Debug> TCPHandler: Processed in 0.001613474 sec.
6557 2025.01.09 01:59:18.715408 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6558 2025.01.09 01:59:18.715618 [ 286 ] {3283a9ad-0f20-4baa-8254-2dcb3dfe017d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
6559 2025.01.09 01:59:18.715694 [ 286 ] {3283a9ad-0f20-4baa-8254-2dcb3dfe017d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
6560 2025.01.09 01:59:18.716466 [ 286 ] {3283a9ad-0f20-4baa-8254-2dcb3dfe017d} <Trace> oximeter.fields_i16 (768e6654-4d7d-4320-b224-a6516c636040): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6561 2025.01.09 01:59:18.716520 [ 286 ] {3283a9ad-0f20-4baa-8254-2dcb3dfe017d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6562 2025.01.09 01:59:18.716956 [ 286 ] {3283a9ad-0f20-4baa-8254-2dcb3dfe017d} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
6563 2025.01.09 01:59:18.717211 [ 286 ] {3283a9ad-0f20-4baa-8254-2dcb3dfe017d} <Trace> oximeter.fields_i16 (768e6654-4d7d-4320-b224-a6516c636040): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6564 2025.01.09 01:59:18.717436 [ 48 ] {} <Debug> oximeter.fields_i16 (768e6654-4d7d-4320-b224-a6516c636040) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0
6565 2025.01.09 01:59:18.717497 [ 286 ] {3283a9ad-0f20-4baa-8254-2dcb3dfe017d} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001932 sec., 7246.376811594203 rows/sec., 521.64 KiB/sec.
6566 2025.01.09 01:59:18.717549 [ 48 ] {} <Trace> oximeter.fields_i16 (768e6654-4d7d-4320-b224-a6516c636040): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6567 2025.01.09 01:59:18.717620 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6568 2025.01.09 01:59:18.717633 [ 286 ] {3283a9ad-0f20-4baa-8254-2dcb3dfe017d} <Debug> TCPHandler: Processed in 0.002357346 sec.
6569 2025.01.09 01:59:18.717904 [ 199 ] {768e6654-4d7d-4320-b224-a6516c636040::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
6570 2025.01.09 01:59:18.717946 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6571 2025.01.09 01:59:18.718295 [ 199 ] {768e6654-4d7d-4320-b224-a6516c636040::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6572 2025.01.09 01:59:18.718300 [ 283 ] {07ceb45a-2942-4e00-a1ff-f819dd8455f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6573 2025.01.09 01:59:18.718401 [ 199 ] {768e6654-4d7d-4320-b224-a6516c636040::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
6574 2025.01.09 01:59:18.718443 [ 283 ] {07ceb45a-2942-4e00-a1ff-f819dd8455f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6575 2025.01.09 01:59:18.718769 [ 199 ] {768e6654-4d7d-4320-b224-a6516c636040::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
6576 2025.01.09 01:59:18.719052 [ 199 ] {768e6654-4d7d-4320-b224-a6516c636040::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
6577 2025.01.09 01:59:18.719420 [ 199 ] {768e6654-4d7d-4320-b224-a6516c636040::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
6578 2025.01.09 01:59:18.719802 [ 199 ] {768e6654-4d7d-4320-b224-a6516c636040::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
6579 2025.01.09 01:59:18.721811 [ 199 ] {768e6654-4d7d-4320-b224-a6516c636040::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004052772 sec., 17272.12880467986 rows/sec., 1.28 MiB/sec.
6580 2025.01.09 01:59:18.721840 [ 283 ] {07ceb45a-2942-4e00-a1ff-f819dd8455f1} <Trace> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6581 2025.01.09 01:59:18.721914 [ 283 ] {07ceb45a-2942-4e00-a1ff-f819dd8455f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6582 2025.01.09 01:59:18.722010 [ 193 ] {768e6654-4d7d-4320-b224-a6516c636040::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary)
6583 2025.01.09 01:59:18.722584 [ 193 ] {768e6654-4d7d-4320-b224-a6516c636040::all_1_21_5} <Trace> oximeter.fields_i16 (768e6654-4d7d-4320-b224-a6516c636040): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6584 2025.01.09 01:59:18.722688 [ 193 ] {768e6654-4d7d-4320-b224-a6516c636040::all_1_21_5} <Trace> oximeter.fields_i16 (768e6654-4d7d-4320-b224-a6516c636040) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5
6585 2025.01.09 01:59:18.722829 [ 283 ] {07ceb45a-2942-4e00-a1ff-f819dd8455f1} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
6586 2025.01.09 01:59:18.722833 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
6587 2025.01.09 01:59:18.723135 [ 283 ] {07ceb45a-2942-4e00-a1ff-f819dd8455f1} <Trace> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6588 2025.01.09 01:59:18.723415 [ 283 ] {07ceb45a-2942-4e00-a1ff-f819dd8455f1} <Debug> executeQuery: Read 1339 rows, 114.23 KiB in 0.005241 sec., 255485.59435222286 rows/sec., 21.28 MiB/sec.
6589 2025.01.09 01:59:18.723495 [ 283 ] {07ceb45a-2942-4e00-a1ff-f819dd8455f1} <Debug> TCPHandler: Processed in 0.005721927 sec.
6590 2025.01.09 01:59:18.723673 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6591 2025.01.09 01:59:18.723820 [ 286 ] {aac3dcef-4a14-4851-af47-473aa52ad57a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6592 2025.01.09 01:59:18.723884 [ 286 ] {aac3dcef-4a14-4851-af47-473aa52ad57a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6593 2025.01.09 01:59:18.724587 [ 286 ] {aac3dcef-4a14-4851-af47-473aa52ad57a} <Trace> oximeter.fields_u16 (b7e624c8-f545-4bc0-b9ea-87ccb0a68066): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6594 2025.01.09 01:59:18.724629 [ 286 ] {aac3dcef-4a14-4851-af47-473aa52ad57a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6595 2025.01.09 01:59:18.724988 [ 286 ] {aac3dcef-4a14-4851-af47-473aa52ad57a} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
6596 2025.01.09 01:59:18.725236 [ 286 ] {aac3dcef-4a14-4851-af47-473aa52ad57a} <Trace> oximeter.fields_u16 (b7e624c8-f545-4bc0-b9ea-87ccb0a68066): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6597 2025.01.09 01:59:18.725421 [ 286 ] {aac3dcef-4a14-4851-af47-473aa52ad57a} <Debug> executeQuery: Read 20 rows, 1.43 KiB in 0.001638 sec., 12210.01221001221 rows/sec., 875.21 KiB/sec.
6598 2025.01.09 01:59:18.725477 [ 286 ] {aac3dcef-4a14-4851-af47-473aa52ad57a} <Debug> TCPHandler: Processed in 0.001876879 sec.
6599 2025.01.09 01:59:18.725629 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6600 2025.01.09 01:59:18.725776 [ 283 ] {3227972e-ef28-4a77-b1ea-dbe64ce9715a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
6601 2025.01.09 01:59:18.725843 [ 283 ] {3227972e-ef28-4a77-b1ea-dbe64ce9715a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
6602 2025.01.09 01:59:18.726654 [ 283 ] {3227972e-ef28-4a77-b1ea-dbe64ce9715a} <Trace> oximeter.fields_u32 (03dfd943-ea50-4047-86b9-6222d9e39c11): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6603 2025.01.09 01:59:18.726695 [ 283 ] {3227972e-ef28-4a77-b1ea-dbe64ce9715a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6604 2025.01.09 01:59:18.727066 [ 283 ] {3227972e-ef28-4a77-b1ea-dbe64ce9715a} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
6605 2025.01.09 01:59:18.727311 [ 283 ] {3227972e-ef28-4a77-b1ea-dbe64ce9715a} <Trace> oximeter.fields_u32 (03dfd943-ea50-4047-86b9-6222d9e39c11): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6606 2025.01.09 01:59:18.727529 [ 283 ] {3227972e-ef28-4a77-b1ea-dbe64ce9715a} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001788 sec., 135346.75615212528 rows/sec., 9.17 MiB/sec.
6607 2025.01.09 01:59:18.727658 [ 283 ] {3227972e-ef28-4a77-b1ea-dbe64ce9715a} <Debug> TCPHandler: Processed in 0.002098362 sec.
6608 2025.01.09 01:59:18.727843 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6609 2025.01.09 01:59:18.727981 [ 286 ] {8af927bd-e5f8-4783-93c7-9ab3ca25ec7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
6610 2025.01.09 01:59:18.728040 [ 286 ] {8af927bd-e5f8-4783-93c7-9ab3ca25ec7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
6611 2025.01.09 01:59:18.728683 [ 286 ] {8af927bd-e5f8-4783-93c7-9ab3ca25ec7b} <Trace> oximeter.fields_u8 (f59c63b9-7e00-4cbb-80d5-4667ebd1997c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6612 2025.01.09 01:59:18.728723 [ 286 ] {8af927bd-e5f8-4783-93c7-9ab3ca25ec7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6613 2025.01.09 01:59:18.729084 [ 286 ] {8af927bd-e5f8-4783-93c7-9ab3ca25ec7b} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
6614 2025.01.09 01:59:18.729319 [ 286 ] {8af927bd-e5f8-4783-93c7-9ab3ca25ec7b} <Trace> oximeter.fields_u8 (f59c63b9-7e00-4cbb-80d5-4667ebd1997c): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6615 2025.01.09 01:59:18.729449 [ 49 ] {} <Debug> oximeter.fields_u8 (f59c63b9-7e00-4cbb-80d5-4667ebd1997c) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0
6616 2025.01.09 01:59:18.729492 [ 49 ] {} <Trace> oximeter.fields_u8 (f59c63b9-7e00-4cbb-80d5-4667ebd1997c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6617 2025.01.09 01:59:18.729505 [ 286 ] {8af927bd-e5f8-4783-93c7-9ab3ca25ec7b} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001554 sec., 8365.508365508365 rows/sec., 521.59 KiB/sec.
6618 2025.01.09 01:59:18.729517 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6619 2025.01.09 01:59:18.729624 [ 286 ] {8af927bd-e5f8-4783-93c7-9ab3ca25ec7b} <Debug> TCPHandler: Processed in 0.001843318 sec.
6620 2025.01.09 01:59:18.729708 [ 199 ] {f59c63b9-7e00-4cbb-80d5-4667ebd1997c::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
6621 2025.01.09 01:59:18.729835 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6622 2025.01.09 01:59:18.729853 [ 199 ] {f59c63b9-7e00-4cbb-80d5-4667ebd1997c::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6623 2025.01.09 01:59:18.729898 [ 199 ] {f59c63b9-7e00-4cbb-80d5-4667ebd1997c::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
6624 2025.01.09 01:59:18.730085 [ 283 ] {d868e648-5e62-4494-b7fa-f289cc41d1bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6625 2025.01.09 01:59:18.730174 [ 199 ] {f59c63b9-7e00-4cbb-80d5-4667ebd1997c::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
6626 2025.01.09 01:59:18.730213 [ 283 ] {d868e648-5e62-4494-b7fa-f289cc41d1bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6627 2025.01.09 01:59:18.730508 [ 199 ] {f59c63b9-7e00-4cbb-80d5-4667ebd1997c::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
6628 2025.01.09 01:59:18.730783 [ 199 ] {f59c63b9-7e00-4cbb-80d5-4667ebd1997c::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
6629 2025.01.09 01:59:18.731227 [ 199 ] {f59c63b9-7e00-4cbb-80d5-4667ebd1997c::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
6630 2025.01.09 01:59:18.733164 [ 283 ] {d868e648-5e62-4494-b7fa-f289cc41d1bd} <Trace> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6631 2025.01.09 01:59:18.733254 [ 283 ] {d868e648-5e62-4494-b7fa-f289cc41d1bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6632 2025.01.09 01:59:18.733403 [ 200 ] {f59c63b9-7e00-4cbb-80d5-4667ebd1997c::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.003788558 sec., 17156.923557723017 rows/sec., 1.11 MiB/sec.
6633 2025.01.09 01:59:18.733659 [ 200 ] {f59c63b9-7e00-4cbb-80d5-4667ebd1997c::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary)
6634 2025.01.09 01:59:18.733989 [ 283 ] {d868e648-5e62-4494-b7fa-f289cc41d1bd} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
6635 2025.01.09 01:59:18.734288 [ 200 ] {f59c63b9-7e00-4cbb-80d5-4667ebd1997c::all_1_21_5} <Trace> oximeter.fields_u8 (f59c63b9-7e00-4cbb-80d5-4667ebd1997c): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6636 2025.01.09 01:59:18.734481 [ 283 ] {d868e648-5e62-4494-b7fa-f289cc41d1bd} <Trace> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6637 2025.01.09 01:59:18.734499 [ 200 ] {f59c63b9-7e00-4cbb-80d5-4667ebd1997c::all_1_21_5} <Trace> oximeter.fields_u8 (f59c63b9-7e00-4cbb-80d5-4667ebd1997c) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5
6638 2025.01.09 01:59:18.734655 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
6639 2025.01.09 01:59:18.734853 [ 283 ] {d868e648-5e62-4494-b7fa-f289cc41d1bd} <Debug> executeQuery: Read 815 rows, 60.13 KiB in 0.004879 sec., 167042.42672678828 rows/sec., 12.04 MiB/sec.
6640 2025.01.09 01:59:18.734929 [ 283 ] {d868e648-5e62-4494-b7fa-f289cc41d1bd} <Debug> TCPHandler: Processed in 0.005172599 sec.
6641 2025.01.09 01:59:18.735093 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6642 2025.01.09 01:59:18.735233 [ 286 ] {86365b19-8322-47e7-89fb-f436b998bab4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
6643 2025.01.09 01:59:18.735294 [ 286 ] {86365b19-8322-47e7-89fb-f436b998bab4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
6644 2025.01.09 01:59:18.735805 [ 286 ] {86365b19-8322-47e7-89fb-f436b998bab4} <Trace> oximeter.measurements_bool (e95e83a2-bc6b-4f55-83f2-ee90a75b0302): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6645 2025.01.09 01:59:18.735844 [ 286 ] {86365b19-8322-47e7-89fb-f436b998bab4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6646 2025.01.09 01:59:18.736209 [ 286 ] {86365b19-8322-47e7-89fb-f436b998bab4} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
6647 2025.01.09 01:59:18.736442 [ 286 ] {86365b19-8322-47e7-89fb-f436b998bab4} <Trace> oximeter.measurements_bool (e95e83a2-bc6b-4f55-83f2-ee90a75b0302): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6648 2025.01.09 01:59:18.736624 [ 286 ] {86365b19-8322-47e7-89fb-f436b998bab4} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001423 sec., 4216.44413211525 rows/sec., 220.29 KiB/sec.
6649 2025.01.09 01:59:18.736674 [ 286 ] {86365b19-8322-47e7-89fb-f436b998bab4} <Debug> TCPHandler: Processed in 0.001649215 sec.
6650 2025.01.09 01:59:18.736829 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6651 2025.01.09 01:59:18.736971 [ 283 ] {7c173d9b-4bc8-4751-acd0-0c8484cd6e8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6652 2025.01.09 01:59:18.737033 [ 283 ] {7c173d9b-4bc8-4751-acd0-0c8484cd6e8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6653 2025.01.09 01:59:18.737837 [ 283 ] {7c173d9b-4bc8-4751-acd0-0c8484cd6e8a} <Trace> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6654 2025.01.09 01:59:18.737876 [ 283 ] {7c173d9b-4bc8-4751-acd0-0c8484cd6e8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6655 2025.01.09 01:59:18.738318 [ 283 ] {7c173d9b-4bc8-4751-acd0-0c8484cd6e8a} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
6656 2025.01.09 01:59:18.738558 [ 283 ] {7c173d9b-4bc8-4751-acd0-0c8484cd6e8a} <Trace> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6657 2025.01.09 01:59:18.738804 [ 283 ] {7c173d9b-4bc8-4751-acd0-0c8484cd6e8a} <Debug> executeQuery: Read 963 rows, 65.53 KiB in 0.001863 sec., 516908.21256038646 rows/sec., 34.35 MiB/sec.
6658 2025.01.09 01:59:18.738881 [ 283 ] {7c173d9b-4bc8-4751-acd0-0c8484cd6e8a} <Debug> TCPHandler: Processed in 0.002120212 sec.
6659 2025.01.09 01:59:18.739189 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6660 2025.01.09 01:59:18.739409 [ 286 ] {f0c09258-da22-4841-bd09-333aeea8ab99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
6661 2025.01.09 01:59:18.739505 [ 286 ] {f0c09258-da22-4841-bd09-333aeea8ab99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
6662 2025.01.09 01:59:18.739990 [ 286 ] {f0c09258-da22-4841-bd09-333aeea8ab99} <Trace> oximeter.measurements_f64 (934b838e-c5f5-431f-8772-7fa1e914138c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6663 2025.01.09 01:59:18.740029 [ 286 ] {f0c09258-da22-4841-bd09-333aeea8ab99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6664 2025.01.09 01:59:18.740385 [ 286 ] {f0c09258-da22-4841-bd09-333aeea8ab99} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
6665 2025.01.09 01:59:18.740624 [ 286 ] {f0c09258-da22-4841-bd09-333aeea8ab99} <Trace> oximeter.measurements_f64 (934b838e-c5f5-431f-8772-7fa1e914138c): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6666 2025.01.09 01:59:18.740803 [ 286 ] {f0c09258-da22-4841-bd09-333aeea8ab99} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00145 sec., 689.6551724137931 rows/sec., 46.47 KiB/sec.
6667 2025.01.09 01:59:18.740856 [ 286 ] {f0c09258-da22-4841-bd09-333aeea8ab99} <Debug> TCPHandler: Processed in 0.001873479 sec.
6668 2025.01.09 01:59:18.741009 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6669 2025.01.09 01:59:18.741147 [ 283 ] {3afa58c7-4b06-4c5e-9705-e80667319091} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6670 2025.01.09 01:59:18.741240 [ 283 ] {3afa58c7-4b06-4c5e-9705-e80667319091} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
6671 2025.01.09 01:59:18.742405 [ 283 ] {3afa58c7-4b06-4c5e-9705-e80667319091} <Trace> oximeter.measurements_histogramu64 (17c94cc7-cbcb-4131-b32c-df27c461cf7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6672 2025.01.09 01:59:18.742444 [ 283 ] {3afa58c7-4b06-4c5e-9705-e80667319091} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6673 2025.01.09 01:59:18.743047 [ 283 ] {3afa58c7-4b06-4c5e-9705-e80667319091} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
6674 2025.01.09 01:59:18.743299 [ 283 ] {3afa58c7-4b06-4c5e-9705-e80667319091} <Trace> oximeter.measurements_histogramu64 (17c94cc7-cbcb-4131-b32c-df27c461cf7e): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6675 2025.01.09 01:59:18.743540 [ 283 ] {3afa58c7-4b06-4c5e-9705-e80667319091} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002424 sec., 5363.036303630363 rows/sec., 9.61 MiB/sec.
6676 2025.01.09 01:59:18.743646 [ 283 ] {3afa58c7-4b06-4c5e-9705-e80667319091} <Debug> TCPHandler: Processed in 0.002706111 sec.
6677 2025.01.09 01:59:18.743826 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6678 2025.01.09 01:59:18.743968 [ 286 ] {fc13a706-4fcd-4345-a312-e43f797f4106} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6679 2025.01.09 01:59:18.744028 [ 286 ] {fc13a706-4fcd-4345-a312-e43f797f4106} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6680 2025.01.09 01:59:18.744594 [ 286 ] {fc13a706-4fcd-4345-a312-e43f797f4106} <Trace> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6681 2025.01.09 01:59:18.744632 [ 286 ] {fc13a706-4fcd-4345-a312-e43f797f4106} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6682 2025.01.09 01:59:18.745021 [ 286 ] {fc13a706-4fcd-4345-a312-e43f797f4106} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
6683 2025.01.09 01:59:18.745271 [ 286 ] {fc13a706-4fcd-4345-a312-e43f797f4106} <Trace> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6684 2025.01.09 01:59:18.745450 [ 286 ] {fc13a706-4fcd-4345-a312-e43f797f4106} <Debug> executeQuery: Read 34 rows, 2.03 KiB in 0.001515 sec., 22442.24422442244 rows/sec., 1.31 MiB/sec.
6685 2025.01.09 01:59:18.745499 [ 286 ] {fc13a706-4fcd-4345-a312-e43f797f4106} <Debug> TCPHandler: Processed in 0.001745307 sec.
6686 2025.01.09 01:59:21.270936 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 56 entries to flush up to offset 954
6687 2025.01.09 01:59:21.274717 [ 242 ] {} <Trace> system.query_log (e9d8cce9-7d6e-43dd-804a-3eff920f58fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6688 2025.01.09 01:59:21.274771 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6689 2025.01.09 01:59:21.276288 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
6690 2025.01.09 01:59:21.276604 [ 242 ] {} <Trace> system.query_log (e9d8cce9-7d6e-43dd-804a-3eff920f58fa): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6691 2025.01.09 01:59:21.278003 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 954
6692 2025.01.09 01:59:22.374421 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6693 2025.01.09 01:59:22.374634 [ 286 ] {74fe6a63-f33a-45ec-b1ca-2612b5767723} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6694 2025.01.09 01:59:22.374718 [ 286 ] {74fe6a63-f33a-45ec-b1ca-2612b5767723} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6695 2025.01.09 01:59:22.375484 [ 286 ] {74fe6a63-f33a-45ec-b1ca-2612b5767723} <Trace> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6696 2025.01.09 01:59:22.375539 [ 286 ] {74fe6a63-f33a-45ec-b1ca-2612b5767723} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6697 2025.01.09 01:59:22.375974 [ 286 ] {74fe6a63-f33a-45ec-b1ca-2612b5767723} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
6698 2025.01.09 01:59:22.376235 [ 286 ] {74fe6a63-f33a-45ec-b1ca-2612b5767723} <Trace> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6699 2025.01.09 01:59:22.376487 [ 286 ] {74fe6a63-f33a-45ec-b1ca-2612b5767723} <Debug> executeQuery: Read 26 rows, 1.98 KiB in 0.001902 sec., 13669.821240799158 rows/sec., 1.02 MiB/sec.
6700 2025.01.09 01:59:22.376606 [ 286 ] {74fe6a63-f33a-45ec-b1ca-2612b5767723} <Debug> TCPHandler: Processed in 0.002336586 sec.
6701 2025.01.09 01:59:22.376888 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6702 2025.01.09 01:59:22.377065 [ 283 ] {7094a0cb-ce7a-44ed-a6e3-a0506ff33366} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6703 2025.01.09 01:59:22.377133 [ 283 ] {7094a0cb-ce7a-44ed-a6e3-a0506ff33366} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6704 2025.01.09 01:59:22.377911 [ 283 ] {7094a0cb-ce7a-44ed-a6e3-a0506ff33366} <Trace> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6705 2025.01.09 01:59:22.377956 [ 283 ] {7094a0cb-ce7a-44ed-a6e3-a0506ff33366} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6706 2025.01.09 01:59:22.378415 [ 283 ] {7094a0cb-ce7a-44ed-a6e3-a0506ff33366} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
6707 2025.01.09 01:59:22.378679 [ 283 ] {7094a0cb-ce7a-44ed-a6e3-a0506ff33366} <Trace> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6708 2025.01.09 01:59:22.378924 [ 283 ] {7094a0cb-ce7a-44ed-a6e3-a0506ff33366} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001909 sec., 14667.36511262441 rows/sec., 1.14 MiB/sec.
6709 2025.01.09 01:59:22.378992 [ 283 ] {7094a0cb-ce7a-44ed-a6e3-a0506ff33366} <Debug> TCPHandler: Processed in 0.002268514 sec.
6710 2025.01.09 01:59:22.379154 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6711 2025.01.09 01:59:22.379300 [ 286 ] {fe5337c9-041d-471f-ac87-15b5dd6a2bd5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6712 2025.01.09 01:59:22.379360 [ 286 ] {fe5337c9-041d-471f-ac87-15b5dd6a2bd5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6713 2025.01.09 01:59:22.379946 [ 286 ] {fe5337c9-041d-471f-ac87-15b5dd6a2bd5} <Trace> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6714 2025.01.09 01:59:22.379986 [ 286 ] {fe5337c9-041d-471f-ac87-15b5dd6a2bd5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6715 2025.01.09 01:59:22.380392 [ 286 ] {fe5337c9-041d-471f-ac87-15b5dd6a2bd5} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
6716 2025.01.09 01:59:22.380653 [ 286 ] {fe5337c9-041d-471f-ac87-15b5dd6a2bd5} <Trace> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6717 2025.01.09 01:59:22.380939 [ 286 ] {fe5337c9-041d-471f-ac87-15b5dd6a2bd5} <Debug> executeQuery: Read 60 rows, 4.26 KiB in 0.001665 sec., 36036.036036036036 rows/sec., 2.50 MiB/sec.
6718 2025.01.09 01:59:22.381065 [ 286 ] {fe5337c9-041d-471f-ac87-15b5dd6a2bd5} <Debug> TCPHandler: Processed in 0.00196541 sec.
6719 2025.01.09 01:59:22.381331 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6720 2025.01.09 01:59:22.381499 [ 283 ] {f9d434ef-ab0f-4b47-b0f2-071bac48aed0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6721 2025.01.09 01:59:22.381575 [ 283 ] {f9d434ef-ab0f-4b47-b0f2-071bac48aed0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6722 2025.01.09 01:59:22.382149 [ 283 ] {f9d434ef-ab0f-4b47-b0f2-071bac48aed0} <Trace> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6723 2025.01.09 01:59:22.382193 [ 283 ] {f9d434ef-ab0f-4b47-b0f2-071bac48aed0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6724 2025.01.09 01:59:22.382613 [ 283 ] {f9d434ef-ab0f-4b47-b0f2-071bac48aed0} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
6725 2025.01.09 01:59:22.382864 [ 283 ] {f9d434ef-ab0f-4b47-b0f2-071bac48aed0} <Trace> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6726 2025.01.09 01:59:22.383073 [ 283 ] {f9d434ef-ab0f-4b47-b0f2-071bac48aed0} <Debug> executeQuery: Read 18 rows, 1.26 KiB in 0.001615 sec., 11145.510835913314 rows/sec., 781.85 KiB/sec.
6727 2025.01.09 01:59:22.383131 [ 283 ] {f9d434ef-ab0f-4b47-b0f2-071bac48aed0} <Debug> TCPHandler: Processed in 0.00194504 sec.
6728 2025.01.09 01:59:23.711068 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 14213
6729 2025.01.09 01:59:23.711813 [ 244 ] {} <Trace> system.asynchronous_metric_log (9698bf86-621f-4c13-9bc9-6db4396b8d09): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6730 2025.01.09 01:59:23.711862 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6731 2025.01.09 01:59:23.712397 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
6732 2025.01.09 01:59:23.712670 [ 244 ] {} <Trace> system.asynchronous_metric_log (9698bf86-621f-4c13-9bc9-6db4396b8d09): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6733 2025.01.09 01:59:23.712915 [ 37 ] {} <Debug> system.asynchronous_metric_log (9698bf86-621f-4c13-9bc9-6db4396b8d09) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
6734 2025.01.09 01:59:23.712935 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14213
6735 2025.01.09 01:59:23.713012 [ 37 ] {} <Trace> system.asynchronous_metric_log (9698bf86-621f-4c13-9bc9-6db4396b8d09): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6736 2025.01.09 01:59:23.713042 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6737 2025.01.09 01:59:23.713157 [ 192 ] {9698bf86-621f-4c13-9bc9-6db4396b8d09::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
6738 2025.01.09 01:59:23.713259 [ 192 ] {9698bf86-621f-4c13-9bc9-6db4396b8d09::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6739 2025.01.09 01:59:23.713292 [ 192 ] {9698bf86-621f-4c13-9bc9-6db4396b8d09::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
6740 2025.01.09 01:59:23.713359 [ 192 ] {9698bf86-621f-4c13-9bc9-6db4396b8d09::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 427 rows starting from the beginning of the part
6741 2025.01.09 01:59:23.713555 [ 192 ] {9698bf86-621f-4c13-9bc9-6db4396b8d09::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 488 rows starting from the beginning of the part
6742 2025.01.09 01:59:23.713801 [ 192 ] {9698bf86-621f-4c13-9bc9-6db4396b8d09::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 427 rows starting from the beginning of the part
6743 2025.01.09 01:59:23.713893 [ 192 ] {9698bf86-621f-4c13-9bc9-6db4396b8d09::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 488 rows starting from the beginning of the part
6744 2025.01.09 01:59:23.714192 [ 192 ] {9698bf86-621f-4c13-9bc9-6db4396b8d09::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 427 rows starting from the beginning of the part
6745 2025.01.09 01:59:23.716721 [ 193 ] {9698bf86-621f-4c13-9bc9-6db4396b8d09::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14213 rows, containing 4 columns (4 merged, 0 gathered) in 0.003612756 sec., 3934115.672356506 rows/sec., 56.28 MiB/sec.
6746 2025.01.09 01:59:23.717181 [ 198 ] {9698bf86-621f-4c13-9bc9-6db4396b8d09::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
6747 2025.01.09 01:59:23.717588 [ 198 ] {9698bf86-621f-4c13-9bc9-6db4396b8d09::all_1_31_6} <Trace> system.asynchronous_metric_log (9698bf86-621f-4c13-9bc9-6db4396b8d09): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6748 2025.01.09 01:59:23.717690 [ 198 ] {9698bf86-621f-4c13-9bc9-6db4396b8d09::all_1_31_6} <Trace> system.asynchronous_metric_log (9698bf86-621f-4c13-9bc9-6db4396b8d09) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
6749 2025.01.09 01:59:23.717812 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.47 MiB.
6750 2025.01.09 01:59:24.667402 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 234
6751 2025.01.09 01:59:24.689135 [ 243 ] {} <Trace> system.metric_log (c31dfbef-714c-4223-9d5c-473a3e49bbb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6752 2025.01.09 01:59:24.689200 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6753 2025.01.09 01:59:24.697173 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
6754 2025.01.09 01:59:24.698014 [ 243 ] {} <Trace> system.metric_log (c31dfbef-714c-4223-9d5c-473a3e49bbb4): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6755 2025.01.09 01:59:24.698400 [ 34 ] {} <Debug> system.metric_log (c31dfbef-714c-4223-9d5c-473a3e49bbb4) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
6756 2025.01.09 01:59:24.698522 [ 34 ] {} <Trace> system.metric_log (c31dfbef-714c-4223-9d5c-473a3e49bbb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6757 2025.01.09 01:59:24.698596 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6758 2025.01.09 01:59:24.698966 [ 198 ] {c31dfbef-714c-4223-9d5c-473a3e49bbb4::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
6759 2025.01.09 01:59:24.713858 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 234
6760 2025.01.09 01:59:24.715304 [ 198 ] {c31dfbef-714c-4223-9d5c-473a3e49bbb4::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6761 2025.01.09 01:59:24.716903 [ 198 ] {c31dfbef-714c-4223-9d5c-473a3e49bbb4::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
6762 2025.01.09 01:59:24.722297 [ 198 ] {c31dfbef-714c-4223-9d5c-473a3e49bbb4::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
6763 2025.01.09 01:59:24.727625 [ 198 ] {c31dfbef-714c-4223-9d5c-473a3e49bbb4::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
6764 2025.01.09 01:59:24.732901 [ 198 ] {c31dfbef-714c-4223-9d5c-473a3e49bbb4::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
6765 2025.01.09 01:59:24.738369 [ 198 ] {c31dfbef-714c-4223-9d5c-473a3e49bbb4::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
6766 2025.01.09 01:59:24.742597 [ 198 ] {c31dfbef-714c-4223-9d5c-473a3e49bbb4::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
6767 2025.01.09 01:59:24.801932 [ 193 ] {c31dfbef-714c-4223-9d5c-473a3e49bbb4::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 234 rows, containing 679 columns (679 merged, 0 gathered) in 0.103193616 sec., 2267.5821341506244 rows/sec., 11.73 MiB/sec.
6768 2025.01.09 01:59:24.804859 [ 193 ] {c31dfbef-714c-4223-9d5c-473a3e49bbb4::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
6769 2025.01.09 01:59:24.807832 [ 193 ] {c31dfbef-714c-4223-9d5c-473a3e49bbb4::all_1_31_6} <Trace> system.metric_log (c31dfbef-714c-4223-9d5c-473a3e49bbb4): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6770 2025.01.09 01:59:24.807972 [ 193 ] {c31dfbef-714c-4223-9d5c-473a3e49bbb4::all_1_31_6} <Trace> system.metric_log (c31dfbef-714c-4223-9d5c-473a3e49bbb4) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
6771 2025.01.09 01:59:24.810461 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.10 MiB.
6772 2025.01.09 01:59:25.000233 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 200.40 MiB, peak 210.94 MiB, free memory in arenas 0.00 B, will set to 203.22 MiB (RSS), difference: 2.82 MiB
6773 2025.01.09 01:59:27.376862 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6774 2025.01.09 01:59:27.377080 [ 286 ] {626c5602-c434-4221-b775-d4f695b96614} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6775 2025.01.09 01:59:27.377164 [ 286 ] {626c5602-c434-4221-b775-d4f695b96614} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6776 2025.01.09 01:59:27.378001 [ 286 ] {626c5602-c434-4221-b775-d4f695b96614} <Trace> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6777 2025.01.09 01:59:27.378053 [ 286 ] {626c5602-c434-4221-b775-d4f695b96614} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6778 2025.01.09 01:59:27.378490 [ 286 ] {626c5602-c434-4221-b775-d4f695b96614} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
6779 2025.01.09 01:59:27.378750 [ 286 ] {626c5602-c434-4221-b775-d4f695b96614} <Trace> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6780 2025.01.09 01:59:27.378964 [ 31 ] {} <Debug> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
6781 2025.01.09 01:59:27.378991 [ 286 ] {626c5602-c434-4221-b775-d4f695b96614} <Debug> executeQuery: Read 78 rows, 6.85 KiB in 0.00197 sec., 39593.90862944163 rows/sec., 3.39 MiB/sec.
6782 2025.01.09 01:59:27.379060 [ 31 ] {} <Trace> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6783 2025.01.09 01:59:27.379124 [ 286 ] {626c5602-c434-4221-b775-d4f695b96614} <Debug> TCPHandler: Processed in 0.002412067 sec.
6784 2025.01.09 01:59:27.379132 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6785 2025.01.09 01:59:27.379425 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6786 2025.01.09 01:59:27.379440 [ 196 ] {f5ed56e7-dfed-47b2-b04a-d980cf44b4ae::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
6787 2025.01.09 01:59:27.379883 [ 283 ] {f1fec3d8-7082-4d73-9b81-f987110ff3bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6788 2025.01.09 01:59:27.380073 [ 196 ] {f5ed56e7-dfed-47b2-b04a-d980cf44b4ae::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6789 2025.01.09 01:59:27.380091 [ 283 ] {f1fec3d8-7082-4d73-9b81-f987110ff3bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6790 2025.01.09 01:59:27.380227 [ 196 ] {f5ed56e7-dfed-47b2-b04a-d980cf44b4ae::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1399 rows starting from the beginning of the part
6791 2025.01.09 01:59:27.380701 [ 196 ] {f5ed56e7-dfed-47b2-b04a-d980cf44b4ae::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 199 rows starting from the beginning of the part
6792 2025.01.09 01:59:27.381038 [ 196 ] {f5ed56e7-dfed-47b2-b04a-d980cf44b4ae::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 78 rows starting from the beginning of the part
6793 2025.01.09 01:59:27.381409 [ 196 ] {f5ed56e7-dfed-47b2-b04a-d980cf44b4ae::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 1339 rows starting from the beginning of the part
6794 2025.01.09 01:59:27.381739 [ 196 ] {f5ed56e7-dfed-47b2-b04a-d980cf44b4ae::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 26 rows starting from the beginning of the part
6795 2025.01.09 01:59:27.382077 [ 196 ] {f5ed56e7-dfed-47b2-b04a-d980cf44b4ae::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 78 rows starting from the beginning of the part
6796 2025.01.09 01:59:27.383281 [ 283 ] {f1fec3d8-7082-4d73-9b81-f987110ff3bb} <Trace> oximeter.fields_u16 (b7e624c8-f545-4bc0-b9ea-87ccb0a68066): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6797 2025.01.09 01:59:27.383353 [ 283 ] {f1fec3d8-7082-4d73-9b81-f987110ff3bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6798 2025.01.09 01:59:27.384546 [ 283 ] {f1fec3d8-7082-4d73-9b81-f987110ff3bb} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
6799 2025.01.09 01:59:27.384932 [ 283 ] {f1fec3d8-7082-4d73-9b81-f987110ff3bb} <Trace> oximeter.fields_u16 (b7e624c8-f545-4bc0-b9ea-87ccb0a68066): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6800 2025.01.09 01:59:27.385138 [ 31 ] {} <Debug> oximeter.fields_u16 (b7e624c8-f545-4bc0-b9ea-87ccb0a68066) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
6801 2025.01.09 01:59:27.385229 [ 31 ] {} <Trace> oximeter.fields_u16 (b7e624c8-f545-4bc0-b9ea-87ccb0a68066): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6802 2025.01.09 01:59:27.385317 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6803 2025.01.09 01:59:27.385432 [ 283 ] {f1fec3d8-7082-4d73-9b81-f987110ff3bb} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.005684 sec., 4574.243490499648 rows/sec., 343.96 KiB/sec.
6804 2025.01.09 01:59:27.385729 [ 196 ] {b7e624c8-f545-4bc0-b9ea-87ccb0a68066::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
6805 2025.01.09 01:59:27.385752 [ 283 ] {f1fec3d8-7082-4d73-9b81-f987110ff3bb} <Debug> TCPHandler: Processed in 0.006501749 sec.
6806 2025.01.09 01:59:27.386092 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6807 2025.01.09 01:59:27.386345 [ 196 ] {b7e624c8-f545-4bc0-b9ea-87ccb0a68066::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6808 2025.01.09 01:59:27.386461 [ 189 ] {f5ed56e7-dfed-47b2-b04a-d980cf44b4ae::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3119 rows, containing 5 columns (5 merged, 0 gathered) in 0.00718374 sec., 434174.9562205759 rows/sec., 38.05 MiB/sec.
6809 2025.01.09 01:59:27.386482 [ 286 ] {f21ab528-d4b4-45c7-8d40-5fffc3a6fa68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6810 2025.01.09 01:59:27.386478 [ 196 ] {b7e624c8-f545-4bc0-b9ea-87ccb0a68066::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 60 rows starting from the beginning of the part
6811 2025.01.09 01:59:27.386598 [ 286 ] {f21ab528-d4b4-45c7-8d40-5fffc3a6fa68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6812 2025.01.09 01:59:27.386830 [ 196 ] {b7e624c8-f545-4bc0-b9ea-87ccb0a68066::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 28 rows starting from the beginning of the part
6813 2025.01.09 01:59:27.386971 [ 195 ] {f5ed56e7-dfed-47b2-b04a-d980cf44b4ae::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
6814 2025.01.09 01:59:27.387329 [ 196 ] {b7e624c8-f545-4bc0-b9ea-87ccb0a68066::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
6815 2025.01.09 01:59:27.387765 [ 196 ] {b7e624c8-f545-4bc0-b9ea-87ccb0a68066::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 26 rows starting from the beginning of the part
6816 2025.01.09 01:59:27.388106 [ 197 ] {f5ed56e7-dfed-47b2-b04a-d980cf44b4ae::all_1_51_10} <Trace> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6817 2025.01.09 01:59:27.388145 [ 196 ] {b7e624c8-f545-4bc0-b9ea-87ccb0a68066::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 20 rows starting from the beginning of the part
6818 2025.01.09 01:59:27.388544 [ 196 ] {b7e624c8-f545-4bc0-b9ea-87ccb0a68066::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 26 rows starting from the beginning of the part
6819 2025.01.09 01:59:27.388716 [ 197 ] {f5ed56e7-dfed-47b2-b04a-d980cf44b4ae::all_1_51_10} <Trace> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
6820 2025.01.09 01:59:27.389161 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB.
6821 2025.01.09 01:59:27.390594 [ 286 ] {f21ab528-d4b4-45c7-8d40-5fffc3a6fa68} <Trace> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6822 2025.01.09 01:59:27.390658 [ 286 ] {f21ab528-d4b4-45c7-8d40-5fffc3a6fa68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6823 2025.01.09 01:59:27.391812 [ 286 ] {f21ab528-d4b4-45c7-8d40-5fffc3a6fa68} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
6824 2025.01.09 01:59:27.391897 [ 196 ] {b7e624c8-f545-4bc0-b9ea-87ccb0a68066::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 180 rows, containing 5 columns (5 merged, 0 gathered) in 0.006463329 sec., 27849.425582389507 rows/sec., 2.11 MiB/sec.
6825 2025.01.09 01:59:27.392120 [ 196 ] {b7e624c8-f545-4bc0-b9ea-87ccb0a68066::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
6826 2025.01.09 01:59:27.392277 [ 286 ] {f21ab528-d4b4-45c7-8d40-5fffc3a6fa68} <Trace> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6827 2025.01.09 01:59:27.392749 [ 189 ] {b7e624c8-f545-4bc0-b9ea-87ccb0a68066::all_1_41_8} <Trace> oximeter.fields_u16 (b7e624c8-f545-4bc0-b9ea-87ccb0a68066): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6828 2025.01.09 01:59:27.392766 [ 31 ] {} <Debug> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
6829 2025.01.09 01:59:27.392780 [ 286 ] {f21ab528-d4b4-45c7-8d40-5fffc3a6fa68} <Debug> executeQuery: Read 54 rows, 4.32 KiB in 0.006375 sec., 8470.588235294119 rows/sec., 677.39 KiB/sec.
6830 2025.01.09 01:59:27.392874 [ 31 ] {} <Trace> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6831 2025.01.09 01:59:27.392988 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6832 2025.01.09 01:59:27.393032 [ 189 ] {b7e624c8-f545-4bc0-b9ea-87ccb0a68066::all_1_41_8} <Trace> oximeter.fields_u16 (b7e624c8-f545-4bc0-b9ea-87ccb0a68066) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
6833 2025.01.09 01:59:27.393034 [ 286 ] {f21ab528-d4b4-45c7-8d40-5fffc3a6fa68} <Debug> TCPHandler: Processed in 0.00714942 sec.
6834 2025.01.09 01:59:27.393383 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6835 2025.01.09 01:59:27.393469 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
6836 2025.01.09 01:59:27.393552 [ 187 ] {2eb6d585-f9d5-43d7-bd92-6011d08c7ad8::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
6837 2025.01.09 01:59:27.393616 [ 283 ] {63683016-4688-4a06-9ca1-7727ff265986} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6838 2025.01.09 01:59:27.393745 [ 283 ] {63683016-4688-4a06-9ca1-7727ff265986} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6839 2025.01.09 01:59:27.393860 [ 187 ] {2eb6d585-f9d5-43d7-bd92-6011d08c7ad8::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6840 2025.01.09 01:59:27.393968 [ 187 ] {2eb6d585-f9d5-43d7-bd92-6011d08c7ad8::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 873 rows starting from the beginning of the part
6841 2025.01.09 01:59:27.394362 [ 187 ] {2eb6d585-f9d5-43d7-bd92-6011d08c7ad8::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 359 rows starting from the beginning of the part
6842 2025.01.09 01:59:27.394698 [ 187 ] {2eb6d585-f9d5-43d7-bd92-6011d08c7ad8::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 54 rows starting from the beginning of the part
6843 2025.01.09 01:59:27.395046 [ 187 ] {2eb6d585-f9d5-43d7-bd92-6011d08c7ad8::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 815 rows starting from the beginning of the part
6844 2025.01.09 01:59:27.395237 [ 187 ] {2eb6d585-f9d5-43d7-bd92-6011d08c7ad8::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 28 rows starting from the beginning of the part
6845 2025.01.09 01:59:27.395551 [ 187 ] {2eb6d585-f9d5-43d7-bd92-6011d08c7ad8::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 54 rows starting from the beginning of the part
6846 2025.01.09 01:59:27.396540 [ 283 ] {63683016-4688-4a06-9ca1-7727ff265986} <Trace> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6847 2025.01.09 01:59:27.396603 [ 283 ] {63683016-4688-4a06-9ca1-7727ff265986} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6848 2025.01.09 01:59:27.397603 [ 283 ] {63683016-4688-4a06-9ca1-7727ff265986} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
6849 2025.01.09 01:59:27.398140 [ 283 ] {63683016-4688-4a06-9ca1-7727ff265986} <Trace> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6850 2025.01.09 01:59:27.398379 [ 27 ] {} <Debug> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
6851 2025.01.09 01:59:27.398451 [ 27 ] {} <Trace> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6852 2025.01.09 01:59:27.398522 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6853 2025.01.09 01:59:27.398521 [ 283 ] {63683016-4688-4a06-9ca1-7727ff265986} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.004934 sec., 20267.531414673693 rows/sec., 1.41 MiB/sec.
6854 2025.01.09 01:59:27.398913 [ 283 ] {63683016-4688-4a06-9ca1-7727ff265986} <Debug> TCPHandler: Processed in 0.005749708 sec.
6855 2025.01.09 01:59:27.399248 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6856 2025.01.09 01:59:27.399285 [ 187 ] {2eb6d585-f9d5-43d7-bd92-6011d08c7ad8::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2183 rows, containing 5 columns (5 merged, 0 gathered) in 0.006179724 sec., 353252.02225859923 rows/sec., 26.89 MiB/sec.
6857 2025.01.09 01:59:27.399370 [ 188 ] {ffbfddf0-ce9e-4b86-ba97-130a92b6daeb::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
6858 2025.01.09 01:59:27.399625 [ 190 ] {2eb6d585-f9d5-43d7-bd92-6011d08c7ad8::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
6859 2025.01.09 01:59:27.399626 [ 286 ] {7327ff25-42b1-4285-90c4-5a0ec329b3e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6860 2025.01.09 01:59:27.399920 [ 188 ] {ffbfddf0-ce9e-4b86-ba97-130a92b6daeb::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6861 2025.01.09 01:59:27.400052 [ 188 ] {ffbfddf0-ce9e-4b86-ba97-130a92b6daeb::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_46_9, total 11630 rows starting from the beginning of the part
6862 2025.01.09 01:59:27.400093 [ 286 ] {7327ff25-42b1-4285-90c4-5a0ec329b3e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
6863 2025.01.09 01:59:27.400660 [ 190 ] {2eb6d585-f9d5-43d7-bd92-6011d08c7ad8::all_1_51_10} <Trace> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6864 2025.01.09 01:59:27.400561 [ 188 ] {ffbfddf0-ce9e-4b86-ba97-130a92b6daeb::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 177 rows starting from the beginning of the part
6865 2025.01.09 01:59:27.400983 [ 190 ] {2eb6d585-f9d5-43d7-bd92-6011d08c7ad8::all_1_51_10} <Trace> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
6866 2025.01.09 01:59:27.401390 [ 188 ] {ffbfddf0-ce9e-4b86-ba97-130a92b6daeb::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 100 rows starting from the beginning of the part
6867 2025.01.09 01:59:27.401440 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB.
6868 2025.01.09 01:59:27.401833 [ 188 ] {ffbfddf0-ce9e-4b86-ba97-130a92b6daeb::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 963 rows starting from the beginning of the part
6869 2025.01.09 01:59:27.402191 [ 188 ] {ffbfddf0-ce9e-4b86-ba97-130a92b6daeb::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 60 rows starting from the beginning of the part
6870 2025.01.09 01:59:27.402654 [ 188 ] {ffbfddf0-ce9e-4b86-ba97-130a92b6daeb::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 100 rows starting from the beginning of the part
6871 2025.01.09 01:59:27.405815 [ 286 ] {7327ff25-42b1-4285-90c4-5a0ec329b3e7} <Trace> oximeter.measurements_histogramu64 (17c94cc7-cbcb-4131-b32c-df27c461cf7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6872 2025.01.09 01:59:27.405875 [ 286 ] {7327ff25-42b1-4285-90c4-5a0ec329b3e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6873 2025.01.09 01:59:27.407450 [ 286 ] {7327ff25-42b1-4285-90c4-5a0ec329b3e7} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
6874 2025.01.09 01:59:27.408114 [ 286 ] {7327ff25-42b1-4285-90c4-5a0ec329b3e7} <Trace> oximeter.measurements_histogramu64 (17c94cc7-cbcb-4131-b32c-df27c461cf7e): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6875 2025.01.09 01:59:27.408369 [ 27 ] {} <Debug> oximeter.measurements_histogramu64 (17c94cc7-cbcb-4131-b32c-df27c461cf7e) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
6876 2025.01.09 01:59:27.408451 [ 286 ] {7327ff25-42b1-4285-90c4-5a0ec329b3e7} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.008957 sec., 2902.757619738752 rows/sec., 5.20 MiB/sec.
6877 2025.01.09 01:59:27.408464 [ 27 ] {} <Trace> oximeter.measurements_histogramu64 (17c94cc7-cbcb-4131-b32c-df27c461cf7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6878 2025.01.09 01:59:27.408564 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6879 2025.01.09 01:59:27.408920 [ 286 ] {7327ff25-42b1-4285-90c4-5a0ec329b3e7} <Debug> TCPHandler: Processed in 0.009866641 sec.
6880 2025.01.09 01:59:27.408964 [ 186 ] {17c94cc7-cbcb-4131-b32c-df27c461cf7e::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
6881 2025.01.09 01:59:27.409123 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6882 2025.01.09 01:59:27.409346 [ 283 ] {5cdf9dd1-85dd-4582-9854-7e7f10df21fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6883 2025.01.09 01:59:27.409424 [ 186 ] {17c94cc7-cbcb-4131-b32c-df27c461cf7e::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6884 2025.01.09 01:59:27.409450 [ 283 ] {5cdf9dd1-85dd-4582-9854-7e7f10df21fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6885 2025.01.09 01:59:27.409789 [ 186 ] {17c94cc7-cbcb-4131-b32c-df27c461cf7e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 659 rows starting from the beginning of the part
6886 2025.01.09 01:59:27.410600 [ 190 ] {ffbfddf0-ce9e-4b86-ba97-130a92b6daeb::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 13030 rows, containing 5 columns (5 merged, 0 gathered) in 0.011822761 sec., 1102111.4272715147 rows/sec., 73.82 MiB/sec.
6887 2025.01.09 01:59:27.410917 [ 186 ] {17c94cc7-cbcb-4131-b32c-df27c461cf7e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 26 rows starting from the beginning of the part
6888 2025.01.09 01:59:27.411132 [ 190 ] {ffbfddf0-ce9e-4b86-ba97-130a92b6daeb::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
6889 2025.01.09 01:59:27.411646 [ 186 ] {17c94cc7-cbcb-4131-b32c-df27c461cf7e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 13 rows starting from the beginning of the part
6890 2025.01.09 01:59:27.411923 [ 190 ] {ffbfddf0-ce9e-4b86-ba97-130a92b6daeb::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6891 2025.01.09 01:59:27.411975 [ 283 ] {5cdf9dd1-85dd-4582-9854-7e7f10df21fc} <Trace> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6892 2025.01.09 01:59:27.412079 [ 283 ] {5cdf9dd1-85dd-4582-9854-7e7f10df21fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6893 2025.01.09 01:59:27.412257 [ 190 ] {ffbfddf0-ce9e-4b86-ba97-130a92b6daeb::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
6894 2025.01.09 01:59:27.412455 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.35 MiB.
6895 2025.01.09 01:59:27.412480 [ 186 ] {17c94cc7-cbcb-4131-b32c-df27c461cf7e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 26 rows starting from the beginning of the part
6896 2025.01.09 01:59:27.412876 [ 186 ] {17c94cc7-cbcb-4131-b32c-df27c461cf7e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 13 rows starting from the beginning of the part
6897 2025.01.09 01:59:27.413033 [ 283 ] {5cdf9dd1-85dd-4582-9854-7e7f10df21fc} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
6898 2025.01.09 01:59:27.413180 [ 186 ] {17c94cc7-cbcb-4131-b32c-df27c461cf7e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 26 rows starting from the beginning of the part
6899 2025.01.09 01:59:27.413505 [ 283 ] {5cdf9dd1-85dd-4582-9854-7e7f10df21fc} <Trace> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6900 2025.01.09 01:59:27.413758 [ 27 ] {} <Debug> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
6901 2025.01.09 01:59:27.413876 [ 27 ] {} <Trace> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6902 2025.01.09 01:59:27.413958 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6903 2025.01.09 01:59:27.414014 [ 283 ] {5cdf9dd1-85dd-4582-9854-7e7f10df21fc} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.004703 sec., 6378.90708058686 rows/sec., 447.48 KiB/sec.
6904 2025.01.09 01:59:27.414426 [ 283 ] {5cdf9dd1-85dd-4582-9854-7e7f10df21fc} <Debug> TCPHandler: Processed in 0.005368022 sec.
6905 2025.01.09 01:59:27.414501 [ 201 ] {33d0f459-c18f-4582-9502-2d7c69533f97::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
6906 2025.01.09 01:59:27.414811 [ 201 ] {33d0f459-c18f-4582-9502-2d7c69533f97::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6907 2025.01.09 01:59:27.414900 [ 201 ] {33d0f459-c18f-4582-9502-2d7c69533f97::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1612 rows starting from the beginning of the part
6908 2025.01.09 01:59:27.415254 [ 201 ] {33d0f459-c18f-4582-9502-2d7c69533f97::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 52 rows starting from the beginning of the part
6909 2025.01.09 01:59:27.415579 [ 201 ] {33d0f459-c18f-4582-9502-2d7c69533f97::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 30 rows starting from the beginning of the part
6910 2025.01.09 01:59:27.415884 [ 201 ] {33d0f459-c18f-4582-9502-2d7c69533f97::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
6911 2025.01.09 01:59:27.416089 [ 201 ] {33d0f459-c18f-4582-9502-2d7c69533f97::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 18 rows starting from the beginning of the part
6912 2025.01.09 01:59:27.416179 [ 201 ] {33d0f459-c18f-4582-9502-2d7c69533f97::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 30 rows starting from the beginning of the part
6913 2025.01.09 01:59:27.419658 [ 190 ] {33d0f459-c18f-4582-9502-2d7c69533f97::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1776 rows, containing 4 columns (4 merged, 0 gathered) in 0.005496994 sec., 323085.67191450455 rows/sec., 20.82 MiB/sec.
6914 2025.01.09 01:59:27.420222 [ 199 ] {33d0f459-c18f-4582-9502-2d7c69533f97::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
6915 2025.01.09 01:59:27.421188 [ 199 ] {33d0f459-c18f-4582-9502-2d7c69533f97::all_1_51_10} <Trace> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6916 2025.01.09 01:59:27.421286 [ 199 ] {33d0f459-c18f-4582-9502-2d7c69533f97::all_1_51_10} <Trace> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
6917 2025.01.09 01:59:27.421381 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB.
6918 2025.01.09 01:59:27.422171 [ 199 ] {17c94cc7-cbcb-4131-b32c-df27c461cf7e::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 763 rows, containing 19 columns (19 merged, 0 gathered) in 0.013408625 sec., 56903.67207674165 rows/sec., 101.97 MiB/sec.
6919 2025.01.09 01:59:27.423070 [ 190 ] {17c94cc7-cbcb-4131-b32c-df27c461cf7e::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
6920 2025.01.09 01:59:27.423446 [ 190 ] {17c94cc7-cbcb-4131-b32c-df27c461cf7e::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (17c94cc7-cbcb-4131-b32c-df27c461cf7e): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6921 2025.01.09 01:59:27.423523 [ 190 ] {17c94cc7-cbcb-4131-b32c-df27c461cf7e::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (17c94cc7-cbcb-4131-b32c-df27c461cf7e) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
6922 2025.01.09 01:59:27.423626 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.69 MiB.
6923 2025.01.09 01:59:28.000172 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 203.84 MiB, peak 211.48 MiB, free memory in arenas 0.00 B, will set to 205.17 MiB (RSS), difference: 1.33 MiB
6924 2025.01.09 01:59:31.095854 [ 88 ] {} <Debug> DNSResolver: Updating DNS cache
6925 2025.01.09 01:59:31.095943 [ 88 ] {} <Debug> DNSResolver: Updated DNS cache
6926 2025.01.09 01:59:31.213129 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 14701
6927 2025.01.09 01:59:31.213811 [ 244 ] {} <Trace> system.asynchronous_metric_log (9698bf86-621f-4c13-9bc9-6db4396b8d09): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6928 2025.01.09 01:59:31.213855 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6929 2025.01.09 01:59:31.214418 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
6930 2025.01.09 01:59:31.214678 [ 244 ] {} <Trace> system.asynchronous_metric_log (9698bf86-621f-4c13-9bc9-6db4396b8d09): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6931 2025.01.09 01:59:31.214936 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14701
6932 2025.01.09 01:59:31.278301 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 974
6933 2025.01.09 01:59:31.281258 [ 242 ] {} <Trace> system.query_log (e9d8cce9-7d6e-43dd-804a-3eff920f58fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6934 2025.01.09 01:59:31.281315 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6935 2025.01.09 01:59:31.282812 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
6936 2025.01.09 01:59:31.283124 [ 242 ] {} <Trace> system.query_log (e9d8cce9-7d6e-43dd-804a-3eff920f58fa): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6937 2025.01.09 01:59:31.283790 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 974
6938 2025.01.09 01:59:32.001657 [ 248 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001105617 sec.
6939 2025.01.09 01:59:32.213961 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 242
6940 2025.01.09 01:59:32.233149 [ 243 ] {} <Trace> system.metric_log (c31dfbef-714c-4223-9d5c-473a3e49bbb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6941 2025.01.09 01:59:32.233210 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6942 2025.01.09 01:59:32.240197 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
6943 2025.01.09 01:59:32.240986 [ 243 ] {} <Trace> system.metric_log (c31dfbef-714c-4223-9d5c-473a3e49bbb4): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6944 2025.01.09 01:59:32.244449 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 242
6945 2025.01.09 01:59:32.380495 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6946 2025.01.09 01:59:32.380695 [ 286 ] {7a2f1fc1-6245-49b9-b93e-e0498df4e1ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
6947 2025.01.09 01:59:32.380775 [ 286 ] {7a2f1fc1-6245-49b9-b93e-e0498df4e1ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
6948 2025.01.09 01:59:32.381559 [ 286 ] {7a2f1fc1-6245-49b9-b93e-e0498df4e1ad} <Trace> oximeter.fields_i16 (768e6654-4d7d-4320-b224-a6516c636040): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6949 2025.01.09 01:59:32.381618 [ 286 ] {7a2f1fc1-6245-49b9-b93e-e0498df4e1ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6950 2025.01.09 01:59:32.382067 [ 286 ] {7a2f1fc1-6245-49b9-b93e-e0498df4e1ad} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
6951 2025.01.09 01:59:32.382324 [ 286 ] {7a2f1fc1-6245-49b9-b93e-e0498df4e1ad} <Trace> oximeter.fields_i16 (768e6654-4d7d-4320-b224-a6516c636040): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6952 2025.01.09 01:59:32.382548 [ 286 ] {7a2f1fc1-6245-49b9-b93e-e0498df4e1ad} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001911 sec., 7326.007326007326 rows/sec., 527.37 KiB/sec.
6953 2025.01.09 01:59:32.382621 [ 286 ] {7a2f1fc1-6245-49b9-b93e-e0498df4e1ad} <Debug> TCPHandler: Processed in 0.002271345 sec.
6954 2025.01.09 01:59:32.382887 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6955 2025.01.09 01:59:32.383094 [ 283 ] {297183f4-5c29-4c83-9bd1-c01a1814fc97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6956 2025.01.09 01:59:32.383174 [ 283 ] {297183f4-5c29-4c83-9bd1-c01a1814fc97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6957 2025.01.09 01:59:32.384113 [ 283 ] {297183f4-5c29-4c83-9bd1-c01a1814fc97} <Trace> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6958 2025.01.09 01:59:32.384162 [ 283 ] {297183f4-5c29-4c83-9bd1-c01a1814fc97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6959 2025.01.09 01:59:32.384620 [ 283 ] {297183f4-5c29-4c83-9bd1-c01a1814fc97} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
6960 2025.01.09 01:59:32.384872 [ 283 ] {297183f4-5c29-4c83-9bd1-c01a1814fc97} <Trace> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6961 2025.01.09 01:59:32.385071 [ 283 ] {297183f4-5c29-4c83-9bd1-c01a1814fc97} <Debug> executeQuery: Read 199 rows, 18.11 KiB in 0.002037 sec., 97692.6853215513 rows/sec., 8.68 MiB/sec.
6962 2025.01.09 01:59:32.385138 [ 283 ] {297183f4-5c29-4c83-9bd1-c01a1814fc97} <Debug> TCPHandler: Processed in 0.002388577 sec.
6963 2025.01.09 01:59:32.385308 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6964 2025.01.09 01:59:32.385434 [ 286 ] {471beb45-f045-4efa-823c-7cc958329958} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6965 2025.01.09 01:59:32.385486 [ 286 ] {471beb45-f045-4efa-823c-7cc958329958} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6966 2025.01.09 01:59:32.386098 [ 286 ] {471beb45-f045-4efa-823c-7cc958329958} <Trace> oximeter.fields_u16 (b7e624c8-f545-4bc0-b9ea-87ccb0a68066): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6967 2025.01.09 01:59:32.386138 [ 286 ] {471beb45-f045-4efa-823c-7cc958329958} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6968 2025.01.09 01:59:32.386512 [ 286 ] {471beb45-f045-4efa-823c-7cc958329958} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
6969 2025.01.09 01:59:32.386756 [ 286 ] {471beb45-f045-4efa-823c-7cc958329958} <Trace> oximeter.fields_u16 (b7e624c8-f545-4bc0-b9ea-87ccb0a68066): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6970 2025.01.09 01:59:32.386970 [ 286 ] {471beb45-f045-4efa-823c-7cc958329958} <Debug> executeQuery: Read 20 rows, 1.43 KiB in 0.001565 sec., 12779.552715654952 rows/sec., 916.03 KiB/sec.
6971 2025.01.09 01:59:32.387031 [ 286 ] {471beb45-f045-4efa-823c-7cc958329958} <Debug> TCPHandler: Processed in 0.001788357 sec.
6972 2025.01.09 01:59:32.387245 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6973 2025.01.09 01:59:32.387397 [ 283 ] {01040977-79c6-47c8-a0b0-31feebb8c176} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
6974 2025.01.09 01:59:32.387460 [ 283 ] {01040977-79c6-47c8-a0b0-31feebb8c176} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
6975 2025.01.09 01:59:32.388110 [ 283 ] {01040977-79c6-47c8-a0b0-31feebb8c176} <Trace> oximeter.fields_u32 (03dfd943-ea50-4047-86b9-6222d9e39c11): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6976 2025.01.09 01:59:32.388151 [ 283 ] {01040977-79c6-47c8-a0b0-31feebb8c176} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6977 2025.01.09 01:59:32.388521 [ 283 ] {01040977-79c6-47c8-a0b0-31feebb8c176} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
6978 2025.01.09 01:59:32.388763 [ 283 ] {01040977-79c6-47c8-a0b0-31feebb8c176} <Trace> oximeter.fields_u32 (03dfd943-ea50-4047-86b9-6222d9e39c11): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6979 2025.01.09 01:59:32.388949 [ 283 ] {01040977-79c6-47c8-a0b0-31feebb8c176} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001584 sec., 8838.38383838384 rows/sec., 618.98 KiB/sec.
6980 2025.01.09 01:59:32.389004 [ 283 ] {01040977-79c6-47c8-a0b0-31feebb8c176} <Debug> TCPHandler: Processed in 0.001880369 sec.
6981 2025.01.09 01:59:32.389214 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6982 2025.01.09 01:59:32.389435 [ 286 ] {3fbdd5a3-21ec-482e-af12-616bb917498d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
6983 2025.01.09 01:59:32.389526 [ 286 ] {3fbdd5a3-21ec-482e-af12-616bb917498d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
6984 2025.01.09 01:59:32.390544 [ 286 ] {3fbdd5a3-21ec-482e-af12-616bb917498d} <Trace> oximeter.fields_u8 (f59c63b9-7e00-4cbb-80d5-4667ebd1997c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6985 2025.01.09 01:59:32.390586 [ 286 ] {3fbdd5a3-21ec-482e-af12-616bb917498d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6986 2025.01.09 01:59:32.390953 [ 286 ] {3fbdd5a3-21ec-482e-af12-616bb917498d} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
6987 2025.01.09 01:59:32.391188 [ 286 ] {3fbdd5a3-21ec-482e-af12-616bb917498d} <Trace> oximeter.fields_u8 (f59c63b9-7e00-4cbb-80d5-4667ebd1997c): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6988 2025.01.09 01:59:32.391391 [ 286 ] {3fbdd5a3-21ec-482e-af12-616bb917498d} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00201 sec., 6467.661691542288 rows/sec., 403.26 KiB/sec.
6989 2025.01.09 01:59:32.391445 [ 286 ] {3fbdd5a3-21ec-482e-af12-616bb917498d} <Debug> TCPHandler: Processed in 0.002346186 sec.
6990 2025.01.09 01:59:32.391597 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6991 2025.01.09 01:59:32.391737 [ 283 ] {5c7161bf-60a3-4fbf-a1be-066b5c2cc0d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6992 2025.01.09 01:59:32.391795 [ 283 ] {5c7161bf-60a3-4fbf-a1be-066b5c2cc0d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6993 2025.01.09 01:59:32.392505 [ 283 ] {5c7161bf-60a3-4fbf-a1be-066b5c2cc0d7} <Trace> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6994 2025.01.09 01:59:32.392542 [ 283 ] {5c7161bf-60a3-4fbf-a1be-066b5c2cc0d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6995 2025.01.09 01:59:32.392931 [ 283 ] {5c7161bf-60a3-4fbf-a1be-066b5c2cc0d7} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
6996 2025.01.09 01:59:32.393173 [ 283 ] {5c7161bf-60a3-4fbf-a1be-066b5c2cc0d7} <Trace> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6997 2025.01.09 01:59:32.393364 [ 283 ] {5c7161bf-60a3-4fbf-a1be-066b5c2cc0d7} <Debug> executeQuery: Read 359 rows, 25.84 KiB in 0.001655 sec., 216918.42900302116 rows/sec., 15.25 MiB/sec.
6998 2025.01.09 01:59:32.393452 [ 283 ] {5c7161bf-60a3-4fbf-a1be-066b5c2cc0d7} <Debug> TCPHandler: Processed in 0.001923169 sec.
6999 2025.01.09 01:59:32.393719 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7000 2025.01.09 01:59:32.393892 [ 286 ] {1e611193-1ffe-4db8-a11f-255680fa1358} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
7001 2025.01.09 01:59:32.393943 [ 286 ] {1e611193-1ffe-4db8-a11f-255680fa1358} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
7002 2025.01.09 01:59:32.394435 [ 286 ] {1e611193-1ffe-4db8-a11f-255680fa1358} <Trace> oximeter.measurements_bool (e95e83a2-bc6b-4f55-83f2-ee90a75b0302): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7003 2025.01.09 01:59:32.394474 [ 286 ] {1e611193-1ffe-4db8-a11f-255680fa1358} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
7004 2025.01.09 01:59:32.394840 [ 286 ] {1e611193-1ffe-4db8-a11f-255680fa1358} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
7005 2025.01.09 01:59:32.395080 [ 286 ] {1e611193-1ffe-4db8-a11f-255680fa1358} <Trace> oximeter.measurements_bool (e95e83a2-bc6b-4f55-83f2-ee90a75b0302): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7006 2025.01.09 01:59:32.395342 [ 286 ] {1e611193-1ffe-4db8-a11f-255680fa1358} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001473 sec., 4073.319755600815 rows/sec., 212.82 KiB/sec.
7007 2025.01.09 01:59:32.395546 [ 286 ] {1e611193-1ffe-4db8-a11f-255680fa1358} <Debug> TCPHandler: Processed in 0.00199889 sec.
7008 2025.01.09 01:59:32.395701 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7009 2025.01.09 01:59:32.395819 [ 283 ] {6d75e27c-0619-4c89-9909-b94d6ff74b32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7010 2025.01.09 01:59:32.395871 [ 283 ] {6d75e27c-0619-4c89-9909-b94d6ff74b32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7011 2025.01.09 01:59:32.396519 [ 283 ] {6d75e27c-0619-4c89-9909-b94d6ff74b32} <Trace> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7012 2025.01.09 01:59:32.396565 [ 283 ] {6d75e27c-0619-4c89-9909-b94d6ff74b32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
7013 2025.01.09 01:59:32.397017 [ 283 ] {6d75e27c-0619-4c89-9909-b94d6ff74b32} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
7014 2025.01.09 01:59:32.397254 [ 283 ] {6d75e27c-0619-4c89-9909-b94d6ff74b32} <Trace> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7015 2025.01.09 01:59:32.397477 [ 283 ] {6d75e27c-0619-4c89-9909-b94d6ff74b32} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.001676 sec., 105608.59188544154 rows/sec., 6.97 MiB/sec.
7016 2025.01.09 01:59:32.397616 [ 283 ] {6d75e27c-0619-4c89-9909-b94d6ff74b32} <Debug> TCPHandler: Processed in 0.0019799 sec.
7017 2025.01.09 01:59:32.397866 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7018 2025.01.09 01:59:32.398096 [ 286 ] {7274e710-530b-4ca5-b111-5011f7a15118} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
7019 2025.01.09 01:59:32.398193 [ 286 ] {7274e710-530b-4ca5-b111-5011f7a15118} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
7020 2025.01.09 01:59:32.399226 [ 286 ] {7274e710-530b-4ca5-b111-5011f7a15118} <Trace> oximeter.measurements_f64 (934b838e-c5f5-431f-8772-7fa1e914138c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7021 2025.01.09 01:59:32.399266 [ 286 ] {7274e710-530b-4ca5-b111-5011f7a15118} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
7022 2025.01.09 01:59:32.399648 [ 286 ] {7274e710-530b-4ca5-b111-5011f7a15118} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
7023 2025.01.09 01:59:32.399891 [ 286 ] {7274e710-530b-4ca5-b111-5011f7a15118} <Trace> oximeter.measurements_f64 (934b838e-c5f5-431f-8772-7fa1e914138c): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7024 2025.01.09 01:59:32.400174 [ 286 ] {7274e710-530b-4ca5-b111-5011f7a15118} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002132 sec., 469.0431519699812 rows/sec., 31.61 KiB/sec.
7025 2025.01.09 01:59:32.400367 [ 286 ] {7274e710-530b-4ca5-b111-5011f7a15118} <Debug> TCPHandler: Processed in 0.00264072 sec.
7026 2025.01.09 01:59:32.400552 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7027 2025.01.09 01:59:32.400688 [ 283 ] {c86b8532-d58a-4308-b30e-ddbf2f9399bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7028 2025.01.09 01:59:32.400781 [ 283 ] {c86b8532-d58a-4308-b30e-ddbf2f9399bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
7029 2025.01.09 01:59:32.401889 [ 283 ] {c86b8532-d58a-4308-b30e-ddbf2f9399bf} <Trace> oximeter.measurements_histogramu64 (17c94cc7-cbcb-4131-b32c-df27c461cf7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7030 2025.01.09 01:59:32.401927 [ 283 ] {c86b8532-d58a-4308-b30e-ddbf2f9399bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
7031 2025.01.09 01:59:32.402547 [ 283 ] {c86b8532-d58a-4308-b30e-ddbf2f9399bf} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
7032 2025.01.09 01:59:32.402801 [ 283 ] {c86b8532-d58a-4308-b30e-ddbf2f9399bf} <Trace> oximeter.measurements_histogramu64 (17c94cc7-cbcb-4131-b32c-df27c461cf7e): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7033 2025.01.09 01:59:32.402994 [ 283 ] {c86b8532-d58a-4308-b30e-ddbf2f9399bf} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002336 sec., 5565.068493150685 rows/sec., 9.97 MiB/sec.
7034 2025.01.09 01:59:32.403083 [ 283 ] {c86b8532-d58a-4308-b30e-ddbf2f9399bf} <Debug> TCPHandler: Processed in 0.00260286 sec.
7035 2025.01.09 01:59:32.403280 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7036 2025.01.09 01:59:32.403501 [ 286 ] {66f713a7-4360-407f-8868-f5286bb643a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7037 2025.01.09 01:59:32.403594 [ 286 ] {66f713a7-4360-407f-8868-f5286bb643a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7038 2025.01.09 01:59:32.404235 [ 286 ] {66f713a7-4360-407f-8868-f5286bb643a1} <Trace> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7039 2025.01.09 01:59:32.404273 [ 286 ] {66f713a7-4360-407f-8868-f5286bb643a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
7040 2025.01.09 01:59:32.404649 [ 286 ] {66f713a7-4360-407f-8868-f5286bb643a1} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
7041 2025.01.09 01:59:32.404896 [ 286 ] {66f713a7-4360-407f-8868-f5286bb643a1} <Trace> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7042 2025.01.09 01:59:32.405109 [ 286 ] {66f713a7-4360-407f-8868-f5286bb643a1} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.001661 sec., 31306.441902468392 rows/sec., 1.94 MiB/sec.
7043 2025.01.09 01:59:32.405159 [ 286 ] {66f713a7-4360-407f-8868-f5286bb643a1} <Debug> TCPHandler: Processed in 0.00198905 sec.
7044 2025.01.09 01:59:33.000238 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 206.48 MiB, peak 211.48 MiB, free memory in arenas 0.00 B, will set to 205.45 MiB (RSS), difference: -1.02 MiB
7045 2025.01.09 01:59:37.376931 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7046 2025.01.09 01:59:37.377126 [ 286 ] {85d31da0-45f0-4ebe-805b-ea8864893db5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7047 2025.01.09 01:59:37.377202 [ 286 ] {85d31da0-45f0-4ebe-805b-ea8864893db5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7048 2025.01.09 01:59:37.378027 [ 286 ] {85d31da0-45f0-4ebe-805b-ea8864893db5} <Trace> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7049 2025.01.09 01:59:37.378079 [ 286 ] {85d31da0-45f0-4ebe-805b-ea8864893db5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
7050 2025.01.09 01:59:37.378517 [ 286 ] {85d31da0-45f0-4ebe-805b-ea8864893db5} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
7051 2025.01.09 01:59:37.378774 [ 286 ] {85d31da0-45f0-4ebe-805b-ea8864893db5} <Trace> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7052 2025.01.09 01:59:37.378971 [ 286 ] {85d31da0-45f0-4ebe-805b-ea8864893db5} <Debug> executeQuery: Read 78 rows, 6.85 KiB in 0.001902 sec., 41009.46372239748 rows/sec., 3.52 MiB/sec.
7053 2025.01.09 01:59:37.379026 [ 286 ] {85d31da0-45f0-4ebe-805b-ea8864893db5} <Debug> TCPHandler: Processed in 0.002239964 sec.
7054 2025.01.09 01:59:37.379293 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7055 2025.01.09 01:59:37.379501 [ 283 ] {8f12ba64-0b3c-4a9e-a27f-8e5a5919201c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7056 2025.01.09 01:59:37.379583 [ 283 ] {8f12ba64-0b3c-4a9e-a27f-8e5a5919201c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7057 2025.01.09 01:59:37.380386 [ 283 ] {8f12ba64-0b3c-4a9e-a27f-8e5a5919201c} <Trace> oximeter.fields_u16 (b7e624c8-f545-4bc0-b9ea-87ccb0a68066): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7058 2025.01.09 01:59:37.380440 [ 283 ] {8f12ba64-0b3c-4a9e-a27f-8e5a5919201c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
7059 2025.01.09 01:59:37.380869 [ 283 ] {8f12ba64-0b3c-4a9e-a27f-8e5a5919201c} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
7060 2025.01.09 01:59:37.381135 [ 283 ] {8f12ba64-0b3c-4a9e-a27f-8e5a5919201c} <Trace> oximeter.fields_u16 (b7e624c8-f545-4bc0-b9ea-87ccb0a68066): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7061 2025.01.09 01:59:37.381326 [ 283 ] {8f12ba64-0b3c-4a9e-a27f-8e5a5919201c} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.001884 sec., 13800.424628450106 rows/sec., 1.01 MiB/sec.
7062 2025.01.09 01:59:37.381381 [ 283 ] {8f12ba64-0b3c-4a9e-a27f-8e5a5919201c} <Debug> TCPHandler: Processed in 0.002226414 sec.
7063 2025.01.09 01:59:37.381554 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7064 2025.01.09 01:59:37.381694 [ 286 ] {3c2f692e-2d07-4c3a-8aca-092a5fc4f36e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7065 2025.01.09 01:59:37.381753 [ 286 ] {3c2f692e-2d07-4c3a-8aca-092a5fc4f36e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7066 2025.01.09 01:59:37.382412 [ 286 ] {3c2f692e-2d07-4c3a-8aca-092a5fc4f36e} <Trace> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7067 2025.01.09 01:59:37.382452 [ 286 ] {3c2f692e-2d07-4c3a-8aca-092a5fc4f36e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
7068 2025.01.09 01:59:37.382815 [ 286 ] {3c2f692e-2d07-4c3a-8aca-092a5fc4f36e} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
7069 2025.01.09 01:59:37.383059 [ 286 ] {3c2f692e-2d07-4c3a-8aca-092a5fc4f36e} <Trace> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7070 2025.01.09 01:59:37.383266 [ 286 ] {3c2f692e-2d07-4c3a-8aca-092a5fc4f36e} <Debug> executeQuery: Read 54 rows, 4.32 KiB in 0.001604 sec., 33665.83541147132 rows/sec., 2.63 MiB/sec.
7071 2025.01.09 01:59:37.383318 [ 286 ] {3c2f692e-2d07-4c3a-8aca-092a5fc4f36e} <Debug> TCPHandler: Processed in 0.001833118 sec.
7072 2025.01.09 01:59:37.383473 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7073 2025.01.09 01:59:37.383612 [ 283 ] {645c3d33-1c80-4fa8-8597-984946ff53d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7074 2025.01.09 01:59:37.383676 [ 283 ] {645c3d33-1c80-4fa8-8597-984946ff53d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7075 2025.01.09 01:59:37.384263 [ 283 ] {645c3d33-1c80-4fa8-8597-984946ff53d0} <Trace> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7076 2025.01.09 01:59:37.384301 [ 283 ] {645c3d33-1c80-4fa8-8597-984946ff53d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
7077 2025.01.09 01:59:37.384683 [ 283 ] {645c3d33-1c80-4fa8-8597-984946ff53d0} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
7078 2025.01.09 01:59:37.384913 [ 283 ] {645c3d33-1c80-4fa8-8597-984946ff53d0} <Trace> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7079 2025.01.09 01:59:37.385083 [ 283 ] {645c3d33-1c80-4fa8-8597-984946ff53d0} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001502 sec., 66577.89613848201 rows/sec., 4.62 MiB/sec.
7080 2025.01.09 01:59:37.385132 [ 283 ] {645c3d33-1c80-4fa8-8597-984946ff53d0} <Debug> TCPHandler: Processed in 0.001727056 sec.
7081 2025.01.09 01:59:37.385290 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7082 2025.01.09 01:59:37.385411 [ 286 ] {568f27c5-8f5d-4c31-8ad9-36a0b2a24aaa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7083 2025.01.09 01:59:37.385493 [ 286 ] {568f27c5-8f5d-4c31-8ad9-36a0b2a24aaa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
7084 2025.01.09 01:59:37.386693 [ 286 ] {568f27c5-8f5d-4c31-8ad9-36a0b2a24aaa} <Trace> oximeter.measurements_histogramu64 (17c94cc7-cbcb-4131-b32c-df27c461cf7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7085 2025.01.09 01:59:37.386733 [ 286 ] {568f27c5-8f5d-4c31-8ad9-36a0b2a24aaa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
7086 2025.01.09 01:59:37.387377 [ 286 ] {568f27c5-8f5d-4c31-8ad9-36a0b2a24aaa} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
7087 2025.01.09 01:59:37.387631 [ 286 ] {568f27c5-8f5d-4c31-8ad9-36a0b2a24aaa} <Trace> oximeter.measurements_histogramu64 (17c94cc7-cbcb-4131-b32c-df27c461cf7e): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7088 2025.01.09 01:59:37.387890 [ 286 ] {568f27c5-8f5d-4c31-8ad9-36a0b2a24aaa} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002503 sec., 10387.534958050339 rows/sec., 18.61 MiB/sec.
7089 2025.01.09 01:59:37.388217 [ 286 ] {568f27c5-8f5d-4c31-8ad9-36a0b2a24aaa} <Debug> TCPHandler: Processed in 0.002985445 sec.
7090 2025.01.09 01:59:37.388380 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7091 2025.01.09 01:59:37.388502 [ 283 ] {9fb562ca-a9c1-40be-9198-1ba9517706bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7092 2025.01.09 01:59:37.388554 [ 283 ] {9fb562ca-a9c1-40be-9198-1ba9517706bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7093 2025.01.09 01:59:37.389045 [ 283 ] {9fb562ca-a9c1-40be-9198-1ba9517706bb} <Trace> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7094 2025.01.09 01:59:37.389109 [ 283 ] {9fb562ca-a9c1-40be-9198-1ba9517706bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
7095 2025.01.09 01:59:37.389485 [ 283 ] {9fb562ca-a9c1-40be-9198-1ba9517706bb} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
7096 2025.01.09 01:59:37.389723 [ 283 ] {9fb562ca-a9c1-40be-9198-1ba9517706bb} <Trace> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7097 2025.01.09 01:59:37.389898 [ 283 ] {9fb562ca-a9c1-40be-9198-1ba9517706bb} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001421 sec., 21111.8930330753 rows/sec., 1.45 MiB/sec.
7098 2025.01.09 01:59:37.389950 [ 283 ] {9fb562ca-a9c1-40be-9198-1ba9517706bb} <Debug> TCPHandler: Processed in 0.001628005 sec.
7099 2025.01.09 01:59:38.715088 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 15128
7100 2025.01.09 01:59:38.715763 [ 244 ] {} <Trace> system.asynchronous_metric_log (9698bf86-621f-4c13-9bc9-6db4396b8d09): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7101 2025.01.09 01:59:38.715811 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
7102 2025.01.09 01:59:38.716338 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
7103 2025.01.09 01:59:38.716617 [ 244 ] {} <Trace> system.asynchronous_metric_log (9698bf86-621f-4c13-9bc9-6db4396b8d09): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7104 2025.01.09 01:59:38.716899 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15128
7105 2025.01.09 01:59:39.744539 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 249
7106 2025.01.09 01:59:39.766327 [ 243 ] {} <Trace> system.metric_log (c31dfbef-714c-4223-9d5c-473a3e49bbb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7107 2025.01.09 01:59:39.766394 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
7108 2025.01.09 01:59:39.774075 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
7109 2025.01.09 01:59:39.774846 [ 243 ] {} <Trace> system.metric_log (c31dfbef-714c-4223-9d5c-473a3e49bbb4): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7110 2025.01.09 01:59:39.777927 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 249
7111 2025.01.09 01:59:41.283972 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1008
7112 2025.01.09 01:59:41.287257 [ 242 ] {} <Trace> system.query_log (e9d8cce9-7d6e-43dd-804a-3eff920f58fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7113 2025.01.09 01:59:41.287316 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
7114 2025.01.09 01:59:41.288775 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
7115 2025.01.09 01:59:41.289087 [ 242 ] {} <Trace> system.query_log (e9d8cce9-7d6e-43dd-804a-3eff920f58fa): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7116 2025.01.09 01:59:41.290832 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1008
7117 2025.01.09 01:59:42.380768 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7118 2025.01.09 01:59:42.380960 [ 286 ] {f5abe973-9c87-4c63-ad19-4ea4cf5400c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
7119 2025.01.09 01:59:42.381034 [ 286 ] {f5abe973-9c87-4c63-ad19-4ea4cf5400c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
7120 2025.01.09 01:59:42.381823 [ 286 ] {f5abe973-9c87-4c63-ad19-4ea4cf5400c4} <Trace> oximeter.fields_i16 (768e6654-4d7d-4320-b224-a6516c636040): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7121 2025.01.09 01:59:42.381868 [ 286 ] {f5abe973-9c87-4c63-ad19-4ea4cf5400c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
7122 2025.01.09 01:59:42.382312 [ 286 ] {f5abe973-9c87-4c63-ad19-4ea4cf5400c4} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
7123 2025.01.09 01:59:42.382569 [ 286 ] {f5abe973-9c87-4c63-ad19-4ea4cf5400c4} <Trace> oximeter.fields_i16 (768e6654-4d7d-4320-b224-a6516c636040): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7124 2025.01.09 01:59:42.382771 [ 286 ] {f5abe973-9c87-4c63-ad19-4ea4cf5400c4} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001865 sec., 7506.7024128686335 rows/sec., 540.38 KiB/sec.
7125 2025.01.09 01:59:42.382838 [ 286 ] {f5abe973-9c87-4c63-ad19-4ea4cf5400c4} <Debug> TCPHandler: Processed in 0.002205584 sec.
7126 2025.01.09 01:59:42.383105 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7127 2025.01.09 01:59:42.383322 [ 283 ] {12f086a9-fb98-4dd0-b9f6-71ccd22d03ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7128 2025.01.09 01:59:42.383408 [ 283 ] {12f086a9-fb98-4dd0-b9f6-71ccd22d03ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7129 2025.01.09 01:59:42.384372 [ 283 ] {12f086a9-fb98-4dd0-b9f6-71ccd22d03ca} <Trace> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7130 2025.01.09 01:59:42.384429 [ 283 ] {12f086a9-fb98-4dd0-b9f6-71ccd22d03ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
7131 2025.01.09 01:59:42.384883 [ 283 ] {12f086a9-fb98-4dd0-b9f6-71ccd22d03ca} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
7132 2025.01.09 01:59:42.385143 [ 283 ] {12f086a9-fb98-4dd0-b9f6-71ccd22d03ca} <Trace> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7133 2025.01.09 01:59:42.385429 [ 283 ] {12f086a9-fb98-4dd0-b9f6-71ccd22d03ca} <Debug> executeQuery: Read 199 rows, 18.11 KiB in 0.002163 sec., 92001.84928340268 rows/sec., 8.18 MiB/sec.
7134 2025.01.09 01:59:42.385570 [ 283 ] {12f086a9-fb98-4dd0-b9f6-71ccd22d03ca} <Debug> TCPHandler: Processed in 0.002599589 sec.
7135 2025.01.09 01:59:42.385816 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7136 2025.01.09 01:59:42.385994 [ 286 ] {0b277fe3-576b-4d29-92c0-0fe3ea0edd69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7137 2025.01.09 01:59:42.386057 [ 286 ] {0b277fe3-576b-4d29-92c0-0fe3ea0edd69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7138 2025.01.09 01:59:42.386688 [ 286 ] {0b277fe3-576b-4d29-92c0-0fe3ea0edd69} <Trace> oximeter.fields_u16 (b7e624c8-f545-4bc0-b9ea-87ccb0a68066): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7139 2025.01.09 01:59:42.386728 [ 286 ] {0b277fe3-576b-4d29-92c0-0fe3ea0edd69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
7140 2025.01.09 01:59:42.387091 [ 286 ] {0b277fe3-576b-4d29-92c0-0fe3ea0edd69} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
7141 2025.01.09 01:59:42.387342 [ 286 ] {0b277fe3-576b-4d29-92c0-0fe3ea0edd69} <Trace> oximeter.fields_u16 (b7e624c8-f545-4bc0-b9ea-87ccb0a68066): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7142 2025.01.09 01:59:42.387526 [ 286 ] {0b277fe3-576b-4d29-92c0-0fe3ea0edd69} <Debug> executeQuery: Read 20 rows, 1.43 KiB in 0.001569 sec., 12746.972594008923 rows/sec., 913.70 KiB/sec.
7143 2025.01.09 01:59:42.387578 [ 286 ] {0b277fe3-576b-4d29-92c0-0fe3ea0edd69} <Debug> TCPHandler: Processed in 0.001889259 sec.
7144 2025.01.09 01:59:42.387741 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7145 2025.01.09 01:59:42.387888 [ 283 ] {b9820c8b-8bfa-4894-afdf-477406e9822b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
7146 2025.01.09 01:59:42.387951 [ 283 ] {b9820c8b-8bfa-4894-afdf-477406e9822b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
7147 2025.01.09 01:59:42.388612 [ 283 ] {b9820c8b-8bfa-4894-afdf-477406e9822b} <Trace> oximeter.fields_u32 (03dfd943-ea50-4047-86b9-6222d9e39c11): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7148 2025.01.09 01:59:42.388654 [ 283 ] {b9820c8b-8bfa-4894-afdf-477406e9822b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
7149 2025.01.09 01:59:42.389022 [ 283 ] {b9820c8b-8bfa-4894-afdf-477406e9822b} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
7150 2025.01.09 01:59:42.389266 [ 283 ] {b9820c8b-8bfa-4894-afdf-477406e9822b} <Trace> oximeter.fields_u32 (03dfd943-ea50-4047-86b9-6222d9e39c11): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7151 2025.01.09 01:59:42.389534 [ 283 ] {b9820c8b-8bfa-4894-afdf-477406e9822b} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001673 sec., 8368.200836820084 rows/sec., 586.05 KiB/sec.
7152 2025.01.09 01:59:42.389767 [ 283 ] {b9820c8b-8bfa-4894-afdf-477406e9822b} <Debug> TCPHandler: Processed in 0.002096921 sec.
7153 2025.01.09 01:59:42.389956 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7154 2025.01.09 01:59:42.390094 [ 286 ] {ae8b3b03-46d4-4344-a213-4d102eff3ad6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
7155 2025.01.09 01:59:42.390151 [ 286 ] {ae8b3b03-46d4-4344-a213-4d102eff3ad6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
7156 2025.01.09 01:59:42.390819 [ 286 ] {ae8b3b03-46d4-4344-a213-4d102eff3ad6} <Trace> oximeter.fields_u8 (f59c63b9-7e00-4cbb-80d5-4667ebd1997c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7157 2025.01.09 01:59:42.390866 [ 286 ] {ae8b3b03-46d4-4344-a213-4d102eff3ad6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
7158 2025.01.09 01:59:42.391273 [ 286 ] {ae8b3b03-46d4-4344-a213-4d102eff3ad6} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
7159 2025.01.09 01:59:42.391514 [ 286 ] {ae8b3b03-46d4-4344-a213-4d102eff3ad6} <Trace> oximeter.fields_u8 (f59c63b9-7e00-4cbb-80d5-4667ebd1997c): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7160 2025.01.09 01:59:42.391690 [ 286 ] {ae8b3b03-46d4-4344-a213-4d102eff3ad6} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001628 sec., 7985.257985257985 rows/sec., 497.88 KiB/sec.
7161 2025.01.09 01:59:42.391742 [ 286 ] {ae8b3b03-46d4-4344-a213-4d102eff3ad6} <Debug> TCPHandler: Processed in 0.001855879 sec.
7162 2025.01.09 01:59:42.391902 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7163 2025.01.09 01:59:42.392021 [ 283 ] {9a8b57e3-9fc6-4ae8-9a1e-6a1d32892a90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7164 2025.01.09 01:59:42.392073 [ 283 ] {9a8b57e3-9fc6-4ae8-9a1e-6a1d32892a90} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7165 2025.01.09 01:59:42.392823 [ 283 ] {9a8b57e3-9fc6-4ae8-9a1e-6a1d32892a90} <Trace> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7166 2025.01.09 01:59:42.392863 [ 283 ] {9a8b57e3-9fc6-4ae8-9a1e-6a1d32892a90} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
7167 2025.01.09 01:59:42.393244 [ 283 ] {9a8b57e3-9fc6-4ae8-9a1e-6a1d32892a90} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
7168 2025.01.09 01:59:42.393484 [ 283 ] {9a8b57e3-9fc6-4ae8-9a1e-6a1d32892a90} <Trace> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7169 2025.01.09 01:59:42.393717 [ 283 ] {9a8b57e3-9fc6-4ae8-9a1e-6a1d32892a90} <Debug> executeQuery: Read 359 rows, 25.84 KiB in 0.001721 sec., 208599.65136548516 rows/sec., 14.66 MiB/sec.
7170 2025.01.09 01:59:42.393789 [ 283 ] {9a8b57e3-9fc6-4ae8-9a1e-6a1d32892a90} <Debug> TCPHandler: Processed in 0.00194118 sec.
7171 2025.01.09 01:59:42.394026 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7172 2025.01.09 01:59:42.394171 [ 286 ] {09018781-84a2-4f03-ab72-f326385bc1bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
7173 2025.01.09 01:59:42.394232 [ 286 ] {09018781-84a2-4f03-ab72-f326385bc1bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
7174 2025.01.09 01:59:42.394802 [ 286 ] {09018781-84a2-4f03-ab72-f326385bc1bd} <Trace> oximeter.measurements_bool (e95e83a2-bc6b-4f55-83f2-ee90a75b0302): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7175 2025.01.09 01:59:42.394847 [ 286 ] {09018781-84a2-4f03-ab72-f326385bc1bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
7176 2025.01.09 01:59:42.395267 [ 286 ] {09018781-84a2-4f03-ab72-f326385bc1bd} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
7177 2025.01.09 01:59:42.395510 [ 286 ] {09018781-84a2-4f03-ab72-f326385bc1bd} <Trace> oximeter.measurements_bool (e95e83a2-bc6b-4f55-83f2-ee90a75b0302): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7178 2025.01.09 01:59:42.395701 [ 286 ] {09018781-84a2-4f03-ab72-f326385bc1bd} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001551 sec., 3868.4719535783365 rows/sec., 202.11 KiB/sec.
7179 2025.01.09 01:59:42.395808 [ 286 ] {09018781-84a2-4f03-ab72-f326385bc1bd} <Debug> TCPHandler: Processed in 0.001922889 sec.
7180 2025.01.09 01:59:42.395964 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7181 2025.01.09 01:59:42.396082 [ 283 ] {85652ae1-4f28-4e70-89eb-9c6bd523c7f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7182 2025.01.09 01:59:42.396136 [ 283 ] {85652ae1-4f28-4e70-89eb-9c6bd523c7f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7183 2025.01.09 01:59:42.396852 [ 283 ] {85652ae1-4f28-4e70-89eb-9c6bd523c7f5} <Trace> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7184 2025.01.09 01:59:42.396900 [ 283 ] {85652ae1-4f28-4e70-89eb-9c6bd523c7f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
7185 2025.01.09 01:59:42.397339 [ 283 ] {85652ae1-4f28-4e70-89eb-9c6bd523c7f5} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
7186 2025.01.09 01:59:42.397584 [ 283 ] {85652ae1-4f28-4e70-89eb-9c6bd523c7f5} <Trace> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7187 2025.01.09 01:59:42.397798 [ 283 ] {85652ae1-4f28-4e70-89eb-9c6bd523c7f5} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.001741 sec., 101665.70936243539 rows/sec., 6.71 MiB/sec.
7188 2025.01.09 01:59:42.397851 [ 283 ] {85652ae1-4f28-4e70-89eb-9c6bd523c7f5} <Debug> TCPHandler: Processed in 0.00194801 sec.
7189 2025.01.09 01:59:42.397992 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7190 2025.01.09 01:59:42.398106 [ 286 ] {f34d81dd-e11d-4bd2-a847-0db4312e9526} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
7191 2025.01.09 01:59:42.398159 [ 286 ] {f34d81dd-e11d-4bd2-a847-0db4312e9526} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
7192 2025.01.09 01:59:42.398706 [ 286 ] {f34d81dd-e11d-4bd2-a847-0db4312e9526} <Trace> oximeter.measurements_f64 (934b838e-c5f5-431f-8772-7fa1e914138c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7193 2025.01.09 01:59:42.398751 [ 286 ] {f34d81dd-e11d-4bd2-a847-0db4312e9526} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
7194 2025.01.09 01:59:42.399181 [ 286 ] {f34d81dd-e11d-4bd2-a847-0db4312e9526} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
7195 2025.01.09 01:59:42.399428 [ 286 ] {f34d81dd-e11d-4bd2-a847-0db4312e9526} <Trace> oximeter.measurements_f64 (934b838e-c5f5-431f-8772-7fa1e914138c): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7196 2025.01.09 01:59:42.399554 [ 125 ] {} <Debug> oximeter.measurements_f64 (934b838e-c5f5-431f-8772-7fa1e914138c) (MergerMutator): Selected 6 parts from all_1_18_4 to all_23_23_0
7197 2025.01.09 01:59:42.399597 [ 125 ] {} <Trace> oximeter.measurements_f64 (934b838e-c5f5-431f-8772-7fa1e914138c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7198 2025.01.09 01:59:42.399612 [ 286 ] {f34d81dd-e11d-4bd2-a847-0db4312e9526} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00153 sec., 653.5947712418301 rows/sec., 44.04 KiB/sec.
7199 2025.01.09 01:59:42.399622 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
7200 2025.01.09 01:59:42.399706 [ 286 ] {f34d81dd-e11d-4bd2-a847-0db4312e9526} <Debug> TCPHandler: Processed in 0.001768837 sec.
7201 2025.01.09 01:59:42.399889 [ 194 ] {934b838e-c5f5-431f-8772-7fa1e914138c::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
7202 2025.01.09 01:59:42.399910 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7203 2025.01.09 01:59:42.400064 [ 283 ] {736112c2-3ebe-4c26-9762-bcdd241cd07c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7204 2025.01.09 01:59:42.400063 [ 194 ] {934b838e-c5f5-431f-8772-7fa1e914138c::all_1_23_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7205 2025.01.09 01:59:42.400126 [ 194 ] {934b838e-c5f5-431f-8772-7fa1e914138c::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_18_4, total 19 rows starting from the beginning of the part
7206 2025.01.09 01:59:42.400172 [ 283 ] {736112c2-3ebe-4c26-9762-bcdd241cd07c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
7207 2025.01.09 01:59:42.400276 [ 194 ] {934b838e-c5f5-431f-8772-7fa1e914138c::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
7208 2025.01.09 01:59:42.400591 [ 194 ] {934b838e-c5f5-431f-8772-7fa1e914138c::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
7209 2025.01.09 01:59:42.400804 [ 194 ] {934b838e-c5f5-431f-8772-7fa1e914138c::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
7210 2025.01.09 01:59:42.401024 [ 194 ] {934b838e-c5f5-431f-8772-7fa1e914138c::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
7211 2025.01.09 01:59:42.401193 [ 194 ] {934b838e-c5f5-431f-8772-7fa1e914138c::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
7212 2025.01.09 01:59:42.403272 [ 194 ] {934b838e-c5f5-431f-8772-7fa1e914138c::all_1_23_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 24 rows, containing 4 columns (4 merged, 0 gathered) in 0.003550524 sec., 6759.565630312596 rows/sec., 454.38 KiB/sec.
7213 2025.01.09 01:59:42.403403 [ 194 ] {934b838e-c5f5-431f-8772-7fa1e914138c::all_1_23_5} <Trace> MergedBlockOutputStream: filled checksums all_1_23_5 (state Temporary)
7214 2025.01.09 01:59:42.403538 [ 283 ] {736112c2-3ebe-4c26-9762-bcdd241cd07c} <Trace> oximeter.measurements_histogramu64 (17c94cc7-cbcb-4131-b32c-df27c461cf7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7215 2025.01.09 01:59:42.403583 [ 283 ] {736112c2-3ebe-4c26-9762-bcdd241cd07c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
7216 2025.01.09 01:59:42.403765 [ 194 ] {934b838e-c5f5-431f-8772-7fa1e914138c::all_1_23_5} <Trace> oximeter.measurements_f64 (934b838e-c5f5-431f-8772-7fa1e914138c): Renaming temporary part tmp_merge_all_1_23_5 to all_1_23_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7217 2025.01.09 01:59:42.403858 [ 194 ] {934b838e-c5f5-431f-8772-7fa1e914138c::all_1_23_5} <Trace> oximeter.measurements_f64 (934b838e-c5f5-431f-8772-7fa1e914138c) (MergerMutator): Merged 6 parts: [all_1_18_4, all_23_23_0] -> all_1_23_5
7218 2025.01.09 01:59:42.403954 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
7219 2025.01.09 01:59:42.404293 [ 283 ] {736112c2-3ebe-4c26-9762-bcdd241cd07c} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
7220 2025.01.09 01:59:42.404544 [ 283 ] {736112c2-3ebe-4c26-9762-bcdd241cd07c} <Trace> oximeter.measurements_histogramu64 (17c94cc7-cbcb-4131-b32c-df27c461cf7e): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7221 2025.01.09 01:59:42.404789 [ 283 ] {736112c2-3ebe-4c26-9762-bcdd241cd07c} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.004766 sec., 2727.654217373059 rows/sec., 4.89 MiB/sec.
7222 2025.01.09 01:59:42.404890 [ 283 ] {736112c2-3ebe-4c26-9762-bcdd241cd07c} <Debug> TCPHandler: Processed in 0.005074198 sec.
7223 2025.01.09 01:59:42.405052 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7224 2025.01.09 01:59:42.405192 [ 286 ] {c4d48fe7-e287-4083-8810-340995272023} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7225 2025.01.09 01:59:42.405251 [ 286 ] {c4d48fe7-e287-4083-8810-340995272023} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7226 2025.01.09 01:59:42.405835 [ 286 ] {c4d48fe7-e287-4083-8810-340995272023} <Trace> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7227 2025.01.09 01:59:42.405882 [ 286 ] {c4d48fe7-e287-4083-8810-340995272023} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
7228 2025.01.09 01:59:42.406308 [ 286 ] {c4d48fe7-e287-4083-8810-340995272023} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
7229 2025.01.09 01:59:42.406552 [ 286 ] {c4d48fe7-e287-4083-8810-340995272023} <Trace> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7230 2025.01.09 01:59:42.406773 [ 286 ] {c4d48fe7-e287-4083-8810-340995272023} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.001612 sec., 32258.064516129034 rows/sec., 2.00 MiB/sec.
7231 2025.01.09 01:59:42.406825 [ 286 ] {c4d48fe7-e287-4083-8810-340995272023} <Debug> TCPHandler: Processed in 0.001842428 sec.
7232 2025.01.09 01:59:46.095994 [ 133 ] {} <Debug> DNSResolver: Updating DNS cache
7233 2025.01.09 01:59:46.096063 [ 133 ] {} <Debug> DNSResolver: Updated DNS cache
7234 2025.01.09 01:59:46.217054 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 15616
7235 2025.01.09 01:59:46.217751 [ 244 ] {} <Trace> system.asynchronous_metric_log (9698bf86-621f-4c13-9bc9-6db4396b8d09): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7236 2025.01.09 01:59:46.217810 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
7237 2025.01.09 01:59:46.218442 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
7238 2025.01.09 01:59:46.218711 [ 244 ] {} <Trace> system.asynchronous_metric_log (9698bf86-621f-4c13-9bc9-6db4396b8d09): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7239 2025.01.09 01:59:46.218953 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15616
7240 2025.01.09 01:59:47.278021 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 257
7241 2025.01.09 01:59:47.298853 [ 243 ] {} <Trace> system.metric_log (c31dfbef-714c-4223-9d5c-473a3e49bbb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7242 2025.01.09 01:59:47.298918 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
7243 2025.01.09 01:59:47.306645 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
7244 2025.01.09 01:59:47.307427 [ 243 ] {} <Trace> system.metric_log (c31dfbef-714c-4223-9d5c-473a3e49bbb4): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7245 2025.01.09 01:59:47.310382 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 257
7246 2025.01.09 01:59:47.376686 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7247 2025.01.09 01:59:47.376879 [ 286 ] {51a73f8c-1bd3-4cea-98c1-e8a090877808} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7248 2025.01.09 01:59:47.376955 [ 286 ] {51a73f8c-1bd3-4cea-98c1-e8a090877808} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7249 2025.01.09 01:59:47.377780 [ 286 ] {51a73f8c-1bd3-4cea-98c1-e8a090877808} <Trace> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7250 2025.01.09 01:59:47.377823 [ 286 ] {51a73f8c-1bd3-4cea-98c1-e8a090877808} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
7251 2025.01.09 01:59:47.378267 [ 286 ] {51a73f8c-1bd3-4cea-98c1-e8a090877808} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
7252 2025.01.09 01:59:47.378526 [ 286 ] {51a73f8c-1bd3-4cea-98c1-e8a090877808} <Trace> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7253 2025.01.09 01:59:47.378737 [ 286 ] {51a73f8c-1bd3-4cea-98c1-e8a090877808} <Debug> executeQuery: Read 78 rows, 6.85 KiB in 0.001916 sec., 40709.8121085595 rows/sec., 3.49 MiB/sec.
7254 2025.01.09 01:59:47.378801 [ 286 ] {51a73f8c-1bd3-4cea-98c1-e8a090877808} <Debug> TCPHandler: Processed in 0.002249425 sec.
7255 2025.01.09 01:59:47.379066 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7256 2025.01.09 01:59:47.379273 [ 283 ] {b5e63a01-f9c0-42b7-ba42-07a538748367} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7257 2025.01.09 01:59:47.379352 [ 283 ] {b5e63a01-f9c0-42b7-ba42-07a538748367} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7258 2025.01.09 01:59:47.380103 [ 283 ] {b5e63a01-f9c0-42b7-ba42-07a538748367} <Trace> oximeter.fields_u16 (b7e624c8-f545-4bc0-b9ea-87ccb0a68066): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7259 2025.01.09 01:59:47.380150 [ 283 ] {b5e63a01-f9c0-42b7-ba42-07a538748367} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
7260 2025.01.09 01:59:47.380586 [ 283 ] {b5e63a01-f9c0-42b7-ba42-07a538748367} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
7261 2025.01.09 01:59:47.380848 [ 283 ] {b5e63a01-f9c0-42b7-ba42-07a538748367} <Trace> oximeter.fields_u16 (b7e624c8-f545-4bc0-b9ea-87ccb0a68066): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7262 2025.01.09 01:59:47.381100 [ 283 ] {b5e63a01-f9c0-42b7-ba42-07a538748367} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.001887 sec., 13778.48436671966 rows/sec., 1.01 MiB/sec.
7263 2025.01.09 01:59:47.381172 [ 283 ] {b5e63a01-f9c0-42b7-ba42-07a538748367} <Debug> TCPHandler: Processed in 0.002239454 sec.
7264 2025.01.09 01:59:47.381339 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7265 2025.01.09 01:59:47.381464 [ 286 ] {17154225-53e6-4149-9de4-a5d744e68443} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7266 2025.01.09 01:59:47.381516 [ 286 ] {17154225-53e6-4149-9de4-a5d744e68443} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7267 2025.01.09 01:59:47.382139 [ 286 ] {17154225-53e6-4149-9de4-a5d744e68443} <Trace> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7268 2025.01.09 01:59:47.382178 [ 286 ] {17154225-53e6-4149-9de4-a5d744e68443} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
7269 2025.01.09 01:59:47.382557 [ 286 ] {17154225-53e6-4149-9de4-a5d744e68443} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
7270 2025.01.09 01:59:47.382806 [ 286 ] {17154225-53e6-4149-9de4-a5d744e68443} <Trace> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7271 2025.01.09 01:59:47.382988 [ 286 ] {17154225-53e6-4149-9de4-a5d744e68443} <Debug> executeQuery: Read 54 rows, 4.32 KiB in 0.001554 sec., 34749.03474903475 rows/sec., 2.71 MiB/sec.
7272 2025.01.09 01:59:47.383043 [ 286 ] {17154225-53e6-4149-9de4-a5d744e68443} <Debug> TCPHandler: Processed in 0.001773437 sec.
7273 2025.01.09 01:59:47.383198 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7274 2025.01.09 01:59:47.383331 [ 283 ] {4f67e46a-9d5b-4da4-ba62-63256bf5bf33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7275 2025.01.09 01:59:47.383400 [ 283 ] {4f67e46a-9d5b-4da4-ba62-63256bf5bf33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7276 2025.01.09 01:59:47.384082 [ 283 ] {4f67e46a-9d5b-4da4-ba62-63256bf5bf33} <Trace> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7277 2025.01.09 01:59:47.384131 [ 283 ] {4f67e46a-9d5b-4da4-ba62-63256bf5bf33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
7278 2025.01.09 01:59:47.384561 [ 283 ] {4f67e46a-9d5b-4da4-ba62-63256bf5bf33} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
7279 2025.01.09 01:59:47.384815 [ 283 ] {4f67e46a-9d5b-4da4-ba62-63256bf5bf33} <Trace> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7280 2025.01.09 01:59:47.385053 [ 283 ] {4f67e46a-9d5b-4da4-ba62-63256bf5bf33} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001755 sec., 56980.05698005698 rows/sec., 3.95 MiB/sec.
7281 2025.01.09 01:59:47.385149 [ 283 ] {4f67e46a-9d5b-4da4-ba62-63256bf5bf33} <Debug> TCPHandler: Processed in 0.002011291 sec.
7282 2025.01.09 01:59:47.385347 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7283 2025.01.09 01:59:47.385473 [ 286 ] {86ed3f48-18e8-4e19-b467-b9199c8b036d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7284 2025.01.09 01:59:47.385557 [ 286 ] {86ed3f48-18e8-4e19-b467-b9199c8b036d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
7285 2025.01.09 01:59:47.386772 [ 286 ] {86ed3f48-18e8-4e19-b467-b9199c8b036d} <Trace> oximeter.measurements_histogramu64 (17c94cc7-cbcb-4131-b32c-df27c461cf7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7286 2025.01.09 01:59:47.386811 [ 286 ] {86ed3f48-18e8-4e19-b467-b9199c8b036d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
7287 2025.01.09 01:59:47.387487 [ 286 ] {86ed3f48-18e8-4e19-b467-b9199c8b036d} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
7288 2025.01.09 01:59:47.387751 [ 286 ] {86ed3f48-18e8-4e19-b467-b9199c8b036d} <Trace> oximeter.measurements_histogramu64 (17c94cc7-cbcb-4131-b32c-df27c461cf7e): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7289 2025.01.09 01:59:47.387974 [ 286 ] {86ed3f48-18e8-4e19-b467-b9199c8b036d} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002529 sec., 10280.743376828786 rows/sec., 18.42 MiB/sec.
7290 2025.01.09 01:59:47.388315 [ 286 ] {86ed3f48-18e8-4e19-b467-b9199c8b036d} <Debug> TCPHandler: Processed in 0.003049627 sec.
7291 2025.01.09 01:59:47.388488 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7292 2025.01.09 01:59:47.388634 [ 283 ] {b10500f8-2dec-4198-a3c3-80a39ac27ebd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7293 2025.01.09 01:59:47.388696 [ 283 ] {b10500f8-2dec-4198-a3c3-80a39ac27ebd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7294 2025.01.09 01:59:47.389278 [ 283 ] {b10500f8-2dec-4198-a3c3-80a39ac27ebd} <Trace> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7295 2025.01.09 01:59:47.389323 [ 283 ] {b10500f8-2dec-4198-a3c3-80a39ac27ebd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
7296 2025.01.09 01:59:47.389691 [ 283 ] {b10500f8-2dec-4198-a3c3-80a39ac27ebd} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
7297 2025.01.09 01:59:47.389922 [ 283 ] {b10500f8-2dec-4198-a3c3-80a39ac27ebd} <Trace> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7298 2025.01.09 01:59:47.390135 [ 283 ] {b10500f8-2dec-4198-a3c3-80a39ac27ebd} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001536 sec., 19531.25 rows/sec., 1.34 MiB/sec.
7299 2025.01.09 01:59:47.390188 [ 283 ] {b10500f8-2dec-4198-a3c3-80a39ac27ebd} <Debug> TCPHandler: Processed in 0.001769036 sec.
7300 2025.01.09 01:59:48.716664 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7301 2025.01.09 01:59:48.716905 [ 286 ] {88d9e014-a9df-4b57-b45e-0167c3dd5ff0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
7302 2025.01.09 01:59:48.716990 [ 286 ] {88d9e014-a9df-4b57-b45e-0167c3dd5ff0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
7303 2025.01.09 01:59:48.717792 [ 286 ] {88d9e014-a9df-4b57-b45e-0167c3dd5ff0} <Trace> oximeter.fields_i16 (768e6654-4d7d-4320-b224-a6516c636040): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7304 2025.01.09 01:59:48.717844 [ 286 ] {88d9e014-a9df-4b57-b45e-0167c3dd5ff0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
7305 2025.01.09 01:59:48.718286 [ 286 ] {88d9e014-a9df-4b57-b45e-0167c3dd5ff0} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
7306 2025.01.09 01:59:48.718552 [ 286 ] {88d9e014-a9df-4b57-b45e-0167c3dd5ff0} <Trace> oximeter.fields_i16 (768e6654-4d7d-4320-b224-a6516c636040): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7307 2025.01.09 01:59:48.718851 [ 286 ] {88d9e014-a9df-4b57-b45e-0167c3dd5ff0} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002001 sec., 6996.501749125437 rows/sec., 503.65 KiB/sec.
7308 2025.01.09 01:59:48.719058 [ 286 ] {88d9e014-a9df-4b57-b45e-0167c3dd5ff0} <Debug> TCPHandler: Processed in 0.002531639 sec.
7309 2025.01.09 01:59:48.719336 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7310 2025.01.09 01:59:48.719548 [ 283 ] {2c3941e4-5a8c-4e29-bf68-86ded2e6ba43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
7311 2025.01.09 01:59:48.719633 [ 283 ] {2c3941e4-5a8c-4e29-bf68-86ded2e6ba43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
7312 2025.01.09 01:59:48.720477 [ 283 ] {2c3941e4-5a8c-4e29-bf68-86ded2e6ba43} <Trace> oximeter.fields_ipaddr (99e36f6e-d6b3-41b0-9488-2664f52c89c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7313 2025.01.09 01:59:48.720533 [ 283 ] {2c3941e4-5a8c-4e29-bf68-86ded2e6ba43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
7314 2025.01.09 01:59:48.720956 [ 283 ] {2c3941e4-5a8c-4e29-bf68-86ded2e6ba43} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
7315 2025.01.09 01:59:48.721203 [ 283 ] {2c3941e4-5a8c-4e29-bf68-86ded2e6ba43} <Trace> oximeter.fields_ipaddr (99e36f6e-d6b3-41b0-9488-2664f52c89c7): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7316 2025.01.09 01:59:48.721438 [ 283 ] {2c3941e4-5a8c-4e29-bf68-86ded2e6ba43} <Debug> executeQuery: Read 12 rows, 1002.00 B in 0.001948 sec., 6160.164271047228 rows/sec., 502.32 KiB/sec.
7317 2025.01.09 01:59:48.721505 [ 283 ] {2c3941e4-5a8c-4e29-bf68-86ded2e6ba43} <Debug> TCPHandler: Processed in 0.002319035 sec.
7318 2025.01.09 01:59:48.721662 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7319 2025.01.09 01:59:48.721809 [ 286 ] {0f17f845-a938-4e12-99ef-6a82380b7d44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7320 2025.01.09 01:59:48.721872 [ 286 ] {0f17f845-a938-4e12-99ef-6a82380b7d44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7321 2025.01.09 01:59:48.723224 [ 286 ] {0f17f845-a938-4e12-99ef-6a82380b7d44} <Trace> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7322 2025.01.09 01:59:48.723267 [ 286 ] {0f17f845-a938-4e12-99ef-6a82380b7d44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
7323 2025.01.09 01:59:48.723726 [ 286 ] {0f17f845-a938-4e12-99ef-6a82380b7d44} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
7324 2025.01.09 01:59:48.723971 [ 286 ] {0f17f845-a938-4e12-99ef-6a82380b7d44} <Trace> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7325 2025.01.09 01:59:48.724146 [ 148 ] {} <Debug> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
7326 2025.01.09 01:59:48.724213 [ 286 ] {0f17f845-a938-4e12-99ef-6a82380b7d44} <Debug> executeQuery: Read 1345 rows, 114.67 KiB in 0.002438 sec., 551681.7063166529 rows/sec., 45.93 MiB/sec.
7327 2025.01.09 01:59:48.724244 [ 148 ] {} <Trace> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7328 2025.01.09 01:59:48.724326 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
7329 2025.01.09 01:59:48.724332 [ 286 ] {0f17f845-a938-4e12-99ef-6a82380b7d44} <Debug> TCPHandler: Processed in 0.002738391 sec.
7330 2025.01.09 01:59:48.724592 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7331 2025.01.09 01:59:48.724616 [ 192 ] {f5ed56e7-dfed-47b2-b04a-d980cf44b4ae::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
7332 2025.01.09 01:59:48.724847 [ 283 ] {d2ac3e68-09bd-465f-a604-45beac9e047f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7333 2025.01.09 01:59:48.724985 [ 283 ] {d2ac3e68-09bd-465f-a604-45beac9e047f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7334 2025.01.09 01:59:48.725048 [ 192 ] {f5ed56e7-dfed-47b2-b04a-d980cf44b4ae::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7335 2025.01.09 01:59:48.725189 [ 192 ] {f5ed56e7-dfed-47b2-b04a-d980cf44b4ae::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1399 rows starting from the beginning of the part
7336 2025.01.09 01:59:48.725569 [ 192 ] {f5ed56e7-dfed-47b2-b04a-d980cf44b4ae::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 199 rows starting from the beginning of the part
7337 2025.01.09 01:59:48.726007 [ 192 ] {f5ed56e7-dfed-47b2-b04a-d980cf44b4ae::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 78 rows starting from the beginning of the part
7338 2025.01.09 01:59:48.726418 [ 192 ] {f5ed56e7-dfed-47b2-b04a-d980cf44b4ae::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 199 rows starting from the beginning of the part
7339 2025.01.09 01:59:48.726715 [ 192 ] {f5ed56e7-dfed-47b2-b04a-d980cf44b4ae::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 78 rows starting from the beginning of the part
7340 2025.01.09 01:59:48.726931 [ 192 ] {f5ed56e7-dfed-47b2-b04a-d980cf44b4ae::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 1345 rows starting from the beginning of the part
7341 2025.01.09 01:59:48.727832 [ 283 ] {d2ac3e68-09bd-465f-a604-45beac9e047f} <Trace> oximeter.fields_u16 (b7e624c8-f545-4bc0-b9ea-87ccb0a68066): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7342 2025.01.09 01:59:48.727897 [ 283 ] {d2ac3e68-09bd-465f-a604-45beac9e047f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
7343 2025.01.09 01:59:48.728777 [ 283 ] {d2ac3e68-09bd-465f-a604-45beac9e047f} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
7344 2025.01.09 01:59:48.729333 [ 283 ] {d2ac3e68-09bd-465f-a604-45beac9e047f} <Trace> oximeter.fields_u16 (b7e624c8-f545-4bc0-b9ea-87ccb0a68066): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7345 2025.01.09 01:59:48.729667 [ 147 ] {} <Debug> oximeter.fields_u16 (b7e624c8-f545-4bc0-b9ea-87ccb0a68066) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
7346 2025.01.09 01:59:48.729764 [ 283 ] {d2ac3e68-09bd-465f-a604-45beac9e047f} <Debug> executeQuery: Read 32 rows, 2.27 KiB in 0.004989 sec., 6414.111044297454 rows/sec., 455.30 KiB/sec.
7347 2025.01.09 01:59:48.729772 [ 147 ] {} <Trace> oximeter.fields_u16 (b7e624c8-f545-4bc0-b9ea-87ccb0a68066): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7348 2025.01.09 01:59:48.729860 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
7349 2025.01.09 01:59:48.729935 [ 283 ] {d2ac3e68-09bd-465f-a604-45beac9e047f} <Debug> TCPHandler: Processed in 0.005437983 sec.
7350 2025.01.09 01:59:48.730227 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7351 2025.01.09 01:59:48.730322 [ 193 ] {b7e624c8-f545-4bc0-b9ea-87ccb0a68066::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
7352 2025.01.09 01:59:48.730602 [ 286 ] {c8f58ef7-7a42-4d00-b0df-e98e9f88cc33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
7353 2025.01.09 01:59:48.730764 [ 193 ] {b7e624c8-f545-4bc0-b9ea-87ccb0a68066::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7354 2025.01.09 01:59:48.730769 [ 286 ] {c8f58ef7-7a42-4d00-b0df-e98e9f88cc33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
7355 2025.01.09 01:59:48.730883 [ 193 ] {b7e624c8-f545-4bc0-b9ea-87ccb0a68066::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 60 rows starting from the beginning of the part
7356 2025.01.09 01:59:48.731401 [ 193 ] {b7e624c8-f545-4bc0-b9ea-87ccb0a68066::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 20 rows starting from the beginning of the part
7357 2025.01.09 01:59:48.731602 [ 189 ] {f5ed56e7-dfed-47b2-b04a-d980cf44b4ae::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3298 rows, containing 5 columns (5 merged, 0 gathered) in 0.007125559 sec., 462840.8802733933 rows/sec., 40.73 MiB/sec.
7358 2025.01.09 01:59:48.731744 [ 193 ] {b7e624c8-f545-4bc0-b9ea-87ccb0a68066::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 26 rows starting from the beginning of the part
7359 2025.01.09 01:59:48.732022 [ 193 ] {b7e624c8-f545-4bc0-b9ea-87ccb0a68066::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 20 rows starting from the beginning of the part
7360 2025.01.09 01:59:48.732056 [ 189 ] {f5ed56e7-dfed-47b2-b04a-d980cf44b4ae::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
7361 2025.01.09 01:59:48.732551 [ 193 ] {b7e624c8-f545-4bc0-b9ea-87ccb0a68066::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 26 rows starting from the beginning of the part
7362 2025.01.09 01:59:48.733004 [ 193 ] {b7e624c8-f545-4bc0-b9ea-87ccb0a68066::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 32 rows starting from the beginning of the part
7363 2025.01.09 01:59:48.733582 [ 189 ] {f5ed56e7-dfed-47b2-b04a-d980cf44b4ae::all_1_56_11} <Trace> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7364 2025.01.09 01:59:48.733702 [ 189 ] {f5ed56e7-dfed-47b2-b04a-d980cf44b4ae::all_1_56_11} <Trace> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
7365 2025.01.09 01:59:48.733890 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB.
7366 2025.01.09 01:59:48.734251 [ 286 ] {c8f58ef7-7a42-4d00-b0df-e98e9f88cc33} <Trace> oximeter.fields_u32 (03dfd943-ea50-4047-86b9-6222d9e39c11): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7367 2025.01.09 01:59:48.734303 [ 286 ] {c8f58ef7-7a42-4d00-b0df-e98e9f88cc33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
7368 2025.01.09 01:59:48.734901 [ 286 ] {c8f58ef7-7a42-4d00-b0df-e98e9f88cc33} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
7369 2025.01.09 01:59:48.734950 [ 191 ] {b7e624c8-f545-4bc0-b9ea-87ccb0a68066::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 184 rows, containing 5 columns (5 merged, 0 gathered) in 0.004941285 sec., 37237.27734789634 rows/sec., 2.79 MiB/sec.
7370 2025.01.09 01:59:48.735211 [ 191 ] {b7e624c8-f545-4bc0-b9ea-87ccb0a68066::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
7371 2025.01.09 01:59:48.735264 [ 286 ] {c8f58ef7-7a42-4d00-b0df-e98e9f88cc33} <Trace> oximeter.fields_u32 (03dfd943-ea50-4047-86b9-6222d9e39c11): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7372 2025.01.09 01:59:48.735855 [ 286 ] {c8f58ef7-7a42-4d00-b0df-e98e9f88cc33} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.005341 sec., 45309.86706609249 rows/sec., 3.07 MiB/sec.
7373 2025.01.09 01:59:48.736165 [ 191 ] {b7e624c8-f545-4bc0-b9ea-87ccb0a68066::all_1_46_9} <Trace> oximeter.fields_u16 (b7e624c8-f545-4bc0-b9ea-87ccb0a68066): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7374 2025.01.09 01:59:48.736207 [ 286 ] {c8f58ef7-7a42-4d00-b0df-e98e9f88cc33} <Debug> TCPHandler: Processed in 0.006137714 sec.
7375 2025.01.09 01:59:48.736369 [ 191 ] {b7e624c8-f545-4bc0-b9ea-87ccb0a68066::all_1_46_9} <Trace> oximeter.fields_u16 (b7e624c8-f545-4bc0-b9ea-87ccb0a68066) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
7376 2025.01.09 01:59:48.736430 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7377 2025.01.09 01:59:48.736513 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
7378 2025.01.09 01:59:48.736620 [ 283 ] {0f5be071-da1e-4ed7-817c-53e0b64ba8d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
7379 2025.01.09 01:59:48.736682 [ 283 ] {0f5be071-da1e-4ed7-817c-53e0b64ba8d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
7380 2025.01.09 01:59:48.737385 [ 283 ] {0f5be071-da1e-4ed7-817c-53e0b64ba8d7} <Trace> oximeter.fields_u8 (f59c63b9-7e00-4cbb-80d5-4667ebd1997c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7381 2025.01.09 01:59:48.737425 [ 283 ] {0f5be071-da1e-4ed7-817c-53e0b64ba8d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
7382 2025.01.09 01:59:48.737795 [ 283 ] {0f5be071-da1e-4ed7-817c-53e0b64ba8d7} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
7383 2025.01.09 01:59:48.738035 [ 283 ] {0f5be071-da1e-4ed7-817c-53e0b64ba8d7} <Trace> oximeter.fields_u8 (f59c63b9-7e00-4cbb-80d5-4667ebd1997c): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7384 2025.01.09 01:59:48.738249 [ 283 ] {0f5be071-da1e-4ed7-817c-53e0b64ba8d7} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001663 sec., 7817.197835237523 rows/sec., 487.40 KiB/sec.
7385 2025.01.09 01:59:48.738305 [ 283 ] {0f5be071-da1e-4ed7-817c-53e0b64ba8d7} <Debug> TCPHandler: Processed in 0.00197211 sec.
7386 2025.01.09 01:59:48.738537 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7387 2025.01.09 01:59:48.738760 [ 286 ] {a847a2dd-85c4-41c3-87d5-b34100d20661} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7388 2025.01.09 01:59:48.738848 [ 286 ] {a847a2dd-85c4-41c3-87d5-b34100d20661} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7389 2025.01.09 01:59:48.740050 [ 286 ] {a847a2dd-85c4-41c3-87d5-b34100d20661} <Trace> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7390 2025.01.09 01:59:48.740090 [ 286 ] {a847a2dd-85c4-41c3-87d5-b34100d20661} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
7391 2025.01.09 01:59:48.740495 [ 286 ] {a847a2dd-85c4-41c3-87d5-b34100d20661} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
7392 2025.01.09 01:59:48.740738 [ 286 ] {a847a2dd-85c4-41c3-87d5-b34100d20661} <Trace> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7393 2025.01.09 01:59:48.740902 [ 147 ] {} <Debug> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
7394 2025.01.09 01:59:48.740953 [ 147 ] {} <Trace> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7395 2025.01.09 01:59:48.740994 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
7396 2025.01.09 01:59:48.741001 [ 286 ] {a847a2dd-85c4-41c3-87d5-b34100d20661} <Debug> executeQuery: Read 827 rows, 61.11 KiB in 0.002286 sec., 361767.27909011376 rows/sec., 26.11 MiB/sec.
7397 2025.01.09 01:59:48.741217 [ 286 ] {a847a2dd-85c4-41c3-87d5-b34100d20661} <Debug> TCPHandler: Processed in 0.002790532 sec.
7398 2025.01.09 01:59:48.741283 [ 198 ] {2eb6d585-f9d5-43d7-bd92-6011d08c7ad8::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
7399 2025.01.09 01:59:48.741392 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7400 2025.01.09 01:59:48.741439 [ 198 ] {2eb6d585-f9d5-43d7-bd92-6011d08c7ad8::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7401 2025.01.09 01:59:48.741471 [ 198 ] {2eb6d585-f9d5-43d7-bd92-6011d08c7ad8::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 873 rows starting from the beginning of the part
7402 2025.01.09 01:59:48.741609 [ 283 ] {7c9ff97d-8392-4020-893f-d3d674018cdb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
7403 2025.01.09 01:59:48.741691 [ 198 ] {2eb6d585-f9d5-43d7-bd92-6011d08c7ad8::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 359 rows starting from the beginning of the part
7404 2025.01.09 01:59:48.741807 [ 283 ] {7c9ff97d-8392-4020-893f-d3d674018cdb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
7405 2025.01.09 01:59:48.742029 [ 198 ] {2eb6d585-f9d5-43d7-bd92-6011d08c7ad8::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 54 rows starting from the beginning of the part
7406 2025.01.09 01:59:48.742327 [ 198 ] {2eb6d585-f9d5-43d7-bd92-6011d08c7ad8::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 359 rows starting from the beginning of the part
7407 2025.01.09 01:59:48.742671 [ 198 ] {2eb6d585-f9d5-43d7-bd92-6011d08c7ad8::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 54 rows starting from the beginning of the part
7408 2025.01.09 01:59:48.742989 [ 198 ] {2eb6d585-f9d5-43d7-bd92-6011d08c7ad8::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 827 rows starting from the beginning of the part
7409 2025.01.09 01:59:48.743642 [ 283 ] {7c9ff97d-8392-4020-893f-d3d674018cdb} <Trace> oximeter.measurements_bool (e95e83a2-bc6b-4f55-83f2-ee90a75b0302): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7410 2025.01.09 01:59:48.743690 [ 283 ] {7c9ff97d-8392-4020-893f-d3d674018cdb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
7411 2025.01.09 01:59:48.744203 [ 283 ] {7c9ff97d-8392-4020-893f-d3d674018cdb} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
7412 2025.01.09 01:59:48.744479 [ 283 ] {7c9ff97d-8392-4020-893f-d3d674018cdb} <Trace> oximeter.measurements_bool (e95e83a2-bc6b-4f55-83f2-ee90a75b0302): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7413 2025.01.09 01:59:48.744709 [ 283 ] {7c9ff97d-8392-4020-893f-d3d674018cdb} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003187 sec., 1882.6482585503607 rows/sec., 98.36 KiB/sec.
7414 2025.01.09 01:59:48.744824 [ 283 ] {7c9ff97d-8392-4020-893f-d3d674018cdb} <Debug> TCPHandler: Processed in 0.003507023 sec.
7415 2025.01.09 01:59:48.745080 [ 190 ] {2eb6d585-f9d5-43d7-bd92-6011d08c7ad8::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2526 rows, containing 5 columns (5 merged, 0 gathered) in 0.004003611 sec., 630930.4275565234 rows/sec., 47.83 MiB/sec.
7416 2025.01.09 01:59:48.745093 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7417 2025.01.09 01:59:48.745289 [ 190 ] {2eb6d585-f9d5-43d7-bd92-6011d08c7ad8::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
7418 2025.01.09 01:59:48.745301 [ 286 ] {4a54402b-25ba-43bc-bb10-07d343c09181} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7419 2025.01.09 01:59:48.745405 [ 286 ] {4a54402b-25ba-43bc-bb10-07d343c09181} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7420 2025.01.09 01:59:48.745925 [ 190 ] {2eb6d585-f9d5-43d7-bd92-6011d08c7ad8::all_1_56_11} <Trace> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7421 2025.01.09 01:59:48.746040 [ 190 ] {2eb6d585-f9d5-43d7-bd92-6011d08c7ad8::all_1_56_11} <Trace> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
7422 2025.01.09 01:59:48.746148 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB.
7423 2025.01.09 01:59:48.746542 [ 286 ] {4a54402b-25ba-43bc-bb10-07d343c09181} <Trace> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7424 2025.01.09 01:59:48.746586 [ 286 ] {4a54402b-25ba-43bc-bb10-07d343c09181} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
7425 2025.01.09 01:59:48.747073 [ 286 ] {4a54402b-25ba-43bc-bb10-07d343c09181} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
7426 2025.01.09 01:59:48.747315 [ 286 ] {4a54402b-25ba-43bc-bb10-07d343c09181} <Trace> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7427 2025.01.09 01:59:48.747481 [ 147 ] {} <Debug> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
7428 2025.01.09 01:59:48.747535 [ 147 ] {} <Trace> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7429 2025.01.09 01:59:48.747568 [ 286 ] {4a54402b-25ba-43bc-bb10-07d343c09181} <Debug> executeQuery: Read 969 rows, 65.95 KiB in 0.002317 sec., 418213.2067328442 rows/sec., 27.80 MiB/sec.
7430 2025.01.09 01:59:48.747572 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
7431 2025.01.09 01:59:48.747768 [ 286 ] {4a54402b-25ba-43bc-bb10-07d343c09181} <Debug> TCPHandler: Processed in 0.002831723 sec.
7432 2025.01.09 01:59:48.747855 [ 198 ] {ffbfddf0-ce9e-4b86-ba97-130a92b6daeb::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
7433 2025.01.09 01:59:48.747941 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7434 2025.01.09 01:59:48.748009 [ 198 ] {ffbfddf0-ce9e-4b86-ba97-130a92b6daeb::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7435 2025.01.09 01:59:48.748052 [ 198 ] {ffbfddf0-ce9e-4b86-ba97-130a92b6daeb::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_51_10, total 13030 rows starting from the beginning of the part
7436 2025.01.09 01:59:48.748108 [ 283 ] {23b659c3-1c82-4971-9ba5-f9cd72be9be2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
7437 2025.01.09 01:59:48.748170 [ 198 ] {ffbfddf0-ce9e-4b86-ba97-130a92b6daeb::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 177 rows starting from the beginning of the part
7438 2025.01.09 01:59:48.748228 [ 283 ] {23b659c3-1c82-4971-9ba5-f9cd72be9be2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
7439 2025.01.09 01:59:48.748435 [ 198 ] {ffbfddf0-ce9e-4b86-ba97-130a92b6daeb::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 100 rows starting from the beginning of the part
7440 2025.01.09 01:59:48.748782 [ 198 ] {ffbfddf0-ce9e-4b86-ba97-130a92b6daeb::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 177 rows starting from the beginning of the part
7441 2025.01.09 01:59:48.748991 [ 198 ] {ffbfddf0-ce9e-4b86-ba97-130a92b6daeb::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 100 rows starting from the beginning of the part
7442 2025.01.09 01:59:48.749228 [ 198 ] {ffbfddf0-ce9e-4b86-ba97-130a92b6daeb::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 969 rows starting from the beginning of the part
7443 2025.01.09 01:59:48.749862 [ 283 ] {23b659c3-1c82-4971-9ba5-f9cd72be9be2} <Trace> oximeter.measurements_f64 (934b838e-c5f5-431f-8772-7fa1e914138c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7444 2025.01.09 01:59:48.749906 [ 283 ] {23b659c3-1c82-4971-9ba5-f9cd72be9be2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
7445 2025.01.09 01:59:48.750366 [ 283 ] {23b659c3-1c82-4971-9ba5-f9cd72be9be2} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
7446 2025.01.09 01:59:48.750716 [ 283 ] {23b659c3-1c82-4971-9ba5-f9cd72be9be2} <Trace> oximeter.measurements_f64 (934b838e-c5f5-431f-8772-7fa1e914138c): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7447 2025.01.09 01:59:48.751013 [ 283 ] {23b659c3-1c82-4971-9ba5-f9cd72be9be2} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002946 sec., 339.4433129667346 rows/sec., 22.87 KiB/sec.
7448 2025.01.09 01:59:48.751106 [ 283 ] {23b659c3-1c82-4971-9ba5-f9cd72be9be2} <Debug> TCPHandler: Processed in 0.003233979 sec.
7449 2025.01.09 01:59:48.751304 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7450 2025.01.09 01:59:48.751565 [ 286 ] {4f1f9f42-cac5-4ea9-ba30-867468f2c084} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7451 2025.01.09 01:59:48.751710 [ 286 ] {4f1f9f42-cac5-4ea9-ba30-867468f2c084} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
7452 2025.01.09 01:59:48.753513 [ 286 ] {4f1f9f42-cac5-4ea9-ba30-867468f2c084} <Trace> oximeter.measurements_histogramu64 (17c94cc7-cbcb-4131-b32c-df27c461cf7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7453 2025.01.09 01:59:48.753558 [ 286 ] {4f1f9f42-cac5-4ea9-ba30-867468f2c084} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
7454 2025.01.09 01:59:48.754638 [ 198 ] {ffbfddf0-ce9e-4b86-ba97-130a92b6daeb::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14553 rows, containing 5 columns (5 merged, 0 gathered) in 0.006915215 sec., 2104489.882093326 rows/sec., 140.91 MiB/sec.
7455 2025.01.09 01:59:48.754898 [ 286 ] {4f1f9f42-cac5-4ea9-ba30-867468f2c084} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
7456 2025.01.09 01:59:48.755064 [ 198 ] {ffbfddf0-ce9e-4b86-ba97-130a92b6daeb::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
7457 2025.01.09 01:59:48.755390 [ 286 ] {4f1f9f42-cac5-4ea9-ba30-867468f2c084} <Trace> oximeter.measurements_histogramu64 (17c94cc7-cbcb-4131-b32c-df27c461cf7e): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7458 2025.01.09 01:59:48.755674 [ 147 ] {} <Debug> oximeter.measurements_histogramu64 (17c94cc7-cbcb-4131-b32c-df27c461cf7e) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
7459 2025.01.09 01:59:48.755719 [ 198 ] {ffbfddf0-ce9e-4b86-ba97-130a92b6daeb::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7460 2025.01.09 01:59:48.755770 [ 147 ] {} <Trace> oximeter.measurements_histogramu64 (17c94cc7-cbcb-4131-b32c-df27c461cf7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7461 2025.01.09 01:59:48.755853 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
7462 2025.01.09 01:59:48.756111 [ 198 ] {ffbfddf0-ce9e-4b86-ba97-130a92b6daeb::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
7463 2025.01.09 01:59:48.756248 [ 286 ] {4f1f9f42-cac5-4ea9-ba30-867468f2c084} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.004725 sec., 2751.322751322751 rows/sec., 4.93 MiB/sec.
7464 2025.01.09 01:59:48.756454 [ 191 ] {17c94cc7-cbcb-4131-b32c-df27c461cf7e::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
7465 2025.01.09 01:59:48.756467 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.76 MiB.
7466 2025.01.09 01:59:48.757471 [ 286 ] {4f1f9f42-cac5-4ea9-ba30-867468f2c084} <Debug> TCPHandler: Processed in 0.006269635 sec.
7467 2025.01.09 01:59:48.757794 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7468 2025.01.09 01:59:48.758140 [ 283 ] {947e753c-1cdc-4c1c-b956-e5fd1237bf71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7469 2025.01.09 01:59:48.758228 [ 191 ] {17c94cc7-cbcb-4131-b32c-df27c461cf7e::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7470 2025.01.09 01:59:48.758256 [ 283 ] {947e753c-1cdc-4c1c-b956-e5fd1237bf71} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7471 2025.01.09 01:59:48.758428 [ 191 ] {17c94cc7-cbcb-4131-b32c-df27c461cf7e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 763 rows starting from the beginning of the part
7472 2025.01.09 01:59:48.759279 [ 191 ] {17c94cc7-cbcb-4131-b32c-df27c461cf7e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 13 rows starting from the beginning of the part
7473 2025.01.09 01:59:48.760074 [ 191 ] {17c94cc7-cbcb-4131-b32c-df27c461cf7e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 26 rows starting from the beginning of the part
7474 2025.01.09 01:59:48.760700 [ 283 ] {947e753c-1cdc-4c1c-b956-e5fd1237bf71} <Trace> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7475 2025.01.09 01:59:48.760794 [ 283 ] {947e753c-1cdc-4c1c-b956-e5fd1237bf71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
7476 2025.01.09 01:59:48.760916 [ 191 ] {17c94cc7-cbcb-4131-b32c-df27c461cf7e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 13 rows starting from the beginning of the part
7477 2025.01.09 01:59:48.761634 [ 191 ] {17c94cc7-cbcb-4131-b32c-df27c461cf7e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 26 rows starting from the beginning of the part
7478 2025.01.09 01:59:48.762289 [ 191 ] {17c94cc7-cbcb-4131-b32c-df27c461cf7e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 13 rows starting from the beginning of the part
7479 2025.01.09 01:59:48.762358 [ 283 ] {947e753c-1cdc-4c1c-b956-e5fd1237bf71} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
7480 2025.01.09 01:59:48.763171 [ 283 ] {947e753c-1cdc-4c1c-b956-e5fd1237bf71} <Trace> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7481 2025.01.09 01:59:48.763540 [ 147 ] {} <Debug> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
7482 2025.01.09 01:59:48.763622 [ 147 ] {} <Trace> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7483 2025.01.09 01:59:48.763703 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
7484 2025.01.09 01:59:48.763842 [ 283 ] {947e753c-1cdc-4c1c-b956-e5fd1237bf71} <Debug> executeQuery: Read 34 rows, 2.03 KiB in 0.005752 sec., 5910.9874826147425 rows/sec., 353.65 KiB/sec.
7485 2025.01.09 01:59:48.764279 [ 283 ] {947e753c-1cdc-4c1c-b956-e5fd1237bf71} <Debug> TCPHandler: Processed in 0.006668071 sec.
7486 2025.01.09 01:59:48.764453 [ 201 ] {33d0f459-c18f-4582-9502-2d7c69533f97::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
7487 2025.01.09 01:59:48.765041 [ 201 ] {33d0f459-c18f-4582-9502-2d7c69533f97::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7488 2025.01.09 01:59:48.765152 [ 201 ] {33d0f459-c18f-4582-9502-2d7c69533f97::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1776 rows starting from the beginning of the part
7489 2025.01.09 01:59:48.765623 [ 201 ] {33d0f459-c18f-4582-9502-2d7c69533f97::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 52 rows starting from the beginning of the part
7490 2025.01.09 01:59:48.766235 [ 201 ] {33d0f459-c18f-4582-9502-2d7c69533f97::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 30 rows starting from the beginning of the part
7491 2025.01.09 01:59:48.766513 [ 201 ] {33d0f459-c18f-4582-9502-2d7c69533f97::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 52 rows starting from the beginning of the part
7492 2025.01.09 01:59:48.766602 [ 201 ] {33d0f459-c18f-4582-9502-2d7c69533f97::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 30 rows starting from the beginning of the part
7493 2025.01.09 01:59:48.766684 [ 201 ] {33d0f459-c18f-4582-9502-2d7c69533f97::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
7494 2025.01.09 01:59:48.769514 [ 187 ] {33d0f459-c18f-4582-9502-2d7c69533f97::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1974 rows, containing 4 columns (4 merged, 0 gathered) in 0.005654266 sec., 349116.9322419568 rows/sec., 22.46 MiB/sec.
7495 2025.01.09 01:59:48.769843 [ 187 ] {33d0f459-c18f-4582-9502-2d7c69533f97::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
7496 2025.01.09 01:59:48.770250 [ 187 ] {33d0f459-c18f-4582-9502-2d7c69533f97::all_1_56_11} <Trace> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7497 2025.01.09 01:59:48.770386 [ 187 ] {33d0f459-c18f-4582-9502-2d7c69533f97::all_1_56_11} <Trace> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
7498 2025.01.09 01:59:48.770503 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB.
7499 2025.01.09 01:59:48.777061 [ 196 ] {17c94cc7-cbcb-4131-b32c-df27c461cf7e::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 854 rows, containing 19 columns (19 merged, 0 gathered) in 0.021062662 sec., 40545.682212438296 rows/sec., 72.66 MiB/sec.
7500 2025.01.09 01:59:48.778315 [ 196 ] {17c94cc7-cbcb-4131-b32c-df27c461cf7e::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
7501 2025.01.09 01:59:48.778767 [ 196 ] {17c94cc7-cbcb-4131-b32c-df27c461cf7e::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (17c94cc7-cbcb-4131-b32c-df27c461cf7e): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7502 2025.01.09 01:59:48.778864 [ 196 ] {17c94cc7-cbcb-4131-b32c-df27c461cf7e::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (17c94cc7-cbcb-4131-b32c-df27c461cf7e) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
7503 2025.01.09 01:59:48.779035 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.62 MiB.
7504 2025.01.09 01:59:49.000224 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 207.42 MiB, peak 214.98 MiB, free memory in arenas 0.00 B, will set to 209.12 MiB (RSS), difference: 1.69 MiB
7505 2025.01.09 01:59:51.291094 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 1066
7506 2025.01.09 01:59:51.294901 [ 242 ] {} <Trace> system.query_log (e9d8cce9-7d6e-43dd-804a-3eff920f58fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7507 2025.01.09 01:59:51.294962 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
7508 2025.01.09 01:59:51.296481 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
7509 2025.01.09 01:59:51.296810 [ 242 ] {} <Trace> system.query_log (e9d8cce9-7d6e-43dd-804a-3eff920f58fa): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7510 2025.01.09 01:59:51.298030 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1066
7511 2025.01.09 01:59:52.373776 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7512 2025.01.09 01:59:52.373989 [ 286 ] {54c70f73-b71d-4419-9266-a55c206f94ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7513 2025.01.09 01:59:52.374072 [ 286 ] {54c70f73-b71d-4419-9266-a55c206f94ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7514 2025.01.09 01:59:52.374869 [ 286 ] {54c70f73-b71d-4419-9266-a55c206f94ac} <Trace> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7515 2025.01.09 01:59:52.374916 [ 286 ] {54c70f73-b71d-4419-9266-a55c206f94ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
7516 2025.01.09 01:59:52.375358 [ 286 ] {54c70f73-b71d-4419-9266-a55c206f94ac} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
7517 2025.01.09 01:59:52.375614 [ 286 ] {54c70f73-b71d-4419-9266-a55c206f94ac} <Trace> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7518 2025.01.09 01:59:52.375858 [ 286 ] {54c70f73-b71d-4419-9266-a55c206f94ac} <Debug> executeQuery: Read 26 rows, 1.98 KiB in 0.001931 sec., 13464.526152252718 rows/sec., 1.00 MiB/sec.
7519 2025.01.09 01:59:52.375916 [ 286 ] {54c70f73-b71d-4419-9266-a55c206f94ac} <Debug> TCPHandler: Processed in 0.002283815 sec.
7520 2025.01.09 01:59:52.376157 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7521 2025.01.09 01:59:52.376363 [ 283 ] {1f56525e-eaf5-4103-bb02-4abdaaff444e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7522 2025.01.09 01:59:52.376447 [ 283 ] {1f56525e-eaf5-4103-bb02-4abdaaff444e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7523 2025.01.09 01:59:52.377219 [ 283 ] {1f56525e-eaf5-4103-bb02-4abdaaff444e} <Trace> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7524 2025.01.09 01:59:52.377262 [ 283 ] {1f56525e-eaf5-4103-bb02-4abdaaff444e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
7525 2025.01.09 01:59:52.377702 [ 283 ] {1f56525e-eaf5-4103-bb02-4abdaaff444e} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
7526 2025.01.09 01:59:52.377964 [ 283 ] {1f56525e-eaf5-4103-bb02-4abdaaff444e} <Trace> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7527 2025.01.09 01:59:52.378167 [ 283 ] {1f56525e-eaf5-4103-bb02-4abdaaff444e} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001862 sec., 15037.593984962406 rows/sec., 1.17 MiB/sec.
7528 2025.01.09 01:59:52.378233 [ 283 ] {1f56525e-eaf5-4103-bb02-4abdaaff444e} <Debug> TCPHandler: Processed in 0.002215053 sec.
7529 2025.01.09 01:59:52.378378 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7530 2025.01.09 01:59:52.378548 [ 286 ] {4cfe542b-0772-4f40-87cf-9ee81c69d039} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7531 2025.01.09 01:59:52.378646 [ 286 ] {4cfe542b-0772-4f40-87cf-9ee81c69d039} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7532 2025.01.09 01:59:52.379588 [ 286 ] {4cfe542b-0772-4f40-87cf-9ee81c69d039} <Trace> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7533 2025.01.09 01:59:52.379628 [ 286 ] {4cfe542b-0772-4f40-87cf-9ee81c69d039} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
7534 2025.01.09 01:59:52.380036 [ 286 ] {4cfe542b-0772-4f40-87cf-9ee81c69d039} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
7535 2025.01.09 01:59:52.380280 [ 286 ] {4cfe542b-0772-4f40-87cf-9ee81c69d039} <Trace> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7536 2025.01.09 01:59:52.380488 [ 286 ] {4cfe542b-0772-4f40-87cf-9ee81c69d039} <Debug> executeQuery: Read 60 rows, 4.26 KiB in 0.001997 sec., 30045.0676014021 rows/sec., 2.08 MiB/sec.
7537 2025.01.09 01:59:52.380540 [ 286 ] {4cfe542b-0772-4f40-87cf-9ee81c69d039} <Debug> TCPHandler: Processed in 0.002230085 sec.
7538 2025.01.09 01:59:52.380694 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7539 2025.01.09 01:59:52.380841 [ 283 ] {8092af4e-a404-439e-8040-d7df98cbf9e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7540 2025.01.09 01:59:52.380906 [ 283 ] {8092af4e-a404-439e-8040-d7df98cbf9e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7541 2025.01.09 01:59:52.381504 [ 283 ] {8092af4e-a404-439e-8040-d7df98cbf9e6} <Trace> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7542 2025.01.09 01:59:52.381543 [ 283 ] {8092af4e-a404-439e-8040-d7df98cbf9e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
7543 2025.01.09 01:59:52.381929 [ 283 ] {8092af4e-a404-439e-8040-d7df98cbf9e6} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
7544 2025.01.09 01:59:52.382177 [ 283 ] {8092af4e-a404-439e-8040-d7df98cbf9e6} <Trace> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7545 2025.01.09 01:59:52.382360 [ 283 ] {8092af4e-a404-439e-8040-d7df98cbf9e6} <Debug> executeQuery: Read 18 rows, 1.26 KiB in 0.001555 sec., 11575.56270096463 rows/sec., 812.02 KiB/sec.
7546 2025.01.09 01:59:52.382413 [ 283 ] {8092af4e-a404-439e-8040-d7df98cbf9e6} <Debug> TCPHandler: Processed in 0.001789757 sec.
7547 2025.01.09 01:59:53.719117 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 16043
7548 2025.01.09 01:59:53.719857 [ 244 ] {} <Trace> system.asynchronous_metric_log (9698bf86-621f-4c13-9bc9-6db4396b8d09): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7549 2025.01.09 01:59:53.719909 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
7550 2025.01.09 01:59:53.720465 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
7551 2025.01.09 01:59:53.720725 [ 244 ] {} <Trace> system.asynchronous_metric_log (9698bf86-621f-4c13-9bc9-6db4396b8d09): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7552 2025.01.09 01:59:53.721031 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16043
7553 2025.01.09 01:59:54.810473 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 264
7554 2025.01.09 01:59:54.832353 [ 243 ] {} <Trace> system.metric_log (c31dfbef-714c-4223-9d5c-473a3e49bbb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7555 2025.01.09 01:59:54.832423 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
7556 2025.01.09 01:59:54.840012 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
7557 2025.01.09 01:59:54.840878 [ 243 ] {} <Trace> system.metric_log (c31dfbef-714c-4223-9d5c-473a3e49bbb4): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7558 2025.01.09 01:59:54.843914 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 264
7559 2025.01.09 01:59:57.376554 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7560 2025.01.09 01:59:57.376763 [ 286 ] {5bbbac79-6cff-4620-8955-2ec2e3008241} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7561 2025.01.09 01:59:57.376846 [ 286 ] {5bbbac79-6cff-4620-8955-2ec2e3008241} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7562 2025.01.09 01:59:57.377733 [ 286 ] {5bbbac79-6cff-4620-8955-2ec2e3008241} <Trace> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7563 2025.01.09 01:59:57.377780 [ 286 ] {5bbbac79-6cff-4620-8955-2ec2e3008241} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
7564 2025.01.09 01:59:57.378222 [ 286 ] {5bbbac79-6cff-4620-8955-2ec2e3008241} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
7565 2025.01.09 01:59:57.378475 [ 286 ] {5bbbac79-6cff-4620-8955-2ec2e3008241} <Trace> oximeter.fields_string (f5ed56e7-dfed-47b2-b04a-d980cf44b4ae): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7566 2025.01.09 01:59:57.378694 [ 286 ] {5bbbac79-6cff-4620-8955-2ec2e3008241} <Debug> executeQuery: Read 78 rows, 6.85 KiB in 0.001987 sec., 39255.15853044791 rows/sec., 3.37 MiB/sec.
7567 2025.01.09 01:59:57.378788 [ 286 ] {5bbbac79-6cff-4620-8955-2ec2e3008241} <Debug> TCPHandler: Processed in 0.002378586 sec.
7568 2025.01.09 01:59:57.379077 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7569 2025.01.09 01:59:57.379288 [ 283 ] {d9a5bc93-f65c-4f0b-b5c7-180bb42976d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7570 2025.01.09 01:59:57.379370 [ 283 ] {d9a5bc93-f65c-4f0b-b5c7-180bb42976d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7571 2025.01.09 01:59:57.380169 [ 283 ] {d9a5bc93-f65c-4f0b-b5c7-180bb42976d7} <Trace> oximeter.fields_u16 (b7e624c8-f545-4bc0-b9ea-87ccb0a68066): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7572 2025.01.09 01:59:57.380219 [ 283 ] {d9a5bc93-f65c-4f0b-b5c7-180bb42976d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
7573 2025.01.09 01:59:57.380645 [ 283 ] {d9a5bc93-f65c-4f0b-b5c7-180bb42976d7} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
7574 2025.01.09 01:59:57.380907 [ 283 ] {d9a5bc93-f65c-4f0b-b5c7-180bb42976d7} <Trace> oximeter.fields_u16 (b7e624c8-f545-4bc0-b9ea-87ccb0a68066): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7575 2025.01.09 01:59:57.381147 [ 283 ] {d9a5bc93-f65c-4f0b-b5c7-180bb42976d7} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.001915 sec., 13577.023498694516 rows/sec., 1020.93 KiB/sec.
7576 2025.01.09 01:59:57.381230 [ 283 ] {d9a5bc93-f65c-4f0b-b5c7-180bb42976d7} <Debug> TCPHandler: Processed in 0.002300735 sec.
7577 2025.01.09 01:59:57.381427 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7578 2025.01.09 01:59:57.381557 [ 286 ] {70bf5357-35d7-4d09-8945-29fc24b7f60e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7579 2025.01.09 01:59:57.381611 [ 286 ] {70bf5357-35d7-4d09-8945-29fc24b7f60e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7580 2025.01.09 01:59:57.382235 [ 286 ] {70bf5357-35d7-4d09-8945-29fc24b7f60e} <Trace> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7581 2025.01.09 01:59:57.382277 [ 286 ] {70bf5357-35d7-4d09-8945-29fc24b7f60e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
7582 2025.01.09 01:59:57.382656 [ 286 ] {70bf5357-35d7-4d09-8945-29fc24b7f60e} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
7583 2025.01.09 01:59:57.382901 [ 286 ] {70bf5357-35d7-4d09-8945-29fc24b7f60e} <Trace> oximeter.fields_uuid (2eb6d585-f9d5-43d7-bd92-6011d08c7ad8): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7584 2025.01.09 01:59:57.383085 [ 286 ] {70bf5357-35d7-4d09-8945-29fc24b7f60e} <Debug> executeQuery: Read 54 rows, 4.32 KiB in 0.001558 sec., 34659.820282413355 rows/sec., 2.71 MiB/sec.
7585 2025.01.09 01:59:57.383143 [ 286 ] {70bf5357-35d7-4d09-8945-29fc24b7f60e} <Debug> TCPHandler: Processed in 0.001806447 sec.
7586 2025.01.09 01:59:57.383285 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7587 2025.01.09 01:59:57.383405 [ 283 ] {5cb1dcc2-0678-4f64-ad5b-8a562748fa65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7588 2025.01.09 01:59:57.383460 [ 283 ] {5cb1dcc2-0678-4f64-ad5b-8a562748fa65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7589 2025.01.09 01:59:57.384014 [ 283 ] {5cb1dcc2-0678-4f64-ad5b-8a562748fa65} <Trace> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7590 2025.01.09 01:59:57.384054 [ 283 ] {5cb1dcc2-0678-4f64-ad5b-8a562748fa65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
7591 2025.01.09 01:59:57.384451 [ 283 ] {5cb1dcc2-0678-4f64-ad5b-8a562748fa65} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
7592 2025.01.09 01:59:57.384688 [ 283 ] {5cb1dcc2-0678-4f64-ad5b-8a562748fa65} <Trace> oximeter.measurements_cumulativeu64 (ffbfddf0-ce9e-4b86-ba97-130a92b6daeb): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7593 2025.01.09 01:59:57.384960 [ 283 ] {5cb1dcc2-0678-4f64-ad5b-8a562748fa65} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001572 sec., 63613.23155216285 rows/sec., 4.41 MiB/sec.
7594 2025.01.09 01:59:57.385119 [ 283 ] {5cb1dcc2-0678-4f64-ad5b-8a562748fa65} <Debug> TCPHandler: Processed in 0.001884399 sec.
7595 2025.01.09 01:59:57.385346 [ 286 ] {} <Trace> TCP-Session: f9b245aa-2603-4825-a012-10e30f8b1ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7596 2025.01.09 01:59:57.385488 [ 286 ] {23c335f9-7e2f-4309-a2cc-eeb61e031c34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33844) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7597 2025.01.09 01:59:57.385577 [ 286 ] {23c335f9-7e2f-4309-a2cc-eeb61e031c34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
7598 2025.01.09 01:59:57.386755 [ 286 ] {23c335f9-7e2f-4309-a2cc-eeb61e031c34} <Trace> oximeter.measurements_histogramu64 (17c94cc7-cbcb-4131-b32c-df27c461cf7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7599 2025.01.09 01:59:57.386794 [ 286 ] {23c335f9-7e2f-4309-a2cc-eeb61e031c34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
7600 2025.01.09 01:59:57.387443 [ 286 ] {23c335f9-7e2f-4309-a2cc-eeb61e031c34} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
7601 2025.01.09 01:59:57.387714 [ 286 ] {23c335f9-7e2f-4309-a2cc-eeb61e031c34} <Trace> oximeter.measurements_histogramu64 (17c94cc7-cbcb-4131-b32c-df27c461cf7e): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7602 2025.01.09 01:59:57.387912 [ 286 ] {23c335f9-7e2f-4309-a2cc-eeb61e031c34} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002458 sec., 10577.705451586655 rows/sec., 18.95 MiB/sec.
7603 2025.01.09 01:59:57.388006 [ 286 ] {23c335f9-7e2f-4309-a2cc-eeb61e031c34} <Debug> TCPHandler: Processed in 0.002770822 sec.
7604 2025.01.09 01:59:57.388161 [ 283 ] {} <Trace> TCP-Session: 6baab5e0-2fe2-4dfa-b147-fcd93ce01acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7605 2025.01.09 01:59:57.388302 [ 283 ] {d12a54b2-447a-4bbf-8335-77b698a6bb69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7606 2025.01.09 01:59:57.388364 [ 283 ] {d12a54b2-447a-4bbf-8335-77b698a6bb69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7607 2025.01.09 01:59:57.388897 [ 283 ] {d12a54b2-447a-4bbf-8335-77b698a6bb69} <Trace> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7608 2025.01.09 01:59:57.388936 [ 283 ] {d12a54b2-447a-4bbf-8335-77b698a6bb69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
7609 2025.01.09 01:59:57.389309 [ 283 ] {d12a54b2-447a-4bbf-8335-77b698a6bb69} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
7610 2025.01.09 01:59:57.389542 [ 283 ] {d12a54b2-447a-4bbf-8335-77b698a6bb69} <Trace> oximeter.measurements_u64 (33d0f459-c18f-4582-9502-2d7c69533f97): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7611 2025.01.09 01:59:57.389765 [ 283 ] {d12a54b2-447a-4bbf-8335-77b698a6bb69} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001494 sec., 20080.321285140562 rows/sec., 1.38 MiB/sec.
7612 2025.01.09 01:59:57.389825 [ 283 ] {d12a54b2-447a-4bbf-8335-77b698a6bb69} <Debug> TCPHandler: Processed in 0.001731236 sec.
7613 2025.01.09 01:59:59.610424 [ 123 ] {} <Debug> oximeter.measurements_bool (e95e83a2-bc6b-4f55-83f2-ee90a75b0302) (MergerMutator): Selected 5 parts from all_1_20_4 to all_24_24_0
7614 2025.01.09 01:59:59.610544 [ 123 ] {} <Trace> oximeter.measurements_bool (e95e83a2-bc6b-4f55-83f2-ee90a75b0302): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7615 2025.01.09 01:59:59.610587 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
7616 2025.01.09 01:59:59.610848 [ 186 ] {e95e83a2-bc6b-4f55-83f2-ee90a75b0302::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
7617 2025.01.09 01:59:59.611184 [ 186 ] {e95e83a2-bc6b-4f55-83f2-ee90a75b0302::all_1_24_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7618 2025.01.09 01:59:59.611232 [ 186 ] {e95e83a2-bc6b-4f55-83f2-ee90a75b0302::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
7619 2025.01.09 01:59:59.611328 [ 186 ] {e95e83a2-bc6b-4f55-83f2-ee90a75b0302::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
7620 2025.01.09 01:59:59.611549 [ 186 ] {e95e83a2-bc6b-4f55-83f2-ee90a75b0302::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
7621 2025.01.09 01:59:59.611729 [ 186 ] {e95e83a2-bc6b-4f55-83f2-ee90a75b0302::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
7622 2025.01.09 01:59:59.611827 [ 186 ] {e95e83a2-bc6b-4f55-83f2-ee90a75b0302::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
7623 2025.01.09 01:59:59.612764 [ 188 ] {e95e83a2-bc6b-4f55-83f2-ee90a75b0302::all_1_24_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 144 rows, containing 4 columns (4 merged, 0 gathered) in 0.002071792 sec., 69505.0468386788 rows/sec., 3.55 MiB/sec.
7624 2025.01.09 01:59:59.613062 [ 199 ] {e95e83a2-bc6b-4f55-83f2-ee90a75b0302::all_1_24_5} <Trace> MergedBlockOutputStream: filled checksums all_1_24_5 (state Temporary)
7625 2025.01.09 01:59:59.613652 [ 199 ] {e95e83a2-bc6b-4f55-83f2-ee90a75b0302::all_1_24_5} <Trace> oximeter.measurements_bool (e95e83a2-bc6b-4f55-83f2-ee90a75b0302): Renaming temporary part tmp_merge_all_1_24_5 to all_1_24_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7626 2025.01.09 01:59:59.613781 [ 199 ] {e95e83a2-bc6b-4f55-83f2-ee90a75b0302::all_1_24_5} <Trace> oximeter.measurements_bool (e95e83a2-bc6b-4f55-83f2-ee90a75b0302) (MergerMutator): Merged 5 parts: [all_1_20_4, all_24_24_0] -> all_1_24_5
7627 2025.01.09 01:59:59.613883 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.